.wrapper {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

@media screen and (min-width: 2000px) and (min-width: 2999px) {
  .section-container {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 3000px) {
  .section-container {
    width: 65%;
    margin: 0 auto;
  }
}
.bold-300 {
  font-weight: 300 !important;
}

.bold-500 {
  font-weight: 500;
}

.h7 {
  font-size: 0.875rem;
  line-height: 1.1375rem;
  font-family: "Host Grotesk";
}

.label-field {
  font-weight: 600;
  text-align: left;
  color: #202025;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.label-field:hover input[type=radio] {
  border-color: red !important;
}

.label-field {
  cursor: pointer;
}

.checkbox-label {
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
}

.forms_group {
  margin-bottom: 2.5vh !important;
}

.pt-40 {
  padding-top: 5vh;
}

.mb-24 {
  margin-bottom: 3vh;
}

.input-field-custom:focus, .input-field-custom:focus-visible, .input-field-custom:hover {
  border: 0px #FFFFFF !important;
}

.input-field-custom:focus-visible {
  outline: 0px #FFFFFF !important;
}

.input-field {
  padding: 0.75rem 1rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #D0D0D4;
  color: #202025;
  font-family: "Host Grotesk";
  border: 1px solid #DEDEE2;
}

.input-field::-moz-placeholder {
  color: #D0D0D4;
  font-weight: 500;
}

.input-field::placeholder {
  color: #D0D0D4;
  font-weight: 500;
}

.input-field:disabled {
  background-color: #F4F4F7;
  cursor: not-allowed !important;
  color: #C9C9CE;
  border-radius: 0.5rem;
  border-color: #F4F4F7;
}

.input-field:hover {
  border: 1px solid #8BBFBF;
  background-color: #FBFBFD;
  border-radius: 0.5rem;
}

.input-field.error {
  background-color: #FFF4F4 !important;
  border: 1px solid #F93F2E !important;
  color: #202025 !important;
  border-radius: 0.5rem;
}

.input-field.error_custom {
  background-color: #FFF4F4;
  border: 0px #F93F2E !important;
  color: #202025 !important;
  border-radius: 0;
}

.items .sub-menu li:hover {
  background-color: rgba(2, 115, 115, 0.0509803922);
}

.error_field {
  color: #F93F2E !important;
}

.bg-grey-50 {
  background-color: #FDFDFE;
}

.gap-15 {
  gap: 15px;
}

.gap-30 {
  gap: clamp(1.8rem, 2.08vw, 2.26rem);
}

.mb-73 {
  margin-bottom: 4.56rem;
}

#navBar .section-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .mb-62 {
    margin: 3.875rem;
  }
}
.title-h3 {
  font-family: "Zilla Slab";
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.h8 {
  font-family: "Host Grotesk";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #202025;
}

@media screen and (max-width: 768px) {
  #kagoo-app {
    margin-top: 18vw;
  }
  .hero-title {
    padding: 8rem 4.25rem !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .title-zilla-xl {
    font-size: 2.2rem !important;
    line-height: clamp(2rem, 4.72vw, 4.6rem) !important;
  }
  .pl-sm_2 {
    padding-left: 0.8rem;
  }
}
.bg-green-500 {
  background-color: #027373;
}

.green-500 {
  color: #027373;
}

.bg-green-50 {
  background-color: #E6F1F1;
}

.bg-green-50 {
  background-color: #E6F1F1;
}

.zilla-title-xxl {
  font-size: clamp(4rem, 8.33vw, 11rem);
  line-height: clamp(4rem, 8.33vw, 11rem);
  font-weight: 500;
  margin: 0;
  font-family: "Zilla Slab";
}

.mb-98 {
  margin-bottom: 6.8vw;
}

.pb-98 {
  padding-bottom: 6.8vw;
}

@media screen and (min-width: 991px) {
  .px-lg-44 {
    padding-left: clamp(2.6rem, 3.05vw, 3rem);
    padding-right: clamp(2.6rem, 3.05vw, 3rem);
  }
  .pl-lg-54 {
    padding-left: clamp(3.2rem, 3.75vw, 4.12rem) !important;
  }
  .pr-lg-54 {
    padding-right: clamp(3.2rem, 3.75vw, 4.12rem) !important;
  }
}
.border-none {
  border: none;
}

.flex-direction-sm-column {
  flex-direction: column;
}

.weight-bolder {
  font-weight: 700 !important;
}

.medium-bold {
  font-weight: 400 !important;
}

.p-absolute {
  position: absolute;
}

.weight-bold {
  font-weight: 600 !important;
}

.bold-500 {
  font-weight: 500;
}

.w-80 {
  width: 80%;
}

.link {
  text-decoration: none;
}

.w-90 {
  width: 90%;
}

.pt-44 {
  padding-top: 3.05vw;
}

.pb-44 {
  padding-bottom: 3.05vw;
}

.mb-44 {
  margin-bottom: 3.05vw;
}

.py-44 {
  padding-top: 3.05vw;
  padding-bottom: 3.05vw;
}

.px-44 {
  padding-left: clamp(2.6rem, 3.05vw, 3rem);
  padding-right: clamp(2.6rem, 3.05vw, 3rem);
}

.pl-44 {
  padding-left: clamp(2.6rem, 3.05vw, 3rem);
}

.pl-xl-44 {
  padding-left: clamp(0.6rem, 3.05vw, 3rem);
}

.pr-xl-44 {
  padding-right: clamp(0.6rem, 3.05vw, 3rem);
}

.pr-44 {
  padding-right: clamp(2.6rem, 3.05vw, 3rem);
}

.pt-22 {
  padding-top: 1.525vw;
}

.pb-22 {
  padding-bottom: 1.525vw;
}

.py-22 {
  padding-top: clamp(1.6rem, 1.66vw, 2rem);
  padding-bottom: clamp(1.6rem, 1.66vw, 2rem);
}

.px-22 {
  padding-left: clamp(1.25rem, 1.525vw, 1.75rem);
  padding-right: clamp(1.25rem, 1.525vw, 1.75rem);
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pl-22 {
  padding-left: clamp(1.25rem, 1.525vw, 1.75rem);
}

.pl-xl-22 {
  padding-left: clamp(0.5rem, 1.525vw, 1.75rem);
}

.pr-22 {
  padding-right: clamp(1.25rem, 1.525vw, 1.75rem);
}

.pr-xl-22 {
  padding-right: clamp(0.5rem, 1.525vw, 1.75rem);
}

.px-24 {
  padding-left: clamp(1.6rem, 1.66vw, 2rem);
  padding-right: clamp(1.6rem, 1.66vw, 2rem);
}

.border-black-2 {
  border: 2px solid #202025;
}

.grotesk-h5 {
  font-family: "Host Grotesk";
  font-size: clamp(0.9rem, 1.38vw, 1.8rem);
  line-height: clamp(0.9rem, 1.84vw, 1.8rem);
}

.profil-name {
  gap: clamp(0.5rem, 0.83vw, 1.2rem);
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rounded-cicle {
  border-radius: 50%;
}

.gap-12 {
  gap: 0.75rem;
}

.pr-12 {
  padding-right: clamp(0.5rem, 0.83vw, 0.12rem);
}

.pl-12 {
  padding-left: clamp(0.5rem, 0.83vw, 0.6rem) !important;
}

.gap-8 {
  gap: 0.5rem;
}

.mb-22 {
  margin-bottom: 1.525vw;
}

.zilla-h4 {
  font-family: "Zilla Slab";
  font-size: clamp(1.5rem, 1.94vw, 2.2rem);
  font-weight: 400;
  line-height: clamp(1.6rem, 2.22vw, 2.2rem) 32px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.red-500 {
  color: #F93F2E;
}

.title-zilla-xl {
  font-size: clamp(4.2rem, 5vw, 4.8rem);
  line-height: clamp(4rem, 4.72vw, 4.6rem);
  font-family: "Zilla Slab";
}

.pb-92 {
  padding-bottom: 5.75rem;
}

.pb-62 {
  padding-bottom: 3.875rem;
}

.grokest-h6 {
  font-family: "Host Grotesk";
  font-size: clamp(1rem, 0.97vw, 1.1rem);
  line-height: clamp(1.2rem, 1.11vw, 1.4rem);
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.larg-btn, .larg-btn-green-500 {
  padding: clamp(1rem, 1.38vw, 1.5rem) clamp(2rem, 1.11vw, 2.75rem) !important;
  border-radius: clamp(1.8rem, 2.22vw, 3.4rem);
  text-decoration: none;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-family: "Host Grotesk";
  font-weight: 500;
  height: 3.88vw;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.larg-btn-green-500 {
  background-color: #027373;
  color: #FFFFFF;
}

.medium-btn {
  padding: 0.75rem 1rem;
  height: 40px;
  border: none;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 0.75rem; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #FFFFFF; /* Color of the track */
  border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb {
  background: #C9C9CE; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: #C9C9CE; /* Color of the scrollbar thumb on hover */
}

.gray-900 {
  color: #5E5E5E;
}

.pt-32 {
  padding-top: 2rem;
}

#btn-start {
  width: 15rem;
}

.medium-btn img {
  width: 1rem;
}

.radius-5 {
  border-radius: 0.32rem;
}

.bg-green-400 {
  background-color: #358F8F;
}

.bg-green-500 {
  background-color: #027373;
}

.white-color {
  color: #FFFFFF;
}

.pb-28 {
  padding-bottom: 1.74rem;
}

.mb-28 {
  margin-bottom: 1.74rem;
}

.pl-54 {
  padding-left: clamp(3.2rem, 3.75vw, 4.12rem) !important;
}

.pr-54 {
  padding-right: clamp(3.2rem, 3.75vw, 4.12rem) !important;
}

.color-black {
  color: #202025 !important;
}

.input-field:focus-visible {
  outline: 1px solid #027373;
  border-radius: 0.5rem;
}

.font-italic {
  font-style: italic;
}

.weight-300 {
  font-weight: 300;
}

.black-BK300 {
  color: #202025;
}

.input-field.error:focus-visible {
  outline: 1px solid #F93F2E;
  border-radius: 0.5rem;
}

.checkbox-input {
  border-radius: 0.25rem;
  border: 1px solid #A2A3A8;
  color: #FFFFFF;
}

.checkbox-input:disabled {
  border: 1px solid #D0D0D4;
}

.checkbox-input:disabled:checked {
  background-color: #55A1A1;
  border: 1px solid #55A1A1;
}

.checkbox-input:checked {
  background-color: #027373;
  border: 1px solid #027373;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-input:checked ~ .checkmark {
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.8rem !important;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-13 {
  margin-bottom: 0.81rem;
}

.gap-24 {
  gap: clamp(1.6rem, 1.66vw, 2rem);
}

.gap-22 {
  gap: clamp(2.6rem, 3.05vw, 3rem);
}

.pr-40 {
  padding-right: clamp(2.2rem, 27.77vw, 2.6rem);
}

.pt-40 {
  padding-top: 2.5rem;
}

.pl-40 {
  padding-left: clamp(2.2rem, 27.77vw, 2.6rem);
}

.gray-BK75 {
  color: #A2A3A8 !important;
}

.bg-orange-500 {
  background-color: #F25F29;
}

.medium-btn.bg-orange-500:hover {
  background-color: #F57F54;
}

.medium-btn.bg-orange-500:focus-visible {
  background-color: #DC5625;
  outline: 1px solid #DC5625;
}

.medium-btn.bg-orange-500:disabled {
  background-color: #D0D0D4;
  outline: 1px solid #D0D0D4;
  border-color: #D0D0D4;
}

.medium-btn.bg-orange-500:focus {
  background-color: #DC5625;
  outline: 1px solid #DC5625;
}

.custom_check {
  border: 1px solid #D0D0D4;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  padding: 0.21rem;
  position: relative;
  cursor: pointer;
}

.custom_check:hover {
  border: 1px solid #A2A3A8;
}

.icon-check {
  position: absolute;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom_check.checked {
  background-color: #55A1A1;
  border: 1px solid #55A1A1;
}

.custom_check.checked:hover {
  background-color: #027373;
  border: 1px solid #027373;
}

.custom_check.checked:disabled {
  background-color: #358F8F;
  border: 1px solid #358F8F;
  cursor: not-allowed;
}

.custom_check:disabled {
  border: 1px solid #D0D0D4;
  cursor: not-allowed;
}

.not-allowed {
  cursor: not-allowed !important;
}

.mb-12 {
  margin-bottom: 1.5vh;
}

.label-field input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
  border-color: #D0D0D4 !important;
}

.label-field input[type=radio]:hover {
  height: 1.25rem;
  width: 1.25rem;
  border-color: #A2A3A8 !important;
}

.label-field input[type=radio]:disabled {
  border-color: #C9C9CE !important;
}

.label-field input[type=radio]:checked {
  accent-color: #55A1A1 !important;
}

.label-field input[type=radio]:checked:hover {
  accent-color: #027373 !important;
}

.label-field input[type=radio]:checked:disabled {
  accent-color: #027373 !important;
  cursor: not-allowed;
}

.pt-12 {
  padding-top: 0.75rem;
}

.gray-600 {
  color: #D0D0D4;
}

.loader-container {
  position: fixed;
  border: 3px solid #000000;
  background: rgba(32, 32, 37, 0.2901960784);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: 30;
  overflow: hidden;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  transform: translate(-50%, -50%);
}

#loader_kagoo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
}

.loader-text {
  font-family: "Host Grotesk";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.66rem;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFFFFF;
  padding-top: 2.25rem;
  width: 30%;
  z-index: 50;
}

.row_text {
  position: absolute;
}

.medium-btn.bg-green-500:hover {
  background-color: #358F8F;
  color: #FFFFFF;
}

.medium-btn.bg-green-500:focus {
  background-color: #026969;
  outline: 0 auto #026969;
}

.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medium-btn:disabled {
  background-color: #DEDEE2;
  color: #A2A3A8;
  cursor: not-allowed;
  outline: #A2A3A8;
}

.medium-btn:disabled:hover {
  background-color: #DEDEE2;
  color: #A2A3A8;
  cursor: not-allowed;
  outline: #A2A3A8;
}

@media screen and (max-width: 1024px) {
  .loader-container {
    height: 100vh;
  }
  .loader-content {
    top: 50%;
    left: 10%;
    z-index: 40;
    transform: translate(-5%, -50%);
  }
}
.pb-12 {
  padding-bottom: 0.75rem;
}

.color-orange-500 {
  color: #F25F29;
}/*# sourceMappingURL=main.css.map */