@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --primary-color: #00a6b6;
  --secondary-color: #e5fbfd;
  --tertiary-color: #ccf3f6;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-inter: Inter, sans-serif;
}

/* Base styles and global variables */
body {
  font-family: var(--font-inter);
  color: var(--black-color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--white-color);
  font-weight: 400;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  margin-top: 0;
  line-height: 1.2;
  font-weight: 400;
}

.text-black {
  color: var(--black-color);
}

.text-primary-color {
  color: var(--primary-color);
}

.text-secondary-color {
  color: var(--secondary-color);
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-tertiary {
  background-color: var(--tertiary-color) !important;
}

.bg-white {
  background-color: var(--white-color);
}

.header-container {
  background-color: #e5fbfd;
  position: sticky;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .header-container {
    padding: 16px 0;
  }
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav .nav-link {
  color: #000000;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}
body.es_wrapper .navbar-nav .nav-link, body.fr_wrapper .navbar-nav .nav-link, body.de_wrapper .navbar-nav .nav-link {
  font-size: 12px;
}

.navbar-nav .nav-link:hover {
  color: #666666;
}

.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
  padding: 8px 15px;
  border-radius: 8px;
}

.dropdown-toggle:hover {
  background-color: #ffffff;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.navbar-toggler {
  border: none;
  padding: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a6b6;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: 8px;
  box-shadow: 0 -8px 0 #00a6b6, 0 8px 0 #00a6b6;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  box-shadow: none;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  opacity: 1;
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 15px;
    background-color: #e5fbfd;
    z-index: 1000;
  }
  .navbar-nav {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 10px 0;
    color: #000000;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}
.flag-icon {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}

#chat-widget-container {
  bottom: -10px !important;
}
@media (max-width: 500px) {
  #chat-widget-container {
    bottom: 50px !important;
  }
}

.global-go-up-button {
  background-color: #00a6b6;
  position: fixed;
  bottom: 10px;
  right: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 100;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 10px 30px rgba(1, 28, 42, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.global-go-up-button:hover {
  transform: translateY(-2px);
}
.global-go-up-button:active {
  transform: translateY(0);
}
.global-go-up-button:focus-visible {
  outline: 3px solid rgba(253, 83, 47, 0.5);
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .global-go-up-button {
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    bottom: 65px;
  }
}

.global-go-up-button.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-go-up-button::after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/svg/arrow-top.svg);
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .global-go-up-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
  top: 0 !important;
}

body .goog-text-highlight {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
  display: none !important;
}

font,
.goog-text-highlight {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
  display: none !important;
}

#teams-dropdown-menu span.icon .fa {
  display: inline-block;
  color: #000000;
}

#teams-dropdown-menu span.icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
}

#teams-dropdown-menu span.icon i {
  transition: transform 0.2s ease;
  transform-origin: center;
}

.loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  left: 0;
}

#teams-dropdown-menu ul li {
  text-transform: capitalize;
}

#teams-dropdown-menu {
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 6px;
  margin-bottom: 0px;
  user-select: none;
  -webkit-user-select: none;
}

#teams-dropdown-menu * {
  cursor: pointer;
}

#teams-dropdown-menu .flag-text {
  font-size: 0px;
  color: #000000;
}

#teams-dropdown-menu ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
  display: none;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  width: 142px;
  z-index: 99;
  padding: 0;
  left: unset !important;
  right: 0;
}

img.img-fluid.flg {
  margin-right: 10px;
}

#teams-dropdown-menu ul.active {
  display: block;
  animation: slidedown 0.2s;
  top: 50px;
}

#teams-dropdown-menu ul.active ~ span.icon i {
  transform: rotate(180deg);
}

@keyframes slidedown {
  from {
    margin-top: -25px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
#teams-dropdown-menu ul li {
  padding: 10px 15px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: auto !important;
  display: flex;
  margin-left: 0;
  float: none;
}

#teams-dropdown-menu ul li:hover {
  color: #000 !important;
  background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
  display: none;
  content: none;
}

@media screen and (max-width: 1199px) {
  #teams-dropdown-menu {
    height: 32px;
    position: relative !important;
    cursor: pointer !important;
    width: 60px !important;
    display: flex !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  #teams-dropdown-menu .flag-text {
    font-size: 0px;
    color: #000000;
    margin-right: 10px;
  }
  #teams-dropdown-menu .submenu-button {
    display: none;
  }
  #teams-dropdown-menu span.icon i {
    color: #000;
  }
  .header-main #teams-dropdown-menu {
    margin-left: auto !important;
  }
  .header.sticky header nav.menu.open ul {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  #teams-dropdown-menu .flag-text {
    margin-right: 0;
  }
}
/* FOR GOOGLE TRANSLATE CSS END'S HERE */
/* TABLE CSS START HERE */
table tr th {
  border: 1px solid #00a6b6 !important;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  background-color: #00a6b6 !important;
}
@media (min-width: 1024px) {
  table tr th {
    padding: 16px !important;
    font-size: 24px;
  }
}
table tr td {
  font-weight: 400;
  text-align: center;
  border: 1px solid #a7a7a7;
}
@media (min-width: 1024px) {
  table tr td {
    padding: 16px !important;
  }
}

/* TABLE CSS END HERE */
/* fade-in-scroll CSS START HERE */
.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* fade-in-scroll CSS END HERE */
/* section-container CSS START HERE */
.section-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  scroll-margin-top: 66px;
}
@media (min-width: 1200px) {
  .section-container {
    scroll-margin-top: 98px;
  }
}

#pricingplans {
  scroll-margin-top: 66px;
}
@media (min-width: 1200px) {
  #pricingplans {
    scroll-margin-top: 98px;
  }
}

/* section-container CSS END HERE */
/* font-weight CSS START HERE */
.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

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

/* font-weight CSS END HERE */
/* font-size CSS START HERE */
.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-base {
  font-size: 1rem;
  line-height: 1.6;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.7;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75;
}

/* font-size CSS END HERE */
/* background-color CSS START HERE */
.bg-primary {
  background-color: var(--primary-color);
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.bg-white {
  background-color: var(--white-color);
}

/* background-color CSS START HERE */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  background-color: #00a6b6 !important;
  color: #ffffff !important;
  border: 1px solid #00a6b6 !important;
}
.btn span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn span::before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #00a6b6;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url(/assets/images/svg/arrow-top-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
.btn.inverted {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.inverted span::before {
  background-image: url(/assets/images/svg/arrow-top-right-white.svg);
}

h2 {
  font-size: 27px !important;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 55px !important;
  }
}

.form-container {
  background: white;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 650px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-container {
    padding: 40px;
  }
}

.form-control-underline {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 12px;
  font-size: 16px;
  color: #666;
  width: 100%;
}

.form-control-underline:focus-visible,
.form-control-underline:focus {
  outline: none;
}

.form-control,
.form-control:focus {
  background-color: #f5f5f5;
  border: none;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 15px;
  color: #868686;
}

.form-control-underline::placeholder,
.form-control::placeholder {
  color: #868686;
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(245, 245, 245, 0.3);
  background-color: #f5f5f5;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.password-input-wrapper {
  position: relative;
}
.password-input-wrapper .form-control {
  padding-right: 3rem;
}
.password-input-wrapper .password-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.password-input-wrapper .password-toggle-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.password-input-wrapper .password-toggle-btn:focus {
  outline: none;
  color: #00a6b6;
}
.password-input-wrapper .password-toggle-btn i {
  font-size: 1.1rem;
  color: #00a6b6;
}

.remember-me {
  cursor: pointer;
}
.remember-me span {
  color: #000;
  font-size: 0.95rem;
}

.remember-me-check {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  place-content: center;
}

.remember-me-check:checked {
  background-color: #00a6b6;
}

.remember-me-check:checked::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: -1px;
}

.remember-me-check:focus-visible {
  outline: 2px solid #36c2ce;
  outline-offset: 2px;
}

.bg-sign-up {
  background-image: url("/assets/images/webp/sign-up-bg.webp");
  background-size: cover;
  background-position: center;
}

.auth-container {
  background-color: #fff;
  padding: 2rem;
  max-width: 585px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
}

@media (max-width: 992px) {
  .auth-container {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .auth-container {
    padding: 1.5rem;
  }
}
.main-wrapper.hero h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .main-wrapper.hero h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.hero h1 {
    font-size: 80px;
  }
}
.main-wrapper.hero .hero-content {
  position: relative;
}
@media (min-width: 1024px) {
  .main-wrapper.hero .hero-content {
    margin-bottom: 750px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.hero .hero-content {
    margin-bottom: 850px;
  }
}
.main-wrapper.hero .hero-content .hero-cta-container {
  width: 100%;
}
.main-wrapper.hero .hero-content .hero-cta-container a.btn {
  z-index: 100;
}
@media (min-width: 1024px) {
  .main-wrapper.hero .hero-content .hero-cta-container {
    max-width: 410px;
    position: absolute;
    top: 165px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .main-wrapper.hero .hero-content .hero-cta-container {
    max-width: 500px;
    position: absolute;
    top: 220px;
    left: 0;
  }
}
.main-wrapper.hero .hero-content img.hero {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-wrapper.hero .hero-content img.hero {
    position: absolute;
    top: -20px;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .main-wrapper.hero .hero-content img.trainfitaura {
    position: absolute;
    top: 0;
    right: 10%;
  }
}

@media (min-width: 1200px) {
  #features.section-container h2 {
    font-size: 60px;
  }
}
#features.section-container .features-cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 576px) {
  #features.section-container .features-cards {
    grid-auto-columns: 60%;
  }
}
@media (min-width: 1024px) {
  #features.section-container .features-cards {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: start;
    margin-top: 8% !important;
  }
}
#features.section-container .feature-card {
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  min-height: 320px;
}
@media (min-width: 768px) {
  #features.section-container .feature-card {
    min-height: 360px;
  }
}
@media (min-width: 1024px) {
  #features.section-container .feature-card {
    min-height: 420px;
  }
}
#features.section-container .feature-card__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 1024px) {
  #features.section-container .feature-card:nth-child(2) {
    margin-top: -36px;
  }
  #features.section-container .feature-card:nth-child(3) {
    margin-top: -72px;
  }
}

.services-bg {
  position: relative;
  background-image: url(/assets/images/webp/section-2-bg.webp);
  background-size: cover;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 597px;
}
@media (min-width: 1200px) {
  .services-bg {
    height: 826px;
    background-position: center;
  }
}
.services-bg > .container-xl {
  position: relative;
  z-index: 1;
  height: 100%;
}
.services-bg > .container-xl > .row {
  height: 100%;
}
.services-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .services-bg > .container-xl > .row > .col-12 {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
}
.services-bg h2 {
  max-width: 552px;
}
.services-bg p {
  max-width: 640px;
}

@media (min-width: 1024px) {
  #about-us.section-container .vertical-img {
    height: 700px;
    width: auto !important;
  }
}

section#pricing.section-container .pricing-card {
  padding: 1.5rem;
  border: 1px solid #000;
  cursor: pointer;
}
section#pricing.section-container .pricing-card:hover, section#pricing.section-container .pricing-card.active {
  background-color: #b4f2f8;
}
section#pricing.section-container .pricing-card .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b9e0e4;
}
section#pricing.section-container .pricing-card .price {
  font-size: 48px;
  color: #00a6b6;
}
section#pricing.section-container .pricing-card ul {
  list-style-type: none;
  border-top: 1px solid #000;
  padding-top: 1rem;
  padding-left: 0;
}
section#pricing.section-container .pricing-card ul li {
  position: relative;
  padding-left: 1.75rem;
}
section#pricing.section-container .pricing-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 15px;
  height: 18px;
  background-image: url(/assets/images/svg/pricing-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-us-container {
  background-color: #b4f2f8;
  border: 1px solid #868686;
  padding: 3rem 2rem;
}

.phone-number {
  white-space: nowrap;
}

footer {
  background-color: #000;
}
footer .left {
  border-bottom: 1px solid #00a6b6;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  footer .left {
    border-bottom: none;
    border-right: 1px solid #00a6b6;
    padding-right: 4rem;
    padding-top: 4rem;
  }
}
footer .footer-links-section {
  border-top: 1px solid #00a6b6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  footer .footer-links-section {
    padding: 4rem;
  }
}
@media (min-width: 990px) and (max-width: 1400px) {
  footer .footer-links-section div.col-12 {
    flex-wrap: nowrap !important;
  }
}
footer .footer-links-section .footer-links h6 {
  color: #00a6b6;
  font-size: 1rem;
  font-weight: 700;
}
footer .footer-links-section .footer-links li a,
footer .footer-links-section .footer-links li p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}
footer .footer-links-section .footer-links li a {
  text-decoration: none;
}
footer .bottom-text {
  border-top: 1px solid #00a6b6;
  padding: 1rem;
}
@media (min-width: 1024px) {
  footer .bottom-text {
    overflow: hidden;
    padding-bottom: 0;
  }
  footer .bottom-text .gradient-text {
    transform: translateY(0.4em);
  }
}

.gradient-text {
  background-image: linear-gradient(1deg, #0b5a63 0%, #36c2ce 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 59px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .gradient-text {
    font-size: 10rem;
  }
}

@media (max-width: 426px) {
  footer .footer-links-section > .col-12 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .bottom-copyright {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
}
/*  POLICY PAGE CSS START HERE */
.policy-content {
  position: relative;
  /* Custom to this site */
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .policy-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.policy-content .terms-content {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
.policy-content .terms-content span {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
@media (max-width: 375px) {
  .policy-content .terms-content {
    font-size: 14px;
  }
}
.policy-content .terms-content h1,
.policy-content .terms-content h2 {
  color: #00a6b6;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 0;
  padding: 50px 0 15px 0;
}
@media (max-width: 1199px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 40px 0 15px 0;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 30px 0 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    font-size: 18px;
    padding: 20px 0 10px 0;
  }
}
.policy-content .terms-content h6 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: rgba(27, 37, 52, 0.65);
  line-height: 1.3;
}
.policy-content .terms-content b {
  font-size: 18px;
  line-height: 1.3;
  color: #00a6b6;
}
@media (max-width: 575px) {
  .policy-content .terms-content b {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content b {
    font-size: 15px;
  }
}
.policy-content .terms-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #00a6b6;
  margin-bottom: 15px;
}
.policy-content .terms-content p.version {
  font-size: 14px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.policy-content .terms-content a {
  color: #00a6b6;
  transition: 0.3s all;
  font-weight: 500;
}
.policy-content .terms-content a:hover {
  color: #00a6b6;
  transition: 0.3s all;
}
.policy-content img {
  padding-left: 15px;
  transform: rotate(-270deg);
}
.policy-content .print {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  padding: 20px 14px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #00a6b6;
  box-shadow: 0px 4px 60px rgba(30, 92, 255, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transform: rotate(180deg);
  transition: 0.3s all;
  border-radius: 0px 12px 12px 0px;
  position: sticky;
  width: max-content;
  float: right;
  top: 140px;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .policy-content .print {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .policy-content .print {
    writing-mode: unset;
    transform: none;
    border-radius: 12px 0 0 12px;
    padding: 10px;
    font-size: 0;
    transition: 0.3s all;
  }
}
@media (max-width: 575px) {
  .policy-content .print {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .policy-content .print img {
    padding: 0;
    transform: rotate(-90deg);
  }
}
.policy-content #condition-block thead th::first-letter {
  text-transform: uppercase;
}

.mb-self h2 {
  margin-bottom: 10px;
}

@media (max-width: 426px) {
  #condition-block {
    box-sizing: border-box;
    min-width: 0;
    overflow-x: visible;
  }
  #condition-block table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-word;
  }
  #condition-block table tr th,
  #condition-block table tbody td {
    white-space: normal;
    text-wrap: unset;
  }
  #condition-block tbody td:first-child {
    font-size: 10px;
  }
  #condition-block thead th {
    font-size: 10px;
  }
  #condition-block table tbody td {
    font-size: 10px;
  }
}
/*  POLICY PAGE CSS END'S HERE */
.faq-accordion .accordion-item {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 24px;
  background-color: #b4f2f8;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #b4f2f8;
  box-shadow: none;
}
.faq-accordion .accordion-button:hover {
  background-color: #fafafa;
}
.faq-accordion .accordion-button:focus {
  border-color: #cfcfcf;
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.faq-accordion .accordion-body {
  background-color: #b4f2f8;
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
  padding: 24px 20px;
}
.faq-accordion .accordion-collapse {
  border: none;
}

/*# sourceMappingURL=main.css.map */
