@charset "UTF-8";
/* BASE 
================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Safely set to border-box */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

a {
  cursor: pointer;
}

:root {
  --blue: #00ABC8;
  --light-blue: #B3E6EE;
  --dark-blue: #273C49;
  --gray: #BFC5C9;
  --light-gray: #D1D1D1;
  --dark-gray: #666C70;
  --dark-white: #F5F5F5 ;
}

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

.nexa {
  font-family: "Nexa", sans-serif;
}

.crimson {
  font-family: "Crimson Pro", serif;
}

.museo {
  font-family: museo-sans, sans-serif;
}

.extra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.jumbotron {
  font-size: 56px;
  font-weight: 700;
}

.banner {
  font-size: 102px;
  font-weight: 700;
}

.p72 {
  font-size: 72px;
}

.p70 {
  font-size: 70px;
}

.p56 {
  font-size: 56px;
}

.p40 {
  font-size: 40px;
}

.p34 {
  font-size: 34px;
}

.p32 {
  font-size: 32px;
}

.p30 {
  font-size: 30px;
}

.p28 {
  font-size: 28px;
}

.p24 {
  font-size: 24px;
}

.p20 {
  font-size: 20px;
}

.p18 {
  font-size: 18px;
}

.p16 {
  font-size: 16px;
}

.p14 {
  font-size: 14px;
}

.p12 {
  font-size: 12px;
}

.p10 {
  font-size: 10px;
}

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

.text-dark-blue {
  color: var(--dark-blue);
}

.text-light-blue {
  color: var(--light-blue);
}

.text-dark-gray {
  color: var(--dark-gray);
}

.text-light-gray {
  color: var(--light-gray);
}

.text-white {
  color: white;
}

.text-green {
  color: #77dd77;
}

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

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

.lh-25 {
  line-height: 25px;
}

.lh-32 {
  line-height: 32px;
}

.lh-35 {
  line-height: 35px;
}

.lh-40 {
  line-height: 40px;
}

.lh-60 {
  line-height: 60px;
}

.lh-70 {
  line-height: 70px;
}

.lh-80 {
  line-height: 80px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .jumbotron {
    font-size: 32px;
    font-weight: 700;
  }
  .text-align--left-m {
    text-align: left;
  }
  .text-align--center-m {
    text-align: center;
  }
  .p12-m {
    font-size: 12px;
  }
  .p14-m {
    font-size: 14px;
  }
  .p16-m {
    font-size: 16px;
  }
  .p20-m {
    font-size: 20px;
  }
  .p25-m {
    font-size: 25px;
  }
  .p27-m {
    font-size: 27px;
  }
  .p32-m {
    font-size: 32px;
  }
  .p45-m {
    font-size: 45px;
  }
  .p50-m {
    font-size: 50px;
  }
  .lh-24-m {
    line-height: 24px;
  }
  .lh-35-m {
    line-height: 35px;
  }
  .lh-40-m {
    line-height: 40px;
  }
  .lh-45-m {
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jumbotron {
    font-size: 32px;
    font-weight: 700;
  }
  .text-align--left-m {
    text-align: left;
  }
  .text-align--center-m {
    text-align: center;
  }
  .p12-m {
    font-size: 12px;
  }
  .p14-m {
    font-size: 14px;
  }
  .p16-m {
    font-size: 16px;
  }
  .p20-m {
    font-size: 20px;
  }
  .p25-m {
    font-size: 25px;
  }
  .p27-m {
    font-size: 27px;
  }
  .p32-m {
    font-size: 32px;
  }
  .p45-m {
    font-size: 45px;
  }
  .p50-m {
    font-size: 50px;
  }
  .lh-24-m {
    line-height: 24px;
  }
  .lh-35-m {
    line-height: 35px;
  }
  .lh-40-m {
    line-height: 40px;
  }
  .lh-45-m {
    line-height: 45px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .p45-sd {
    font-size: 45px;
  }
}
/* MODULE
================================*/
.button {
  height: 63px;
  font-size: 18px;
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.button.primary {
  background-color: var(--blue);
  color: white;
}
.button.primary.light {
  background-color: var(--light-blue);
  color: var(--blue);
}
.button.small {
  height: 53px;
}
.button.medium {
  height: 55px;
}
.button.x-small {
  height: 40px;
}
.button:hover {
  opacity: 0.75;
}
.button > span {
  vertical-align: sub;
}

@media (min-width: 320px) and (max-width: 480px) {
  .button {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 50px;
  }
}
input[type=search],
input[type=email],
input[type=password],
input[type=text],
input[type=tel],
input[type=time],
input[type=date],
select,
textarea {
  background: white;
  border: 0.5px solid var(--light-gray);
  height: 63px;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  color: var(--dark-blue);
  padding: 22px 30px;
  font-weight: 700;
}
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--gray);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 0.5px solid var(--blue);
}
input[type=search].medium,
input[type=email].medium,
input[type=password].medium,
input[type=text].medium,
input[type=tel].medium,
input[type=time].medium,
input[type=date].medium,
select.medium,
textarea.medium {
  height: 55px;
  padding: 16px 30px;
}

textarea {
  height: 200px;
}

.button.submit {
  height: 63px;
  width: 106px;
  background-color: var(--blue);
  color: white;
  font-family: "Nexa", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  border: 2px solid var(--blue);
  background-color: white;
  appearance: none;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  background-color: #F4F5F6;
  border: 2px solid #F4F5F6;
}
input[type=radio]:disabled:checked,
input[type=checkbox]:disabled:checked {
  border: 2px solid #DEDEDE;
  background-color: white;
}
input[type=radio]:not(:disabled):hover,
input[type=checkbox]:not(:disabled):hover {
  opacity: 0.75;
}
input[type=radio]:active:not(:disabled),
input[type=checkbox]:active:not(:disabled) {
  border-color: var(--blue);
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: var(--blue);
  background-color: white;
}
input[type=radio].small,
input[type=checkbox].small {
  height: 15px;
  width: 15px;
  margin-right: 13px;
  margin-bottom: 0;
}
input[type=radio].small:disabled,
input[type=checkbox].small:disabled {
  background-color: #F4F5F6;
  border: 2px solid #F4F5F6;
}
input[type=radio].small:disabled:checked,
input[type=checkbox].small:disabled:checked {
  border: 2px solid #DEDEDE;
  background-color: #DEDEDE;
}

input[type=radio] {
  border-radius: 100%;
}
input[type=radio]:disabled:checked:before {
  background: #DEDEDE;
}
input[type=radio]:disabled.small:checked:before {
  border: 2px solid white;
  background: #DEDEDE;
}
input[type=radio]:checked:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: relative;
  left: 2px;
  top: 2px;
  background: var(--blue);
  border-radius: 100%;
}
input[type=radio].small:checked:before {
  height: 11px;
  width: 11px;
  border: 2px solid var(--blue);
  background: white;
  top: 0;
  left: 0;
}

input[type=checkbox] {
  border-radius: 5px;
}
input[type=checkbox]:disabled:checked:before {
  background: #DEDEDE;
}
input[type=checkbox]:disabled.small:checked:before {
  border: 2px solid white;
  background: #DEDEDE;
}
input[type=checkbox]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  border: solid var(--blue);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 0px;
}
input[type=checkbox].small {
  border-radius: 5px;
}
input[type=checkbox].small:checked:before {
  content: "";
  display: block;
  position: relative;
  height: 11px;
  width: 11px;
  border: 2px solid white;
  background: var(--blue);
  top: 0;
  left: 0;
  transform: none;
  margin-left: 0;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
  input[type=radio],
input[type=checkbox] {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  input[type=radio],
input[type=checkbox] {
    margin-right: 10px;
  }
}
/* LAYOUT
================================*/
.navik-header-container {
  height: 75px !important;
  padding: 0 150px;
  border-bottom: 1px solid var(--light-gray);
}

.navik-header .logo img {
  max-height: 50px !important;
}

.navik-menu > ul > li > a {
  line-height: 75px !important;
  padding: 0 !important;
  margin: 0 25px;
  font-size: 20px !important;
  font-weight: bold;
  font-family: "Nexa", sans-serif;
  text-transform: capitalize !important;
}

.navik-menu.menu-hover-3 > ul > li button.list-now {
  width: 150px;
  height: 50px;
}
.navik-menu.menu-hover-3 > ul > li > a {
  height: 75px;
  color: var(--gray);
}
.navik-menu.menu-hover-3 > ul > li.current-menu > a, .navik-menu.menu-hover-3 > ul > li:hover > a {
  color: var(--dark-blue) !important;
}
.navik-menu.menu-hover-3 > ul > li.current-menu > a::after, .navik-menu.menu-hover-3 > ul > li:hover > a::after {
  width: 26px !important;
}
.navik-menu.menu-hover-3 > ul > li > a::after {
  transform: none !important;
  left: 0 !important;
  bottom: 15px !important;
}

.navik-header.sticky .navik-menu > ul > li > a {
  height: 75px !important;
}

@media (max-width: 1440px) and (max-height: 833px) {
  .navik-header-container {
    height: 90px !important;
    padding: 0 40px;
  }
  .navik-header .logo {
    padding: 30px 0px !important;
    text-align: left !important;
  }
  .navik-header .logo img {
    width: 200px;
  }
  .burger-menu {
    right: 40px !important;
  }
  .navik-menu ul li.current-menu > a {
    background-color: transparent !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .navik-header-container {
    height: 90px !important;
    padding: 0 40px;
  }
  .navik-header .logo {
    padding: 30px 0px !important;
    text-align: left !important;
  }
  .navik-header .logo img {
    width: 200px;
  }
  .burger-menu {
    right: 40px !important;
  }
  .navik-menu ul li.current-menu > a {
    background-color: transparent !important;
  }
  .navik-menu.menu-caret.menu-hover-3 {
    width: 100vw !important;
    position: absolute !important;
    left: 0 !important;
    top: 90px !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul {
    background-color: var(--dark-white) !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li > button.list-now {
    margin: 0 25px;
    width: -webkit-fill-available;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu span.dropdown-plus {
    top: 13px;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu > ul > li.dropdown_menu > span.dropdown-plus {
    top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navik-header-container {
    height: 90px !important;
    padding: 0 40px;
  }
  .navik-header .logo {
    padding: 30px 0px !important;
    text-align: left !important;
  }
  .navik-header .logo img {
    width: 200px;
  }
  .burger-menu {
    right: 40px !important;
  }
  .navik-menu ul li.current-menu > a {
    background-color: transparent !important;
  }
  .navik-menu.menu-caret.menu-hover-3 {
    width: 100vw !important;
    position: absolute !important;
    left: 0 !important;
    top: 90px !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul {
    background-color: var(--dark-white) !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li > button.list-now {
    margin: 0 25px;
    width: -webkit-fill-available;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu span.dropdown-plus {
    top: 13px;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu > ul > li.dropdown_menu > span.dropdown-plus {
    top: 0px !important;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .navik-header-container {
    height: 90px !important;
    padding: 0 40px;
  }
  .navik-header .logo {
    padding: 30px 0px !important;
    text-align: left !important;
  }
  .navik-header .logo img {
    width: 200px;
  }
  .burger-menu {
    right: 40px !important;
  }
  .navik-menu ul li.current-menu > a {
    background-color: transparent !important;
  }
  .navik-menu.menu-caret.menu-hover-3 {
    width: 100vw !important;
    position: absolute !important;
    left: 0 !important;
    top: 90px !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul {
    background-color: var(--dark-white) !important;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li > button.list-now {
    margin: 0 25px;
    width: -webkit-fill-available;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu span.dropdown-plus {
    top: 13px;
  }
  .navik-menu.menu-caret.menu-hover-3 > ul li.dropdown_menu > ul > li.dropdown_menu > span.dropdown-plus {
    top: 0px !important;
  }
}
.box-icon {
  height: 70px;
  width: 70px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1019607843);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-icon.large {
  height: 100px;
  width: 100px;
}
.box-icon.no-shadow {
  box-shadow: none;
}
.box-icon.blue {
  background-color: var(--blue);
  color: white;
}

@media (min-width: 320px) and (max-width: 480px) {
  .box-icon.large {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-icon.large {
    height: 50px;
    width: 50px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .box-icon.large {
    height: 50px;
    width: 50px;
  }
}
.card {
  width: 637px;
  height: 430px;
  padding: 80px 70px 70px;
  border: 0.5px solid var(--gray);
  border-bottom: 10px solid #B3E6EE;
}
.card .card--title {
  font-family: "Nexa", sans-serif;
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
}
.card .card--subtitle {
  font-family: "Crimson Pro", serif;
  font-size: 20px;
  color: var(--dark-gray);
  font-weight: 500;
  line-height: 28px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .card {
    width: 348px;
    height: 293px;
    padding: 40px 37px 30px;
  }
  .card .card--title {
    font-size: 25px;
    line-height: 35px;
  }
  .card .card--subtitle {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card {
    width: 348px;
    height: 293px;
    padding: 40px 37px 30px;
  }
  .card .card--title {
    font-size: 25px;
    line-height: 35px;
  }
  .card .card--subtitle {
    font-size: 16px;
    line-height: 25px;
  }
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--blue) 0%, var(--blue) 5%, var(--light-blue) 5%, var(--light-blue) 100%);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}
.slider ::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

.number-input {
  display: inline-flex;
  box-sizing: border-box;
}
.number-input input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input input[type=number]::-webkit-inner-spin-button, .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 64px;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-color: #B3E6EE;
}
.number-input button::before, .number-input button::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background-color: #00ABC8;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input div {
  display: flex;
  position: relative;
  align-items: center;
  width: 80px;
  height: 64px;
  font-size: 20px;
  background-color: #00ABC8;
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  color: white;
}
.number-input div > p {
  padding-top: 11px;
  position: absolute;
  margin-left: 50px;
}
.number-input div > input {
  width: 60px;
  height: 64px;
  border: none;
  font-weight: 700;
  text-align: center;
  color: white;
  padding-top: 10px;
  background-color: #00ABC8;
}

@media (min-width: 320px) and (max-width: 480px) {
  .number-input button {
    height: 47px;
    width: 50.5px;
  }
  .number-input div {
    height: 47px;
    width: 64px;
    font-size: 16px;
  }
  .number-input div > p {
    margin-left: 45px;
  }
  .number-input div > input {
    height: 47px;
    width: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .number-input button {
    height: 47px;
    width: 50.5px;
  }
  .number-input div {
    height: 47px;
    width: 64px;
    font-size: 16px;
  }
  .number-input div > p {
    margin-left: 45px;
  }
  .number-input div > input {
    height: 47px;
    width: 64px;
  }
}
.toggle-button-cover {
  position: relative;
  width: 206px;
  height: 64px;
}
.toggle-button-cover .toggle {
  position: relative;
  height: 64px;
  overflow: hidden;
  background-color: #B3E6EE;
}
.toggle-button-cover .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.toggle-button-cover .knobs {
  z-index: 2;
}
.toggle-button-cover .knobs:before, .toggle-button-cover .knobs:after,
.toggle-button-cover .knobs p {
  position: absolute;
  top: 0;
  width: 103px;
  height: 64px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.toggle-button-cover .knobs:before {
  content: "";
  left: 0;
  background-color: #00ABC8;
}
.toggle-button-cover .knobs:after {
  content: attr(data-text);
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  font-weight: 700;
  right: 0;
  height: 25px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-button-cover .knobs p {
  display: flex;
  color: #fff;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
}
.toggle-button-cover .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle-button-cover .toggle-button .checkbox:checked + .knobs p {
  color: white;
}
.toggle-button-cover .toggle-button .checkbox:checked + .knobs:before {
  left: 103px;
  background-color: #00ABC8;
}
.toggle-button-cover .toggle-button .checkbox:checked + .knobs:after {
  color: #fff;
}
.toggle-button-cover .toggle-button .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

@media (min-width: 320px) and (max-width: 480px) {
  .toggle-button-cover {
    width: 165px;
    height: 47px;
  }
  .toggle-button-cover .toggle {
    height: 47px;
  }
  .toggle-button-cover .knobs::before, .toggle-button-cover .knobs p {
    height: 47px;
    width: 82.5px;
  }
  .toggle-button-cover .knobs::after {
    width: 82.5px;
  }
  .toggle-button-cover .toggle-button .checkbox:checked + .knobs:before {
    left: 82.5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .toggle-button-cover {
    width: 165px;
    height: 47px;
  }
  .toggle-button-cover .toggle {
    height: 47px;
  }
  .toggle-button-cover .knobs::before, .toggle-button-cover .knobs p {
    height: 47px;
    width: 82.5px;
  }
  .toggle-button-cover .knobs::after {
    width: 82.5px;
  }
  .toggle-button-cover .toggle-button .checkbox:checked + .knobs:before {
    left: 82.5px;
  }
}
.program {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px;
  height: 750px;
  border: 1px solid var(--light-gray);
  padding: 50px;
  position: relative;
  background-color: white;
}
.program.pro {
  border: 3px solid var(--blue);
  height: 850px;
}
.program.pro .star-rating {
  height: 20px;
  width: 20px;
}
.program.pro .header-banner {
  position: absolute;
  top: 0px;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program.pro .header-banner > span {
  color: var(--dark-blue);
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  font-weight: 700;
}
.program.pro .footer-banner {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue);
}
.program.pro .footer-banner > span {
  color: white;
  font-family: "Nexa", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.program.details-nft {
  height: 1050px;
}
.program.details-nft.pro {
  height: 1150px;
}
.program.details-nft .program-banner {
  height: 100px !important;
}
.program.details {
  height: 950px;
}
.program.details.pro {
  height: 1050px;
}
.program.details .program-banner {
  height: 100px !important;
}
.program.coming-soon {
  border: 1px solid var(--dark-white);
  background-color: var(--dark-white);
}
.program.coming-soon .footer-banner {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray);
}
.program.coming-soon .footer-banner > span {
  color: white;
  font-family: "Nexa", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.program.coming-soon::after {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  font-family: "Nexa", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-gray);
}
.program .separator {
  height: 1px;
  width: 100px;
  background-color: var(--light-gray);
  margin: 20px 0;
}
.program .program-items {
  font-family: "Crimson Pro", serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-gray);
  text-align: center;
}
.program .program-items > li {
  line-height: 20px;
  margin-bottom: 18px;
}
.program ul.list {
  position: relative;
  height: 44px;
}
.program ul.list > li {
  padding-left: 30px;
  line-height: 24px;
}
.program ul.list > li::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: var(--dark-blue);
  border-radius: 100px;
  left: 0;
  top: 19px;
}
.program .program-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--blue);
  height: 80px;
  width: 450px;
  text-align: center;
}

@media (max-width: 1440px) and (max-height: 833px) {
  .program {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70vw !important;
    height: 750px;
    border: 1px solid var(--light-gray);
    padding: 50px;
    position: relative;
    background-color: white;
  }
  .program .program-banner {
    width: inherit;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .program {
    width: 348px;
    padding: 30px;
  }
  .program.pro .star-rating {
    height: 18px !important;
    width: 18px !important;
  }
  .program.pro .header-banner {
    height: 50px;
  }
  .program.pro .header-banner > span {
    font-size: 20px;
  }
  .program.pro .program-banner {
    width: inherit !important;
    padding: 5px 10px;
  }
  .program .program-banner {
    width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .program {
    width: 348px;
    padding: 30px;
  }
  .program.pro .star-rating {
    height: 18px !important;
    width: 18px !important;
  }
  .program.pro .header-banner {
    height: 50px;
  }
  .program.pro .header-banner > span {
    font-size: 20px;
  }
  .program.pro .program-banner {
    width: inherit !important;
    padding: 5px 10px;
  }
  .program .program-banner {
    width: inherit;
  }
}
.footer {
  height: 500px;
  padding: 80px 160px 50px 200px;
  background-color: var(--dark-white);
}
.footer .footer-logo {
  height: 50px;
}
.footer ul.footer-items {
  font-family: "Nexa", sans-serif;
  color: var(--dark-blue);
}
.footer ul.footer-items > li {
  margin: 20px 0;
  font-size: 16px;
}
.footer ul.footer-items > li.header {
  font-size: 20px;
  font-weight: 700;
}
.footer .footer-icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-blue);
  margin-right: 15px;
}
.footer .footer-icon:last-child {
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .footer {
    height: 458px;
    padding: 30px 60px 20px 60px;
  }
  .footer .footer-logo {
    height: 35px !important;
    width: auto;
    align-self: center;
  }
  .footer ul > li {
    display: none;
  }
  .footer ul > li.header {
    display: block;
    text-align: center;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    height: 458px;
    padding: 30px 60px 20px 60px;
  }
  .footer .footer-logo {
    height: 35px !important;
    width: auto;
    align-self: center;
  }
  .footer ul > li {
    display: none;
  }
  .footer ul > li.header {
    display: block;
    text-align: center;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .footer {
    height: 458px;
    padding: 30px 60px 20px 60px;
  }
  .footer .footer-logo {
    height: 35px !important;
    width: auto;
    align-self: center;
  }
  .footer ul > li {
    display: none;
  }
  .footer ul > li.header {
    display: block;
    text-align: center;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-height: 833px) {
  .footer {
    height: 458px;
    padding: 30px 60px 20px 60px;
  }
  .footer .footer-logo {
    height: 35px !important;
    width: auto;
    align-self: center;
  }
  .footer ul > li {
    display: none;
  }
  .footer ul > li.header {
    display: block;
    text-align: center;
    font-size: 16px !important;
    margin: 0;
    margin-bottom: 20px;
  }
}
.player-wrapper {
  display: inline-block;
  display: flex;
  width: 100%;
}

.playlist-wrapper {
  display: flex;
  width: 100%;
}

.video-js .vjs-big-play-button {
  background-color: var(--blue) !important;
}

.playlist-mother-video {
  box-shadow: 0px 3px 20px rgba(118, 146, 158, 0.1490196078);
  width: 55vw;
  background-color: black;
  height: 560px;
}
.playlist-mother-video .player {
  width: 100%;
  height: 100%;
}

.playlist-child-videos {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 560px;
  width: 45vw;
  background-color: white;
  box-shadow: 0px 3px 20px rgba(118, 146, 158, 0.1490196078);
  margin-left: 35px;
  padding: 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.playlist-child-videos::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.playlist-child-videos::-webkit-scrollbar-track {
  border-radius: 10px;
}
.playlist-child-videos::-webkit-scrollbar-thumb {
  background: var(--light-gray);
  border-radius: 10px;
}
.playlist-child-videos::-webkit-scrollbar-thumb:hover {
  background: var(--light-gray);
}

.playlist-meta {
  margin-left: 20px;
}

.playlist-item-wrapper {
  display: flex;
  margin-left: 0 !important;
  max-width: 525px;
  margin: 15px 0;
  cursor: pointer;
}
.playlist-item-wrapper:hover {
  opacity: 0.75;
}
.playlist-item-wrapper .playlist-meta-length {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
}
.playlist-item-wrapper .playlist-meta-title {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--dark-blue);
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playlist-item-wrapper .playlist-meta-subtitle {
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.playlist-item-wrapper .star-rating {
  height: 25px;
}

.playlist-thumb {
  position: relative;
  align-self: center;
  width: 185px;
  height: 140px;
  align-items: center;
  background: black;
  display: flex;
}
.playlist-thumb > img {
  width: 185px;
  object-fit: cover;
}

.playlist-item-wrapper[data-playing=true] .playlist-thumb img {
  opacity: 0.5;
}

.playlist-item-wrapper[data-live=true] .playlist-meta-length {
  color: #dd3333;
}

.playlist-item-wrapper[data-live=true] .playlist-meta-length:before {
  border-radius: 100%;
  margin-right: 5px;
  animation: blink 1300ms 0s ease infinite;
  content: "•";
  display: inline-block;
  vertical-align: middle;
}

.playlist-item-wrapper .playlist-meta-length > span {
  display: inline-block;
  vertical-align: middle;
}

.player .vp-outro-wrapper {
  display: none;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .playlist-mother-video {
    width: 100%;
    height: 350px;
  }
  .player-wrapper {
    display: flex;
    flex-direction: column;
  }
  .video-js {
    width: 348px !important;
    height: 235px;
  }
  .playlist-child-videos {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    height: auto;
  }
  .playlist-item-wrapper {
    margin: 0;
  }
  .playlist-item-wrapper .playlist-meta-title {
    font-size: 20px;
  }
  .playlist-item-wrapper .playlist-meta-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .playlist-meta {
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .playlist-mother-video {
    width: 100%;
    height: 350px;
  }
  .player-wrapper {
    display: flex;
    flex-direction: column;
  }
  .video-js {
    width: 348px !important;
    height: 235px;
  }
  .playlist-child-videos {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    height: auto;
  }
  .playlist-item-wrapper {
    margin: 0;
  }
  .playlist-item-wrapper .playlist-meta-title {
    font-size: 20px;
  }
  .playlist-item-wrapper .playlist-meta-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .playlist-meta {
    margin-right: 15px !important;
  }
}
@media (max-width: 1440px) and (max-height: 833px) {
  .playlist-mother-video {
    width: 100%;
    height: 350px;
  }
  .player-wrapper {
    display: flex;
    flex-direction: column;
  }
  .video-js {
    width: 348px !important;
    height: 235px;
  }
  .playlist-child-videos {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    height: auto;
  }
  .playlist-item-wrapper {
    margin: 0;
  }
  .playlist-item-wrapper .playlist-meta-title {
    font-size: 20px;
  }
  .playlist-item-wrapper .playlist-meta-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .playlist-meta {
    margin-right: 15px !important;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .playlist-mother-video {
    width: 100%;
    height: 350px;
  }
  .player-wrapper {
    display: flex;
    flex-direction: column;
  }
  .video-js {
    width: 348px !important;
    height: 235px;
  }
  .playlist-child-videos {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    height: auto;
  }
  .playlist-item-wrapper {
    margin: 0;
  }
  .playlist-item-wrapper .playlist-meta-title {
    font-size: 20px;
  }
  .playlist-item-wrapper .playlist-meta-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .playlist-meta {
    margin-right: 15px !important;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .playlist-mother-video {
    width: 100%;
    height: 350px;
  }
}
.table {
  width: 100%;
  font-family: "Nexa", sans-serif;
  font-weight: 700;
}
.table th {
  height: 120px;
  background-color: var(--dark-white);
  font-size: 32px;
  color: var(--gray);
  text-align: left;
}
.table th:first-child {
  padding-left: 250px;
}
.table td {
  height: 80px;
  font-size: 18px;
  color: var(--dark-gray);
}
.table td:first-child {
  padding-left: 250px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .table th {
    font-size: 18px;
  }
  .table th:first-child {
    padding-left: 20px;
    padding-right: 10px;
  }
  .table td {
    font-size: 14px;
    padding-right: 10px;
  }
  .table td:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table th {
    font-size: 18px;
  }
  .table th:first-child {
    padding-left: 20px;
    padding-right: 10px;
  }
  .table td {
    font-size: 14px;
    padding-right: 10px;
  }
  .table td:first-child {
    padding-left: 20px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .table th {
    font-size: 18px;
  }
  .table th:first-child {
    padding-left: 20px;
    padding-right: 10px;
  }
  .table td {
    font-size: 14px;
    padding-right: 10px;
  }
  .table td:first-child {
    padding-left: 20px;
  }
}
ul.list-items {
  width: 100%;
}
ul.list-items > li {
  margin: 10px 0;
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
ul.list-items > li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  background-color: var(--blue);
  left: 0;
}
ul.list-items.right > li {
  justify-content: flex-end;
  text-align: right;
  padding-left: 0px;
  padding-right: 15px;
}
ul.list-items.right > li::before {
  content: none;
}
ul.list-items.right > li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  background-color: var(--blue);
  right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  ul.list-items.right > li {
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
  }
  ul.list-items.right > li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background-color: var(--blue);
    left: 0;
  }
  ul.list-items.right > li::after {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  ul.list-items.right > li {
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
  }
  ul.list-items.right > li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background-color: var(--blue);
    left: 0;
  }
  ul.list-items.right > li::after {
    content: none;
  }
}
.home-splide {
  width: 660px;
}
.home-splide .splide__track::after, .home-splide .splide__track::before {
  content: "";
  position: absolute;
  height: 680px;
  width: 30px;
  background-color: white;
  z-index: 1;
  top: 0;
}
.home-splide .splide__track::after {
  left: 200px;
}
.home-splide .splide__track::before {
  right: 200px;
}
.home-splide div.item {
  width: 660px;
  height: 680px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-container, .pro-client-container {
  position: relative;
}
.testimonial-container .testimonial-splide .splide__slide, .testimonial-container .pro-client-splide .splide__slide, .pro-client-container .testimonial-splide .splide__slide, .pro-client-container .pro-client-splide .splide__slide {
  width: 508px !important;
  height: 570px !important;
  margin-right: 50px !important;
}
.testimonial-container .testimonial-splide div.photo, .testimonial-container .pro-client-splide div.video, .pro-client-container .testimonial-splide div.photo, .pro-client-container .pro-client-splide div.video {
  background-size: cover;
  width: 508px !important;
  height: 389px !important;
  background-repeat: no-repeat;
}
.testimonial-container .pro-client-splide div.video, .pro-client-container .pro-client-splide div.video {
  overflow: hidden;
  background-color: black;
  object-fit: fill;
}
.testimonial-container .pro-client-splide div.video > video, .pro-client-container .pro-client-splide div.video > video {
  width: 508px !important;
  height: 100%;
}
.testimonial-container .testimonial-splide div.content, .testimonial-container .pro-client-splide div.content, .pro-client-container .testimonial-splide div.content, .pro-client-container .pro-client-splide div.content {
  width: 508px !important;
  height: 181px !important;
  background-color: white;
  padding: 30px;
}
.testimonial-container .splide__arrow, .pro-client-container .splide__arrow {
  top: auto;
  transform: none;
  bottom: -105px;
  border: 0;
  border-radius: 0;
  background-color: var(--blue);
  height: 60px;
  width: 60px;
}
.testimonial-container .splide__arrow--next, .pro-client-container .splide__arrow--next {
  left: 260px;
  transform: rotate(180deg);
}
.testimonial-container .splide__arrow--prev, .pro-client-container .splide__arrow--prev {
  left: 150px;
}

.steps-container {
  position: relative;
}
.steps-container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: var(--gray);
}

.service-container {
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}
.service-container::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 10px;
  background-color: var(--blue);
  left: 0;
  top: 0;
}

.slider-container {
  width: 1015px;
  position: relative;
}
.slider-container::before {
  content: "";
  position: absolute;
  background-image: url("../../images/illustration/coin-stack-2.svg");
  height: 120px;
  width: 165px;
  top: 0;
  left: 0;
  margin-left: -215px;
  margin-top: -99px;
  background-repeat: no-repeat;
}
.slider-container::after {
  content: "";
  position: absolute;
  background-image: url("../../images/illustration/coin-stack.svg");
  height: 118px;
  width: 165px;
  top: 0;
  right: 0;
  margin-right: -215px;
  margin-top: -120px;
  background-repeat: no-repeat;
}

.gmo-seal {
  height: 214px;
  width: 214px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .home-splide {
    width: 100%;
  }
  .home-splide .splide__track::after, .home-splide .splide__track::before {
    height: 353px;
    width: 19px;
  }
  .home-splide div.item {
    width: 100%;
    height: 353px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-splide .splide__track::after {
    left: 29%;
  }
  .home-splide .splide__track::before {
    right: 29%;
  }
  .testimonial-container, .pro-client-container {
    position: relative;
  }
  .testimonial-container .testimonial-splide .splide__slide, .testimonial-container .pro-client-splide .splide__slide, .pro-client-container .testimonial-splide .splide__slide, .pro-client-container .pro-client-splide .splide__slide {
    width: 267px !important;
    height: 386px !important;
  }
  .testimonial-container .testimonial-splide div.photo, .testimonial-container .pro-client-splide div.video, .pro-client-container .testimonial-splide div.photo, .pro-client-container .pro-client-splide div.video {
    width: 267px !important;
    height: 219px !important;
  }
  .testimonial-container .testimonial-splide div.content, .testimonial-container .pro-client-splide div.content, .pro-client-container .testimonial-splide div.content, .pro-client-container .pro-client-splide div.content {
    width: 267px !important;
    height: 167px !important;
    padding: 20px;
  }
  .testimonial-container .pro-client-splide div.video > video, .pro-client-container .pro-client-splide div.video > video {
    width: -webkit-fill-available !important;
  }
  .testimonial-container .splide__arrow, .pro-client-container .splide__arrow {
    height: 50px;
    width: 50px;
  }
  .testimonial-container .splide__arrow--next, .pro-client-container .splide__arrow--next {
    left: 120px;
  }
  .testimonial-container .splide__arrow--prev, .pro-client-container .splide__arrow--prev {
    left: 40px;
  }
  .testimonial-container .star-rating, .pro-client-container .star-rating {
    width: 14px;
    height: 14px;
  }
  .steps-container::after {
    display: none;
  }
  .service-container {
    padding-top: 2px;
    padding-left: 15px;
  }
  .service-container::before {
    height: 25px;
    width: 5px;
  }
  .slider-container {
    width: 100%;
  }
  .slider-container::before {
    margin-left: 0;
    margin-top: -140px;
  }
  .slider-container::after {
    margin-right: 0;
    margin-top: -150px;
  }
  .star-rating {
    width: 10px;
    height: 10px;
  }
  .google-logo {
    height: 25px;
    width: 73.98px;
  }
  .bbb-logo {
    height: 25px;
    width: 65.79px;
  }
  .facebook-logo {
    height: 25px;
    width: 92.89px;
  }
  .yelp-logo {
    height: 25px;
    width: 70.83px;
  }
  .gmo-seal {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-splide {
    width: 100%;
  }
  .home-splide .splide__track::after, .home-splide .splide__track::before {
    height: 353px;
    width: 19px;
  }
  .home-splide div.item {
    width: 100%;
    height: 353px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-splide .splide__track::after {
    left: 29%;
  }
  .home-splide .splide__track::before {
    right: 29%;
  }
  .testimonial-container, .pro-client-container {
    position: relative;
  }
  .testimonial-container .testimonial-splide .splide__slide, .testimonial-container .pro-client-splide .splide__slide, .pro-client-container .testimonial-splide .splide__slide, .pro-client-container .pro-client-splide .splide__slide {
    width: 267px !important;
    height: 386px !important;
  }
  .testimonial-container .testimonial-splide div.photo, .testimonial-container .pro-client-splide div.video, .pro-client-container .testimonial-splide div.photo, .pro-client-container .pro-client-splide div.video {
    width: 267px !important;
    height: 219px !important;
  }
  .testimonial-container .testimonial-splide div.content, .testimonial-container .pro-client-splide div.content, .pro-client-container .testimonial-splide div.content, .pro-client-container .pro-client-splide div.content {
    width: 267px !important;
    height: 167px !important;
    padding: 20px;
  }
  .testimonial-container .pro-client-splide div.video > video, .pro-client-container .pro-client-splide div.video > video {
    width: -webkit-fill-available !important;
  }
  .testimonial-container .splide__arrow, .pro-client-container .splide__arrow {
    height: 50px;
    width: 50px;
  }
  .testimonial-container .splide__arrow--next, .pro-client-container .splide__arrow--next {
    left: 120px;
  }
  .testimonial-container .splide__arrow--prev, .pro-client-container .splide__arrow--prev {
    left: 40px;
  }
  .testimonial-container .star-rating, .pro-client-container .star-rating {
    width: 14px;
    height: 14px;
  }
  .steps-container::after {
    display: none;
  }
  .service-container {
    padding-top: 2px;
    padding-left: 15px;
  }
  .service-container::before {
    height: 25px;
    width: 5px;
  }
  .slider-container {
    width: 100%;
  }
  .slider-container::before {
    margin-left: 0;
    margin-top: -140px;
  }
  .slider-container::after {
    margin-right: 0;
    margin-top: -150px;
  }
  .star-rating {
    width: 10px;
    height: 10px;
  }
  .google-logo {
    height: 25px;
    width: 73.98px;
  }
  .bbb-logo {
    height: 25px;
    width: 65.79px;
  }
  .facebook-logo {
    height: 25px;
    width: 92.89px;
  }
  .yelp-logo {
    height: 25px;
    width: 70.83px;
  }
  .gmo-seal {
    height: 80px;
    width: 80px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .home-splide {
    width: 100%;
  }
  .home-splide .splide__track::after, .home-splide .splide__track::before {
    height: 353px;
    width: 19px;
  }
  .home-splide div.item {
    width: 100%;
    height: 353px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-splide .splide__track::after {
    left: 29%;
  }
  .home-splide .splide__track::before {
    right: 29%;
  }
  .testimonial-container, .pro-client-container {
    position: relative;
  }
  .testimonial-container .testimonial-splide .splide__slide, .testimonial-container .pro-client-splide .splide__slide, .pro-client-container .testimonial-splide .splide__slide, .pro-client-container .pro-client-splide .splide__slide {
    width: 267px !important;
    height: 386px !important;
  }
  .testimonial-container .testimonial-splide div.photo, .testimonial-container .pro-client-splide div.video, .pro-client-container .testimonial-splide div.photo, .pro-client-container .pro-client-splide div.video {
    width: 267px !important;
    height: 219px !important;
  }
  .testimonial-container .testimonial-splide div.content, .testimonial-container .pro-client-splide div.content, .pro-client-container .testimonial-splide div.content, .pro-client-container .pro-client-splide div.content {
    width: 267px !important;
    height: 167px !important;
    padding: 20px;
  }
  .testimonial-container .pro-client-splide div.video > video, .pro-client-container .pro-client-splide div.video > video {
    width: -webkit-fill-available !important;
  }
  .testimonial-container .splide__arrow, .pro-client-container .splide__arrow {
    height: 50px;
    width: 50px;
  }
  .testimonial-container .splide__arrow--next, .pro-client-container .splide__arrow--next {
    left: 120px;
  }
  .testimonial-container .splide__arrow--prev, .pro-client-container .splide__arrow--prev {
    left: 40px;
  }
  .testimonial-container .star-rating, .pro-client-container .star-rating {
    width: 14px;
    height: 14px;
  }
  .steps-container::after {
    display: none;
  }
  .service-container {
    padding-top: 2px;
    padding-left: 15px;
  }
  .service-container::before {
    height: 25px;
    width: 5px;
  }
  .slider-container {
    width: 100%;
  }
  .slider-container::before {
    margin-left: 0;
    margin-top: -140px;
  }
  .slider-container::after {
    margin-right: 0;
    margin-top: -150px;
  }
  .star-rating {
    width: 10px;
    height: 10px;
  }
  .google-logo {
    height: 25px;
    width: 73.98px;
  }
  .bbb-logo {
    height: 25px;
    width: 65.79px;
  }
  .facebook-logo {
    height: 25px;
    width: 92.89px;
  }
  .yelp-logo {
    height: 25px;
    width: 70.83px;
  }
  .gmo-seal {
    height: 80px;
    width: 80px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .home-splide {
    width: 660px;
  }
  .home-splide .splide__track::after, .home-splide .splide__track::before {
    content: "";
    position: absolute;
    height: 680px;
    width: 30px;
    background-color: white;
    z-index: 1;
    top: 0;
  }
  .home-splide .splide__track::after {
    left: 200px;
  }
  .home-splide .splide__track::before {
    right: 200px;
  }
  .home-splide div.item {
    width: 660px;
    height: 680px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (max-height: 833px) {
  .steps-container::after {
    display: none;
  }
}
.section {
  height: 100vh;
  width: 100%;
}
.section.auto {
  height: auto;
}
.section.dark-blue {
  background-color: var(--dark-blue);
}
.section.light-blue {
  background-color: var(--light-blue);
}
.section.dark-white {
  background-color: var(--dark-white);
}
.section.light-gray {
  background-color: #F5F5F5;
}
.section.info {
  height: 338px;
}
.section.info.small {
  height: 242px;
}
.section.info.medium {
  height: 419px;
}
.section.info.large {
  height: 938px;
}
.section.info.xlarge {
  height: 1050px;
}
.section.blue-stripe, .section.dark-blue-stripe {
  position: relative;
  justify-content: space-between;
  height: 92vh;
}
.section.blue-stripe::after, .section.dark-blue-stripe::after {
  content: "";
  position: absolute;
  height: 22vh;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--blue);
}
.section.blue-stripe .stripe-content, .section.dark-blue-stripe .stripe-content {
  height: 22vh;
  z-index: 2;
}
.section.blue-stripe .program-illus, .section.dark-blue-stripe .program-illus {
  position: absolute;
  z-index: 3;
  top: 75px;
  right: 140px;
}
.section.dark-blue-stripe::after {
  background-color: var(--dark-blue);
}
.section.bottom .program-illus {
  top: auto;
  bottom: 0;
}
.section .absolute-bottom-illus {
  position: relative;
}
.section .absolute-bottom-illus > img {
  position: absolute;
  bottom: 0;
}

/* FLEX */
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}

.f0 {
  flex: none;
}

.f1 {
  flex: 1;
}

.f1-5 {
  flex: 1.5;
}

.f2 {
  flex: 2;
}

.f3 {
  flex: 3;
}

.f4 {
  flex: 4;
}

.justify-content--center {
  justify-content: center;
}

.justify-content--flex-start {
  justify-content: flex-start;
}

.justify-content--flex-end {
  justify-content: flex-end;
}

.justify-content--space-between {
  justify-content: space-between;
}

.justify-content--space-around {
  justify-content: space-around;
}

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

.align-items--flex-start {
  align-items: flex-start;
}

.align-items--flex-end {
  align-items: flex-end;
}

.align-items--space-between {
  align-items: space-between;
}

.align-items--space-around {
  align-items: space-around;
}

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

.align-self--flex-start {
  align-self: flex-start;
}

.align-self--flex-end {
  align-self: flex-end;
}

.w-20 {
  width: 20px;
}

.w-50 {
  width: 50px;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-190 {
  width: 190px;
}

.w-240 {
  width: 240px;
}

.w-240 {
  width: 240px;
}

.w-350 {
  width: 350px;
}

.w-450 {
  width: 450px;
}

.w-500 {
  width: 500px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-70 {
  height: 70px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-150 {
  height: 150px;
}

.h-220 {
  height: 220px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-105 {
  margin-left: 105px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-200 {
  margin-top: 200px;
}

.pr-20 {
  padding-right: 20px;
}

.my-150 {
  margin: 150px 0;
}

.my-100 {
  margin: 100px 0;
}

.mx-210 {
  margin: 0 210px;
}

.px-150 {
  padding: 0 150px;
}

.px-250 {
  padding: 0 250px;
}

.px-300 {
  padding: 0 300px;
}

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

.underline {
  position: relative;
  display: flex;
  justify-content: center;
}
.underline::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100px;
  bottom: 75px;
  background-color: var(--blue);
}

@media (max-width: 1440px) and (max-height: 833px) {
  .section.blue-stripe .program-illus, .section.dark-blue-stripe .program-illus {
    width: 50% !important;
    height: 100% !important;
    top: -107px;
    right: 30px;
  }
  .section.bottom .program-illus {
    width: 50%;
    height: 100%;
    right: 30px;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .section.blue-stripe .program-illus, .section.dark-blue-stripe .program-illus {
    width: 50% !important;
    height: 100% !important;
    top: -20px;
    right: 30px;
  }
  .section.bottom .program-illus {
    width: 50%;
    height: 100%;
    right: 30px;
  }
  .sale-illus {
    width: 650px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1440px) and (max-height: 833px) {
  .flex {
    display: flex;
  }
  .flex.column-sd {
    flex-direction: column;
  }
  .flex.row-sd {
    flex-direction: row;
  }
  .align-items--center-sd {
    align-items: center;
  }
  .justify-content--center-sd {
    justify-content: center;
  }
  .px-40-sd {
    padding: 0 40px;
  }
  .px-50-sd {
    padding: 0 50px;
  }
  .pt-50-sd {
    padding-top: 50px;
  }
  .pb-200-sd {
    padding-bottom: 200px;
  }
  .pt-30-sd {
    padding-top: 30px;
  }
  .h-30-sd {
    height: 50px;
  }
  .h-50-sd {
    height: 50px;
  }
  .h-80-sd {
    height: 80px;
  }
  .hide-sd {
    display: none;
  }
}
@media (width: 1024px) and (max-height: 833px) {
  .flex {
    display: flex;
  }
  .flex.column-sd {
    flex-direction: column;
  }
  .flex.row-sd {
    flex-direction: row;
  }
  .align-items--center-sd {
    align-items: center;
  }
  .justify-content--center-sd {
    justify-content: center;
  }
  .px-40-sd {
    padding: 0 40px;
  }
  .px-50-sd {
    padding: 0 50px;
  }
  .pt-50-sd {
    padding-top: 50px;
  }
  .pb-200-sd {
    padding-bottom: 200px;
  }
  .pt-30-sd {
    padding-top: 30px;
  }
  .h-30-sd {
    height: 50px;
  }
  .h-50-sd {
    height: 50px;
  }
  .h-80-sd {
    height: 80px;
  }
  .hide-sd {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .section.info {
    height: auto !important;
  }
  .flex {
    display: flex;
  }
  .flex.column-m {
    flex-direction: column;
  }
  .flex.row-m {
    flex-direction: row;
  }
  .flex.flex-wrap-m {
    flex-wrap: wrap;
  }
  .align-items--flex-start-m {
    align-items: flex-start;
  }
  .align-items--center-m {
    align-items: center;
  }
  .justify-content--center-m {
    justify-content: center;
  }
  .justify-content--flex-start-m {
    justify-content: flex-start;
  }
  .justify-content--space-between-m {
    justify-content: space-between;
  }
  .align-self--center-m {
    align-self: center;
  }
  .align-self--flex-start-m {
    align-self: flex-start;
  }
  .w-full-m {
    width: 100%;
  }
  .w-0-m {
    width: 0px;
  }
  .w-20-m {
    width: 20px;
  }
  .w-30-m {
    width: 30px;
  }
  .w-50-m {
    width: 50px;
  }
  .w-90-m {
    width: 90px;
  }
  .w-150-m {
    width: 150px;
  }
  .h-0-m {
    height: 0px;
  }
  .h-20-m {
    height: 20px;
  }
  .h-30-m {
    height: 30px;
  }
  .h-35-m {
    height: 35px;
  }
  .h-40-m {
    height: 40px;
  }
  .h-50-m {
    height: 50px;
  }
  .h-80-m {
    height: 80px;
  }
  .h-165-m {
    height: 165px;
  }
  .h-200-m {
    height: 200px;
  }
  .h-250-m {
    height: 250px;
  }
  .mt-80-m {
    margin-top: 80px;
  }
  .pr-40-m {
    padding-right: 40px;
  }
  .pl-40-m {
    padding-left: 40px;
  }
  .pt-30-m {
    padding-top: 30px;
  }
  .pt-40-m {
    padding-top: 40px;
  }
  .pt-50-m {
    padding-top: 50px;
  }
  .pb-30-m {
    padding-bottom: 30px;
  }
  .pb-80-m {
    padding-bottom: 80px;
  }
  .pb-100-m {
    padding-bottom: 100px;
  }
  .pb-200-m {
    padding-bottom: 200px;
  }
  .m-0-m {
    margin: 0;
  }
  .my-50-m {
    margin: 50px 0;
  }
  .my-100-m {
    margin: 100px 0;
  }
  .py-30-m {
    padding: 30px 0;
  }
  .p-40-m {
    padding: 40px;
  }
  .px-40-m {
    padding: 0 40px;
  }
  .ml-5-m {
    margin-left: 5px;
  }
  .ml-10-m {
    margin-left: 10px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .f2-m {
    flex: 2;
  }
  .hide-m {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section.info {
    height: auto !important;
  }
  .flex {
    display: flex;
  }
  .flex.column-m {
    flex-direction: column;
  }
  .flex.row-m {
    flex-direction: row;
  }
  .flex.flex-wrap-m {
    flex-wrap: wrap;
  }
  .align-items--flex-start-m {
    align-items: flex-start;
  }
  .align-items--center-m {
    align-items: center;
  }
  .justify-content--center-m {
    justify-content: center;
  }
  .justify-content--flex-start-m {
    justify-content: flex-start;
  }
  .justify-content--space-between-m {
    justify-content: space-between;
  }
  .align-self--center-m {
    align-self: center;
  }
  .align-self--flex-start-m {
    align-self: flex-start;
  }
  .w-full-m {
    width: 100%;
  }
  .w-0-m {
    width: 0px;
  }
  .w-20-m {
    width: 20px;
  }
  .w-30-m {
    width: 30px;
  }
  .w-50-m {
    width: 50px;
  }
  .w-90-m {
    width: 90px;
  }
  .w-150-m {
    width: 150px;
  }
  .h-0-m {
    height: 0px;
  }
  .h-20-m {
    height: 20px;
  }
  .h-30-m {
    height: 30px;
  }
  .h-35-m {
    height: 35px;
  }
  .h-40-m {
    height: 40px;
  }
  .h-50-m {
    height: 50px;
  }
  .h-80-m {
    height: 80px;
  }
  .h-165-m {
    height: 165px;
  }
  .h-200-m {
    height: 200px;
  }
  .h-250-m {
    height: 250px;
  }
  .mt-80-m {
    margin-top: 80px;
  }
  .pr-40-m {
    padding-right: 40px;
  }
  .pl-40-m {
    padding-left: 40px;
  }
  .pt-30-m {
    padding-top: 30px;
  }
  .pt-40-m {
    padding-top: 40px;
  }
  .pt-50-m {
    padding-top: 50px;
  }
  .pb-30-m {
    padding-bottom: 30px;
  }
  .pb-80-m {
    padding-bottom: 80px;
  }
  .pb-100-m {
    padding-bottom: 100px;
  }
  .pb-200-m {
    padding-bottom: 200px;
  }
  .m-0-m {
    margin: 0;
  }
  .my-50-m {
    margin: 50px 0;
  }
  .my-100-m {
    margin: 100px 0;
  }
  .py-30-m {
    padding: 30px 0;
  }
  .p-40-m {
    padding: 40px;
  }
  .px-40-m {
    padding: 0 40px;
  }
  .ml-5-m {
    margin-left: 5px;
  }
  .ml-10-m {
    margin-left: 10px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .f2-m {
    flex: 2;
  }
  .hide-m {
    display: none;
  }
}

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