.desktop {
  display: block;
}

.mobile {
  display: none;
}

/* 

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.cta__type-one {
  padding: 0px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16.41px;
  border-radius: 32px;
  height: 52px;
  background: linear-gradient(90deg, #3470e1 0%, #9642fe 100%);
  font-weight: 600;
  /* -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear; */
}

.background__gray {
  background: #fafbfc;
}

.cta__type-one:hover {
  color: var(--white);
  background: linear-gradient(90deg, #9642fe 0%, #3470e1 100%);
}

.line {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #0a77ff 0%, #b032ff 100%);
}

.general-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-title .left {
  color: #596574;
}

.general-title h2 {
  margin-right: 16px;
  font-size: 32px;
  line-height: 48px;
  font-family: "Renogare";
}

.general-title .left > p {
  font-size: 18px;
  line-height: normal;
  line-height: 29.7px;
  font-family: "Renogare";
}

.general-title .right {
  background: linear-gradient(90deg, #8c47fb 0%, #3470e1 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32.62px;
  border-radius: 105px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  gap: 17px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.general-title .right:hover {
  background: linear-gradient(90deg, #3470e1 0%, #8c47fb 100%);
}

.general-title .right img {
  transition: all 0.2s;
  transform: rotate(-45deg);
}

.general-title .right:hover img {
  transform: rotate(0deg);
}

/* slide */
/* .slide {
  padding: 0 40px;
} */
.slide__item-top p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #858c95;
}

.slide .slick-slide {
  margin: 0 12px;
}

.slide .slick-list {
  margin: 0 -12px;
  /* padding: 2px 0; */
}

.slide__content {
  padding: 0 56px 0px 49px;
}

.slide .slick-dots {
  background-color: var(--black);
  height: 1px;
  display: flex;
  align-items: end;
  justify-content: center;
  bottom: -51px;
}

.slide .slick-dots li {
  width: 70px;
  height: 8px;
}

.slide .slick-dots li button {
  width: 70px;
  height: 8px;
}

.slide .slick-dots li.slick-active button:before {
  opacity: 1;
  visibility: visible;
}

.slide .slick-dots li button:before {
  content: "";
  width: 70px;
  height: 8px;
  background: linear-gradient(0.25turn, #3470e1, #9642fe);
  top: 0;
  left: 0;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.discover {
  background: linear-gradient(281deg, #af32ff 12.69%, #3470e1 82.19%);
  opacity: 0.9;
  height: 125px;
}

.discover__content {
  display: flex;
  /* justify-content: space-between; */
  gap: 36px;
  align-items: center;
  max-width: 1137px;
  width: 100%;
  margin: 0 auto;
}

.discover .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.discover__content-text {
  color: var(--white);
  font-size: 24px;
  line-height: 36px;
}

.enter-website {
  display: flex;
  flex: 1;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px 0px;
  border-radius: 5px;
  overflow: hidden;
}

.enter-website input::placeholder {
  color: rgba(133, 140, 149, 1);
}

.enter-website input[type="submit"]:hover {
  background: linear-gradient(92deg, #b032ff 20.04%, #1b8af6 99.32%);
}

.cta-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-link__text a {
  transition: all 0.2s;
  font-size: 13px;
  font-weight: 400;
  color: #3470e1;
  /*  */
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.slide__item:hover .cta-link__text a {
  background: linear-gradient(0.25turn, #3470e1, #9642fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3470e1;
}

.cta-link__dir {
  transition: all 0.2s;
  transform: rotate(-45deg);
  filter: invert(38%) sepia(88%) saturate(3468%) hue-rotate(210deg)
    brightness(96%) contrast(83%);
  filter: invert(38%) sepia(88%) saturate(3468%) hue-rotate(210deg)
    brightness(96%) contrast(83%);
}

.slide__item:hover .cta-link__dir {
  filter: none;
  transform: rotate(0deg);
}

.cta-link__dir:hover img {
  filter: unset;
}

/* form */
.contact__content {
  position: relative;
  background-color: var(--white);
  box-shadow: 2px 2px 12.7px 0px rgba(50, 53, 57, 0.25);
  padding: 55px 76px 55px 83px;
  margin-top: 50px;
}

.contact__address {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.contact__cta h3 {
  display: none;
}

.contact__address-col .item {
  margin-top: 0px;
}

.contact__address-col .item h3 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
}

.contact__address-col .item:not(:first-child) h3 {
  margin-top: 15px;
}

.contact__address-col .item li {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
}

.contact__address-col .item li::before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 1px;
  height: 1px;
  margin-right: 4px;
}

.contact__content > *:not(.map-img, .cf7-loading-overlay) {
  z-index: 2;
  position: relative;
}

.contact__content .map-img {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  height: 504px;
  width: 100%;
  object-fit: cover;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contact__content .form__contact {
  display: none;
  animation: fade 1s forwards;
}

.contact__content .form__contact.active {
  display: block;
}

.contact__content .map-img img {
  filter: grayscale(100%);
}

.form__contact-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24.6px;
  row-gap: 20px;
}

.form__contact .input-custom,
.form__contact input {
  display: block;
  width: 100%;
  outline: unset;
  background: #f8f9fb;
  border: 1px solid rgba(151, 154, 160, 0.6);
  padding: 14px 16px;
  color: #252525;
  font-size: 14px;
  line-height: 22px;
  border-radius: 1px 0px 0px 1px;
  max-height: 50px;
}

.form__contact input::placeholder {
  color: #858c95;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form__contact input.cols-span-2,
.form__contact textarea.cols-span-2 {
  grid-column: span 2 !important;
}

/* .text-area {
  resize: vertical;
  min-height: 200px;
} */
.text-area {
  resize: none;
  min-height: 200px;
  padding: 9px 16px 0px;
  background: #f8f9fb;
  display: block;
  width: 100%;
  outline: unset;
  border: 1px solid rgba(151, 154, 160, 0.6);
  color: #252525;
  font-size: 14px;
  line-height: 22px;
  border-radius: 1px 0px 0px 1px;
}

.text-area::placeholder {
  color: #858c95;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form__contact .input-custom {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  grid-area: 4 / 1 / span 1 / span 2;
}

.form__contact .input-custom.reset-span {
  grid-area: unset;
}

.form__contact .input-custom input {
  padding: 0;
  line-height: 22px;
  border: unset;
  margin-right: 10px;
  cursor: pointer;
}

.form__contact .input-custom .dropdown {
  position: absolute;
  background-color: var(--white);
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}

.form__contact .input-custom .no-result,
.form__contact .input-custom .dropdown li {
  transition: 0.2s;
  padding: 16px 32px;
  cursor: pointer;
  user-select: none;
}

.form__contact .input-custom .no-result {
  pointer-events: none;
  cursor: default;
}

.form__contact .input-custom .dropdown li:hover {
  background: #f8f9fb;
}

.form__contact .submit__content {
  display: flex;
  margin-top: 33px;
  align-items: flex-start;
  cursor: pointer;
}

.form__contact .submit__content .square {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}

.form__contact .submit__content .square img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form__contact .submit__content .square::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  transform: unset;
  background-image: url("../img/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s;
  left: 20%;
  top: 10%;
  /* border: 2px solid rgba(82, 93, 106, 1); */
  /* border-top-color: transparent; */
  /* border-left-color: transparent; */
  /* border-bottom-right-radius: 50%; */
  /* border-top-right-radius: 50%; */
}

.form__contact
  .submit
  input[type="checkbox"]:checked
  + .submit__content
  .square::before {
  opacity: 1;
  visibility: visible;
}

.form__contact .submit__content label {
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(89, 101, 116, 1);
  text-align: center;
  cursor: pointer;
}

.form__contact button {
  border: none;
  outline: none;
  border-radius: 70px;
  color: var(--white);
  background: linear-gradient(
    272deg,
    #3470e1 0.77%,
    #3b6ce3 25.88%,
    #8a48fa 99.23%
  );
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  font-family: "Renogare";
  /* padding: 19px 46px 19px 28px; */
  width: 200px;
  height: 52px;
  justify-content: center;
  margin: 24px auto 0px;
  transition: 0.2s;
}

.form__contact button img {
  transform: rotate(-45deg);
  transition: 0.2s;
}

.form__contact button:hover {
  background: linear-gradient(
    272deg,
    #8a48fa 0.77%,
    #3b6ce3 25.88%,
    #3470e1 99.23%
  );
}

.form__contact button:hover img {
  transform: rotate(0deg);
}

.contact__content-wrapper {
  padding: 0 52px;
}

.contact__cta {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}

.contact__cta a {
  color: var(--primary);
}

.contact__cta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 1.26px;
  font-size: 13px;
  line-height: 19.5px;
}

.contact__content-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.contact__content-tab li {
  text-transform: capitalize;
  /* padding: 10px 30px; */
  padding: 8px 60px;
  position: relative;
  cursor: pointer;
  color: #333;
  transition: 0.2s;
  user-select: none;
  line-height: 21px;
}

.contact__content-tab li:not(:first-child):not(.active) {
  border-left: 0.5px solid var(--primary);
}

.contact__content-tab li.active,
.contact__content-tab li:hover {
  color: #3470e1;
  /* box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.06); */
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 12.7px 0px rgba(50, 53, 57, 0.25);
}

.line-abs {
  position: relative;
}

.line-abs::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #0a77ff 0%, #b032ff 100%);
  transition: all 0.4s;
}

.contact__content-tab li.active::before,
.contact__content-tab li:hover::before {
  width: 100%;
}

/* Select 2  */

.select2-dropdown {
  /* margin-top: -40px; */
  top: -52px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.select2-container .select2-selection--single {
  height: 100%;
  border: 1px solid rgba(151, 154, 160, 0.6);
  border-radius: 0px;
}

.select2-container--open .select2-dropdown {
  border: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #252525;
  padding: 14px 16px;
  background-color: #f8f9fb;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 5%;
  top: 45%;
  border-top: 1.67px solid rgba(50, 53, 57, 1);
  border-right: 1.67px solid rgba(50, 53, 57, 1);
  color: rgba(50, 53, 57, 1);
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #757575;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  position: relative;
  border: 0px;
  padding: 0;
  height: 100%;
  /* font-size: 16px;
  line-height: 22px; */
  width: 100%;
  padding: 14px 16px;
}

.select2-search--dropdown {
  position: relative;
  padding: 0px;
}

.select2-container--default .select2-search--dropdown::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 5%;
  top: 45%;
  border-top: 1.67px solid rgba(50, 53, 57, 1);
  border-right: 1.67px solid rgba(50, 53, 57, 1);
  color: rgba(50, 53, 57, 1);
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-results__options li {
  transition: 0.2s;
  padding: 16px 32px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 21px;
  color: rgba(50, 53, 57, 1);
  background: white;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f9fb;
  color: #252525;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

/* .select2-container--default .select2-results>.select2-results__options {
  max-height: 0;
  transition: max-height 0.3s ease;
}

.select2-container--default .select2-results>.select2-results__options.active {
  max-height: 200px !important;
} */

/* tab */
.tabs {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  /* margin-top: 27px; */
  margin-top: 36px;
}

.tab-item {
  background-color: var(--white);
  padding: 13px 22px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #596574;
  text-transform: capitalize;
  transition: all 0.2s;
}

.tab-item.active,
.tab-item:hover {
  box-shadow: rgba(151, 154, 160, 0.63) 0px 4px 7px 0px;
  color: #3470e1;
}

.tab-item.active .line,
.tab-item:hover .line {
  visibility: visible;
  opacity: 1;
}

.tab-item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.content-item {
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.content-item.active {
  visibility: visible;
  opacity: 1;
}

.btn {
  background: linear-gradient(90deg, #8c47fb 0%, #3470e1 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-radius: 105px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  gap: 22px;
  flex-shrink: 0;
  font-family: "Renogare";
}

.btn:hover img {
  transform: rotate(0);
}

.btn img {
  transform: rotate(-45deg);
  transition: 0.2s;
}

.service__content-mobile {
  display: none;
}

.form__contact textarea.input-custom {
  resize: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 991px) {
  .general-title .right {
    display: none;
  }

  .general-title .left {
    margin: 0 auto;
    text-align: center;
  }

  /* .general-title .left .line {
    display: none;
  } */

  .general-title .left::after {
    content: "";
    height: 4px;
    width: 30px;
    background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
    display: block;
    margin: 16px auto;
  }

  .general-title h2 {
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }

  .tabs {
    gap: 8px;
  }

  .text-area {
    order: 5;
    min-height: 120px;
  }

  .form__contact-content > input,
  .form__contact-content > input:nth-child(1),
  .form__contact-content > input:nth-child(4) {
    order: -1;
  }
}

@media only screen and (max-width: 575px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* Title */
  .general-title {
    padding: 36px 32px 0px;
  }

  .general-title .left > p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
  }

  .general-title .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .general-title .left::after {
    margin: 10px auto 20px;
  }

  .general-title .right {
    max-height: 40px;
    max-width: 180px;
    text-align: center;
    font-family: "Renogare";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    padding: 13px 17px;
    margin: 0;
  }

  /* Tab */
  .tab-item {
    font-size: 14px;
    line-height: normal;
    padding: 9px 24px;
    color: #1e1e1e;
    font-style: normal;
    box-shadow: 0px 2px 2px 0px rgba(21, 20, 20, 0.05);
  }

  .tab-item .line {
    height: 1.6px;
  }

  /* Slide */

  .slide__content {
    padding: 0;
    overflow: hidden;
  }

  .slick-center .slide__item-top::before {
    display: none;
  }

  .slide .slick-dots li {
    height: 5px;
  }

  .slide .slick-dots li button {
    padding: 0;
    height: 5px;
    width: unset;
  }

  .slide .slick-dots li button:before {
    width: 52px;
    height: 5px;
  }

  .slide .slick-slide {
    margin: 0 8px;
  }

  /* Service Slide */
  .service__content-mobile {
    display: block;
  }

  .service__content-mobile .service__content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .service__content-mobile .number {
    font-size: 55px;
    line-height: 64.46px;
    font-weight: 400;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0a77ff;
    color: transparent;
    font-family: "Renogare";
    transform: rotate(-20deg);
    transition: all 0.2s;
    letter-spacing: 2.75px;
  }

  .service__content-mobile .title {
    color: #3470e1;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    margin: 10px 0 16px;
  }

  .service__content-mobile .script {
    color: #858e95;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
    max-width: 373px;
  }

  .service__content-mobile .cta-link {
    gap: 16px;
  }

  /* contact */
  .contact__address {
    display: none;
  }

  .contact__cta {
    display: none;
  }

  .contact {
    /* background-color: #fafbfc; */
    margin-top: 11px;
    /* padding: 36px 0; */
  }

  .contact .container {
    padding: 0;
  }

  .contact__content-wrapper {
    padding: 0;
  }

  .contact__content {
    box-shadow: none;
    background-color: unset;
    padding: 0;
    margin: 0;
  }

  .contact__content-tab {
    padding: 0px 32px;
    margin-bottom: 24px;
  }

  .contact__content-tab li {
    padding: 5px 12px;
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    width: 100%;
  }

  .line-abs::before {
    height: 1px;
  }

  .select2-dropdown {
    top: -42px;
  }

  .form__contact-content {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    row-gap: 16px;
  }

  /* 
  .form__contact-content > input:nth-child(1) {
    order: 0;
  }

  .form__contact-content > input:nth-child(2) {
    order: 3;
  }

  .form__contact-content > input:nth-child(3) {
    order: 1;
  }

  .form__contact-content > input:nth-child(4) {
    order: 5;
  }

  .form__contact-content > input:nth-child(5) {
    order: 2;
  }

  .form__contact-content > input:nth-child(6) {
    order: 4;
  } */

  form#quotation .form__contact-content .input-custom {
    order: 1;
  }

  form#quotation .form__contact-content .input-group {
    justify-content: space-between;
    order: 2;
  }

  form#quotation .form__contact-content .input-group .input-custom {
    width: 49%;
  }

  .form__contact .input-custom.mb-block {
    display: block;
  }

  .form__contact textarea.input-custom.mb-block {
    max-height: 120px;
  }

  .form__contact input {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 9px 16px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
    line-height: 22px;
    color: #252525;
    padding: 9px 16px;
    background-color: #f8f9fb;
  }

  .form__contact input::placeholder,
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    /* color: var(--Dark-Base-Second); */
    color: rgba(133, 140, 149, 1);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 169.231% */
  }

  .form__contact .submit__content {
    margin: 19px 0;
    padding: 0 46px;
    align-items: start;
  }

  .form__contact .submit__content p {
    text-align: left;
    color: var(--Base-Black);
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .form__contact .submit__content .square {
    margin-right: 3px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }

  .form__contact button {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: Renogare;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    padding: 9px 17px;
    gap: 17px;
    height: 40.78px;
  }

  .form__contact button img {
    width: 24.865px;
    height: 13.476px;
  }

  .form__contact .user-select-none .submit__content {
    margin: 20px 0px;
    padding: 0px 32px;
  }

  .form__contact .submit__content label {
    font-size: 8px;
    line-height: 12px;
    color: rgba(133, 142, 149, 1);
    text-align: left;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 9px 16px;
  }

  /* tab */
  .tabs {
    margin: 0;
  }

  .tab-item {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 25px;
    min-width: 100px;
  }

  /* discover */
  .discover {
    margin-top: 36px;
    height: 245px;
  }

  .discover__content {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    height: 100%;
  }

  .discover__content-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.198px;
    max-width: 274px;
    margin-top: 33px;
  }

  .enter-website {
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    box-shadow: none;
    height: auto;
  }

  .enter-website span input {
    text-align: center;
    margin: 24px 0;
    width: 294px;
    height: 38px;
    flex-shrink: 0;
    background-color: transparent;
    border: 0.5px solid #fff;
  }

  .enter-website input::placeholder {
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .form__contact .submit__content .square::before {
    width: 80%;
    left: 15%;
    top: 30%;
  }
}
