header.nav-white .gLWYEv a, header.nav-white .egZnXE a:hover {
  color: #fff;
}

header.nav-white .egZnXE a {
  color: rgba(255,255,255,0.6);
}

.dlAISZ {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--main-color);
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: bold;
  border: 2px solid var(--main-color);
}

.dlAISZ.btn2 {
  background: #fff;
  color: var(--main-color);
  border-color: var(--main-color);
}

.kqpolQ {
  /* background: linear-gradient(rgb(255, 255, 255) 0%, rgb(250, 250, 250) 100%); */
  background-color: #e6e6e6;
}

.cFTxzD {
  position: relative;
  height: 44px;
  width: 196px;
  border: 1px solid transparent;
  background-color: var(--transparent-gray-50);
  border-radius: 8px;
  transition: all 0.3s ease-in-out 0.3s;
  overflow: hidden;
}

.iMjLaH {
  flex: 1 1 0%;
  background-color: transparent;
  font-size: 16px;
  line-height: 28px;
  caret-color: var(--primary-color);
  transition: all 0.3s ease-in-out 0.3s;
}

.CxlXn {
  margin-right: 12px;
}

.hRHyCU {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 8px;
  height: 44px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 400ms ease 0s;
  color: #fff;
  background-color: var(--main-color);
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}

.HGFBJ {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 8px;
  height: 44px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 400ms ease 0s;
  color: var(--transparent-gray-800);
  background-color: var(--transparent-gray-50);
  box-shadow: rgb(0 0 0 / 3%) 0px 0px 0px 1px;
}

.HGFBJ:hover {
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 10px 0px, rgb(0 0 0 / 5%) 0px 0px 0px 1px;
  transform: translate3d(0px, -4px, 0px);
  background-color: rgb(247, 247, 247);
}

.dFRnAJ {
  box-shadow: var(--card-shadow-white);
}

.jchQyy::before {
  position: absolute;
  top: 8px;
  left: 7px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  content: "";
  background-color: rgba(0, 0, 0, 0.22);
}

.lmOimL {
  position: relative;
  margin-right: 16px;
  width: 270px;
  flex-shrink: 0;
  transition: all 300ms ease-in 0s;
}

.OtrlP {
  margin: 0px auto 12px;
  width: 48px;
  height: 48px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.dFRnAJ {
  box-shadow: var(--card-shadow-white);
}

.dFRnAJ:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-white-hover);
}

.dFRnAJ [data-role="card-children"] {
  transform: translate3d(0px, 0px, 0px);
  transition: all 800ms cubic-bezier(0.16, 0.9, 0.21, 0.98) 0s;
}

.dFRnAJ [data-role="textLink"] {
  left: 50%;
  transform: translate3d(-50%, 28px, 0px);
}

.dFRnAJ:hover [data-role="textLink"] {
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
}

.egZnXE {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  --color: var(--transparent-gray-700);
  --hover-color: var(--transparent-gray-800);
  color: var(--color);
  transition: all 0.3s ease 0s;
}

.gLWYEv {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  --color: var(--main-color);
  --hover-color: var(--main-color);
  color: var(--color);
  transition: all 0.3s ease 0s;
}

.dczqoj {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: bold;
  background: var(--gray-500) !important;
}

.gYIuhE {
  position: relative;
  /* margin-right: 16px; */
  padding-top: 28px;
  /* width: 270px; */
  flex-shrink: 0;
  border-radius: 12px;
  transition: all 300ms ease 0s;
  cursor: pointer;
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}

.daXFVL {
  position: relative;
  padding-top: 24px;
  /* padding-bottom: 80px; */
  padding-left: 24px;
  overflow: overlay;
  max-width: 1680px;
}

.gYIuhE [data-role="bg"] {
  transition: all 300ms ease 0s;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 4%) 0px 4px 16px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
}

.gYIuhE:hover {
  transform: translate3d(calc(0% - 0px), -8px, 0px);
}

@media screen and (min-width: 600px) {
  .CxlXn {
    margin-right: 16px;
  }
  .hRHyCU {
    padding: 0px 16px;
  }
  .HGFBJ {
    padding: 0px 16px;
  }
  .lmOimL {
    width: 252px;
  }
  .daXFVL {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .lmOimL {
    width: 336px;
    margin-right: 16px;
  }
  .gYIuhE {
    padding-top: 32px;
  }
}

@media screen and (min-width: 960px) {
  .CxlXn {
    margin-right: 20px;
  }
  .lmOimL {
    width: 258px;
  }
  .daXFVL {
    padding-left: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .dlAISZ {
    font-size: 16px;
  }
  .CxlXn {
    margin-right: 24px;
  }
  .hRHyCU {
    height: 60px;
    padding: 0px 28px;
    font-size: 18px;
  }
  .HGFBJ {
    height: 60px;
    padding: 0px 28px;
    font-size: 18px;
  }
  .jchQyy::before {
    top: 10px;
  }
  .lmOimL {
    margin-right: 24px;
    width: calc(33.3333% - 16px);
    transform: translate3d(calc(0% - 0px), 0px, 0px);
  }
  .OtrlP {
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-position: 0px 0px;
  }
  .dFRnAJ:hover [data-role="card-children"] {
    transform: translate3d(0px, -32px, 0px);
  }
  .dczqoj {
    font-size: 16px;
  }
  .gYIuhE {
    /* margin-right: 24px; */
    transform: translate3d(calc(0% - 0px), 0px, 0px);
  }
  .daXFVL {
    padding: 12px 20px;
    transform: translate3d(0px, 0px, 0px);
  }
  .gYIuhE [data-role="bg"] {
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 16px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
  }
}
@media screen and (min-width: 1200px) {
  .lmOimL {
    margin-right: 24px;
    /* width: calc(25% - 18px); */
    width: calc(33% - 18px);
    transform: translate3d(calc(0% - 0px), 0px, 0px);
  }
  .daXFVL {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .daXFVL {
    padding-left: 100px;
    padding-right: 100px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 1024px) {
  .daXFVL {
    max-width: 100%;
    padding: 0;
  }
  .gYIuhE {
    margin: 0;
  }
}