@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/font/Space_Grotesk/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/font/Space_Grotesk/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../../assets/font/Space_Grotesk/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Wallnutt Corps";
  src: url("../../assets/font/WallnuttCorps/WallnuttCorps-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.justify-center {
  justify-content: center;
}
.flex.align-center {
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.auto-center {
  justify-content: center;
  align-items: center;
}
.flex > *.full-grow {
  flex-grow: 1;
}

.grid {
  display: grid;
}
.grid.column {
  grid-auto-flow: column;
}
.grid.justify-center {
  justify-items: center;
}
.grid.align-center {
  align-content: center;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.visibility-hidden {
  position: absolute;
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

input {
  font-family: inherit;
  text-align: inherit;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.main-layout {
  display: grid;
  grid-template-columns: 2.8rem 1fr 2.8rem;
}
@media (min-width: 1200px) {
  .main-layout {
    grid-template-columns: 5.8rem 1fr 5.8rem;
  }
}
@media (min-width: 1400px) {
  .main-layout {
    grid-template-columns: 20.8rem 1fr 20.8rem;
  }
}
.main-layout {
  overflow-x: hidden;
  grid-auto-rows: max-content;
}
.main-layout > * {
  grid-column: 2;
}
.main-layout > .full {
  grid-column: 1/-1;
}

h1,
h2,
h3 {
  font-family: "Wallnutt Corps", sans-serif;
}

body {
  font-family: "Space Grotesk", sans-serif;
}

.app-header {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 1.8rem;
}
@media (min-width: 1115px) {
  .app-header {
    justify-content: space-between;
  }
}
.app-header .logo-menu-icon-wrapper {
  height: 7.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1115px) {
  .app-header .logo-menu-icon-wrapper {
    padding-top: 0;
  }
}
.app-header .logo-menu-icon-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-header .logo-menu-icon-wrapper a:hover {
  cursor: pointer;
}
.app-header .logo-menu-icon-wrapper .logo {
  width: 5.2rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1115px) {
  .app-header .logo-menu-icon-wrapper .logo {
    width: 9.9rem;
  }
}
.app-header .logo-menu-icon-wrapper .menu-icon,
.app-header .logo-menu-icon-wrapper .close-icon {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 1115px) {
  .app-header .logo-menu-icon-wrapper .menu-icon,
  .app-header .logo-menu-icon-wrapper .close-icon {
    display: none !important;
  }
}
.app-header .logo-menu-icon-wrapper .close-icon {
  display: none;
}
.app-header .main-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #000000;
  z-index: 998;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.app-header .main-menu-container .main-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 8.7rem;
  padding-right: 1.8rem;
  text-align: end;
}
.app-header .main-menu-container .main-menu .join-us {
  background: linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-header .main-menu-container .main-menu .join-us a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
}
.app-header .main-menu-container .main-menu .join-us a .sub-menu-background-image {
  width: 1.8rem;
}
.app-header .main-menu-container .main-menu .contact-us-link:hover {
  cursor: pointer;
}
@media (min-width: 1115px) {
  .app-header .main-menu-container {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0;
    padding-inline-end: 5rem;
  }
  .app-header .main-menu-container .main-menu {
    flex-direction: row;
    gap: 7.9rem;
    padding: 0;
    text-align: left;
  }
  .app-header .main-menu-container .main-menu .menu-item.current-menu-item {
    position: relative;
  }
  .app-header .main-menu-container .main-menu .menu-item.current-menu-item ::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 100%;
    height: 2px;
    background-color: #11b6bc;
  }
}
.app-header.open {
  height: 100%;
}
.app-header.open .main-menu-container {
  transform: translateX(0);
}
.app-header.open .logo-menu-icon-wrapper .menu-icon {
  display: none;
}
.app-header.open .logo-menu-icon-wrapper .close-icon {
  display: block;
}
@media (min-width: 1115px) {
  .app-header {
    flex-direction: row;
    align-items: center;
    height: 11rem;
  }
  .app-header .logo-menu-icon-wrapper {
    width: auto;
  }
}

.app-footer {
  padding-top: 1.5rem;
}
.app-footer p,
.app-footer h3,
.app-footer a,
.app-footer img {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
@media (min-width: 1115px) {
  .app-footer {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    padding-top: 11.3rem;
    padding-bottom: 3.9rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media (min-width: 1115px) and (min-width: 1200px) {
  .app-footer {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
@media (min-width: 1115px) and (min-width: 1400px) {
  .app-footer {
    padding-left: 20.8rem;
    padding-right: 20.8rem;
  }
}
.app-footer .mobile-logos-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.6rem;
}
@media (min-width: 1115px) {
  .app-footer .mobile-logos-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.app-footer .mobile-logos-container .isf-logo {
  width: 5.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -0.3rem;
  top: 1.5rem;
}
@media (min-width: 1115px) {
  .app-footer .mobile-logos-container .isf-logo {
    width: 10.9rem;
    left: -1.8rem;
    top: unset;
  }
}
@media (min-width: 1115px) {
  .app-footer .mobile-logos-container .rakia-wrapper-mobile {
    display: none !important;
  }
}
.app-footer .subscribe-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4.7rem;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container {
    border: none;
  }
}
.app-footer .subscribe-container .title {
  max-width: 15ch;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: normal;
  font-family: "Space Grotesk", sans-serif;
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .title {
    font-size: 4.6rem;
    max-width: unset;
  }
}
.app-footer .subscribe-container .description {
  max-width: 26.4rem;
}
@media (min-width: 768px) {
  .app-footer .subscribe-container .description {
    max-width: unset;
  }
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .description {
    font-size: 1.8rem;
    max-width: 39.9rem;
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .form-container {
    display: flex;
    flex-direction: row;
    gap: 2.6rem;
  }
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .form-container .fields-wrapper {
    flex-direction: row;
  }
}
.app-footer .subscribe-container .buttons-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 4.7rem;
  right: 0;
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .buttons-container {
    left: 0;
    right: unset;
    top: unset;
    bottom: -2rem;
  }
}
.app-footer .subscribe-container .buttons-container .linkedin-link {
  display: flex;
}
.app-footer .subscribe-container .buttons-container .linkedin-link .linkedin-logo {
  width: 2.3rem;
  height: 2.3rem;
}
@media (min-width: 1115px) {
  .app-footer .subscribe-container .buttons-container .linkedin-link .linkedin-logo {
    width: 4rem;
    height: 4rem;
  }
}
.app-footer .menu-lgeal-wrapper {
  padding-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.5rem;
}
@media (min-width: 1115px) {
  .app-footer .menu-lgeal-wrapper {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 11rem;
    font-size: 1.8rem;
  }
}
.app-footer .menu-lgeal-wrapper .footer-menu {
  font-weight: 600;
}
@media (min-width: 1115px) {
  .app-footer .menu-lgeal-wrapper .legal-menu {
    display: none !important;
  }
}
.app-footer .menu-lgeal-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.app-footer .menu-lgeal-wrapper ul .contact-us-link {
  text-decoration: underline;
}
.app-footer .menu-lgeal-wrapper ul .contact-us-link:hover {
  cursor: pointer;
}
.app-footer > * {
  width: 100%;
}
.app-footer .moveo-container {
  display: flex;
  padding-bottom: 1rem;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1115px) {
  .app-footer .moveo-container {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 1.5rem;
  }
}
.app-footer .moveo-container .moveo-text {
  font-size: 10px;
  font-weight: 300;
}
@media (min-width: 1115px) {
  .app-footer .moveo-container .moveo-text {
    font-size: 1.5rem;
  }
}
.app-footer .moveo-container a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.app-footer .moveo-container a span {
  font-size: 10px;
  font-weight: 300;
}
@media (min-width: 1115px) {
  .app-footer .moveo-container a span {
    font-size: 1.5rem;
  }
}
.app-footer .moveo-container img {
  width: 1.7rem;
  height: 1.7rem;
}
@media (min-width: 1115px) {
  .app-footer .moveo-container img {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.app-footer .note {
  max-width: 22.2rem;
  font-size: 10px;
  font-weight: 300;
  padding-bottom: 2rem;
}
@media (min-width: 1115px) {
  .app-footer .note {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: unset;
    font-size: 1.5rem;
  }
}

.rakia-wrapper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.rakia-wrapper .rakia-logo {
  width: 4rem;
}

.footer-footer {
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
  background: linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%);
  justify-content: center;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
@media (min-width: 1200px) {
  .footer-footer {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
@media (min-width: 1400px) {
  .footer-footer {
    padding-left: 20.8rem;
    padding-right: 20.8rem;
  }
}
@media (min-width: 1115px) {
  .footer-footer {
    padding-block: 1rem;
    justify-content: space-between;
  }
}
@media (max-width: 1115px) {
  .footer-footer .rakia-wrapper-desktop {
    display: none !important;
  }
}
.footer-footer .rakia-wrapper-desktop {
  gap: 1rem;
}
.footer-footer .rakia-wrapper-desktop .powered-by-desktop {
  font-size: 1.8rem;
}
.footer-footer .rakia-wrapper-desktop .rakia-logo {
  width: 6.7rem;
}
@media (max-width: 1115px) {
  .footer-footer .legal-menu-desktop ul {
    display: none !important;
  }
}
.footer-footer .legal-menu-desktop ul {
  display: flex;
  font-size: 1.5rem;
  gap: 5.9rem;
}
.footer-footer .logos-gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media (min-width: 1115px) {
  .footer-footer .logos-gallery {
    gap: 2.5rem;
    width: unset;
  }
}
.footer-footer .logos-gallery .logo-item {
  max-width: 6rem;
}
@media (min-width: 1115px) {
  .footer-footer .logos-gallery .logo-item {
    max-width: 8rem;
  }
}
.footer-footer .logos-gallery .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* CSS Variables */
.cta-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 2.9rem;
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-radius: 0.2rem;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  max-height: 7.2rem;
}
@media (min-width: 1115px) {
  .cta-btn {
    padding: 1.8rem 4rem;
    font-size: 2.4rem;
  }
}
.cta-btn {
  background: linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%), linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%);
  background-position: 0.2rem 0, 0.2rem 100%;
  background-size: calc(100% - 0.2rem * 2) 0.3rem;
  background-repeat: no-repeat;
}
.cta-btn::before, .cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background: linear-gradient(to bottom, #11b6bc, #1776b1);
}
.cta-btn::before {
  left: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.cta-btn::after {
  right: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.cta-btn:hover {
  background: linear-gradient(91deg, #64e275 -43.25%, #11b6bc 28.3%, #1776b1 99.85%);
}
@media (min-width: 1115px) {
  .cta-btn:hover {
    cursor: pointer;
  }
}
.cta-btn:hover::before, .cta-btn:hover::after {
  background: none;
}
.cta-btn > .wpcf7-submit {
  position: relative;
  display: inline-block;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  border: none;
  border-radius: 0.2rem;
  text-transform: inherit;
  text-decoration: none;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-size: inherit;
  font-family: "Space Grotesk";
  background: none;
}
@media (min-width: 1115px) {
  .cta-btn > .wpcf7-submit {
    font-size: inherit;
  }
}
@media (min-width: 1115px) {
  .cta-btn > .wpcf7-submit:hover {
    cursor: pointer;
  }
}

.white-cta-btn {
  color: #000000;
}

.wpcf7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
}
.wpcf7 #company-logo-label {
  display: block;
  position: relative;
  bottom: 0.6rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .wpcf7 #company-logo-label {
    bottom: 0.5rem;
  }
}
@media (min-width: 1115px) {
  .wpcf7 #company-logo-label {
    bottom: -1.5rem;
    left: 2rem;
  }
}
.wpcf7 #company-logo-label + .wpcf7-form-control-wrap {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  bottom: 8.8rem;
  margin-bottom: -5rem;
}
.wpcf7 #company-logo-label + .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 4.2rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.6rem;
  background-image: url("../../assets/icon/attachment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 768px) {
  .wpcf7 #company-logo-label + .wpcf7-form-control-wrap::after {
    width: 2rem;
    height: 1.6rem;
    top: 4.5rem;
    right: 1.2rem;
  }
}
@media (min-width: 1115px) {
  .wpcf7 #company-logo-label + .wpcf7-form-control-wrap::after {
    width: 3rem;
    height: 2.6rem;
    top: 5.5rem;
    right: 1.2rem;
  }
}
.wpcf7 #company-logo-label + .wpcf7-form-control-wrap .wpcf7-file {
  border: none;
  position: relative;
  top: -0.8rem;
  padding-block: 0;
}
.wpcf7 #company-logo-label + .wpcf7-form-control-wrap .wpcf7-file::file-selector-button {
  display: none;
}
.wpcf7 #company-logo-label + .wpcf7-form-control-wrap::before {
  content: "";
  position: relative;
  display: block;
  min-height: 4.3rem;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  top: 3rem;
}
@media (min-width: 1115px) {
  .wpcf7 #company-logo-label + .wpcf7-form-control-wrap::before {
    height: 7.4rem;
  }
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.wpcf7 form .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #dc3232;
  padding: 0;
  margin: 0;
}
@media (min-width: 1115px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #11b6bc;
  padding: 0;
  margin: 0;
}
@media (min-width: 1115px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wpcf7 form ::-moz-placeholder {
  color: #000000;
}
.wpcf7 form ::placeholder {
  color: #000000;
}
.wpcf7 form label {
  display: none;
}
.wpcf7 form #company-logo-label {
  display: block;
}
.wpcf7 form .join-us-btn .wpcf7-submit {
  color: #11b6bc;
}
.wpcf7 form .company-ind-wrapper input {
  color: #11b6bc;
}
.wpcf7 form .company-ind-wrapper input::-moz-placeholder {
  color: #11b6bc;
}
.wpcf7 form .company-ind-wrapper input::placeholder {
  color: #11b6bc;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 0 0.5rem 0 0;
}
.wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=url],
.wpcf7 form input[type=file],
.wpcf7 form textarea {
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
  padding: 1.1rem 1rem;
  font-size: 1.5rem;
  border: 1px solid #000000;
  border-radius: 2px;
}
@media (min-width: 1115px) {
  .wpcf7 form input[type=text],
  .wpcf7 form input[type=email],
  .wpcf7 form input[type=tel],
  .wpcf7 form input[type=url],
  .wpcf7 form input[type=file],
  .wpcf7 form textarea {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
.wpcf7 form .conditional-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wpcf7 form {
  /* Custom Select Styles */
}
.wpcf7 form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
.wpcf7 form .custom-select-wrapper .custom-select-input {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-inline-end: 2rem;
}
.wpcf7 form .custom-select-wrapper .options-list {
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow: scroll;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-top: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  overflow-x: hidden;
}
.wpcf7 form .custom-select-wrapper .options-list.show {
  display: block;
}
.wpcf7 form .custom-select-wrapper .options-list li {
  display: flex;
  align-items: center;
  padding: 1.1rem 1rem;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1115px) {
  .wpcf7 form .custom-select-wrapper .options-list li {
    padding: 2rem;
  }
}
.wpcf7 form .custom-select-wrapper .options-list li:hover {
  background-color: #f0f0f0;
}
.wpcf7 form .custom-select-wrapper .options-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 98%;
  background-color: #808080;
  bottom: -0.2rem;
  left: 0.8rem;
}
.wpcf7 form .custom-select-wrapper::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("../../assets/icon/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease;
}
@media (min-width: 1115px) {
  .wpcf7 form .custom-select-wrapper::after {
    width: 2rem;
    top: 3.8rem;
    right: 1.8rem;
  }
}
.wpcf7 form .custom-select-wrapper.active::after {
  transform: translateY(-100%) rotate(180deg);
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /* Now 10px = 1rem! */
}
@media (min-width: 1650px) and (max-width: 1840px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 1115px) and (max-width: 1649px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1114px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  html {
    font-size: 80%;
  }
}

.grecaptcha-badge {
  z-index: 999;
}
