@media (min-width: 767.98px) {
  .v-mob {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .v-desktop {
    display: none !important;
  }
}

.dn-page-margin-small .dn-page-section.dn-wrapper.dn-use-page-margin {
  padding: 0;
}

/*#region PAGE CSS */
#custom-adidas a {
  text-decoration: none;
}

#custom-adidas ul,
#custom-adidas li {
  list-style: none;
}

#custom-adidas .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

@media (max-width: 1280px) {
  #custom-adidas .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #custom-adidas .section-wrapper {
    padding: 0 16px;
  }
}

#custom-adidas .section-title {
  color: #1c244b;
  font-size: 36px;
  font-weight: 600;
  line-height: 53px;
}

@media (max-width: 1024px) {
  #custom-adidas .section-title {
    font-size: 32px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #custom-adidas .section-title {
    font-size: 30px;
    font-weight: 700;
  }
}

#custom-adidas .secondary-title {
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}

@media (min-width: 767.98px) and (max-width: 1024px) {
  #custom-adidas .secondary-title {
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  #custom-adidas .secondary-title {
    line-height: normal;
    font-size: 30px;
  }
}

#custom-adidas .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  #custom-adidas .section-subtitle {
    margin-top: 10px;
  }
}

#custom-adidas .button-blue,
#custom-adidas .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  min-height: 52px;
  border-radius: 26px;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {

  #custom-adidas .button-blue,
  #custom-adidas .button-outline {
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {

  #custom-adidas .button-blue,
  #custom-adidas .button-outline {
    line-height: 24px;
  }
}

#custom-adidas .button-blue {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
  #custom-adidas .button-blue:hover {
    background: #1764e9;
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
      inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

#custom-adidas .button-outline {
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (hover: hover) and (pointer: fine) {
  #custom-adidas .button-outline:hover {
    background-color: #3578ea;
  }
}

/*#endregion END OF PAGE CSS */

/*#region HOODIES INTRO CSS */
#adidas-intro {
  position: relative;
  background-image: url("/uploads/12037607/File/deco/custom-hoodies/assets/custom adidas apparel.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 84px 0 138px;
}

#adidas-intro .subtitle {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  margin-bottom: 24px;
}

#adidas-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

@media (max-width: 1024px) {
  #adidas-intro {
    padding: 0;
    background-image: unset;
  }

  #adidas-intro::after {
    content: unset;
  }

  #adidas-intro .section-wrapper {
    padding: 0 !important;
  }

  #adidas-intro .subtitle {
    color: #1c244b;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro {
    padding: 16px 0px 0px;
  }

  #adidas-intro .subtitle {
    display: none;
  }
}

#adidas-intro .intro_wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper {
    padding: 0 16px;
  }
}

#adidas-intro .intro_wrapper .title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .title {
    color: #1c244b;
    text-align: center;
    font-size: 48px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-transform: unset;
    margin-bottom: 0px;
  }
}

#adidas-intro .intro_wrapper .google-reviews {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .google-reviews {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .google-reviews {
    margin: 0;
  }
}

#adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1025px) {

  #adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header .nowrap,
  #adidas-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header strong {
    color: #fff !important;
  }
}

#adidas-intro .intro_wrapper .intro-photo {
  display: none;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-photo {
    display: flex;
    margin: 0 auto 32px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-photo {
    margin-bottom: 0;
  }
}

#adidas-intro .intro_wrapper .intro-photo img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-photo img {
    min-height: 352px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-photo img {
    min-height: 240px;
  }
}

#adidas-intro .intro_wrapper .intro-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-content {
    padding-bottom: 50px;
  }
}

#adidas-intro .intro_wrapper .intro-content .intro-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features {
    flex-direction: row;
    width: 674px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto 32px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features {
    max-width: 290px;
    width: calc(100% - 52px);
    border-radius: 8px;
    border: 1px solid #e6e8ea;
    background: #fff;
    padding: 16px 5px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    margin: -34px auto 36px;
  }
}

#adidas-intro .intro_wrapper .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #fff;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features .feature {
    color: #1c244b;
    font-size: 17px;
    line-height: 27px;
    padding-left: 32px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features .feature {
    font-size: 20px;
    line-height: 24px;
    padding-left: 28px;
    text-align: left
  }
}

#adidas-intro .intro_wrapper .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/deco/assets/white-tick-bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/icons/olive-check.svg");
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-content .intro-features .feature:before {
    background-image: url("/uploads/12037607/File/deco/emb-page/assets/dark-blue-tick.svg");
  }
}

#adidas-intro .intro_wrapper .intro-content .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .button-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .intro_wrapper .intro-content .button-wrapper {
    flex-direction: column;
  }

  #adidas-intro .intro_wrapper .intro-content .button-wrapper a {
    width: 292px !important;
    max-width: 100%;
  }
}

#adidas-intro .intro_wrapper .intro-content .button-blue {
  width: 273px;
  padding: 13px 4px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .button-blue {
    width: 254px;
  }
}

#adidas-intro .intro_wrapper .intro-content .button-outline {
  width: 216px;
  padding: 13px 4px;
}

@media (max-width: 1024px) {
  #adidas-intro .intro_wrapper .intro-content .button-outline {
    width: 254px;
  }
}

#adidas-intro .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #adidas-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #adidas-intro .delivery-options-container {
    width: 100%;
    background: #f6faff;
    padding: 24px 16px;
    position: unset;
    transform: unset;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container {
    padding: 40px 16px 32px;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
  }
}

#adidas-intro .delivery-options-container .delivery-title {
  color: #1c244b;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-title {
    display: none;
  }
}

#adidas-intro .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #adidas-intro .delivery-options-container .delivery-options {
    padding: 7px 0;
    border-radius: 4px;
    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options {
    background: transparent;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #353535;
  font-weight: 600;
}

#adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color: #005eff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #adidas-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

/*#endregion END OF HOODIES INTRO CSS */
/* -- PRODUCTS CSS -- */
#adidas {
  padding: 185px 0 72px;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  #adidas {
    padding: 50px 0;
  }
}

#adidas .golf-product-section {
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  #adidas .golf-product-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  #adidas .golf-product-section:last-child {
    margin-bottom: 0;
  }

  #adidas .golf-product-section:last-child .product-cards .p_card {
    margin-bottom: 28px;
  }
}

#adidas .title-wrapper {
  margin-bottom: 24px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas .title-wrapper {
    margin-bottom: 48px;
  }
}

@media (max-width: 767.98px) {
  #adidas .title-wrapper {
    margin-bottom: 38px;
  }
}

#adidas .section-title {
  margin-bottom: 12px;
}

#adidas .section-subtitle {
  color: #172640;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

#adidas .product-cards {
  display: flex;
  width: calc(100% + 18px);
  margin: 0 -9px;
}

@media (max-width: 1024px) {
  #adidas .product-cards {
    width: 100%;
    margin: 0;
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #adidas .product-cards::-webkit-scrollbar {
    display: none;
  }
}

#adidas .product-cards .p_card {
  width: calc(100% / 5 - 18px);
  margin: 0 9px;
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #adidas .product-cards .p_card {
    flex: 0 0 auto;
    width: 248px;
    margin: 0 0 36px;
  }
}

@media (max-width: 767.98px) {
  #adidas .product-cards .p_card {
    margin-bottom: 50px;
  }
}

#adidas .product-cards .p_card:hover {
  border-color: #3578ea;
}

#adidas .product-cards .p_card .photo {
  width: 100%;
  height: 248px;
}

#adidas .product-cards .p_card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#adidas .product-cards .p_card .content {
  padding: 12px 10px 16px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 248px);
}

@media (max-width: 1024px) {
  #adidas .product-cards .p_card .content {
    padding: 16px 10px;
  }
}

#adidas .product-cards .p_card .content .brand {
  color: #0b1629;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 6px;
}

@media (max-width: 1024px) {
  #adidas .product-cards .p_card .content .brand {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

#adidas .product-cards .p_card .content .name {
  color: #172640;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  #adidas .product-cards .p_card .content .name {
    margin-bottom: 20px;
  }
}

#adidas .product-cards .p_card .content .button-outline {
  margin-top: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 7px;
  width: 100%;
  text-align: center;
  min-height: 40px;
}

#adidas .explore-products {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #badcfb;
  background: #e7f4ff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #adidas .explore-products {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  #adidas .explore-products {
    flex-direction: column;
    padding: 14px 20px;
    justify-content: unset;
    gap: 12px;
  }
}

#adidas .explore-products .label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  #adidas .explore-products .label {
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }
}

#adidas .explore-products .label img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#adidas .explore-products .label p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1c244b;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #adidas .explore-products .label p {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  #adidas .explore-products .label p {
    font-size: 12px;
    text-align: center;
  }
}

#adidas .explore-products .link {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3578ea;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas .explore-products .link {
    font-size: 14px;
  }
}

#adidas .explore-products .link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #adidas .explore-products .link img {
    width: 20px;
    height: 20px;
  }
}

/* -- PRODUCTS CSS END -- */
/* GOOGLE REVIEWS */
#google-reviews {
  padding: 44px 0px;
}

@media (max-width: 1024px) {
  #google-reviews {
    padding: 50px 0;
  }
}

#google-reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #google-reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#google-reviews .title {
  color: #1C244B;
  font-family: Geologica !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  #google-reviews .title {
    font-size: 28px;
    font-weight: 600;
  }
}

#google-reviews .subtitle {
  color: #172640;
  text-align: center;
  font-family: Inter !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 40px;
}

#google-reviews .button-blue {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 26px;
  padding: 11px 56px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3578EA;
  box-shadow: 0px 7px 29px 0px rgba(0, 16, 43, 0.33);
}

@media (max-width: 1024px) {
  #google-reviews .button-blue {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 50px;
  }
}

@media (max-width: 767.98px) {
  #google-reviews .button-blue {
    font-weight: 600;
    max-width: 330px;
    min-height: 52px;
  }
}

#google-reviews .ti-header.source-Google.ti-clickable-link {
  display: none !important;
}

/* END OF GOOGLE REVIEWS */

/*#region HOODIES WHY CHOOSE CSS */
#adidas-why-choose {
  padding: 70px 0;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #adidas-why-choose {
    padding: 50px 0;
  }
}

#adidas-why-choose .secondary-title {
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  #adidas-why-choose .secondary-title {
    margin-bottom: 10px;
  }

  #adidas-why-choose .secondary-title.v-desktop {
    display: none !important;
  }

  #adidas-why-choose .secondary-title.v-mob {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .secondary-title {
    margin: 0 auto 24px;
    max-width: 625px;
  }
}

#adidas-why-choose .content-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1024px) {
  #adidas-why-choose .content-wrapper {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

#adidas-why-choose .content-wrapper .section-photo {
  width: 45%;
}

@media (max-width: 1024px) {
  #adidas-why-choose .content-wrapper .section-photo {
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper .section-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 350px;
  }
}

#adidas-why-choose .content-wrapper .section-photo img {
  max-width: 100%;
}

#adidas-why-choose .content-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  #adidas-why-choose .content-wrapper .section-content {
    width: 53%;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper .section-content {
    width: 100%;
  }
}

#adidas-why-choose .content-wrapper .section-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper .section-content .feature-list {
    max-width: 625px;
    margin: 0 auto;
  }
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  overflow: hidden;
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
  color: #1c244b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #131740;
  top: 50%;
  right: 16px;
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
  transform: translateY(-50%);
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  transform: rotate(90deg) translateX(-1px);
  transition: transform 0.3s;
}

@media (max-width: 1024px) {
  #adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 17px;
    line-height: 26px;
  }
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
  max-height: 0;
  box-sizing: content-box !important;
  overflow: hidden;
  transition: 0.5s;
  color: #1c244b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  #adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  #adidas-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 17px;
    line-height: 27px;
  }
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
  background: #3578ea;
  color: #fff;
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
#adidas-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  background: #fff;
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  transform: rotate(0deg);
}

#adidas-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
  margin: 8px 0;
}


/*#endregion END OF HOODIES WHY CHOOSE CSS */

/*#region HOODIES DESIGN PRODUCTS CSS */

#design-products {
  background: #003ca3;
  padding: 43px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 80px 0;
  }
}

#design-products .title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #design-products .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

#design-products .button-wrapper {
  justify-content: center;
  display: flex;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    flex-direction: row !important;
    max-width: 400px;
    margin: 0 auto;
  }
}

#design-products .button-wrapper a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #f6faff;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  padding: 14px 4px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper a {
    font-size: 16px;
    padding: 11px 4px;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper a {
    padding: 13px 8px;
    line-height: 24px;
    width: calc(50% - 8px) !important;
  }
}

#design-products .button-wrapper .button-white {
  background: #f6faff;
  color: #3578ea;
  width: 223px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white {
    width: 169px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    color: #f6faff;
  }
}

#design-products .button-wrapper .button-white-outline {
  width: 196px;
  background: transparent;
  color: #f6faff;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white-outline {
    width: 144px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white-outline:hover {
    background: #f6faff;
    color: #3578ea;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-white-outline {
    font-weight: 500;
  }
}

/*#endregion END OF HOODIES DESIGN PRODUCTS CSS */

/*#region Design Area Start*/
.landing-design {
  padding: 70px 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .landing-design {
    padding: 50px 0;
  }
}

.landing-design .design-content-boxs-item {
  padding: 16px;
  border-bottom: 1px solid #E8E9EA;
}

.landing-design .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.6px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  .landing-design .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

.landing-design .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.landing-design .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.landing-design .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin: 16px 0;
}

.landing-design .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 3) / 4);
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item-photo {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
}

.landing-design .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.landing-design .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

.landing-design .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

.landing-design .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

.landing-design .design-content-boxs-item.active {
  background-color: #F3F8FF;
  /* background-color: #fff; */
  border-radius: 8px;
  border: 1px solid #e0e2e4;
  margin: 24px 0;
}

.landing-design .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

.landing-design .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

.landing-design .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

.landing-design .design-content-boxs-item.active .title {
  color: #3578EA;
}

.landing-design .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

.landing-design .design-content-boxs-item-content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  padding-bottom: 8px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*#endregion Design Area End */
/*#region Desin Now */
#adidas-design-now {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #adidas-design-now {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #adidas-design-now {
    padding-bottom: 30px;
  }
}

#adidas-design-now .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #adidas-design-now .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #adidas-design-now .content-wrapper .content,
  #adidas-design-now .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #adidas-design-now .content-wrapper .content {
    width: 50%;
  }
}

#adidas-design-now .content-wrapper .content .title-wrapper .section-title {
  color: #1C244B;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

#adidas-design-now .content-wrapper .content .section-subtitle {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-align: start;
}

@media (max-width: 767.98px) {

  #adidas-design-now .content-wrapper .content .title-wrapper .section-title,
  #adidas-design-now .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #adidas-design-now .content-wrapper .content .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

#adidas-design-now .content-wrapper .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #adidas-design-now .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#adidas-design-now .content-wrapper .content .button-wrapper .button-blue,
#adidas-design-now .content-wrapper .content .button-wrapper .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #adidas-design-now .content-wrapper .content .button-wrapper .button-blue,
  #adidas-design-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #adidas-design-now .content-wrapper .content .button-wrapper .button-blue,
  #adidas-design-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#adidas-design-now .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #adidas-design-now .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#adidas-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #adidas-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#adidas-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #adidas-design-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#adidas-design-now .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #adidas-design-now .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #adidas-design-now .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#adidas-design-now .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/*#endregion Desin Now */
.adidas-services-ls {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls {
    padding: 50px 0;
  }
}

.adidas-services-ls .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px;
  font-family: "Geologica", sans-serif !important;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

.adidas-services-ls .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  width: 63%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.adidas-services-ls .service-container {
  overflow-x: auto;
}

.adidas-services-ls .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.adidas-services-ls .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.adidas-services-ls .service-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.adidas-services-ls .service {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  border-bottom: 5px solid #e8e9ea;
  position: relative;
  margin-bottom: 25px;
}

.adidas-services-ls .service::before {
  content: '';
  height: 5px;
  width: var(--before-width, 50px);
  background-color: #3578ea;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.adidas-services-ls .service-type {
  color: #172640;
  font-size: 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.adidas-services-ls .service-type.active p {
  color: #003ca3;
}

.adidas-services-ls .content-item {
  display: flex;
  gap: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.adidas-services-ls .content-item-text {
  width: calc((100% - 14px) * 0.62);
  padding: 24px 20px;
  border-radius: 4px;
  background: #ebf2fe;
  height: max-content;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

.adidas-services-ls .content-item-text .desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.adidas-services-ls .content-item-text .desc p {
  color: #1c244b;
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.adidas-services-ls .content-item-text .desc b,
.adidas-services-ls .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
}

.adidas-services-ls .content-item-text .desc em {
  font-style: italic !important;
}

.adidas-services-ls .content-item-text .desc a {
  text-decoration: underline;
  color: #1c244b !important;
  font-family: "Georgia", sans-serif !important;
}

.adidas-services-ls .content-item-text a.btn {
  width: 270px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .content-item-text a.btn {
    width: 100%;
  }
}

.adidas-services-ls .content-item .photo {
  width: calc((100% - 14px) * 0.38);
  padding: 18px;
  background-color: #ffe1b1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .adidas-services-ls .content-item .photo {
    display: none;
  }
}

.adidas-services-ls .content-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.adidas-services-ls .content-item.active {
  opacity: 1;
  height: auto;
}


/* Cities Faq  */
.landing-faq {
  padding: 70px 0;
  background: #F7F8FA;
}

@media (max-width: 1024px) {
  .landing-faq {
    padding: 50px 0 26px;
  }

  .landing-faq .section-wrapper {
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .landing-faq {
    padding-bottom: 30px;
  }
}

.landing-faq .section-wrapper ul {
  list-style: none;
}

.landing-faq .section-wrapper .section-title {
  margin-bottom: 40px;
  color: #1C244B;
  text-align: center;
  font-size: 36px;
}

.landing-faq .section-wrapper .section-title.v-ipad-mob {
  display: none;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .section-title {
    margin-bottom: 4px;
  }

  .landing-faq .section-wrapper .section-title.v-desktop-only {
    display: none;
  }

  .landing-faq .section-wrapper .section-title.v-ipad-mob {
    display: block;
  }
}

.landing-faq .section-wrapper .faq-wrapper {
  display: flex;
  align-items: center;
  gap: 140px;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.landing-faq .section-wrapper .faq-wrapper .faq-container {
  width: 50%;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item {
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.3s;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item:last-of-type {
  border-bottom: none;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title {
  color: #1c244b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding: 24px 56px 24px 0;
  transition: 0.3s;
  margin-bottom: 0;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::before,
.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #1c244b;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::before {
  transform: translateY(-50%);
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::after {
  transform: rotate(90deg) translateX(-1px);
}

@media (max-width: 1024px) {

  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::before,
  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title {
    padding: 20px 56px 20px 0;
  }

  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::before,
  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-title::after {
    width: 14px;
  }
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #1c244b;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  padding-right: 16px;
  margin-bottom: 0;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item .tab-content a {
  color: #3578ea;
  text-decoration: underline;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item.active>.tab-title::after {
  transform: rotate(0deg) translate(0, -50%);
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item.active>.tab-title {
  padding-bottom: 16px;
  font-weight: 600;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item.active {
  max-height: unset;
}

.landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item.active>.tab-content {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .landing-faq .section-wrapper .faq-wrapper .faq-container .tab-item.active>.tab-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper .faq-container {
    width: 100%;
    padding: 0;
    max-width: 712px;
    margin: 0 auto;
  }
}

.landing-faq .section-wrapper .faq-wrapper .section-photo {
  width: 50%;
}

@media (max-width: 1024px) {
  .landing-faq .section-wrapper .faq-wrapper .section-photo {
    width: 100%;
    padding-left: 0;
    max-width: 712px;
    height: 340px;
    overflow: hidden;
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  .landing-faq .section-wrapper .faq-wrapper .section-photo {
    height: 328px;
  }
}

.landing-faq .section-wrapper .faq-wrapper .section-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

/*#endregion Faq End */

@media only screen and (max-width:1024px) and (min-width:767.98px) {
  .intro_wrapper {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  h1.title {
    grid-area: b !important;

  }
}

@media only screen and (min-width:1024px) {
  h1.title {
    max-width: 820px !important;
    margin: 0 auto !important;
  }
}