@charset "UTF-8";
/*
* Copyright (c) 2025 KELVIN CRISOS
* kelvin.crisos@gmail.com

1. Layout config 
-----------------------------------------------------------------------*/
/* 2. import modules   
-----------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  outline: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Fonts
-----------------------------------------------------------------------*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/*
1. typography
-----------------------------------------------------------------------*/
a {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: "adapt-variable", sans-serif;
  color: #2B2B2B;
  text-rendering: optimizelegibility;
  font-weight: normal;
  font-family: "adapt-variable", sans-serif;
  line-height: 95%;
  letter-spacing: 2%;
  font-variation-settings: "wdth" 55, "wght" 800;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 5.1vw;
  text-transform: uppercase;
}

h2 {
  font-size: 3.333vw;
  text-transform: uppercase;
}

h3 {
  font-size: 3.33vw;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

p {
  float: left;
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #2B2B2B;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 130%;
}
.text-left {
  text-align: left;
}

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

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

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid rgb(238, 238, 238);
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: rgb(153, 153, 153);
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238, 238, 238);
  border-left: 0;
}

/*
2. classes
-----------------------------------------------------------------------*/
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.two-cols {
  float: left;
  position: relative;
  width: 100%;
}
.two-cols .left {
  float: left;
  position: relative;
  width: 48%;
}
.two-cols .right {
  float: right;
  position: relative;
  width: 48%;
}

.three-col {
  float: left;
  position: relative;
  width: 100%;
}
.three-col .item {
  float: left;
  position: relative;
  width: 32%;
}
.three-col .item.margin {
  margin: 0 1.9% 0 1.9%;
}
.three-col .item img {
  width: 100%;
  position: relative;
}
.three-col p {
  line-height: 24px;
}

.three-col2 {
  float: left;
  position: relative;
  width: 100%;
}
.three-col2 .item {
  float: left;
  position: relative;
  width: 28%;
}
.three-col2 .item.margin {
  margin: 0 8% 0 8%;
}
.three-col2 .item img {
  width: 100%;
  position: relative;
}
.three-col2 p {
  line-height: 24px;
}

.four-col {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.four-col .itens {
  float: left;
  position: relative;
  width: 103%;
}
.four-col .item {
  float: left;
  position: relative;
  width: 22%;
  margin-right: 2.6%;
}
.four-col .item:last-child {
  margin-right: 0px;
}
.four-col .item img {
  width: 100%;
  float: left;
  position: relative;
}
.four-col p {
  line-height: 24px;
}

.center-btn {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 45px;
}
.center-btn a {
  width: 190px;
  float: none;
  display: inline-block;
  position: relative;
  background-color: #a7cb38;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
}
.el {
  float: left;
  position: relative;
  width: 100%;
}

.el-image {
  text-align: left;
}
.el-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}
.el-image .blank-loading {
  height: auto;
}
.el-image p {
  float: left;
  position: relative;
  width: 100%;
}

.lazy-container {
  display: block;
  position: relative;
  height: 0;
}

.lazy-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

.el-video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.el-video .play-button {
  background-image: url();
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  margin-left: -75px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.el-video:hover .overlay {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.el-video .embed-container {
  position: relative;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.el-video .embed-container .thumb {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.el-video .embed-container .thumb img {
  float: left;
  position: relative;
  width: 100%;
}
.el-video .embed-container.played .overlay {
  display: none;
}
.el-video .loadvideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.el-video .loadvideo iframe,
.el-video .loadvideo object,
.el-video .loadvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el-video video {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
}

/*base mobile styles - everything 100%*/
@media (max-width: 800px) {
  .four-col .itens {
    width: 100%;
    text-align: center;
  }
  .four-col .item {
    float: none;
    position: relative;
    display: inline-block;
    width: 40%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .four-col .item:last-child {
    margin-right: 0px;
  }
  .four-col .item img {
    width: 100%;
    float: left;
    position: relative;
  }
}
@media (max-width: 850px) {
  .three-col, .three-col2 {
    text-align: center;
  }
  .three-col .item, .three-col2 .item {
    width: 100%;
    margin-bottom: 0px;
    float: none;
    position: relative;
    display: inline-block;
  }
  .three-col .item.margin, .three-col2 .item.margin {
    margin: 0;
    margin-bottom: 60px;
    margin-top: 80px;
  }
}
/*base mobile styles - everything 100%*/
@media (max-width: 650px) {
  .four-col .itens {
    width: 100%;
    text-align: center;
  }
  .four-col .item {
    width: 80%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  .four-col .item:last-child {
    margin-right: 0px;
  }
  .four-col .item img {
    width: 100%;
    float: left;
    position: relative;
  }
  .two-cols {
    float: left;
    position: relative;
    width: 100%;
  }
  .two-cols .left {
    float: left;
    position: relative;
    width: 100% !important;
    margin-bottom: 50px;
  }
  .two-cols .right {
    float: left;
    position: relative;
    width: 100%;
  }
  h1 {
    font-size: 50px;
    line-height: 110%;
  }
  h2 {
    font-size: 35px;
    line-height: 110%;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 48px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 11.9px;
  }
}
/*base mobile styles - everything 100%*/
/*base mobile styles - everything 100%*/
/*
1. grid stylesheet
-----------------------------------------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Attribute selector */
[class*=col-] {
  position: relative;
}

/* Floats last ".col-" to the right 
[class*='col-']:last-of-type {padding-right: 0px;float: right;}*/
/* Clearfix */
.frame:after {
  content: "";
  display: table;
  clear: both;
}

/* Main Widths */
.col-1 {
  float: left;
  position: relative;
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.0909090909%;
}

.col-12 {
  width: 8.33%;
}

.col-25 {
  width: 25%;
}

.col-75 {
  width: 75%;
}

.col-65 {
  width: 65%;
}

.col-center {
  width: calc(100% - 80px);
  position: relative;
  margin: 0 auto;
}

.col-center2 {
  width: calc(100% - 17.29vw);
  position: relative;
  margin: 0 auto;
}

.col-1180 {
  width: 95%;
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
}

.col-1000 {
  width: 97%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1330px) {
  .col-center, .col-center2 {
    width: 95% !important;
    max-width: 1430px;
    position: relative;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1150px) {
  .col-center, .col-center2 {
    width: 95% !important;
    max-width: calc(100% - 80px);
    position: relative;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1000px) {
  .col-center, .col-center2 {
    width: 90% !important;
  }
}
/*base tablet to small desktop styles*/
@media (min-width: 800px) {
  .col-2, .col-7 {
    width: 100%;
  }
  .col-4, .col-8, .col-10, .col-12 {
    width: 50%;
  }
}
/*base tablet styles*/
@media (max-width: 800px) {
  .col-4, .col-6, .col-8, .col-10, .col-12 {
    width: 50%;
  }
  .col-1, .col-2, .col-3, .col-5, .col-7, .col-9, .col-11 {
    width: 100%;
  }
  .col-center, .col-center2 {
    width: 90% !important;
  }
}
/*base mobile styles - everything 100%*/
@media (max-width: 550px) {
  .col-center, .col-center2 {
    width: 90% !important;
    max-width: 90% !important;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }
}
.light-green-background {
	background-color: #BBFFCA !important;
}
.light-green-text {
	color: #BBFFCA !important;
}
.light-green-link {
	color: #BBFFCA !important;
	cursor: pointer;
}
.light-green-link:hover {
	color: #aef4bd !important;
}
.bright-green-background {
	background-color: #00CA64 !important;
}
.bright-green-text {
	color: #00CA64 !important;
}
.bright-green-link {
	color: #00CA64 !important;
	cursor: pointer;
}
.bright-green-link:hover {
	color: #0abd64 !important;
}
.dark-green-background {
	background-color: #027F48 !important;
}
.dark-green-text {
	color: #027F48 !important;
}
.dark-green-link {
	color: #027F48 !important;
	cursor: pointer;
}
.dark-green-link:hover {
	color: #087244 !important;
}
.light-blue-background {
	background-color: #A5FEE8 !important;
}
.light-blue-text {
	color: #A5FEE8 !important;
}
.light-blue-link {
	color: #A5FEE8 !important;
	cursor: pointer;
}
.light-blue-link:hover {
	color: #a0ead8 !important;
}
.bright-blue-background {
	background-color: #02FFD3 !important;
}
.bright-blue-text {
	color: #02FFD3 !important;
}
.bright-blue-link {
	color: #02FFD3 !important;
	cursor: pointer;
}
.bright-blue-link:hover {
	color: #11eec8 !important;
}
.dark-blue-background {
	background-color: #00D2B2 !important;
}
.dark-blue-text {
	color: #00D2B2 !important;
}
.dark-blue-link {
	color: #00D2B2 !important;
	cursor: pointer;
}
.dark-blue-link:hover {
	color: #0cb69d !important;
}
.white-background {
	background-color: #fff !important;
}
.white-text {
	color: #fff !important;
}
.black-background {
	background-color: #2B2B2B !important;
}
.black-text {
	color: #2B2B2B !important;
}
.black-link {
	color: #2B2B2B !important;
	cursor: pointer;
}
.black-link:hover {
	color: #000 !important;
}
.turquoise-text {
	color: #93D1BD !important;
}
.turquoise-background {
	background-color: #93D1BD !important;
}
.ice-background {
	background-color: #E8EEF1 !important;
}
.ice-text {
	color: #E8EEF1 !important;
}
.soft-gray-background {
	background-color: #efefef !important;
}
.soft-gray-text {
	color: #efefef !important;
}
.green-highlight-background {
	background-color: #1DC690 !important;
}
.green-highlight-text {
	color: #1DC690 !important;
}
.blue-highlight-background {
	background-color: #3498db !important;
}
.blue-highlight-text {
	color: #3498db !important;
}
.orange-background {
	background-color:#f39c12!important
}
.orange-text {
	color:#f39c12!important
}
.yellow-background {
	background-color: #fee600 !important;
}
.yellow-text {
	color: #fee600 !important;
}
input
{
	font-size: 18px;
	outline:none;
	color:#424242;
	border:2px solid #e9e9e9;
	padding:4px 0px 4px 5px;
	display: inline-block;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	background-color: #fff;
}
input:hover, textarea:hover, select:hover
{
	border:#cacaca 2px solid !important;
}
input:focus, textarea:focus, select:focus
{
	outline: none;
	border:#00CA64 2px solid !important;
}
input:active, textarea:active, select:active
{
	outline:none;
}
a {
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	color: inherit;
	text-decoration: none;
}
a:focus, a:visited {
	color: inherit;
	text-decoration: none;
}
.small-text {
	font-size: 12px !important;
}
.medium-text {
	font-size: 14px !important;
}
.large-text {
	font-size: 18px !important;
}
.bold-text {
	font-weight: bold !important;
}
.underline {
	text-decoration: underline !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.capitalize-all {
	text-transform: uppercase !important;
}
.clear {
	clear:both;
}
.blue-text {
	color: #00CA64 !important;
}
.blue-link {
	display: inline-block;
	color: #00CA64 !important; 
	cursor: pointer;
}
.blue-link:hover {
	color: #3498db !important;
}
.red-text {
	color:#c0392b;
}
.green-text {
	color:#27AE60
}
.gray-link {
	color:#ddd !important;
	cursor: pointer;
}
.gray-link:hover {
	color: #2b2b2b !important;
}
.highlight {
	background-color:#faed27 !important;
}
.text-align-center {
	text-align: center !important;
}
.text-align-right {
	text-align: right !important;
}
.text-align-left {
	text-align: left !important; 
}
.align-right {
	margin:0px 0px 0px auto !important;
}
.box-shadow {
	box-shadow: 0 0 5px rgb(110 103 86 / 15%);
}
.error_border {
	border: 2px solid #ca0001 !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core 
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dots {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  float: none;
  border: none;
  width: 30px;
  height: 30px;
  border: 0px #337757 solid;
  margin-right: 15px;
  padding: 0 !important;
  border-radius: 100px;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  float: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border-radius: 100px;
  font: inherit;
}

.owl-carousel button.owl-dot.active {
  background-color: rgba(0, 0, 0, 0.37);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File 
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.animsition-loading, .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/* TOP HEADER
-----------------------------------------------------------------------*/
.relative-header {
  height: 90px;
}

.parallax-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.relative-top-header {
  height: 90px;
  background-color: #00CA64;
}

.top-header {
  display: flex;
  align-items: center;
  background-color: #00CA64;
  z-index: 4444;
  position: fixed;
  left: 0;
  top: 0px;
  display: inline-block;
  height: 90px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-header.on-visible {
  -moz-transform: translateY(-130px);
  -webkit-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.top-header.is-visible {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.top-header .top-logo {
  cursor: pointer !important;
  position: relative;
  left: 0%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.top-header .top-logo img, .top-header .top-logo svg {
  max-width: 120px;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-delay: 1s;
}
.top-header .cta {
  -webkit-transition: 0.6s;
  -khtml-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 100%;
  z-index: 100;
  font-size: 22px;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  color: #027F48;
  position: absolute;
  right: 0;
  background-color: #BBFFCA;
  padding: 8px 8px 3px 8px;
}
.top-header .cta:hover {
  background-color: #027F48;
  color: #fff;
}
.top-header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #00CA64;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.top-header.on {
  top: 38px;
}
.top-header.hide {
  top: -150px;
}
.top-header .col-center {
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-header .center {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 5;
}
.top-header .top-menu {
  display: block;
  width: 100%;
  float: none;
  top: 2px;
  right: 0;
  position: relative;
  text-align: right;
  padding-right:180px;
}
.top-header .top-menu li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: transparent;
  display: inline-block;
  left: 0;
  z-index: 20;
  padding-bottom: 0px;
  text-align: center;
  position: relative;
  list-style: none;
  margin-top: 0px;
  margin-right: 4.1667vw;
}
.top-header .top-menu li a, .top-header .top-menu li span {
  line-height: 100%;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 120%;
  float: none;
  position: relative;
  border: 0px transparent solid;
  text-transform: uppercase;
  text-decoration: none;
}
.top-header .top-menu li a i, .top-header .top-menu li span i {
  position: relative;
  margin-right: 5px;
  font-size: 17px;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
}
.top-header .top-menu li.logolink {
  float: right;
}
.top-header .top-menu li.logolink a.visible {
  display: block !important;
}
.top-header .top-menu li:last-child {
  margin-right: 0px;
}
.top-header .top-menu li svg path, .top-header .top-menu li svg circle {
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.top-header .top-menu li:hover a, .top-header .top-menu li.active a {
  color: #027F48;
}
.top-header .top-menu li:hover svg path, .top-header .top-menu li:hover svg circle, .top-header .top-menu li.active svg path, .top-header .top-menu li.active svg circle {
  fill: #027F48;
}
.top-header .sub-menu2 {
  width: 600px;
  left: -310px;
}
.top-header .grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
}
.top-header .sub-menu {
  display: none;
  padding: 1.5625vw;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  position: absolute;
  top: 45px;
  text-align: left;
  min-width: 200px;
}
.top-header .sub-menu strong {
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 21px;
  font-weight: normal;
  font-family: "adapt-variable", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00CA64;
  float: left;
  position: relative;
  width: 100%;
}
.top-header .sub-menu:before {
  width: 100%;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  background-color: transparent;
}
.top-header .sub-menu li {
  left: 0;
  float: left;
  position: relative;
  width: 100%;
  margin:0;
  text-align: left;
  padding: 0px;
}
.top-header .sub-menu li a {
  font-size: 14px;
  letter-spacing: 2%;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  left: 0;
  position: relative;
  margin: 0;
  padding: 7px 0px;
  background-color: transparent;
  width: auto;
  display: inline-block;
  color: #2B2B2B !important;
  text-transform: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  text-align: left;
}
.top-header .sub-menu li a:hover, .top-header .sub-menu li a.active {
  text-decoration: none;
  color:#000 !important;
  background-color: #f6f6f6;
}
.top-header .sub-menu li:last-child {
  margin-bottom: 0px;
}
.top-header .sub-menu .c {
  position: relative;
}
.top-header .sub-menu .c:first-child:after {
  content: "";
  display: block;
  right: -35px;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
}
.submenu-link {
	display: grid !important;
	grid-template-columns: auto 1fr;
	column-gap:10px;
}
.header-option-number {
	display: grid;
    position: relative;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    font-weight: 800;
    color: #fff !important;
    margin-top: -2px;
    background-color: #2b2b2b;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}

.fixed-nav-button {
  position: fixed;
  width: 100%;
  z-index: 8888;
  left: 0px;
  top: 0;
  height: 1px;
  display: none;
}

.nav-icon {
  display: none;
  width: 25px;
  top: 22px;
  right: 0px;
  height: 16px;
  float: right;
  position: absolute;
  z-index: 111222;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon:before {
  width: 46px;
  height: 46px;
  left: -14px;
  top: -15px;
  position: absolute;
  display: block;
  background-color: transparent;
  content: "";
  z-index: 10;
}

.nav-icon span {
  display: block;
  z-index: 20;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 9px;
  left: inherit;
  right: 0;
}

.nav-icon span:nth-child(4) {
  top: 18px;
  width: 100%;
}

.nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 120%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  left: 0%;
}

.nav-icon.open span:nth-child(2) {
  width: 104%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  width: 104%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  width: 104%;
  top: 8px;
  width: 0%;
  left: 50%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.nav-icon:hover span:nth-child(1) {
  top: -4px !important;
}
.nav-icon:hover span:nth-child(4) {
  top: 20px !important;
}

.megamenu {
  background-color: #00CA64;
  height: 100vh;
  display: none;
  align-items: center;
  z-index: 7777;
  top: -105%;
  right: 0;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: fixed;
  text-align: center;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0px 0;
  padding-bottom: 25px;
}
.megamenu .box {
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  background-color: #027F48;
  padding: 40px;
  float: left;
  position: relative;
  width: 100%;
  border: 2px #000000 solid;
}
.megamenu .top-menu-mobile {
  float: left;
  position: relative;
  width: 100%;
  z-index: 5;
}
.megamenu .top-menu-mobile ul {
  float: left;
  position: relative;
  width: 100%;
}
.megamenu .top-menu-mobile ul li {
  float: left;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-color: transparent;
  display: inline-block;
  left: 0;
  z-index: 20;
  padding-bottom: 0px;
  text-align: left;
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  margin-right: 0;
}
.megamenu .top-menu-mobile ul li a, .megamenu .top-menu-mobile ul li span {
  display: flex;
  align-items: center;
  line-height: 100%;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 11vw;
  line-height: 100%;
  float: none;
  position: relative;
  border: 0px transparent solid;
  text-transform: uppercase;
  text-decoration: none;
}
.megamenu .top-menu-mobile ul li a:hover {
	color: #BBFFCA !important;
}
.megamenu .top-menu-mobile ul li a i, .megamenu .top-menu-mobile ul li span i {
  line-height: 100%;
  position: relative;
  margin-right: 25px;
  font-size: 8.6vw;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  text-decoration: none;
  font-style: normal;
}
.megamenu .top-menu-mobile ul li svg {
  width: 5.6vw;
  height: auto;
}
.megamenu .top-menu-mobile ul li svg path, .megamenu .top-menu-mobile ul li svg circle {
  fill: #fff;
}
.megamenu .top-menu-mobile ul li.logolink {
  float: right;
}
.megamenu .top-menu-mobile ul li.logolink a.visible {
  display: block !important;
}
.megamenu .top-menu-mobile ul li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
.megamenu .top-menu-mobile ul li .grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.megamenu .top-menu-mobile ul li .sub-menu {
  display: block !important;
  opacity: 1 !important;
  margin-left:50px;
  padding: 0;
  top: 0;
  text-align: left;
  width: 100%;
}
.megamenu .top-menu-mobile ul li .sub-menu strong {
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 21px !important;
  font-weight: normal;
  font-family: "adapt-variable", sans-serif;
  margin-top:25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #BBFFCA;
  float: left;
  position: relative;
  width: 100%;
}
.megamenu .top-menu-mobile ul li .sub-menu:before {
  width: 100%;
  height: 22px;
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  background-color: transparent;
}
.megamenu .top-menu-mobile ul li .sub-menu li {
  margin-left: 0;
  left: 0;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0px;
  text-align: left;
  padding: 0px;
}
.megamenu .top-menu-mobile ul li .sub-menu li a {
  font-size: 14px !important;
  letter-spacing: 2%;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  left: 0;
  position: relative;
  margin: 0;
  padding: 0 0px;
  padding-bottom: 0px;
  background-color: transparent;
  width: auto;
  display: inline-block;
  color: #fff !important;
  text-transform: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  text-align: left;
}
.megamenu .top-menu-mobile ul li .sub-menu li a:hover, .megamenu .top-menu-mobile ul li .sub-menu li a.active {
  text-decoration: underline;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.megamenu .top-menu-mobile ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.megamenu .top-menu-mobile ul li .sub-menu .c {
  position: relative;
  margin-bottom:40px;
}
.megamenu .top-menu-mobile ul li .sub-menu .c:first-child:after {
  content: "";
  display: block;
  right: -20px;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
}
.megamenu .cta {
  margin-top: 50px;
  float: right;
  position: relative;
  -webkit-transition: 0.6s;
  -khtml-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  line-height: 100%;
  z-index: 100;
  font-size: 22px;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "adapt-variable", sans-serif;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  color: #027F48;
  position: relative;
  right: 0;
  background-color: #BBFFCA;
  padding: 8px 8px 3px 8px;
}
.megamenu .cta:hover {
  background-color: #027F48;
  color: #fff;
}
.megamenu .col-center {
  top: 0%;
  margin-top: 0px;
  height: 100%;
  z-index: 10;
}
.megamenu .header-option-number {
	background-color: #BBFFCA !important;
	color:#027F48 !important;
}
.megamenu .bg {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.megamenu .close {
  z-index: 10;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  width: 50px;
  position: absolute;
  right: 0px;
  top: -40px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.megamenu .close svg {
  width: 100%;
  height: auto;
}
.megamenu.open {
  top: 70px !important;
}
.megamenu.open .close {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li {
  top: 0;
}
.megamenu.open .top-menu-mob li:nth-child(1) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li:nth-child(2) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li:nth-child(3) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li:nth-child(4) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li:nth-child(5) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.megamenu.open .top-menu-mob li:nth-child(6) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.header-banner {
	width:100%;
	padding:30px;
	background-color:#2b2b2b;
	z-index:999
}
.header-banner-inner {
	width:fit-content;
	margin:auto;
	color:#fff;
	text-align:center;
	font-size:18px 
}
.header-banner-inner img {
	max-height:80px
}
.header-banner-inner h1,
.header-banner-inner h2,
.header-banner-inner h3 {
	color:#fff
}
.banner-countdown-row {
	width:100%;
	max-width:400px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:10px;
	align-items:center;
	text-align:center;
	margin:auto
}
.banner-countdown-heading {
	font-size:14px;
	font-weight:700
}
.banner-countdown-number {
	padding:20px 10px;
	border:2px solid #000;
	background-color:#fff;
	border-radius:10px;
	font-size:24px;
	color:#2b2b2b;
	font-weight:800;
	margin:2px 0px 0px 0px
}
/*base tablet styles*/
/*base tablet styles*/
/*base tablet styles*/
/*base tablet styles*/
@media (max-width: 1000px) {
  .relative-top-header {
    height: 70px;
  }
  .top-header {
    top: 0px;
    display: flex;
    align-items: center;
    height: 70px;
  }
  .top-header .nav-icon {
    display: block;
  }
  .top-header .top-menu, .top-header .cta {
    display: none;
  }
  .top-header .top-logo img, .top-header .top-logo svg {
    max-width: 100px;
  }
  .top-header.on {
    top: 0;
  }
  .top-header.hide {
    top: 0;
  }
  .megamenu {
    display: flex;
  }
}
/*base tablet styles*/
/*base tablet styles*/
/*base mobile styles - everything 100%*/
/*base mobile styles - everything 100%*/
/* Footer
-----------------------------------------------------------------------*/
.main-footer {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 42px 0 33px 0;
  background-color: #027F48;
  display: flex;
  align-items: center;
  z-index: 50;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-footer .infos {
  margin-bottom: 8vw;
}
.main-footer .infos .left {
  float: left;
  position: relative;
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.64vw;
}
.main-footer .infos .left .c {
  float: left;
  position: relative;
  width: 100%;
}
.main-footer .infos .left strong {
  text-transform: uppercase;
  letter-spacing: 2%;
  font-variation-settings: "wdth" 55, "wght" 800;
  float: left;
  position: relative;
  width: 100%;
  font-family: "adapt-variable", sans-serif;
  color: #BBFFCA;
  font-size: 16px;
  margin-bottom: 30px;
}
.footer-exam-type-heading {
	letter-spacing: 2%;
	font-family: "adapt-variable", sans-serif;
	font-size: 22px;
	font-variation-settings: "wdth" 55, "wght" 800;
	text-decoration: none;
	color: #BBFFCA;
	margin-bottom: 20px;
}
.main-footer .infos .left ul {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom:15px;
}
.main-footer .infos .left ul li {
  margin-bottom: 20px;
  float: left;
  position: relative;
  width: 100%;
  list-style-type: none;
}
.main-footer .infos .left ul a {
  letter-spacing: 2%;
  font-family: "adapt-variable", sans-serif;
  font-size: 22px;
  font-variation-settings: "wdth" 55, "wght" 800;
  text-decoration: none;
  color: #00CA64;
}
.main-footer .infos .left ul a:hover {
  text-decoration: underline;
}
.main-footer .infos .right {
  float: right;
  position: relative;
  display: inline-block;
  width: 25%;
  text-align: right;
}
.main-footer .infos .right a {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.main-footer .infos .right a svg {
  height: auto;
}
.main-footer .enq {
  float: left;
  position: relative;
  width: 100%;
}
.main-footer .logo {
  text-align: center;
}
.main-footer .logo svg {
  width: 100%;
  height: auto;
}
.main-footer .copy {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 28px;
}
.main-footer .copy p, .main-footer .copy a {
  color: #00CA64;
  font-size: 14px;
  font-weight: 500;
}
.main-footer .copy .left {
  float: left;
  position: relative;
  width: 50%;
}
.main-footer .copy .right {
  float: right;
  position: relative;
  width: 50%;
  text-align: right;
}
.main-footer .copy .right p, .main-footer .copy .right a {
  float: right;
  color: #00CA64;
}
.main-footer .copy a {
  text-decoration: none;
}
.main-footer .copy a:hover {
  text-decoration: underline;
}
.main-footer .social {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.main-footer .social p, .main-footer .social a {
  text-transform: uppercase;
  color: #00CA64;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.main-footer .social .left {
  float: left;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
}
.main-footer .social a {
  text-decoration: none;
}
.main-footer .social a:hover {
  text-decoration: underline;
}
.main-footer.v2 {
  background-color: #00CA64;
}
.main-footer.v2 p, .main-footer.v2 a, .main-footer.v2 strong, .main-footer.v2 ul a {
  color: #027F48 !important;
}
.main-footer.v2 svg path {
  fill: #027F48;
}
.main-footer .right.social a i {
	font-size:22px;
}
/*base mobile styles - everything 100%*/
/*base mobile styles - everything 100%*/
/*base mobile styles - everything 100%*/
@media (max-width: 800px) {
  .main-footer {
    padding: 50px 0 50px 0;
  }
  .main-footer .infos {
    margin-bottom: 50px;
  }
  .main-footer .infos .left {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 3vw;
  }
  .main-footer .infos .left .c {
    margin-bottom: 25px;
  }
  .main-footer .infos .left strong {
    font-size: 16px;
  }
  .main-footer .infos .right {
    width: 100%;
    text-align: center;
  }
  .main-footer .infos .right a {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }
  .main-footer .infos .right a svg {
    height: auto;
  }
  .main-footer .enq {
    float: left;
    position: relative;
    width: 100%;
  }
  .main-footer .logo {
    text-align: center;
    margin-bottom: 0px;
  }
  .main-footer .copy .left {
    float: left;
    position: relative;
    width: 50%;
  }
  .main-footer .copy .right {
    float: right;
    position: relative;
    width: 50%;
    text-align: right;
  }
  .main-footer .copy .right p, .main-footer .copy .right a {
    float: right;
    color: #00CA64;
  }
  .main-footer .copy a {
    text-decoration: none;
  }
  .main-footer .copy a:hover {
    text-decoration: underline;
  }
  .main-footer .social {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .main-footer .social p, .main-footer .social a {
    text-transform: uppercase;
    color: #00CA64;
    line-height: 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .main-footer .social .left {
    float: left;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
  }
  .main-footer .social a {
    text-decoration: none;
  }
  .main-footer .social a:hover {
    text-decoration: underline;
  }
}
/*base mobile styles - everything 100%*/
.master-container {
  float: left;
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 666;
  left: 0;
  top: 0;
  -webkit-transition: 0.9s;
  -khtml-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.master-container.close-delay {
  transition-delay: 0.2s;
}

.master-close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6666;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-color: transparent;
  background-color: transparent;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.master-close.on {
  transition-delay: 1s;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.master-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666;
  width: 100%;
  display: block;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.darkmode-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
  background-color: #1A1A1A;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  -khtml-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.darkmode-bg.on {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.fixedlightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 777;
  display: none;
}
.fixedlightbox .enq {
  float: left;
  position: relative;
  width: 100%;
}
.fixedlightbox .box {
  width: 90%;
  padding: 30px;
  max-width: 850px;
  min-height: 500px;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
}
.fixedlightbox .closelight {
  z-index: 20;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #000;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fixedlightbox .closelight p {
  font-size: 25px;
  line-height: 10px;
  color: #fff;
  cursor: pointer;
}
.fixedlightbox .closelight:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.fixedlightbox .content {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
}

.col-center.on-visible, .col-center2.on-visible, .col-1-on-visible-anim.on-visible {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.col-center.on-visible .delay, .col-center2.on-visible .delay, .col-1-on-visible-anim.on-visible .delay {
  -webkit-transition: 0.8s;
  -khtml-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transition-delay: 0.8s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.col-center.on-visible .delay2, .col-center2.on-visible .delay2, .col-1-on-visible-anim.on-visible .delay2 {
  -webkit-transition: 0.8s;
  -khtml-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transition-delay: 1s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.col-center.on-visible.is-visible, .col-center2.on-visible.is-visible, .col-1-on-visible-anim.on-visible.is-visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.col-center.on-visible.is-visible .delay, .col-center2.on-visible.is-visible .delay, .col-1-on-visible-anim.on-visible.is-visible .delay {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.col-center.on-visible.is-visible .delay2, .col-center2.on-visible.is-visible .delay2, .col-1-on-visible-anim.on-visible.is-visible .delay2 {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.lgpd-box {
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
  width: 90%;
  max-width: 580px;
  border-radius: 12px 12px 0px 0px;
  background-color: #EFEDE9;
  padding: 45px 90px;
  position: fixed;
  left: 2.5%;
  bottom: 0;
}
.lgpd-box p {
  font-size: 20px;
  font-weight: 100;
  color: #000810;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  line-height: 120%;
}
.lgpd-box span {
  cursor: pointer;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 1px #000 solid;
  padding: 5px 20px;
  cursor: pointer;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgpd-box span:hover {
  color: #fff;
  background-color: #DA0071;
  border-color: #DA0071;
}
.lgpd-box.off {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.lgpd-box.is-visible {
  bottom: 0px !important;
}

.mob-true {
  display: none;
}

.mob-none {
  display: block;
}

.col-border {
  float: left;
  position: relative;
  width: 100%;
  left: 0px;
}
.col-border .limiter {
  width: 98%;
  margin: 0 auto;
}
.col-border .limiter .col-1 {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.alm-load-more-btn {
  font-family: "Syne" !important;
  color: #FF6D04 !important;
  padding: 0 0 0px 0 !important;
  border-bottom: 2px #FF6D04 solid !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
}
.alm-load-more-btn:hover {
  color: #fff !important;
  border-bottom: 2px #fff solid !important;
}
.alm-load-more-btn.done {
  display: none !important;
}
.alm-load-more-btn::before {
  left: -50px;
  right: inherit;
}

.empty-window {
  height: 100vh;
}

.midia-preview {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7777;
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.midia-preview .midia {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.midia-preview img {
  width: auto;
  max-width: 100%;
  position: relative;
  height: auto;
  display: inline-block;
}
.midia-preview video {
  width: auto;
  max-width: 90%;
  position: relative;
  height: auto;
  display: inline-block;
}

/* CONTENT
-----------------------------------------------------------------------*/
.content-geral {
  overflow: hidden;
  padding-top: 0px;
  z-index: 100;
  -webkit-transition: 0.7s;
  -khtml-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.content-geral.padding-bottom-none {
  padding-bottom: 0px;
}

.main-enq {
  min-height: 100vh;
  margin-top: -90px;
  margin-bottom: 93px;
}

.main-fixed {
  z-index: 5;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #00CA64;
  position: absolute;
  top: 0;
}
.main-fixed.fixed {
  position: fixed;
}
.main-fixed.final {
  top: inherit;
  bottom: 0;
}
.main-fixed .overflow {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
.main-fixed svg {
  margin-right: 70px;
  animation: rotate 12s linear infinite;
}
.main-fixed h3 {
  color: #0F0923;
  font-size: 21.51vw;
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}
.main-fixed .title {
  margin-left: 140px;
  margin-right: 140px;
  float: left;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.main-fixed .col-center {
  display: flex;
  align-items: center;
}
.main-fixed .left {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-left: 40px;
  padding-bottom: 28px;
  display: flex;
  align-items: flex-end;
  top: 38px;
  float: left;
  position: relative;
  width: calc(50% - 6px);
  background-color: #BBFFCA;
  height: calc(100vh - 90px - 14px);
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
}
.main-fixed .left h1 {
  text-transform: uppercase;
  font-size: 6.67vw;
  color: #00CA64;
  line-height: 90%;
}
.main-fixed .left h1 svg {
  position: relative;
  width: 1.35vw;
  height: auto;
}
.main-fixed.hide .left {
  height: calc(100vh - 28px);
  top: 0;
}

.main-relative {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 90px;
}
.main-relative .center {
  margin: 0 auto;
  position: relative;
  width: calc(50% - 6px);
  float: right;
}
.main-relative .wrap {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main-relative .box {
  cursor: pointer;
  margin: 0 auto;
  float: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 40px 64px 30px 64px;
}
.main-relative .box.active, .main-relative .box:hover {
  background-color: rgb(165, 254, 232);
}
.main-relative .img {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 38px;
  height: calc(100vh - 90px - 14px);
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
}
.main-relative .img img {
  width: 100%;
}
.main-relative .img .el-image {
  display: none;
}
.main-relative .scrolldown {
  bottom: 13px;
  width: auto;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #BBFFCA;
  padding: 19px 16px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main-relative .scrolldown p {
  color: #2B2B2B;
  font-weight: 600;
}
.main-relative .scrolldown p svg {
  height: auto;
  position: relative;
  top: 2px;
}
.main-relative .item {
  padding: 50px 38px 50px 38px;
  float: left;
  position: relative;
  width: 100%;
  background-color: #027F48;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  -webkit-border-radius: 36px;
  -khtml-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
}
.main-relative .item .title {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 4vw;
  display: flex;
}
.main-relative .item .title svg {
  height: auto;
  margin-right: 10px;
  width: 2vw;
}
.main-relative .item .title h2 {
  float: left;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 3.75vw;
}
.main-relative .item .title.there-is-line-break {
  margin-bottom: 4.5vw;
}
.main-relative .item .img2 {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.main-relative .item .img2 img {
  width: 100%;
  max-width: 50%;
  left: inherit !important;
  top: inherit !important;
}
.main-relative .item .img2 .lazy-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-relative .item .text {
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  margin-top: 4vw;
}
.main-relative .item .text p {
  color: #fff;
  font-size: 1.15vw;
  font-weight: 500;
}

.steps-home {
  margin-bottom: 15.21vw;
}
.steps-home.internal {
  margin-bottom: 10.42vw;
}
.steps-home .col-center {
  padding-top: 117px;
  border-top: 4px #000000 solid;
}
.steps-home .col-center2 {
  padding-top: 117px;
  border-top: 4px #000000 solid;
}
.steps-home .col-center2.no-border {
  padding-top: 0;
  border-top: 0px #000000 solid;
}
.steps-home .step {
  margin-bottom: 20px;
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.steps-home .step:last-child {
  margin-bottom: 0px;
}
.steps-home .step .left {
  background-color: #00CA64;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  width: 96px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-home .step .left strong {
  font-family: "adapt-variable", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 58px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  flex: none;
  order: 0;
  flex-grow: 0;
}
.steps-home .step .right {
  float: right;
  position: relative;
  width: calc(100% - 96px - 20px);
}
.steps-home .step .right.full {
  width: 100%;
}
.steps-home .step .box {
  position: relative;
  float: left;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 55px 47px 50px;
  width: calc(50% - 10px);
  float: left;
}
.steps-home .step .box:last-child {
  float: right;
}
.steps-home .step .box .l {
  float: left;
  position: relative;
  width: 45%;
}
.steps-home .step .box .r {
  float: right;
  position: relative;
  width: 45%;
}
.steps-home .step .box h4 {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  font-size: 2.4vw;
}
.steps-home .step .box p {
  float: left;
  position: relative;
  width: 100%;
}
.steps-home .step .box .stars {
  float: left;
  position: relative;
  width: 100%;
}
.steps-home .step .box .stars svg {
  height: auto;
  max-width: 100%;
}
.steps-home .step .box .stars p {
  margin-top: 24px;
  font-weight: 500;
}
.steps-home .step .box ul {
  float: left;
  position: relative;
  width: 100%;
}
.steps-home .step .box ul li {
  display: flex;
  align-items: center;
  left: 12px;
  line-height: 100%;
  list-style-type: none;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  column-gap:12px;
}
.steps-home .step .box .text {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 45%;
  padding-right: 8%;
}
.steps-home .step .box .text strong {
  font-family: "Raleway", sans-serif;
}
.steps-home .step .box p {
  font-size: 12px;
}
.steps-home .step .box p strong {
  font-weight: 500;
}
.steps-home .step .box .price {
  top: 15px;
  float: left;
  position: relative;
  width: calc(100% - 96px - 20px);
  margin-top: 70px;
}
.steps-home .step .box .price p {
  font-family: "adapt-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 18px;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  color: #2B2B2B;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.steps-home .step .box .price p span {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  line-height: 100%;
  font-size: 18px;
}
.steps-home .step .box .price p div {
	font-variation-settings:"wdth" 65;
}
.steps-home .step .box .price p strong {
  font-variation-settings: "wdth" 55, "wght" 800;
  float: left;
  position: relative;
  width: 100%;
  font-size: 64px;
}
.steps-home .step .box.full {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:55px 47px 85px;
}
.steps-home .step .box.full .index-staffs-prep-method-banner-learn-more-btn-container {
	bottom:35px;	
}
.steps-home .step .box.full .price {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 100px;
}
.steps-home .btn {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 30px 30px 25px 30px;
  margin-top: 0px;
  float: left;
  position: relative;
  width: 100%;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.steps-home .btn p, .steps-home .btn span {
  text-transform: uppercase;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 1.25vw;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  color: #2B2B2B;
}
.steps-home .btn span {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
}
.steps-home .btn span svg {
  position: relative;
  top: -3px;
  height: auto;
  margin-left: 20px;
}
.steps-home .btn.active, .steps-home .btn:hover {
  background-color: rgb(165, 254, 232);
}

.index-staffs-prep-method-banner-learn-more-btn-container {
	position: absolute;
    bottom: 45px;
    right: 47px;
}
.index-staffs-prep-method-banner-learn-more-btn {
	display: grid;
    grid-template-columns: 1fr auto;
    width: fit-content;
    column-gap: 10px;
    font-weight: bold;
    align-items: center;
}

.step-sg {
	font-weight: 400;
}

.pricing-grid {
  margin-bottom: 11.98vw;
}
.pricing-grid .itens {
  float: left;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 7.24vw;
}
.pricing-grid .item {
  position: relative;
}
.pricing-grid h4 {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  font-size: 2.4vw;
  text-transform: uppercase;
}
.pricing-grid .price {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 28px;
}
.pricing-grid .price p {
  font-family: "adapt-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 18px;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  color: #2B2B2B;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.pricing-grid .price p span {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  line-height: 100%;
  font-size: 18px;
}
.pricing-grid .price p strong {
  font-variation-settings: "wdth" 55, "wght" 800;
  float: left;
  position: relative;
  width: 100%;
  font-size: 3.33vw;
}
.pricing-grid .stars {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.pricing-grid .stars svg, .pricing-grid .stars img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
}

.social-section {
  margin-bottom: 10.42vw;
}
.social-section .itens {
  float: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 13.44vw;
}
.social-section .i {
  float: left;
  column-gap: 40px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-section .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-section p {
  margin-left: 2.08vw;
  font-size: 24px;
  line-height: 100%;
}

.cta-section {
  margin-bottom: 10.42vw;
}
.cta-section .itens {
  float: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.cta-section .i {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  column-gap: 40px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section img {
  width: 50%;
}
.cta-section p {
  margin-left: 2.45vw;
  font-size: 24px;
  line-height: 100%;
  font-size: 6.35vw;
  text-transform: uppercase;
}
.cta-section p strong {
  color: #00CA64;
}

.courses-header {
  background-color: #00CA64;
  padding: 159px 0;
  min-height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.courses-header .col-center2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.courses-header .wrap {
  float: left;
  position: relative;
  width: 100%;
}
.courses-header .l {
  float: left;
  position: relative;
  width: 55%;
}
.courses-header .l i svg {
  height: auto;
  width: 1.5vw;
}
.courses-header .r {
  float: right;
  position: relative;
  width: 40%;
  margin-top: 20px;
}
.courses-header .r svg {
  position: relative;
  margin-left: 10px;
}
.courses-header h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 5.1vw;
  text-transform: uppercase;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.courses-header h2 {
  letter-spacing: 2%;
  margin-bottom: 35px;
  font-size: 2vw;
}
.courses-header p {
  color: #fff;
}
.courses-header i {
  top: 3px;
  position: relative;
  margin-right: 10px;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-family: "Raleway", sans-serif;
  font-size: 1.24vw;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: normal;
}
.courses-header .stars {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 13px;
}
.courses-header .stars .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-image: url(../images/star-empty.png);
  width: 131px;
  float: left;
  height: 21px;
}
.courses-header .stars .s {
  width: 27px;
  z-index: 10;
  float: left;
  position: relative;
  height: 21px;
  background-image: url(../images/star.png);
}
.courses-header .stars .s.one {
  width: 27px;
}
.courses-header .stars .s.two {
  width: 54px;
}
.courses-header .stars .s.three {
  width: 81px;
}
.courses-header .stars .s.four {
  width: 108px;
}
.courses-header .stars .s.five {
  width: 135px;
}
.courses-header.invert {
  background-color: #A5FEE8;
}
.courses-header.invert h1, .courses-header.invert h2, .courses-header.invert p, .courses-header.invert i, .courses-header.invert strong, .courses-header.invert h2 strong {
  color: #027F48;
}
.courses-header.invert .ui-buttons .btn {
  background-color: #00D2B2;
}
.courses-header.invert .ui-buttons .btn.active {
  background-color: #027F48;
}
.courses-header.invert .ui-buttons i {
  color: #fff;
}

.ui-buttons {
  float: left;
  position: relative;
  width: 100%;
}
.ui-buttons .btn {
  margin-bottom: 6px;
  padding: 28px;
  float: left;
  position: relative;
  width: 100%;
  background-color: rgba(187, 255, 202, 0.4);
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  font-family: "adapt-variable", sans-serif;
  line-height: 90%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 24px;
  font-variation-settings: "wdth" 55, "wght" 800;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ui-buttons .btn span {
  top: 4px;
  float: left;
  position: relative;
  font-style: normal;
  font-variation-settings: "wdth" 55, "wght" 800;
  leading-trim: both;
  text-edge: cap;
  align-self: stretch;
  flex-grow: 0;
}
.ui-buttons .btn.active {
  background-color: #027F48;
}
.ui-buttons .btn i {
  position: relative;
  top: 2px;
  font-style: normal;
  float: right;
  font-size: 24px;
  font-style: normal;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  leading-trim: both;
  text-edge: cap;
  align-self: stretch;
  flex-grow: 0;
}
.ui-buttons .btn:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.steps-enq {
  min-height: 100vh;
}
.steps-enq.v2 {
  background-color: #00CA64;
}

.steps-fixed {
  z-index: 5;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
}
.steps-fixed.fixed {
  position: fixed;
}
.steps-fixed.final {
  top: inherit;
  bottom: 0;
}
.steps-fixed .overflow {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
.steps-fixed svg {
  margin-right: 70px;
  animation: rotate 12s linear infinite;
}
.steps-fixed h3 {
  color: #0F0923;
  font-size: 21.51vw;
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}
.steps-fixed .title {
  margin-left: 140px;
  margin-right: 140px;
  float: left;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.steps-fixed .col-center {
  display: flex;
  align-items: center;
}
.steps-fixed .left {
  float: left;
  position: relative;
  width: 30%;
}
.steps-fixed .right {
  float: right;
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
}
.steps-fixed.v2 h2, .steps-fixed.v2 h3 {
  color: #2B2B2B;
}
.steps-fixed.v2 p {
  color: #fff;
}

.steps-relative {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 13.75vw;
}
.steps-relative.v2 {
  margin-top: 37vh;
}
.steps-relative.v2 .box {
  background-color: #FFFFFF;
}
.steps-relative.v2 .box:hover {
  background-color: #FFFFFF;
}
.steps-relative.v2 .box.active {
  background-color: #FFFFFF;
}
.steps-relative .center {
  margin: 0 auto;
  position: relative;
  width: 40%;
}
.steps-relative .wrap {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.steps-relative .box {
  width: 80%;
  margin: 0 auto;
  float: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 40px 64px 30px 64px;
}
.steps-relative .box.active, .steps-relative .box:hover {
  background-color: rgb(165, 254, 232);
}
.steps-relative .box.active {
  width: 100%;
}
.steps-relative .h {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.steps-relative .h p {
  float: left;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-family: "adapt-variable", sans-serif;
  text-align: center;
  font-size: 1.667vw;
  font-weight: 400;
  line-height: 0%;
  letter-spacing: 2%;
  color: #2B2B2B;
  font-variation-settings: "wdth" 55, "wght" 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.steps-relative .h p strong {
  font-size: 1.667vw;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.steps-relative .text {
  float: left;
  position: relative;
  width: 100%;
  display: block !important;
}
.steps-relative .text .margin {
  float: left;
  position: relative;
  width: 100%;
  height: 40px;
}
.steps-relative .text h3 {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-size: 2.396vw;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.steps-relative .text p {
  font-size: 15px;
}
.steps-relative .text a {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
  font-family: "adapt-variable", sans-serif;
  color: #2B2B2B;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 16px;
  font-weight: normal;
  line-height: 58px;
  letter-spacing: 0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.tag {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
.tag.align-center {
  text-align: center;
}
.tag span {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #00CA64;
  padding: 10px 16px;
  color: #FFFFFF;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.video-text {
  margin-bottom: 12.81vw;
}
.video-text .left {
  float: left;
  position: relative;
  width: 68%;
}
.video-text .right {
  float: right;
  position: relative;
  width: 25%;
  left: -3%;
}
.video-text .i {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px #000000 solid;
}
.video-text .i:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.video-text h3 {
  margin-bottom: 40px;
  color: #2B2B2B;
  float: left;
  position: relative;
  width: 100%;
}
.scoring-section {
  margin-bottom: 12.76vw;
  text-align: center;
}
.scoring-section h2 {
  text-transform: none;
}
.scoring-section .range {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 4.06vw;
}
.scoring-section .range svg {
  width: auto;
  position: relative;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.scoring-section p {
  margin:60px 0px;
}
.scoring-section p a {
  font-weight: 600;
  color:#00D2B2 !important;
}
.video-player {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-player .thumb {
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  justify-content: center;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-player .thumb:hover svg {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.video-player svg {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.video-player .file {
  z-index: 5;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.video-player .file .lazy-container {
  height: auto;
  width: 100%;
  padding-bottom: 0 !important;
}
.video-player .file video {
  position: relative;
  height: auto;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.video-player.active .thumb {
  display: none;
}
.video-player.active .file video {
  filter: blur(0px);
}

.cards-section {
  margin-bottom: 12.76vw;
}
.cards-section .itens {
  float: left;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.cards-section .itens.two-itens {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 27px;
}
.cards-section .item {
  overflow: hidden;
  padding: 42px;
  padding-bottom: 38px;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
.cards-section .item h2, .cards-section .item h3, .cards-section .item h4 {
  font-size: 36px;
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  line-height: 110%;
  margin-bottom: 60px;
}
.cards-section .item ul {
  float: left;
  position: relative;
  width: 100%;
}
.cards-section .item ul li {
  left: 12px;
  display: flex;
  line-height: 130%;
  align-items: center;
  float: left;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  list-style-type: none;
  margin-bottom: 20px;
}
.cards-section .item ul li:last-child {
  margin-bottom: 0px;
}
.cards-section .item ul li:before {
  content: url("../images/arrow.svg");
  left: -10px;
  position: relative;
  display: block;
}
.cards-section .item .price {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.cards-section .item .price p {
  font-family: "adapt-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 18px;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  color: #2B2B2B;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.cards-section .item .price p span {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  line-height: 100%;
  font-size: 18px;
}
.cards-section .item .price p strong {
  font-variation-settings: "wdth" 55, "wght" 800;
  float: left;
  position: relative;
  width: 100%;
  font-size: 64px;
}
.cards-section .centered {
  max-width: 765px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.cards-section .btn {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 30px 30px 25px 30px;
  margin-top: 20px;
  float: left;
  position: relative;
  width: 100%;
  background-color: rgba(165, 254, 232, 0.4);
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.cards-section .btn p, .cards-section .btn span {
  text-transform: uppercase;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  font-size: 1.25vw;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  color: #2B2B2B;
}
.cards-section .btn span {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
}
.cards-section .btn span svg {
  position: relative;
  top: -3px;
  height: auto;
  margin-left: 20px;
}
.cards-section .btn.active, .cards-section .btn:hover {
  background-color: rgb(165, 254, 232);
}

.comments-section {
  margin-bottom: 13.23vw;
}
.comments-section .owl-cmts {
  float: left;
  position: relative;
  width: 100%;
}
.comments-section .center {
  max-width: 696px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.comments-section .item {
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-left: 4px rgb(0, 202, 100) solid;
}
.comments-section .item p.cmts {
  float: left;
  width: 100%;
  position: relative;
  font-size: 2.4vw;
  font-family: "adapt-variable", sans-serif;
  line-height: 100%;
  color: rgb(43, 43, 43);
  font-variation-settings: "wdth" 55, "wght" 800;
}
.comments-section .item .title {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.comments-section .item .title strong {
  font-size: 22px;
  text-transform: uppercase;
}
.comments-section .item .title p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.comments-section .item .title p:last-child {
  margin-bottom: 0px;
}
.comments-section .item .video-wrap {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.comments-section .item .video-wrap .video-player {
  width: 100%;
  max-width: 408px;
}
.comments-section .video {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 56px;
}
.comments-section .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.comments-section .owl-item {
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.comments-section .owl-item.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  cursor: default;
}
.comments-section .owl-nav {
  display: none;
}

.text-columns {
  margin-bottom: 14.06vw;
}
.text-columns.text-columns-homepage {
  margin-bottom: 4.84vw;
}
.text-columns.small-margin-bottom {
  margin-bottom: 8.5vw;
}
.text-columns .center {
  max-width: 942px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.text-columns .center2 {
  max-width: 1500px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.text-columns .itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.66vw;
}
.text-columns .item h2, .text-columns .item h3 {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  position: relative;
}
.text-columns .item .img {
  margin-bottom: 28px;
  width: 100%;
  float: left;
  position: relative;
}
.text-columns .item .img img {
  width: 100%;
}
.text-columns .left {
  float: left;
  width: 30%;
  position: relative;
}
.text-columns .left svg {
  height: auto;
  width: 2vw;
}
.text-columns .left p {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.text-columns .left h4 {
  float: left;
  width: 100%;
  position: relative;
}
.text-columns .right {
  float: right;
  width: 65%;
  position: relative;
}

.instructors-section {
  background-color: #F9F9F9;
  padding: 60px 0 120px 0;
  margin-bottom: 9.22vw;
}
.instructors-section .h {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.instructors-section .h .tag {
  margin-bottom: 30px;
}
.instructors-section .h h2, .instructors-section .h h3 {
  text-transform: uppercase;
}
.instructors-section .center {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}
.instructors-section .instructors {
  float: left;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.instructors-section .instructors .item {
	float: left;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.instructors-section .instructors .item.top-aligned {
	align-items: flex-start;
}
.instructors-section .instructors .img {
  position: relative;
  width: 65%;
  text-align: center;
}
.instructors-section .instructors .top-aligned .img {
	margin:0px auto 40px;
}
.instructors-section .instructors .img img {
  width: 100%;
  top: inherit !important;
  left: inherit !important;
}
.instructors-section .instructors .text {
  float: left;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 0%;
}
.instructors-section .instructors .text h4 {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  font-size: 36px;
  margin-bottom: 20px;
}
.instructors-section .instructors .text p {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.instructors-section .instructors .text p:last-child {
  margin-bottom: 0px;
}
.instructors-section .instructors .text p strong {
  color: #027F48;
  font-family: "Raleway", sans-serif;
}
.instructors-section.who-we-are {
  padding: 120px 0;
  background-color: #fff;
  margin-bottom: 0px;
}
.instructors-section.who-we-are .h h2, .instructors-section.who-we-are .h h3 {
  color: #027F48;
}
.instructors-section.founders {
  margin-top: 170px;
  padding: 0;
  background-color: #fff;
}
.instructors-section.founders .h h2, .instructors-section.founders .h h3 {
  color: #2B2B2B;
}
.instructors-section .bio {
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 173px;
}
.instructors-section .bio .wrap {
  display: flex;
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 120px 13%;
  border-top: 1px #027F48 solid;
  border-bottom: 1px #027F48 solid;
}
.instructors-section .bio p {
  font-weight: 700;
  color: #027F48;
  float: left;
  width: 100%;
}

.faqs-section {
  margin-bottom: 15.42vw;
}
.faqs-section .title {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 43px;
  font-size: 3.33vw;
  color: #00D2B2;
}
.faqs-section .centered {
  max-width: 950px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.acc-js {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
}
.acc-js .item {
  cursor: pointer;
  background-color: #F9F9F9;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.acc-js .item .h {
  float: left;
  position: relative;
  width: 100%;
  padding: 30px 25px;
}
.acc-js .item .h h5, .acc-js .item .h h4, .acc-js .item .h h3, .acc-js .item .h h2 {
  float: left;
  position: relative;
  width: 80%;
  line-height: 120%;
  color: #000000;
  font-size: 18px;
}
.acc-js .item .h svg {
  height: auto;
  position: absolute;
  right: 25px;
}
.acc-js .item .text {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 25px;
  display: none;
}
.acc-js .item .text p {
  font-size: 15px;
  color: #505050;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  line-height: 135%;
}
.acc-js .item .text p:last-child {
  margin-bottom: 0px;
}
.acc-js .item .text .margin {
  float: left;
  position: relative;
  width: 100%;
  height: 30px;
}
.acc-js .item.active .less {
  display: none;
}

.course-form {
  margin-bottom: 15.42vw;
}
.course-form .centered {
  max-width: 1050px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.course-form .title {
  margin-bottom: 6.04vw;
  width: 100%;
  position: relative;
  float: left;
}
.course-form .steps {
  width: 100%;
  position: relative;
  float: left;
}
.course-form .table {
  width: 100%;
  position: relative;
  float: left;
}
.course-form .table .head {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 26px;
  padding-bottom: 23px;
  border-bottom: 1px #00CA64 solid;
}
.course-form .table .head div:first-child {
  padding-left: 23px;
}
.course-form .table .head div:last-child {
  padding-right: 23px;
}
.course-form .table .head strong {
  color: #00CA64;
  font-size: 16px;
  text-transform: uppercase;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.course-form .table .body {
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  position: relative;
  float: left;
  padding: 30px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-form .table .body div:first-child {
  display: flex;
  align-items: center;
}
.course-form .table .body:hover, .course-form .table .body.active {
  background: rgba(230, 230, 230, 0.6);
}
.course-form .table .head, .course-form .table .body {
  text-align: center;
}
.course-form .table .head div, .course-form .table .body div {
  width: 30%;
  position: relative;
  float: left;
}
.course-form .table .head div:first-child, .course-form .table .body div:first-child {
  text-align: left;
  width: 25%;
}
.course-form .table .head div:first-child p, .course-form .table .body div:first-child p {
  font-size: 16px !important;
}
.course-form .table .head div:first-child input, .course-form .table .body div:first-child input {
  margin-right: 16px;
  width: 12px;
  height: 12px;
}
.course-form .table .head div:last-child, .course-form .table .body div:last-child {
  text-align: center;
  float: right;
  width: 15%;
}
.course-form .table .head p, .course-form .table .body p {
  font-size: 14px;
}
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff; /* White background for the modal */
	padding: 40px;
	border-radius: 8px; /* Rounded corners */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
	width: 90%;
	max-width: 500px; /* Limits the maximum width of the modal */
	z-index: 999;
}
.modal-heading-container {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
}
.modal-heading {
	font-family: 'adapt-variable';
    font-size: 16px;
    font-weight: 600;
}
.modal-close {
	width: fit-content;
    margin: 0px -10px 0px auto;
    padding: 8px 15px;
    border-radius: 20px;
    color: #2b2b2b;
    cursor: pointer;
    font-size: 10px;
}
.modal-close:hover {
	background-color: #f5f5f5;
}
.modal-text {
	margin:20px 0px;
}
.modal-submit-btn, .modal-submit-btn-loading {
	width: 100%;
    padding: 15px;
    border-radius: 8px;
    background-color: #00CA64;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0px 0px;
    cursor: pointer;
}
.modal-submit-btn-loading {
	display: none;
	cursor: default;
}
.modal-submit-btn:hover, .modal-submit-btn-loading:hover {
	background-color: #0ad670;
}
.how-it-works-section {
  margin-bottom: 10.42vw;
  padding: 132px 0;
  background-color: #F9F9F9;
}
.how-it-works-section .head {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 5.73vw;
  text-align: center;
}
.how-it-works-section .head h2, .how-it-works-section .head h3 {
  text-transform: uppercase;
  color: #00CA64;
  margin-bottom: 15px;
}
.how-it-works-section .itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.39vw;
  width: 100%;
  float: left;
  position: relative;
}
.how-it-works-section .item h2, .how-it-works-section .item h3 {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  position: relative;
}
.how-it-works-section .item p {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.how-it-works-section .item p strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.how-it-works-section .item p:last-child {
  margin-bottom: 0px;
}
.how-it-works-section .item .img {
  margin-bottom: 27px;
  width: 100%;
  float: left;
  position: relative;
}
.how-it-works-section .item .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.features-video {
	width: 100%;
    border-radius: 10px;
    border: 5px solid #2b2b2b;
    margin: 0px 0px 20px 0px;
}
.mobile_step {
	width:100%;
	margin:auto;
	height:30px;
	line-height:30px;
	border-radius:15px;
	text-align:center;
	margin-top:5px;
}
.current_step {
	background-color:#00CA64;
	color:#fff;
}
.not_current_step {
	background-color:#f6f6f6;
	color:#2b2b2b;
}
.finished_step {
	background-color:#027F48;
	color:#efefef;
}
.finished_step .step-text, .finished_step .step-number {
	color: #efefef !important;
}
.current_step .step-text, .current_step .step-number {
	color: #fff !important;
}
.register_step_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	align-items: center;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.register_step {
	display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 20px;
    border-right: 2px solid #ececec;
    font-weight: 700;
    font-family: 'adapt-variable';
}
.register_step:first-child {
	border-radius: 10px 0px 0px 10px;
}
.register_step:last-child {
	border:0px;
	border-radius: 0px 10px 10px 0px;
}
.registration-form-50-50-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap:30px;
}
.step-text {
	text-align:center;
}
.step-check-mark {
	display:none;
}
.register-btn-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap:20px;
	align-items: center;
	margin:40px 0px;
}
.register-btn-container.one-btn {
	display: block;
}
.moveToPreviousPage {
	padding: 20px;
    text-align: center;
    background-color: #f6f6f6;
    color: #2b2b2b;
    font-weight: 800;
    font-family: 'adapt-variable';
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.moveToPreviousPage:hover {
	background-color: #ededed;
}
.moveToNextPage {
	padding: 20px;
    text-align: center;
    background-color: #00CA64;
    color: #027F48;
    font-weight: 800;
    font-family: 'adapt-variable';
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.moveToNextPage:hover {
    background-color: #0bd871;
}
.register-submit-btn-container {
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap:20px;
	align-items: center;
	margin:40px 0px;
}
#submit-program-options-form, #submit-program-options-form-loading-btn {
	padding: 20px;
    text-align: center;
    background-color: #00CA64;
    color: #027F48;
    font-weight: 800;
    font-family: 'adapt-variable';
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
#submit-program-options-form:hover, #submit-program-options-form-loading-btn:hover {
    background-color: #0bd871;
}
#submit-program-options-form-loading-btn {
	display: none;
}
.program-options-header-container {
	display: grid;
    grid-template-columns: 3fr 4fr 4fr;
    column-gap: 20px;
    padding: 25px 20px;
    align-items: center;
    color: #00CA64;
    border-bottom: 1px solid #00CA64;
    font-family: 'adapt-variable';
    font-weight: 800;
    margin-bottom: 20px;
}
.programs-reading-container {
	margin: 0px 0px 80px 0px;
    border-radius: 10px;
}
.programs-math-container {
    border-radius: 10px;
}
.program-options-option-container {
	display: block;
	border-radius: 10px;
}
.program-options-option-container.last {
	display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 5px;
    padding: 20px;
    margin: 20px 0px 10px;
    border-radius: 10px;
    align-items: center;
    cursor: pointer
}
.program-options-option-container.active {
	background-color: #efefef;
}
.program-options-option-radio-container input {
	margin: -3px 10px 0px 0px;
}
.program-options-option-radio {
	line-height: normal;
	height: auto;
}
.program-options-option-details {
	display: grid;
    grid-template-columns: 3fr 4fr 4fr;
    column-gap:20px;
    align-items: center;
    padding: 25px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
	cursor: pointer;
}
.program-options-option-details:hover {
	background-color: #efefef;
}
.program-options-option-time {
	display: grid;
	grid-template-columns: 1fr 1fr;
    column-gap:20px;
}
.program-options-load-more-classes {
	width: fit-content;
    padding: 15px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 20px auto 30px;
    border: 1px solid #00CA64;
    border-radius: 10px;
}
.time-zone-warning {
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin: 15px 0px;
    padding: 7px 0px 5px 15px;
    font-size: 14px;
    background-color: #BBFFCA;
    border-radius: 8px;
    color: #027F48;
}
.time-zone-warning i {
	margin-right: 6px;
	margin-top:-5px;
	font-size: 10px;
}
.form-dropdown {
	width: 100%;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
    padding: 10px;
    font-size: 14px;
    background-color: #efefef;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}
.form-label {
	width:100%;
	margin:0px 0px 3px 0px;
	font-size: 14px;
	font-weight: 800;
}
.form-input {
	width:100%;
	padding:20px 10px;
	margin-bottom:18px;
	border-radius:6px;
	font-size: 16px;
}
#studentGrade {
	width: 100%;
	padding:11px 15px;
    font-size: 16px;
    margin-bottom: 14px;
    border-radius: 0px;
    padding-left: 10px;
    border: 2px solid #ddd;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fafafa;
}
.form-input:focus, #studentGrade:focus, #address-state:focus {
	border-color: #2b2b2b !important;
}
.pac-container, .pac-item{
    z-index: 2147483647 !important;
}
#payment-screen-details {
	display: flex;
	column-gap:40px;
	align-items: flex-start;
}
.payment-screen-order-summary {
	flex-grow:4;
	order:2;
}
.payment-screen-payment-method {
	flex-grow:5;
	order:1;
}
.order_summary_container {
	border:2px solid #e9e9e9;
	padding: 24px;
	border-radius:10px;
	background-color: #fff;
	margin:0px 0px 20px 0px;
}
.order_summary_heading {
	text-align:left;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size: 40px;
}
.order_summary_line_header {
	width:100%;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
	margin:10px 0px;
}
.order_summary_line {
	width:100%;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
	padding:10px 0px;
	font-size:14px;
}
.order_summary_item {
	margin:0px 0px 0px 0px;
}
.order_summary_price {
	font-size:16px;
	margin:0px 0px 0px 0px;
}
.order_summary_divider {
	width:100%;
	height:2px;
	background-color:#efefef;
	margin:20px 0px;
}

.item_when {
	margin: 4px 0px 0px 0px;
    font-family: 'adapt-variable';
    font-weight: 800; 
}

.addOnsLineItems {
	width:100%;
	display:block;
}

.remove_itemline {
	margin-top:-15px;
	color:red;
	font-size:.8em;
	cursor:pointer;
}

.remove_coupon {
	color:red;
	font-size:.8em;
	cursor:pointer;
}

.discountItemLine {
	width:100%;
	display:none;
}

.discount_amount {
	color:#c0392b;
}

.apply-coupon-label {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:10px;
	align-items: center;
	text-align: right;
	margin:0px 0px 10px 0px;
	cursor: pointer;
}

.apply-coupon-container {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:5px;
	align-items: center;
	margin:0px 0px 30px 0px;
}

.coupon_code {
	padding-left:15px;
	background-color:#fff;
	border-radius:5px;
	font-size:14px;
}
.coupon_code:focus {
	border-color: #2b2b2b !important;
}
.apply_coupon_button {
	padding: 11px 40px;
    text-align: center;
    background-color: #f6f6f6;
    color: #2b2b2b;
    font-weight: 800;
    font-family: 'adapt-variable';
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.apply_coupon_button:hover {
	background-color: #ededed;
}
.apply_coupon_button_loading {
	display: none;
	padding: 0px 40px;
	height:42px;
	line-height:42px;
    text-align: center;
    background-color: #f6f6f6;
    color: #2b2b2b;
    font-weight: 800;
    font-family: 'adapt-variable';
    font-size: 15px;
    border-radius: 5px;
}
.coupon_code_message {
	width:100%;
	color:#ca0001;
    margin: -20px 0px 30px 0px;
    font-size: 16px;
	display:none;
}
.coupon_code_success_message {
	width: 100%;
    color: #2ecc71;
    margin: -20px 0px 30px 0px;
    font-size: 16px;
    display: none;
}
.payment_error_message {
	width:100%;
	text-align:center;
	padding:5px;
	background-color:#F6CECE;
	color:#ca0001;
	border:2px solid #ca0001;
	border-radius:5px;
	margin-bottom:5px;
	display:none;
}
.help_tip {
	position:absolute;
	top:32px;
	left:298px;
	cursor: pointer;
}
.cvv_help {
	display:none;
	position:absolute;
	top:13px;
	padding:10px;
	border-radius:10px;
	background-color:#fff;
	z-index:9999;
	border:2px solid #a9a9a9;
}
.error_message {
	display:none;
	width:100%;
	text-align:center;
	padding:5px;
	background-color:#F6CECE;
	color:#ca0001;
	border:2px solid #ca0001;
	border-radius:5px;
	margin:15px auto;
}
.success_message {
	display:none;
	width:100%;
	margin:auto;
	text-align:center;
	padding:5px;
	background-color:#ccf5dd;
	color:#2ecc71;
	border:2px solid #2ecc71;
	border-radius:5px;
	margin-top:15px;
}
.payment-info-heading {
	margin:0px 0px 18px 0px;
}
.register_heading {
	margin:40px 0px 20px 0px;
}
.extra_help_subheading {
	margin: 30px 0px 40px 0px;
    font-size: 20px;
    font-weight: 200;
    font-family: 'Raleway';
}
.extra_help_parent {
	display:grid;
	grid-template-columns: 1fr 400px;
	column-gap:30px;
}
.extra_help_box {
	position:relative;
	width:100%;
	margin-right:2%;
	margin-bottom:20px;
}
.extra_help_inside_box {
	width: 100%;
    background-color: #fafafa;
    padding: 26px 30px 30px 30px;
    border-radius: 10px;
    border: 2px solid #ddd;
}
.addon_heading {
	width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 40px;
}
.addon_link {
	font-size:20px;
	color:#2c3e50;
	text-decoration: none;
}
.addon_img {
	width: 100%;
	padding: 20px;
	background-color: #0B233C;
	border-radius: 8px;
}
.addon_details_container {
	display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 30px;
    align-items: start;
    padding: 10px;
}
.addon_picture {
	margin-bottom: 20px;
}
.addon_info {
	margin:30px 0px 0px 3%;
}
.addon_info ul {
	padding:0px;
}
.addon_info li {
	font-size:16px;
	margin: 0px 0px 30px 0px;
}
.addon_detail {
	display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    align-items: center;
    font-size: 16px;
    margin: 0px 0px 30px 0px;
}
.addon_detail i {
	padding:14px;
	border-radius: 40px;
	background-color:#2b2b2b;
	color:#fff;
}
.addon_learn_more {
	margin:12px 0px 0px 0px;
	font-size:16px;
    font-weight: 700;
    color:#00D2B2;
}
.addon_usual_price {
	position: relative;
    width: 100%;
    text-align: right;
    margin: 20px 0px 20px 0px;
    color: #a9a9a9;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 600;
}
.addon_price {
	color: #2b2b2b;
    margin: 40px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 80px;
}
.addon_checkmark {
	position:absolute;
	top:-20px;
	right:-20px;
	height:45px;
	z-index: 999;
	display: none;
}
.addon_loading_button {
	display: none;
}
.addon_tutoring_number_hours {
	width: 100%;
    height: 40px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    margin: 10px 0px 0px 0px;
}
.addon_tutoring_number_hours:focus {
	border-color: #2b2b2b !important;
}
.added-to-order {
	display: none;
	width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #00CA64;
    margin:40px 0px 0px;
}
.register_addon_button {
	width: 100%;
    margin-top: 20px;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 800;
    padding: 15px;
    border-radius: 10px;
}
.register_addon_button:hover {
	background-color: #000;
}
.register_addon_remove_button {
	display: none;
	width: 100%;
    margin-top: 20px;
    background-color: #2B2B2B;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 800;
    padding: 15px;
    border-radius: 10px;
}
.register_addon_remove_button:hover {
	background-color: #e74c3c;
}
#payment-expiration-container {
	display: grid;
	grid-template-columns: 170px 100px;
	align-items: center;
	column-gap: 15px;
	margin:0px 0px 0px 0px;
}
.payment-type-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr) );
	align-items: center;
	column-gap:15px;
	margin:0px 0px 20px 0px;
}
.payment-type-option {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap:8px;
	padding:10px 20px;
	border:2px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
}
.payment-type-option-radio-btn {
	display: grid;
	align-items: center;
	justify-content: center;
	width:16px;
	height: 16px;
	border:2px solid #ddd;
	border-radius:10px;
}
.payment-type-option-radio-btn-inner {
	height:8px;
	width:8px;
	border-radius: 10px;
}
.payment-type-option-selected, .payment-type-option-selected > .payment-type-option-radio-btn {
	border-color: #39a5ef !important;
}
.payment-type-option-selected > .payment-type-option-radio-btn > .payment-type-option-radio-btn-inner {
	background-color: blue;
}
.payment-option-screen {
	margin:0px 0px 20px 0px;
}
#success-screen {
	display: none;
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0px auto;
    padding: 80px 60px;
    border: 2px solid #0B233C;
    border-radius: 10px;
    font-size: 20px;
    text-align: left;
    flex-direction: column;
}
#success-screen p {
	margin:10px 0px;
}
.hear-about-us-option {
	display:inline-block;
	min-width:80px;
	padding:11px 7px 6px;
	border:2px solid #efefef;
	border-radius: 5px;
	text-align:center;
	margin:0px 10px 10px 0px;
	color:#2b2b2b;
	cursor: pointer;
}
.hear-about-us-option:not(.hear-about-us-option-selected):hover {
	background-color: #fbfbfb !important;
	border:2px solid #2b2b2b !important;
}
.hear-about-us-icon {
	font-size:20px;
}
.hear-about-us-text {
	font-size:12px;
	margin:5px 0px 0px 0px;
}
.hear-about-us-option-selected {
	background-color: #2b2b2b !important;
	border:2px solid #000 !important;
	color:#fff !important;
}
.hear-about-us-option-selected .hear-about-us-text {
	color:#fff !important;
	font-weight: 600;
}
.radio-error {
	appearance: none;
	-webkit-appearance: none;
    border-radius: 50%;
    border: 6px solid #FFF;
    box-shadow: 0 0 0 1px #ca0001;
}
.instructor-parent-container {
	display: grid;
    width: fit-content;
    grid-template-columns: 250px 250px;
    column-gap: 80px;
    margin: auto;
}
.founder-container {
	max-width: 350px;
	margin:auto;
	vertical-align: top;
}
.instructor-container {
	margin:30px 0px 60px 0px;
	vertical-align: top;
}
.instructor-image {
	display:block;
	width:100%;
	border-radius:100px;
	margin:0px auto 0px auto;
}
.instructor-name {
	font-size:28px;
	margin:30px 0px 0px;
}
.instructor-title {
	font-weight: bold;
    margin: 10px 0px 0px 0px;
    color:#2b2b2b;
    font-size:18px;
}
.instructor-school {
	font-weight: bold;
	color:#027F48;
	margin:10px 0px 20px;
    font-size:18px;
}
.instructor-description {
	margin-top: 6px;
}
#private-tutoring-test-options {
	width: 100%;
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    align-items: center;
    column-gap: 20px;
}
.private-tutoring-test-option {
	padding: 20px;
    text-align: center;
    background-color: #f6f6f6;
    color: #a9a9a9;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 800;
    font-size: 24px;
}
.private-tutoring-test-option:not(.private-tutoring-test-option-selected):hover {
	background-color: #f2f2f2;
	color:#2b2b2b;
}
.private-tutoring-test-option-selected {
	background-color: #00CA64;
    color: #027F48 !important;
}
#current-date-display {
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr auto;
	column-gap:20px;
	align-items: center;
	margin:40px 0px 10px 0px;
}
#prev-month, #next-month, #employee-prev-month, #employee-next-month  {
	font-size: 24px;
    color: #2b2b2b;
    padding: 10px 17px;
    border-radius: 50px;
    cursor: pointer;
}
#prev-month:hover, #next-month:hover, #employee-prev-month:hover, #employee-next-month:hover {
	background-color: #ededed;
	cursor: pointer;
}
#current-month-year {
	text-align: center;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 800;
}
#calendar {
	width: 100%;
	background-color: #fff;
	margin:15px 0px 60px;
}
.days {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.calendar-box-header {
	text-align: center;
    padding: 6px 0px 6px 0px;
    color: #2b2b2b;
    border: 1px solid #c9cdd2;
    border-bottom: none;
    font-weight: 700;
    font-family: 'adapt-variable';
}
.calendar-box-header:not(:first-child)
{
	border-left: none;
}
.dates {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.calendar-box {
	min-height: 170px;
	border:1px solid #c9cdd2;
	border-top: none;
}
.calendar-box-small {
	min-height:120px !important;
	cursor: pointer;
}
.calendar-box-small:hover {
	background-color: #eef0fd;
}
.calendar-box-selected {
	border: 2px solid #00D2B2 !important;
}
.calendar-box:not(:nth-child(7n + 1))
{
	border-left: none;
}
.calendar-box.inactive {
/* 	background-color: #f6f6f6; */
	color:#c9cdd2;
}
.calendar-box-small.inactive {
	background-color: #f6f6f6;
}
.calendar-box.inactive > .calendar-box-day {
	color:#999FA6;
}
.calendar-box-day {
	width: max-content;
    text-align: center;
    padding: 5px 5px;
    border-radius: 20px;
    margin: 5px auto;
}
.calendar-box.active > .calendar-box-day {
	display: grid;
    height: 30px;
    width: 30px;
    background-color: #00CA64;
    color: #fff;
    align-items: center;
}
.calendar-box-appointments.inactive {
	opacity: .4;
}
.calendar-box.past-date {
	cursor: not-allowed;
}
.calendar-appointment {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:5px;
	font-size: 12px;
	padding:5px 10px;
	margin:0px 5px 0px 5px;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}
.calendar-appointment:hover {
	background-color: #f6f6f6;
}
.calendar-appointment.pending > div {
	color:#a2a2a2 !important;
}
.calendar-appointment.booked {
 	background-color: #00CA64;
}
.calendar-appointment.booked > div {
	color: #fff !important;
}
.calendar-modal {
	display: none;
    position: absolute;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    top: 0px;
    left: 0px;
    padding: 20px 30px 30px 30px;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    z-index: 999;
}
.calendar-modal-close {
	width: fit-content;
    margin: 0px -10px 0px auto;
    padding: 12px 13px;
    border-radius: 20px;
    color: #2b2b2b;
    cursor: pointer;
    font-size: 10px;
}
.calendar-modal-close:hover {
	background-color: #f5f5f5;
}
.calendar-modal-heading {
	font-family: 'adapt-variable';
    margin: -25px 0px 16px 0px;
    font-size: 16px;
    font-weight: 600;
}
.calendar-modal-date {
	display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 12px;
    margin: 25px 0px 15px 0px;
}
.calendar-modal-time {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	column-gap:5px;
	text-align: center;
	align-items: center;
}
.calendar-modal-time input[type="time"]::-webkit-calendar-picker-indicator {
	background: none;
	display: none;
}
.calendar-modal-time input[type="time"] {
	border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 10px;
    font-size: 15px;
    height: 30px;
}
.calendar-modal-time input[type="time"]:hover,
.calendar-modal-time input[type="time"]:focus,
.calendar-modal-time input[type="time"]:active {
	border: 1px solid #ddd !important;
}
.calendar-modal-time input[type=time]::-webkit-datetime-edit-hour-field:focus,
.calendar-modal-time input[type=time]::-webkit-datetime-edit-minute-field:focus,
.calendar-modal-time input[type=time]::-webkit-datetime-edit-second-field:focus,
.calendar-modal-time input[type=time]::-webkit-datetime-edit-ampm-field:focus {
  background-color: #e6e7ff;
}
.calendar-modal-day {
	font-size:24px;
}
.calendar-modal-date i {
	cursor: pointer;
}
.calendar-modal-student {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap:20px;
	align-items: center;
	padding:5px 12px;
	border:1px solid #ddd;
	border-radius:8px;
}
.calendar-modal-student i {
	font-size: 12px;
}
.calendar-modal-add-student-link {
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin:15px 0px 0px 0px;
}
.calendar-modal-remove-student-link {
	display: none;
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin:20px 0px 5px 0px;
	color:#D9512C;
	cursor: pointer;
}
.calendar-modal-add-student-hold-form {
	display: none;
    background: #f6f6f6;
    padding: 20px;
}
.calendar-modal-add-student-hold-form h3 {
	font-size: 30px;
    margin: 10px 0px;
}
.calendar-modal-edit-student-form {
	margin:20px 0px 0px 0px;
}
.calendar-modal-add-student-label {
	font-size: 12px;
	margin:20px 0px 4px 0px;
	font-weight:800;
}
.calendar-modal-add-student-passcode {
	width: 100%;
	padding: 20px;
    border: 2px solid #2b2b2b;
    border-radius: 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.calendar-modal-add-student-passcode.disabled {
	background-color: #ddd;
    font-weight: 700;
}
.calendar-modal-add-student-input {
	width: 100%;
	height:36px;
	border:2px solid #ddd;
	border-radius:8px;
	margin:0px 0px 8px 0px;
	font-size:16px;
}
#calendar-modal-add-student-grade {
	background-color: #dadef9;
	border-color: #d3d5e4;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	cursor: pointer;
}
.calendar-modal-add-student-input:hover {
	border:2px solid #d4d4d4;
}
#save-new-open-time-btn, #save-new-open-time-btn-loading {
	width: 100%;
    padding: 15px 20px;
    background-color: #00CA64;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    margin: 30px 0px 0px 0px !important;
    cursor: pointer;
}
#save-new-open-time-btn:hover {
	background-color: #11da76;
}
#save-new-open-time-btn, #update-appointment-btn {
	margin:18px 0px 0px 0px;
}
#calendar-modal-cancel-change-time, .confirm-delete-modal-cancel-delete {
	padding: 8px 30px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #efefef;
    border-radius: 6px;
    cursor: pointer;
}
#calendar-modal-cancel-change-time:hover, .confirm-delete-modal-cancel-delete:hover {
	background-color: #f0f0f0;
}
#calendar-modal-save-new-time {
	padding: 8px 30px;
    text-align: center;
    background-color: #00CA64;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
#calendar-modal-save-new-time:hover {
	background-color: #0bd670;
}
#save-new-open-time-btn-loading, #update-appointment-btn-loading {
	display: none;
	margin:32px 0px 0px 0px;
}
#save-new-open-time-btn-loading img, #update-appointment-btn-loading img {
	height:20px;
}
.calendar-modal-edit-student-form {
	display: none;
}
.calendar-modal-edit-appointment-text {
	margin:0px 0px 12px 0px;
	font-size: 16px;
}
#delete-appointment {
	text-align: center;
	font-size: 12px;
	margin:36px 0px 0px 0px;
	cursor: pointer;
}
#calendar-modal-edit-appointment-start-time-input:disabled, #calendar-modal-edit-appointment-end-time-input:disabled {
	background-color: #f6f6f6;
}
#calendar-modal-change-time-link {
	text-align: right;
	margin:3px 8px 0px 0px;
    font-size: 12px;
    color: #2b2b2b;
    cursor: pointer;
}
#calendar-modal-change-time-link:hover {
	color:#000;
}
#calendar-modal-save-time-container {
	width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 15px 0px 0px auto;
    column-gap:10px;
}
#calendar-modal-edit-appointment-status {
	display: grid;
	margin:0px 0px 18px 0px;
}
#calendar-modal-appointment-paid-status {
	width: fit-content;
    background-color: #5fc563;
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 12px;
}
#calendar-modal-appointment-unpaid-status {
	width: fit-content;
    background-color: #db4747;
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 12px;
}
#confirm-delete-modal {
	min-width:550px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0px);
}
#confirm-delete-modal-btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap:20px;
    margin: 40px 0px 0px auto;
}
#confirm-delete-modal-confirm-delete {
	padding: 8px 30px;
    text-align: center;
    border-radius: 6px;
	background-color: #c0392b !important;
	color: #fff !important;
    cursor: pointer;
}
#calendar-modal-datepicker {
	position: relative;
}
#calendar-modal-edit-appointment-datepicker {
/* 	visibility: hidden; */
	position: absolute;
	top:-10px;
	right:0px;
	opacity: 0;
}
#select-times-container {
	display: grid;
    margin: 30px 0px 0px 0px;
    grid-template-columns: 4fr 5fr;
    column-gap: 50px;
}
#select-times-container h3 {
	font-size: 40px;
	margin:0px 0px 20px 0px;
}
#available-times {
/* 	padding: 0px 30px 0px 0px; */
	margin:0px 0px 30px 0px;
}
#available-times-selected-date {
	font-size: 24px;
    background-color: #027F48;
    color: #fff;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}
#available-times-selected-date > div {
    padding: 20px;
    color: #BBFFCA;
    font-weight: 800;
}
#selected-times-parent-container {/*

	padding:16px 24px 16px 24px;
	border:2px solid #efefef;
	min-height: 300px;
*/
	border-radius: 8px;
}
.tutor-available-times-container {
	position: relative;
    display: grid;
    width: 100%;
    max-width: 500px;
    margin: 20px 0px 0px 0px;
}
.tutor-available-times-container-background {
	position: relative;
    width: inherit;
    height: 120px;
    background-color: #027F48;
    border-radius: 10px 10px 0px 0px;
    border-bottom: none;
}
.tutor-available-times-description {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 30px;
    padding: 100px 20px 24px;
    border: 2px solid #efefef;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    background-color: #f6f6f6;
}
.tutor-available-times-container-background img {
	position: absolute;
    width: 100%;
    max-width: 160px;
    z-index: 2;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 6px;
    background-color: #fff;
    border-radius: 100px;
}
.tutor-available-times-description-details {
	text-align: left;
}
.tutor-available-times-description-details-header {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap:20px;
	margin:20px 0px 15px;
}
.tutor-available-times-description-details-header h4 {
	font-size: 24px;
	line-height: 100%;
}
.tutor-available-times-description-rating {
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap:5px;
}
.tutor-exam-section {
	display: inline-block;
    margin: 15px 8px 0px 0px;
    padding: 3px 8px;
    border: 2px solid #2b2b2b;
    border-radius: 20px;
    font-weight: 700;
}
.tutor-exam-section.SAT {
	background-color:#BBFFCA;
}
.tutor-exam-section.ACT {
	background-color:#A5FEE8;
}
.tutor-available-times {
	display: grid;
	row-gap:10px;
}
.tutor-time-slot 
{
	position: relative;
	width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background-color: #fff;
    border: 2px solid #ddd;
    color: #2b2b2b;
    padding: 20px;
    border-radius: 10px;
    font-family: 'adapt-variable';
    font-weight: 500;
}
.available-date-passcode-icon {
	position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    padding: 8px 9px 5px 9px;
    background-color: #BBFFCA;
    color: #027F48;
    border-radius: 30px;
}
.available-date-time-container {
	font-size: 18px;
}
.available-date {
	display: inline-block;
    font-size: 16px;
    margin: 0px 30px 0px 0px;
}
.available-date-time {
	display: inline-block;
}
.tutor-available-times-header {
	font-size: 14px;
    margin: 33px 0px 20px 0px;
    font-weight: 800;
}
.available-time-radio-btn {
	height:24px;
	width: 24px;
	border:2px solid #ddd;
	border-radius: 50px;
}
.available-time-radio-btn-inner {
	height: 16px;
    width: 16px;
    margin: 2px;
    border-radius: 24px;
    cursor: pointer;
}
.available-time-radio-btn-inner:not(.available-time-radio-btn-inner-selected):hover {
	background-color: #efefef;
}
.available-time-radio-btn-inner-selected {
	background-color:#00CA64;
}
.selected-time-container {
	display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 40px;
    align-items: center;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    border: 2px solid #efefef;
    border-left: 5px solid #2b2b2b;
    border-radius: 0px 8px 8px 0px;
    padding: 20px;
    font-weight: 500;
}
.selected-time-container img {
	width: 100%;
    max-width: 90px;
}
.selected-appointment-type {
    font-weight: 800;
    font-size: 20px;
}
.selected-time-tutor-name {
	font-size: 12px;
}
.selected-month-container {
	font-family: 'adapt-variable';
    margin: 12px 0px 0px;
}
#selected-times-for-order-summary {
	width:100%;
	font-size:11px;
	margin:-4px 0px 10px 0px;
}
.selected-time-container-for-order-summary {
	padding:4px 0px 4px 0px;
	border-bottom:1px solid #efefef;
}
.calendar-box-small-appointments {
    display: grid;
    grid-template-columns: repeat(auto-fit, 9px);
    justify-items: center;
    justify-content: center;
    column-gap: 4px;
    margin: auto;
    padding: 0px 10px;
}
.available-appointment-token {
	display: inline-block;
	width:8px;
	height: 8px;
	border-radius: 8px;
	background-color: #10ae5e;
	margin:5px 2px;
}
.available-appointment-token-selected {
	background-color: #2b2b2b !important;
}
.add-appointment-btn {
	width: 100%;
    border-radius: 5px;
    padding: 12px 24px 10px !important;
    background-color: #00CA64;
    color: #027F48;
    font-weight: 800;
    font-family: 'adapt-variable';
    line-height: 100%;
    cursor: pointer;
}
.remove-appointment-btn {
	width: 100%;
	border-radius: 5px;
	background-color: #DF0101;
	padding:6px 20px !important;
}
.add-appointment-selected {
	border: 3px solid #2b2b2b;
}
.appointment-added-message i {
	margin-left:3px;
}
.remove-appointment {
	font-size: 20px;
}
.no-selected-times {
	display: grid;
    min-height: 140px;
    padding: 50px;
    background-color: #f6f6f6;
    border-radius: 10px;
    align-items: center;
    border: 2px dashed #ddd;
}
#private-tutoring-calendar-screen {
	display: none;
	margin:30px 0px;
}
#filter-btn {
	width: fit-content;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:10px;
	align-items: center;
	padding:10px 30px;
	border:1px solid #ddd;
	border-radius:30px;
	margin:0px 0px 10px 0px;
	cursor: pointer;
}
#filter-btn:hover {
	background-color: #efefef;
}
#filter-tags-container {
	position: relative;
}
.filter-tag {
	display: inline-flex;
    grid-template-columns: 1fr auto;
    column-gap: 15px;
    text-align: center;
    padding: 8px 20px 8px 25px;
    background-color: #f6f6f6;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #efefef;
    margin: 0px 5px 0px 0px;
}
.remove-filter {
	cursor: pointer;
}
.remove-filter:hover {
	color:#000;
}
#filter-options-container {
	position: relative;
}
#filter-options {
	display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 360px;
    background-color: #f6f6f6;
    border: 2px solid #2b2b2b;
    border-radius: 10px;
    padding: 5px 30px 30px;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
}
#close-filter-options {
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 7px;
    /* border: 1px solid #ddd; */
    border-radius: 30px;
    color: #BBFFCA;
    font-size: 20px;
    cursor: pointer;
    background-color: #027F48;
}
#close-filter-options:hover {
	background-color: #057645;
	transition: all 0.2s ease-in-out 0s; 
}
.filter-header {
	font-size: 16px;
	font-weight: bold;
	margin:20px 0px 15px 0px;
}
.filter-option {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap:12px;
	align-items: center;
	margin:0px 0px 10px 0px;
}
.filter-option-name {
	font-size:14px;
	font-weight: 400;
}
.filter-option-checkbox-selected {
	height:18px;
	width:18px;
	font-size:18px;
	color:#0B233C;
	cursor: pointer;
}
.filter-option-checkbox-unselected {
	height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #2b2b2b;
    border-radius: 3px;
    cursor: pointer;
}
#add-passcode-appointment-time-slot {
	padding: 20px;
    background-color: #f6f6f6;
    border-radius: 8px;
    border: 2px solid #efefef;
}
#add-passcode-appointment-passcode-input {
	border-color:#2b2b2b;
}
#add-passcode-appointment-passcode-input:hover {
	border-color: #2b2b2b !important;
}
#add-passcode-appointment-success-screen {
	display: none;
}
#add-passcode-success-icon {
	font-size: 24px;
    margin: 0px 0px 20px;
}
#add-passcode-appointment-success-screen h3 {
	font-size: 40px;
}
.step-screen {
	max-width: 1050px;
	margin:auto;
}
.steps-form {
  margin-bottom: 11.61vw;
}
.steps-form .box {
  padding: 50px;
  float: left;
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}
.steps-form .center {
  position: relative;
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
}
.steps-form .center.v2 {
  max-width: 870px;
}
.steps-form .head {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 71px;
  text-align: center;
}
.steps-form .head h2, .steps-form .head h3 {
  text-transform: uppercase;
  color: #00CA64;
  margin-bottom: 15px;
}
.steps-form .head p {
  color: #00CA64;
}
.steps-form .breadcrumbs {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 61px;
  display: inline-block;
  text-align: center;
}
.steps-form .breadcrumbs span {
  border: 1px #00CA64 solid;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #00CA64;
  font-size: 16px;
  padding: 10px 16px;
}
.steps-form .breadcrumbs span:last-child {
  margin-right: 0;
}
.steps-form .breadcrumbs span.active {
  background-color: #00CA64;
  color: #fff;
}
.steps-form .steps {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 50px;
}
.steps-form .steps .step {
  float: left;
  position: relative;
  width: 100%;
}
.steps-form .form .field {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.steps-form .form .title {
  margin-bottom: 60px;
  font-size: 36px;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.steps-form .form .checklist {
  border: 0;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.steps-form .form .checklist .center {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
.steps-form .form .checklist label {
  cursor: pointer;
  margin-bottom: 11px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 18px 22px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  color: #2B2B2B;
  font-family: "adapt-variable", sans-serif;
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  float: left;
  position: relative;
  width: 100%;
  background-color: #BBFFCA;
}
.steps-form .form .checklist label.active {
  background-color: #027f48;
}
.steps-form .form .checklist label.active p {
  color: #BBFFCA;
}
.steps-form .form .checklist label.active .i {
  background-image: url(../images/check2.svg);
}
.steps-form .form .checklist .i {
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 32px;
  background-image: url(../images/check.svg);
  float: left;
  position: relative;
}
.steps-form .form .checklist p {
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  top: 2px;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  float: left;
  position: relative;
  width: 100%;
  margin-left: 10px;
}
.steps-form .form .checklist .wrap {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.steps-form .form .checklist input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.steps-form .form input[type=text], .steps-form .form input[type=email], .steps-form .form input[type=tel], .steps-form .form textarea, .steps-form .form select {
  font-size: 16px;
  font-weight: normal;
  outline: 0;
  background-color: transparent;
  padding: 20px 0 20px 0;
  color: #000000;
  font-family: "adapt-variable", sans-serif;
  float: left;
  position: relative;
  width: 100%;
  border: 0px;
  border-bottom: 2px #000000 solid;
  font-variation-settings: "wdth" 55, "wght" 800;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.steps-form .form input[type=text]::placeholder, .steps-form .form input[type=email]::placeholder, .steps-form .form input[type=tel]::placeholder, .steps-form .form textarea::placeholder, .steps-form .form select::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
.steps-form .form input[type=text]:-ms-input-placeholder, .steps-form .form input[type=email]:-ms-input-placeholder, .steps-form .form input[type=tel]:-ms-input-placeholder, .steps-form .form textarea:-ms-input-placeholder, .steps-form .form select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.steps-form .form input[type=text]::-ms-input-placeholder, .steps-form .form input[type=email]::-ms-input-placeholder, .steps-form .form input[type=tel]::-ms-input-placeholder, .steps-form .form textarea::-ms-input-placeholder, .steps-form .form select::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.steps-form .form textarea {
  line-height: 130%;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
}
.steps-form .nav {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 71px;
}
.steps-form .nav p {
  font-size: 24px;
  color: #00CA64;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  line-height: 100%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.steps-form .nav .pagination {
  float: left;
  position: relative;
  width: auto;
}
.steps-form .nav .next-btn, .steps-form .nav .prev-btn, .steps-form .nav .done-btn, .steps-form .nav .take-again-btn {
  float: right;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.steps-form .nav .done-btn {
	float: right;
    display: grid;
    background-color: #00CA64;
    padding: 18px 50px 14px;
    align-items: center;
    color: #fff;
    margin-top: -17px;
    border-radius: 10px;
    font-family: "adapt-variable", sans-serif;
    font-variation-settings: "wdth" 55, "wght" 800;
}

.steps-form .nav .prev-btn {
	display: none;
	margin-right:50px;
}
.steps-form .nav .take-again-btn {
	display: none;
	padding: 20px 40px 15px;
    background-color: #00CA64;
    border-radius: 10px;
    margin: -18px 50px 0px;
    cursor: pointer;
}
.steps-form .nav .take-again-btn p {
	color: #027F48 !important;
}
.steps-form .nav .next-btn:hover, .steps-form .nav .prev-btn:hover, .steps-form .nav .done-btn:hover, .steps-form .nav .take-again-btn:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.steps-form .nav .next-btn p, .steps-form .nav .prev-btn p, .steps-form .nav .done-btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.steps-form .nav .next-btn p svg, .steps-form .nav .done-btn p svg {
  position: relative;
  top: -3px;
  margin-left: 15px;
}
.steps-form .nav .prev-btn p svg {
  position: relative;
  top: -3px;
  margin-right: 15px;
  transform: rotate(180deg);
}
.steps-form.v2 .box {
  background-color: #00CA64;
}
.steps-form.v2 .box .tag span {
  color: #2B2B2B;
  background-color: #fff;
}
.steps-form.v2 .box .head h2, .steps-form.v2 .box .head h3 {
  text-transform: uppercase;
  color: #2B2B2B;
}
.steps-form.v2 .box .head p {
  color: #2B2B2B;
}
.steps-form.v2 .box .nav p {
  color: #2B2B2B;
}
.steps-form.v2 .box .nav .next-btn svg path, .steps-form.v2 .box .nav .prev-btn svg path, .steps-form.v2 .box .nav .done-btn svg path {
  fill: #2B2B2B;
}
.steps-form.v2 .box .nav .done-btn {
  font-size: 24px;
  color: #2B2B2B;
  font-family: "adapt-variable", sans-serif;
}
.steps-form.invert {
  background-color: #00CA64;
  margin-bottom: 0px;
  padding-bottom: 130px;
}
.steps-form.invert .box {
  background-color: #BBFFCA;
}
.steps-form.invert .title {
  color: #00CA64;
}
.steps-form.invert .checklist label {
  color: #2B2B2B;
  background-color: #00CA64;
}
.steps-form.invert .checklist label.active {
  background-color: #027f48;
}
.steps-form.invert .checklist label.active p {
  color: #BBFFCA;
}
.steps-form.invert .checklist label.active .i {
  background-image: url(../images/check2.svg);
}
.quiz-results p {
	float:none !important;
}
#quiz-results-are-in-header {
	font-size: 80px;
	margin:60px 0px 0px 0px;
}
.quiz-results-answer {
	display: grid;
    font-size: 100px;
    margin: 22px 0px 40px 0px;
    padding: 30px 40px 10px;
    background-color: #00CA64;
    color: #027F48;
    width: min-content;
    border-radius: 20px;
    line-height: 100%;
}
.quiz-results-header {
	font-size:50px;
	margin:60px 0px 0px 0px;
}
.quiz-results-recommended-course {
	display: grid;
    grid-template-columns: 230px 1fr;
    column-gap: 50px;
	position: relative;
	background-color: #fff;
    padding: 40px 40px 40px;
    border-radius: 10px;
    margin: 10px 0px;
}
.quiz-results-extra-explantion {
	margin:20px 0px;
}
.quiz-results-recommended-course-header {
	font-size: 40px;
	margin:0px 0px 20px;
}
.star-box {
	margin:10px 0px;
}
.star-box .fa-star {
 	font-size: 20px;
 	color: #00CA64;	
}
.star-box-text {
	font-size: 12px;
	margin:3px 0px 0px;
}
.quiz-results-recommended-course ul {
	margin:0px 0px;
}
.quiz-results-recommended-course ul li {
	display: flex;
    align-items: center;
    line-height: 100%;
    list-style-type: none;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    column-gap: 12px;
}
.quiz-results-product-price-container {
	margin:30px 0px 20px;
	font-size: 20px;
}
.quiz-results-starting-at {
	margin:auto 0px 10px;
}
.quiz-results-product-price {
	font-size: 45px;
}
.quiz-results-learn-more-btn-container {
	position: absolute;
    bottom: 30px;
    right: 30px;
}
.quiz-results-learn-more-btn {
	display: grid;
    grid-template-columns: 1fr auto;
    width: fit-content;
    column-gap: 10px;
    font-weight: bold;
    align-items: center;
}
.quiz-results-student-schedule-header {
    color: #2B2B2B;
    text-rendering: optimizelegibility;
    font-weight: normal;
    font-family: "adapt-variable", sans-serif;
    line-height: 95%;
    letter-spacing: 2%;
    font-variation-settings: "wdth" 55, "wght" 800;
    letter-spacing: 0.02em;
    padding: 30px 0px 30px 0px;
    /* border-left: 2px solid #2b2b2b; */
    font-size: 45px;
    margin-top: 20px;
}
.quiz-results-student-schedule-event {
	display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    min-height: 50px;
    align-items: center;
    padding: 20px 30px 20px 0px;
    border: 1px solid #f6f6f6;
    border-left: 4px solid #2b2b2b;
    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
    margin: 15px 0px;
}
.quiz-results-student-schedule-dot {
	position: relative;
	height: 100%;
	display: grid;
	align-items: center;
}
.quiz-results-student-schedule-dot i {
	margin-left: -9px;
    font-size: 16px;
    color: #00CA64;
}
.quiz-still-not-happy-container {
	margin: 30px 0px 30px 0px;
    border-radius: 20px;
}
.quiz-still-not-happy-container h4 {
	margin:15px 0px;
	font-size: 30px;
}
.quiz-still-not-happy-container .quiz-results-student-schedule-event {
	margin-left:40px;
}
.quiz-results-student-schedule-event-details-with-month {
	display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    column-gap: 40px;
}
.quiz-results-student-schedule-event-month {
	font-size: 30px;
    line-height: 100%;
    margin: 0px 0px -10px 0px;
}
.quiz-results-student-schedule-staffs-event {
    font-size: 20px;
    font-weight: bold;
    font-family: 'adapt-variable';
}
#feedback-main-container {
	padding:60px 30px 100px;
	background-color:#f6f6f6
}
#feedback-main-header {
	font-size:50px;
	text-align:center;
	margin:0px 0px 0px;
}
#feedback-main-subheader {
	text-align:center;
	float:none;
	margin:20px 0px 35px;
}
#feedback_form {
	width:100%;
	max-width:480px;
	margin:auto;
	background-color:#fff;
	padding:30px 40px 30px 40px;
	border:2px solid #2b2b2b;
	border-radius:10px;
}
#feedback-class-name {
	float:none;
	font-size:30px;
	margin-bottom:40px;
}
.feedback-question {
	display:block;
	margin-top:20px;
}
.feedback-satisfaction-radio {
	width:15px;
}
.feedback-textarea textarea {
	resize:none;
	width:100%;
	height:100px;
	border:2px solid #e9e9e9;
	padding:10px;
}
#submit-feedback-btn {
	width: 100%;
	margin:30px 0px 0px 0px;
    border-radius: 5px;
    padding: 25px 24px 25px !important;
    background-color: #00CA64;
    color: #027F48;
    font-weight: 800;
    font-family: 'adapt-variable';
    line-height: 100%;
    text-align: center;
    cursor: pointer;
}
#submit-feedback-btn-loading {
	width: 100%;
	margin:30px 0px 0px 0px;
    border-radius: 5px;
    padding: 20px 24px 20px !important;
    background-color: #00CA64;
    color: #027F48;
    font-weight: 800;
    font-family: 'adapt-variable';
    line-height: 100%;
    text-align: center;
    cursor: pointer;
}
#submit-feedback-btn:hover, #submit-feedback-btn-loading:hover {
	background-color: #06ce6a;
	-webkit-transition: 1.2s;
	-khtml-transition: 1.2s;
	-moz-transition: 1.2s;
	-ms-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;
	transition-delay: 0.6s; 
}
#score-guarantee-parent-container {
	width:100%;
	max-width:800px;
	margin:auto;
}
#score-guarantee-main-header {
	font-size:80px;
	margin:0px 0px 0px;
}
.score-guarantee-main-subheader {
	margin:70px 0px 0px 0px;
}
.score-guarantee-text {
	font-size: 16px;
	margin:20px 0px;
	line-height:24px;
}
.score-guarantee-subheading {
	margin: 55px 0px 0px 0px;
    font-size: 40px;
}
#score-guarantee-requirements-list {
	font-size: 16px;
	line-height:24px;
}
.score-guarantee-requirement-container {
	padding: 25px 40px 35px;
    background-color: #fff;
    border: 2px solid #2b2b2b;
    border-radius: 30px;
    margin:20px 0px 0px 0px;
}
.score-guarantee-requirement-number {
	padding: 2px 11px;
    border: 1px solid #027F48;
    height: min-content;
    width: fit-content;
    text-align: center;
    border-radius: 6px;
    font-weight: 800;
    background-color: #BBFFCA;
    color: #027F48;
    font-size: 14px;
}
.score-guarantee-requirement-heading {
	font-size: 30px;
    margin: 20px 0px 15px;
    color: #027F48;
}
.score-guarantee-requirement {
    padding:0px 0px 0px 0px;
}
.score-guarantee-starting-score-option {
	display:grid;
	grid-template-columns: auto 1fr;
	column-gap:15px;
	margin:10px 0px 0px 0px;
}
.score-guarantee-starting-score-option i {
	font-size: 8px;
	margin:8px 0px 0px 0px;
}
.score-guarantee-table-page {
	display:none;
}
.score-guarantee-table-page-selected {
	display:block !important;
}
.score-guarantee-table {
	margin:50px 0px 0px 0px;
}

.score-guarantee-row {
	display: grid;
	grid-template-columns: auto 1fr;
}

.score-guarantee-table-heading {
	width: 100%;
    font-family: "adapt-variable", sans-serif;
    padding: 25px 40px 18px;
    border: 1px solid #2b2b2b;
    border-bottom: none;
    background-color: #00CA64;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height:30px;
}
.score-guarantee-table-heading.alternate {
	background-color: #A5FEE8;
	color:#027F48;
}
.score-guarantee-table-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 2fr;
}
.score-guarantee-table-block {
	display: grid;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #2b2b2b;
    align-items: center;
    border-top: none;
    border-left: none;
}
.score-guarantee-table-block-header {
	padding: 20px 30px;	
}
.score-gurantee-table-guarantee-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.score-gurantee-table-guarantee-row.one-block {
	display: grid;
	grid-template-columns: 1fr;
}
#score-guarantee-test-options {
	margin:30px 0px 50px;
}
.score-guarantee-test-option {
	display: inline-block;
    vertical-align: middle;
    font-family: "adapt-variable", sans-serif;
    padding: 13px 40px 10px;
    border: 2px solid #2b2b2b;
    border-radius: 10px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.score-guarantee-test-option-selected {
	background-color: #027F48 !important;
	color:#fff;
}
.score-guarantee-test-option.green:not(.score-guarantee-test-option-selected):hover {
	background-color:#00CA64;
	color:#fff;
}
.score-guarantee-test-option.blue:not(.score-guarantee-test-option-selected):hover {
	background-color:#A5FEE8;
	color:#027F48;
}
#blog-heading-pill {
	width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #BBFFCA;
    color: #027F48;
    font-weight: 700;
    text-align: center;
    margin: 0px auto 0px auto;
}
#blog-heading {
	text-align: center;
    margin: 30px 0px 20px;
}
#blog-subheading {
	font-size: 16px;
    text-align: center;
    margin: 0px 0px 50px;
}
#blogs {
	width:100%;
	max-width: 1300px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	margin: auto;
	grid-gap: 24px;
}
.blog-post-container {
	position: relative;
    border: 2px solid #efefef;
    border-radius: 10px;
    background-color: #fff;
	text-align: left;
}
.blog-post-description-container {
	padding: 20px 50px 110px;
}
.blog-post-heading {
	display: block;
    font-weight: 700;
    font-size: 24px;
    color: #2b2b2b !important;
    margin: 12px 0px 6px;
    line-height: 31px;
}
.blog-post-summary-pill {
	display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #BBFFCA;
    color: #027F48;
    font-weight: 700;
    text-align: center;
    margin: 0px 10px 0px 0px;
}
.blog-post-img {
	display: block;
	margin:auto;
	object-fit:cover;
	width: 100%;
	height:260px;
	border-radius: 10px 10px 0px 0px;
}
.blog-post-question-img {
	width:min-content;
	padding-top:30px;
}
.blog-post-description {
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-author-container {
	position: absolute;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 10px;
    align-items: center;
    bottom: 30px;
    left: 0px;
    padding: 0px 50px;
}
.blog-post-author-img {
	width: 40px;
}
.blog-post-author-name {
	font-weight:600;
}
.blog-post-link,
.blog-post-link i {
	font-size:24px;
	color: #2b2b2b !important;
}
.post-header {
	max-width:700px;
}
.post-date {
	margin:30px 0px;
	font-weight:500;
	color:#7a7a7a;
}
.post-author-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 10px;
    align-items: center;
    margin:30px 0px;
}
.post-author-img {
	width: 40px;
}
.post-author-name {
	font-weight:600;
}
.post-img {
	width: 100%;
}
.post-paragraph {
	font-size: 16px;
    margin: 24px 0px;
    line-height: 25px;
}
@media (max-width: 500px) {
  	.score-guarantee-table-block {
	  	padding:10px;
  	}
  	
  	.score-guarantee-table-heading {
	  	font-size:20px;
  	}
}
@media (max-width: 1000px) {
  	.quiz-results-recommended-course {
	  	display: block !important;
  	}
  	.quiz-results-recommended-course ul {
	  	margin:40px 0px;
  	}
  	.steps-form .nav .prev-btn {
	  	margin-right: 26px;
  	}
  	.steps-form .nav .take-again-btn {
	  	margin-right:0px;
	  	margin-left: 0px;
  	}
  	.steps-form .nav .done-btn {
	  	padding: 18px 30px 14px;
  	}
  	.grid_mobilize {
	  	display: block !important;
  	}
  	.width_mobilize {
	  	width: 100% !important;
  	}
  	.padding_mobilize {
	  	padding:30px !important;
  	}
  	
  	.program-options-option-location h4 {
	  	font-size: 20px;
  	}
  	
  	.program-options-option-product-name {
	  	margin:3px 0px 0px 28px;
  	}
  	
  	.program-options-option-time {
	  	margin:2px 0px 0px 28px;
  	}
  	
  	.register_step {
	  	border-radius: 0px !important;
	  	border:0px;
  	}
  	
  	.payment-info-heading {
	  	font-size: 40px;
  	}
}
.main-banner {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}
.main-banner .enqvideo {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: 0s;
  -khtml-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  transition-delay: 0.8s;
  position: absolute;
  left: 0;
  margin-left: -9px;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
}
.main-banner .fullvid {
  width: 1300px;
  height: 720px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translate(-50%, 50%) scale(1.05);
  -moz-transform: translate(-50%, 50%) scale(1.05);
  -ms-transform: translate(-50%, 50%) scale(1.05);
  transform: translate(-50%, 50%) scale(1.05);
}
.main-banner .eq {
  position: absolute;
  right: 0;
  bottom: 80px;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.main-banner .eq .logo {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 1.2s;
  -khtml-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  transition-delay: 0.6s;
}
.main-banner .eq svg {
  width: 25.5vw;
  max-width: 100%;
  height: auto;
  position: relative;
}
.main-banner .eq img {
  position: relative;
  width: 25.5vw;
  max-width: 100%;
}
.main-banner .breve {
  position: absolute;
  left: 0;
  bottom: 80px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 1.2s;
  -khtml-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  transition-delay: 1s;
}
.main-banner .mob-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-banner .col-center, .main-banner .col-center2 {
  height: 100%;
  display: flex;
  z-index: 30;
  align-items: center;
}
.main-banner .col-center.flex-center, .main-banner .col-center2.flex-center {
  align-items: center;
}
.main-banner .videomob {
  display: none;
}
.main-banner.margin-bottom {
  margin-bottom: 180px;
}
.main-banner h1, .main-banner h2 {
  font-size: 1.9vw;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 1.2s;
  -khtml-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  transition-delay: 1s;
  z-index: 30;
  color: #EAE5DD;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  float: left;
  width: 100%;
  bottom: 0px;
  left: 0;
}
.main-banner h1.center, .main-banner h2.center {
  width: 100%;
  text-align: center;
  bottom: inherit;
  font-size: 5.5vw;
}
.main-banner h1.invert, .main-banner h2.invert {
  color: #242424;
}
.main-banner.is-visible .eq .logo, .main-banner.is-visible .breve {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.main-banner.is-visible h1, .main-banner.is-visible h2 {
  line-height: 120%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.main-banner.is-visible .enqvideo {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.main-banner .alt-img {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner.v2 {
  height: 90vh;
  min-height: 600px;
}

.marquee {
  background-color: #00D2B2;
  height: 48px;
  padding-top: 4px;
  margin-bottom: 9.48vw;
  position: relative;
  width: 100vw;
  max-width: 100%;
  font-size: 100px;
}
.marquee.invert {
  background-color: #00CA64;
}

.marquee p {
  letter-spacing: 2%;
  font-family: "adapt-variable", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  float: left;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-variation-settings: "wdth" 55, "wght" 800;
  text-transform: uppercase;
}
.marquee p svg {
  position: relative;
  margin: 0 10px;
  top: 0px;
}

.track {
  height: 100%;
  position: relative;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  display: flex;
  align-items: center;
}

.notfound-section {
  text-align: center;
  padding: 300px 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.contact-page {
  padding: 160px 0;
}
.contact-page .center {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.contact-page .left {
  float: left;
  position: relative;
  width: 50%;
}
.contact-page .left p {
  font-size: 5.2vw;
  line-height: 120%;
  font-weight: 100;
  float: left;
  position: relative;
  width: 100%;
}
.contact-page .right {
  float: right;
  position: relative;
  width: 45%;
}
.contact-page p {
  color: #EFEDE9;
}
.contact-page .infos {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 140px;
}
.contact-page .infos .left {
  float: left;
  position: relative;
  width: 45%;
}
.contact-page .infos .right {
  float: right;
  position: relative;
  width: 45%;
  text-align: right;
}
.contact-page .infos a {
  font-size: 1.68vw;
  color: #EFEDE9;
  font-weight: 100;
  text-decoration: none;
}
.contact-page .infos a:hover {
  text-decoration: underline;
}
.contact-page .form input[type=text], .contact-page .form input[type=email], .contact-page .form input[type=tel], .contact-page .form textarea, .contact-page .form select {
  border-radius: 12px;
  font-size: 1.6vw;
  font-weight: 100;
  outline: 0;
  background-color: #EFEDE9;
  padding: 15px 2vw;
  color: #015CA6;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  float: left;
  position: relative;
  width: 100%;
  border: 0px;
}
.contact-page .form input[type=text]::placeholder, .contact-page .form input[type=email]::placeholder, .contact-page .form input[type=tel]::placeholder, .contact-page .form textarea::placeholder, .contact-page .form select::placeholder {
  color: #015CA6;
  opacity: 1; /* Firefox */
}
.contact-page .form input[type=text]:-ms-input-placeholder, .contact-page .form input[type=email]:-ms-input-placeholder, .contact-page .form input[type=tel]:-ms-input-placeholder, .contact-page .form textarea:-ms-input-placeholder, .contact-page .form select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #015CA6;
}
.contact-page .form input[type=text]::-ms-input-placeholder, .contact-page .form input[type=email]::-ms-input-placeholder, .contact-page .form input[type=tel]::-ms-input-placeholder, .contact-page .form textarea::-ms-input-placeholder, .contact-page .form select::-ms-input-placeholder { /* Microsoft Edge */
  color: #015CA6;
}
.contact-page .form textarea {
  line-height: 130%;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
}
.contact-page .form .submit {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.contact-page .form .submit .l {
  float: left;
  position: relative;
  width: 30%;
}
.contact-page .form .submit .r {
  float: right;
  position: relative;
  width: 65%;
}
.contact-page .form input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 15px 45px;
  font-weight: 300;
  height: auto;
  background-repeat: no-repeat;
  line-height: 120%;
  background-position: right;
  float: left;
  position: relative;
  overflow: hidden;
  border: 0px;
  background-color: #DA0071;
  color: #fff;
  font-size: 1.6vw;
}
.contact-page .form input[type=submit]:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
.contact-page .form .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -5px;
}
.contact-page .form .ajax-loader {
  width: 16px !important;
  background-color: #0D52EA;
  padding: 10px;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-page .form .wpcf7-response-output, .contact-page .form .wpcf7-not-valid-tip {
  float: left;
  position: relative;
  width: 100%;
}
.contact-page .form .wpcf7-not-valid-tip {
  float: left;
  position: relative;
  width: 100%;
  color: red !important;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}
.contact-page .form .wpcf7-not-valid-tip {
  top: -20px;
  color: #fff;
}
.contact-page .form div.wpcf7-response-output {
  margin: 0;
  margin-top: 2em;
  color: #fff;
  font-family: "Raleway", sans-serif;
  float: left;
  position: relative;
  width: 100%;
}
.contact-page .form div.wpcf7-mail-sent-ok {
  float: left;
  width: calc(100% - 68px);
  padding: 14px 34px;
  color: #fff;
  border: none;
  font-size: 11px;
  background-color: #45ce9a;
  font-family: "Raleway", sans-serif;
}
.contact-page .form div.wpcf7-validation-errors {
  width: 100%;
  padding: 14px 34px;
  color: #fff;
  border: none;
  font-size: 11px;
  background-color: #ff4242;
  font-family: "Raleway", sans-serif;
}
.contact-page .form .wpcf7-list-item {
  margin-left: 0px;
}
.contact-page .form .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-page .form .wpcf7-list-item label span {
  margin-left: 15px;
}

.contact-header {
  text-align: center;
  min-height: calc(100vh - 90px);
  background-color: #027F48;
  display: flex;
  align-items: center;
}
.contact-header .title {
  min-height: 90vh;
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-header .title h1 {
  color: #FFFFFF;
  font-size: 6.67vw;
  line-height: 90%;
  position: relative;
  top: -6vh;
}
.contact-header .col-center {
  height: 100%;
}
.contact-header .contact-infos {
  position: absolute;
  bottom: 7.41vh;
  left: 0;
}

.contact-infos {
  float: left;
  position: relative;
  width: 100%;
  display: inline-block;
}
.contact-infos a, .contact-infos p {
  float: left;
  line-height: 100%;
  text-decoration: none;
  font-size: 3.23vw;
  position: relative;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: #00CA64;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  text-transform: uppercase;
}
.contact-infos .email {
  float: right;
}
.contact-infos .tel {
  margin-left: 8.54vw;
}
.contact-infos a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.contact-infos a:hover {
  color: #fff;
}
.contact-infos.v2 {
  margin-bottom: 77px;
}
.contact-infos.v2 a, .contact-infos.v2 p {
  color: #027F48;
}

.text-page {
  padding: 100px;
  float: left;
  position: relative;
  width: 100%;
}
.text-page .center {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.text-page h1 {
  margin-bottom: 40px;
  font-size: 50px;
}
.text-page h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.text-page h3, .text-page h4 {
  font-size: 25px;
}
.text-page h1, .text-page h2, .text-page h3, .text-page h4 {
  float: left;
  position: relative;
  width: 100%;
  color: #027F48;
}
.text-page p {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.text-page p:last-child {
  margin: 0px;
}

.contact-content {
  background-color: #027F48;
}
.contact-content .box {
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  background-color: 5.21vw;
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 100px 5.21vw;
}
.contact-content .header {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 8vw;
}
.contact-content .header .left {
  float: left;
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}
.contact-content .header .left h4 {
  color: #2B2B2B;
  margin-left: 15px;
  font-size: 30px;
  line-height: 100%;
  top: 2px;
  position: relative;
}
.contact-content .header .right {
  float: right;
  position: relative;
  width: 50%;
  max-width: 473px;
}
.contact-content .map {
  float: left;
  position: relative;
  width: 100%;
}
.contact-content .map .col-center {
  height: 100%;
}
.contact-content .map .left {
  border-right: 1px #E6E6E6 solid;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
}
.contact-content .map .left h2 {
  font-size: 36px;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.contact-content .map .left .legend {
  margin-bottom: 32px;
  float: left;
  position: relative;
  width: 100%;
}
.contact-content .map .left .legend .circle {
  float: left;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.contact-content .map .left .legend p {
  line-height: 100%;
  float: left;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.contact-content .map .right {
  float: right;
  position: relative;
  width: 60%;
  text-align: center;
}
.contact-content .map .right svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contact-content .map .right img {
  float: left;
  position: relative;
  width: 100%;
}
.contact-content .grid {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 9.375vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12vw;
}
.contact-content .grid .item {
  float: left;
  position: relative;
  margin-bottom: 120px;
}
.contact-content .grid .item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.contact-content .grid .item h3 {
  margin-bottom: 18px;
  float: left;
  position: relative;
  width: 100%;
  line-height: 120%;
  color: #00D2B2;
  font-size: 24px;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.contact-content .grid .item p {
  font-size: 16px;
}

.about-header {
  min-height: calc(100vh - 90px);
  background-color: #00CA64;
  display: flex;
  align-items: center;
}
.about-header .left {
  float: left;
  position: relative;
  width: 60%;
}
.about-header .right {
  float: right;
  position: absolute;
  right: 0 auto;
  right: 0;
  width: 28%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-header .right .img {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  left: 0%;
}
.about-header .right .img img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.about-header .col-center2 {
  display: flex;
  align-items: center;
}
.about-header .tag span {
  background-color: #027F48;
}
.about-header h1 {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 44px;
  color: #027F48;
}
.about-header p {
  font-size: 2.71vw;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
  color: #fff;
  line-height: 110%;
}

.about-content {
  padding: 120px 0;
  background-color: #00CA64;
}
.about-content .about-infos .center {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.about-content .about-infos .left {
  float: left;
  position: relative;
  width: 55%;
}
.about-content .about-infos .right {
  float: right;
  position: relative;
  width: 35%;
}
.about-content .about-infos .img {
  width: 100%;
  float: left;
  position: relative;
  width: 100%;
}
.about-content .about-infos .img img {
  width: 100%;
}
.about-content .about-infos .itens {
  float: left;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.99vw;
}
.about-content .about-infos .item {
  position: relative;
}
.about-content .about-infos .item h4 {
  font-size: 3.33vw;
  color: #027F48;
  margin-bottom: 30px;
}
.about-content .about-infos .item h4 strong {
  font-size: 5.1vw;
  color: #027F48;
}
.about-content .about-infos .item p {
  color: #FFFFFF;
}

.work-with {
  margin-top: 150px;
}
.work-with .box {
  padding: 80px 80px 60px 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  float: left;
  position: relative;
  width: 100%;
}
.work-with .title {
  text-align: center;
  text-transform: uppercase;
  color: #00CA64;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.work-with .wrap {
  float: left;
  position: relative;
  width: 100%;
}
.work-with .itens {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  align-items: center;
  justify-content: center;
  justify-items:center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  column-gap: 68px;
}
.work-with .item {
  position: relative;
}
.work-with img {
  width: 100%;
  margin-bottom: 85px;
}
.work-with .box h4 {
	text-align: center;
	font-size:24px;
	margin-top:10px;
}
.work-with .box p {
	text-align: center;
	margin-top:20px;
}
.method-header {
  padding: 6.09vw 0 63px 0;
  text-align: center;
  overflow: hidden;
}
.method-header h1 {
  color: #00CA64;
  line-height: 90%;
  font-size: 6.67vw;
}
.method-header .img {
  position: absolute;
  top: -5vh;
}
.method-header .img.left {
  left: 0;
  width: 28%;
}
.method-header .img.right {
  right: 0;
  width: 28%;
}
.method-header .img img {
  width: 100%;
  height: auto;
}

.centralized-text {
  text-align: center;
  margin-top: 140px;
}
.centralized-text .center {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.centralized-text p {
  float: left;
  position: relative;
  width: 100%;
  line-height: 110%;
  font-size: 2.71vw;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.centralized-text .btn {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 52px;
}
.centralized-text .btn a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  letter-spacing: 0.02em;
  color: #2B2B2B;
  padding: 25px 30px 20px 30px;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  background-color: #BBFFCA;
  width: auto;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  font-family: "adapt-variable", sans-serif;
  font-variation-settings: "wdth" 55, "wght" 800;
}
.centralized-text .btn a:hover {
  background-color: #00CA64;
  color: #fff;
}

@media (max-width: 1920px) {
  .title-section {
    margin-bottom: 70px;
  }
  .title-section h1 {
    font-size: 5.6vw;
  }
}
@media (max-width: 1000px) {
  .centralized-text {
    text-align: center;
    margin-top: 50px;
  }
  .centralized-text p {
    font-size: 30px;
  }
  .centralized-text .btn {
    margin-top: 50px;
  }
  .centralized-text .btn a {
    padding: 20px 30px;
  }
  html {
    cursor: default;
  }
  * {
    cursor: default;
  }
  .notfound-section {
    text-align: center;
    padding: 100px 0 150px 0;
  }
  .title-section {
    margin-bottom: 70px;
  }
  .title-section h1 {
    font-size: 50px;
    line-height: 100%;
    color: #1A1A1A;
  }
  .title-section .taglist {
    margin-top: 20px;
  }
  .title-section .left {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }
  .title-section .right {
    float: right;
    position: relative;
    width: 100%;
  }
  .courses-header {
    padding: 100px 0;
  }
  .courses-header .col-center2 {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .courses-header .l {
    float: left;
    position: relative;
    width: 100%;
  }
  .courses-header .l i svg {
    height: auto;
    width: 24px;
  }
  .courses-header .r {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .courses-header h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
  }
  .courses-header h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .courses-header h2 strong {
    line-height: 100%;
  }
  .courses-header i {
	top:2px;
    margin-right: 5px;
    font-variation-settings: "wdth" 55, "wght" 800;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 800;
  }
  .courses-header i svg {
    height: auto;
    width: 14px;
    position: relative;
    top: 2px;
  }
  .courses-header .stars {
    margin-top: 13px;
  }
  .ui-buttons .btn {
    margin-bottom: 6px;
    padding: 25px;
    font-size: 20px;
  }
  .ui-buttons .btn i {
    font-style: normal;
    float: right;
    font-size: 20px;
  }
  .marquee {
    margin-bottom: 100px;
  }
  .marquee p {
    font-size: 20px;
  }
  .marquee p svg {
    position: relative;
    margin: 0 10px;
    top: 0px;
  }
  .steps-enq {
    min-height: auto;
    margin-top: 0px;
  }
  .steps-enq.v2 {
    padding-top: 100px;
  }
  .steps-fixed {
    min-height: auto;
    display: block;
    align-items: center;
    position: relative;
    top: 0;
  }
  .steps-fixed.fixed {
    position: relative;
  }
  .steps-fixed.final {
    top: relative;
    bottom: 0;
  }
  .steps-fixed .overflow {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .steps-fixed svg {
    margin-right: 20px;
    animation: rotate 12s linear infinite;
  }
  .steps-fixed h3 {
    font-size: 10vw;
    line-height: 100%;
    font-weight: 600;
    white-space: nowrap;
  }
  .steps-fixed .title {
    margin-left: 40px;
    margin-right: 0px;
    float: left;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
  }
  .steps-fixed .col-center {
    display: flex;
    align-items: center;
  }
  .steps-fixed .left {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .steps-fixed .right {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 0px;
    height: auto;
    right: 0;
    display: flex;
    align-items: center;
  }
  .steps-relative {
    z-index: 10;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .steps-relative.v2 {
    padding-top: 50px;
    margin-top: 0px;
  }
  .steps-relative .center {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .steps-relative .wrap {
    float: left;
    position: relative;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
  .steps-relative .wrap:last-child {
    margin-bottom: 0px;
  }
  .steps-relative .box {
    width: 90%;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    float: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    background-color: rgba(165, 254, 232, 0.4);
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    padding: 30px 30px 30px 30px;
  }
  .steps-relative .box.active, .steps-relative .box:hover {
    background-color: rgb(165, 254, 232);
  }
  .steps-relative .box.active {
    width: 100%;
  }
  .steps-relative .h p {
    font-size: 30px;
  }
  .steps-relative .h p strong {
    font-size: 30px;
  }
  .steps-relative .text .margin {
    height: 20px;
  }
  .steps-relative .text h3 {
    font-size: 35px;
  }
  .steps-relative .text p {
    font-size: 15px;
  }
  .steps-relative .text a {
    margin-top: 20px;
    font-size: 16px;
    line-height: 130%;
  }
  .tag {
    margin-bottom: 30px;
  }
  .tag span {
    font-size: 14px;
    padding: 10px 16px;
  }
  .video-text {
    margin-bottom: 100px;
  }
  .video-text .left {
    float: left;
    position: relative;
    width: 100%;
  }
  .video-text .right {
    float: right;
    position: relative;
    width: 100%;
    left: 0%;
    margin-top: 50px;
  }
  .video-text .i {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px #000000 solid;
  }
  .video-text .i:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  .video-text h3 {
    margin-bottom: 20px;
    font-size: 44px;
  }
  .scoring-section {
    margin-bottom: 100px;
    text-align: center;
  }
  .scoring-section .range {
    margin-top: 40px;
  }
  .cards-section {
    margin-bottom: 100px;
  }
  .cards-section .itens {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
  }
  .cards-section .itens.two-itens {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
  }
  .cards-section .item {
    padding: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .cards-section .item h2, .cards-section .item h3, .cards-section .item h4 {
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 30px;
  }
  .cards-section .item ul li {
    left: 12px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cards-section .item ul li:before {
    left: -10px;
    position: relative;
    display: block;
  }
  .cards-section .item .price {
    margin-top: 30px;
  }
  .cards-section .item .price p {
    font-size: 18px;
  }
  .cards-section .item .price p span {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cards-section .item .price p strong {
    font-size: 40px;
  }
  .cards-section .item:last-child {
    margin-bottom: 0px;
  }
  .cards-section .btn {
    padding: 30px 30px 25px 30px;
    margin-top: 20px;
  }
  .cards-section .btn p, .cards-section .btn span {
    font-size: 18px;
  }
  .cards-section .btn span {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
  }
  .cards-section .btn span svg {
    top: -3px;
    margin-left: 10px;
    max-width: 15px;
    height: auto;
  }
  .comments-section {
    margin-bottom: 100px;
  }
  .comments-section .owl-cmts {
    width: 80%;
  }
  .comments-section .center {
    max-width: 696px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .comments-section .item {
    padding: 0 24px;
    border-left: 2px rgb(0, 202, 100) solid;
  }
  .comments-section .item p.cmts {
    font-size: 27px;
  }
  .comments-section .item .title {
    margin-top: 25px;
  }
  .comments-section .item .title strong {
    font-size: 20px;
  }
  .comments-section .item .title p {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .comments-section .item .video-wrap {
    margin-bottom: 25px;
  }
  .comments-section .item .video-wrap .video-player {
    width: 100%;
    max-width: 408px;
  }
  .comments-section .video {
    margin-bottom: 33px;
  }
  .comments-section .owl-item {
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
  }
  .comments-section .owl-item.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    cursor: default;
  }
  .comments-section .owl-nav {
    display: none;
  }
  .text-columns {
    margin-bottom: 80px;
  }
  .text-columns .col-center {
    width: 100%;
  }
  .text-columns .center {
    max-width: 942px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .text-columns .itens {
    display: inline-block;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.66vw;
    width: 180%;
  }
  .text-columns .item {
    float: left;
    position: relative;
    margin-right: 5%;
  }
  .text-columns .item h2, .text-columns .item h3 {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 44px;
  }
  .text-columns .item .img {
    margin-bottom: 28px;
    width: 100%;
    float: left;
    position: relative;
  }
  .text-columns.overflow-mobile .item {
    width: calc(32% - 35px);
  }
  .text-columns.overflow-mobile .item:last-child {
    margin-right: 0px;
  }
  .text-columns.overflow-mobile .itens {
    margin: 0 30px;
    margin-right: 0px;
  }
  .text-columns.overflow-mobile .col-center2 {
    overflow-x: scroll;
    padding-bottom: 20px;
    width: 100% !important;
    max-width: 100% !important;
    float: left;
  }
  .text-columns.text-columns-homepage {
    margin-bottom: 100px;
  }
  .text-columns.text-columns-homepage .item {
    width: calc(32% - 35px);
  }
  .text-columns.text-columns-homepage .item:last-child {
    margin-right: 0px;
  }
  .text-columns.text-columns-homepage .itens {
    margin: 0 5%;
    margin-right: 0px;
  }
  .text-columns.text-columns-homepage .col-center, .text-columns.text-columns-homepage .col-center2 {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .text-columns.small-margin-bottom {
    margin-bottom: 100px;
  }
  .text-columns .left {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 48px;
  }
  .text-columns .left svg {
    height: auto;
    width: 30px;
  }
  .text-columns .left p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  .text-columns .left h4 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 48px;
  }
  .text-columns .left br {
    display: none;
  }
  .text-columns .right {
    float: right;
    width: 112%;
    left: 6%;
    position: relative;
    overflow-x: scroll;
  }
  .instructors-section {
    padding: 40px 0 40px 0;
    margin-bottom: 100px;
  }
  .instructors-section .h {
    margin-bottom: 40px;
  }
  .instructors-section .h .tag {
    margin-bottom: 30px;
  }
  .instructors-section .instructors {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0vw;
  }
  .instructors-section .instructors .item {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .instructors-section .instructors .item:last-child {
    margin-bottom: 0px;
  }
  .instructors-section .instructors .img {
    float: left;
    position: relative;
    width: 55%;
    text-align: center;
  }
  .instructors-section .instructors .img img {
    width: 100%;
    top: inherit !important;
    left: inherit !important;
  }
  .instructors-section .instructors .text {
    padding-left: 20px;
    padding-right: 0%;
  }
  .instructors-section .instructors .text h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .instructors-section .instructors .text p {
    font-size: 16px;
  }
  .instructors-section.who-we-are {
    padding: 100px 0;
  }
  .instructors-section .bio {
    margin-top: 100px;
  }
  .instructors-section .bio .wrap {
    display: flex;
    width: 100%;
    padding: 60px 0%;
  }
  .about-content {
    padding: 100px 0;
  }
  .about-content .about-infos .left {
    float: left;
    position: relative;
    width: 100%;
  }
  .about-content .about-infos .right {
    float: right;
    position: relative;
    width: 100%;
  }
  .about-content .about-infos .img {
    width: 100%;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .about-content .about-infos .img img {
    width: 100%;
  }
  .about-content .about-infos .itens {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0vw;
  }
  .about-content .about-infos .item {
    position: relative;
    float: left;
    margin-bottom: 80px;
  }
  .about-content .about-infos .item h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .about-content .about-infos .item h4 strong {
    font-size: 50px;
  }
  .about-content .about-infos .item p {
    color: #FFFFFF;
  }
  .about-content .about-infos .item:last-child {
    margin-bottom: 0px;
  }
  .work-with {
    margin-top: 100px;
  }
  .work-with .box {
    padding: 40px 40px 50px 40px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .work-with .title {
    margin-bottom: 50px;
  }
  .work-with .itens {
    width: 100%;
    column-gap: 50px;
  }
  .work-with .item {
    position: relative;
    text-align: center;
  }
  .work-with img {
	width: 100%;
    margin-bottom: 50px;
  }
  .faqs-section {
    margin-bottom: 15.42vw;
  }
  .faqs-section .title {
    font-size: 44px;
    color: #00D2B2;
    margin-bottom: 25px;
  }
  .faqs-section .centered {
    max-width: 950px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .acc-js {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .acc-js .item {
    cursor: pointer;
    background-color: #F9F9F9;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .acc-js .item .h {
    float: left;
    position: relative;
    width: 100%;
    padding: 30px 25px;
  }
  .acc-js .item .h h5, .acc-js .item .h h4, .acc-js .item .h h3, .acc-js .item .h h2 {
    float: left;
    position: relative;
    width: 75%;
    color: #000000;
    font-size: 18px;
  }
  .acc-js .item .h svg {
    height: auto;
    position: absolute;
    right: 25px;
  }
  .acc-js .item .text {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 25px;
    display: none;
  }
  .acc-js .item .text p {
    font-size: 15px;
    color: #505050;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    line-height: 135%;
  }
  .acc-js .item .text p:last-child {
    margin-bottom: 0px;
  }
  .acc-js .item .text .margin {
    float: left;
    position: relative;
    width: 100%;
    height: 30px;
  }
  .acc-js .item.active .less {
    display: none;
  }
  .course-form {
    margin-bottom: 100px;
  }
  .course-form .centered {
    max-width: 1050px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .course-form .title {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    float: left;
  }
  .course-form .steps {
    width: 100%;
    position: relative;
    float: left;
  }
  .course-form .table {
    width: 100%;
    position: relative;
    float: left;
  }
  .course-form .table .head {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 23px;
    border-bottom: 1px #00CA64 solid;
  }
  .course-form .table .head div:first-child {
    padding-left: 10px;
  }
  .course-form .table .head div:last-child {
    padding-right: 10px;
  }
  .course-form .table .head strong {
    color: #00CA64;
    font-size: 16px;
    text-transform: uppercase;
    font-variation-settings: "wdth" 55, "wght" 800;
  }
  .course-form .table .body {
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course-form .table .body div:first-child {
    display: flex;
    align-items: center;
  }
  .course-form .table .body:hover, .course-form .table .body.active {
    background: rgba(230, 230, 230, 0.6);
  }
  .course-form .table .head, .course-form .table .body {
    text-align: center;
  }
  .course-form .table .head div, .course-form .table .body div {
    width: 30%;
    position: relative;
    float: left;
  }
  .course-form .table .head div:first-child, .course-form .table .body div:first-child {
    text-align: left;
    width: 25%;
  }
  .course-form .table .head div:first-child p, .course-form .table .body div:first-child p {
    font-size: 16px !important;
  }
  .course-form .table .head div:first-child input, .course-form .table .body div:first-child input {
    margin-right: 16px;
    width: 12px;
    height: 12px;
  }
  .course-form .table .head div:last-child, .course-form .table .body div:last-child {
    text-align: center;
    float: right;
    width: 15%;
  }
  .course-form .table .head p, .course-form .table .body p {
    font-size: 10px;
  }
  .how-it-works-section {
    margin-bottom: 100px;
    padding: 50px 0;
  }
  .how-it-works-section .head {
    margin-bottom: 50px;
    padding: 0 50px;
  }
  .how-it-works-section .head h2, .how-it-works-section .head h3 {
    margin-bottom: 15px;
  }
  .how-it-works-section .itens {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
  .how-it-works-section .item {
    margin-bottom: 50px;
  }
  .how-it-works-section .item:last-child {
    margin-bottom: 0px;
  }
  .how-it-works-section .item h2, .how-it-works-section .item h3 {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
  }
  .how-it-works-section .item p {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
  .how-it-works-section .item p strong {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  .how-it-works-section .item p:last-child {
    margin-bottom: 0px;
  }
  .how-it-works-section .item .img {
    margin-bottom: 27px;
    width: 100%;
    float: left;
    position: relative;
  }
  .how-it-works-section .item .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .steps-form {
    margin-bottom: 100px;
  }
  .steps-form .box {
    padding: 50px 25px;
  }
  .steps-form .head {
    margin-bottom: 40px;
    text-align: center;
  }
  .steps-form .head h2, .steps-form .head h3 {
    text-transform: uppercase;
    color: #00CA64;
    margin-bottom: 15px;
  }
  .steps-form .head p {
    color: #00CA64;
  }
  .steps-form .steps {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0px;
  }
  .steps-form .steps .step {
    float: left;
    position: relative;
    width: 100%;
  }
  .steps-form .form .two-cols .left {
    margin-bottom: 0px;
  }
  .steps-form .form .title {
    margin-bottom: 50px;
    font-size: 25px;
  }
  .main-enq {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 48px;
  }
  .main-fixed {
    min-height: auto;
    position: relative;
    top: 0;
  }
  .main-fixed.fixed {
    position: relative;
  }
  .main-fixed.final {
    top: inherit;
    bottom: 0;
  }
  .main-fixed .overflow {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .main-fixed svg {
    margin-right: 20px;
    animation: rotate 12s linear infinite;
  }
  .main-fixed h3 {
    font-size: 78px;
  }
  .main-fixed .title {
    margin: 70px;
  }
  .main-fixed .col-center {
    display: flex;
    align-items: center;
  }
  .main-fixed .left {
    padding: 39px 3px 20px 23px;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .main-fixed .left h1 {
    text-transform: uppercase;
    font-size: 78px;
  }
  .main-fixed .left h1 svg {
    position: relative;
    width: 30px;
    height: auto;
  }
  .main-fixed.hide .left {
    height: auto;
    top: 0;
  }
  .main-relative {
    margin-top: 0px;
    background-color: #00CA64;
  }
  .main-relative .center {
    margin: 0 auto;
    position: relative;
    width: 100%;
    float: right;
  }
  .main-relative .wrap {
    margin-bottom: 10px;
  }
  .main-relative .box {
    padding: 25px 26px;
  }
  .main-relative .img {
    background-image: none !important;
    padding: 0 !important;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    top: 0;
    height: auto;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    float: left;
    position: relative;
    width: 100%;
  }
  .main-relative .img img {
    width: 100%;
    position: relative;
    float: left;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
  .main-relative .img .el-image {
    display: block;
  }
  .main-relative .scrolldown {
    display: none !important;
  }
  .main-relative .item {
    padding: 25px 26px;
    margin-bottom: 10px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
  .main-relative .item .title {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
  }
  .main-relative .item .title svg {
    height: auto;
    margin-right: 10px;
    width: 30px;
  }
  .main-relative .item .title h2 {
    float: left;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 36.95px;
  }
  .main-relative .item .title.there-is-line-break {
    margin-bottom: 10px;
  }
  .main-relative .item .img2 {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .main-relative .item .img2 img {
    width: 100%;
    max-width: 80%;
    left: inherit !important;
    top: inherit !important;
  }
  .main-relative .item .img2 .lazy-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-relative .item .text {
    width: 100%;
    bottom: 0px;
    left: 0;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin-top: 10px;
  }
  .main-relative .item .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .steps-home {
    margin-bottom: 100px;
  }
  .steps-home.internal {
    margin-bottom: 100px;
  }
  .steps-home .col-center {
    padding-top: 0;
    border-top: 0 #000000 solid;
  }
  .steps-home .col-center2 {
    padding-top: 0;
    border-top: 0 #000000 solid;
  }
  .steps-home .step {
    margin-bottom: 20px;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    justify-content: flex-end;
    align-items: center;
  }
  .steps-home .step:last-child {
    margin-bottom: 0px;
  }
  .steps-home .step .left {
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-home .step .left strong {
    font-family: "adapt-variable", sans-serif;
    font-size: 25px;
    line-height: 100%;
    transform: rotate(0deg);
  }
  .steps-home .step .right {
    float: right;
    position: relative;
    width: 100%;
  }
  .steps-home .step .box {
    margin-bottom: 10px;
    position: relative;
    float: left;
    background-color: rgba(165, 254, 232, 0.4);
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 50px 40px 90px;
    width: 100%;
    float: left;
  }
  .steps-home .step .box:last-child {
    float: right;
  }
  .steps-home .step .box .l {
    float: left;
    position: relative;
    width: 100%;
  }
  .steps-home .step .box .r {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .steps-home .step .box h4 {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .steps-home .step .box p {
    float: left;
    position: relative;
    width: 100%;
  }
  .steps-home .step .box .stars {
    float: left;
    position: relative;
    width: 100%;
  }
  .steps-home .step .box .stars svg {
    height: auto;
    max-width: 100%;
  }
  .steps-home .step .box .stars p {
    margin-top: 24px;
    font-weight: 500;
  }
  .steps-home .step .box ul {
    float: left;
    position: relative;
    width: 100%;
    margin-left:-10px;
  }
  .steps-home .step .box ul li {
    font-size: 16px;
    left: 12px;
    line-height: 100%;
    list-style-type: none;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .steps-home .step .box .text {
    position: relative;
    right: 0;
    bottom: 0px;
    width: 100%;
    padding-right: 0%;
    margin-top: 15px;
  }
  .steps-home .step .box .text strong {
    font-family: "Raleway", sans-serif;
  }
  .steps-home .step .box p {
    font-size: 12px;
  }
  .steps-home .step .box p strong {
    font-weight: 500;
  }
  .steps-home .step .box .price {
    top: 0px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 45px;
  }
  .steps-home .step .box .price p {
    font-family: "adapt-variable", sans-serif;
    font-style: normal;
    font-variation-settings: "wdth" 55, "wght" 800;
    font-size: 18px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    color: #2B2B2B;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  .steps-home .step .box .price p span {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    line-height: 100%;
    font-size: 18px;
  }
  .steps-home .step .box .price p strong {
    font-variation-settings: "wdth" 55, "wght" 800;
    float: left;
    position: relative;
    width: 100%;
    font-size: 64px;
  }
  .steps-home .step .box.full {
    width: 100%;
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  .steps-home .step .box.full .price {
    position: relative;
    right: 0px;
    bottom: 0;
    width: 100%;
  }
  .steps-home .step .box:last-child {
    margin-bottom: 0px;
  }
  .steps-home .btn {
    padding: 30px 30px 25px 30px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
/*     display: block; */
  }
  .steps-home .btn p, .steps-home .btn span {
    font-size: 24px;
    text-edge: cap;
    color: #2B2B2B;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
  }
  .steps-home .btn span {
    display: block;
    align-items: center;
    position: relative;
    right: 0px;
  }
  .steps-home .btn span svg {
    position: relative;
    top: 3px;
    height: auto;
    margin-left: 15px;
    width: 17px;
  }
  .steps-home .btn span:last-child {
    margin-bottom: 0px;
    text-align: right;
  }
  .steps-home .btn.active, .steps-home .btn:hover {
    background-color: rgb(165, 254, 232);
  }
  .index-staffs-prep-method-banner-learn-more-btn-container {
	  bottom:35px;
  }
  .pricing-grid {
    margin-bottom: 50px;
  }
  .pricing-grid .itens {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7.24vw;
  }
  .pricing-grid .item {
    position: relative;
    margin-bottom: 80px;
  }
  .pricing-grid h4 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .pricing-grid .price p strong {
    font-size: 40px;
  }
  .pricing-grid .stars {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .pricing-grid .stars svg, .pricing-grid .stars img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .contact-header .title {
    min-height: 90vh;
  }
  .contact-header .title h1 {
    font-size: 50px;
    top: -70px;
  }
  .contact-header .col-center {
    height: 100%;
  }
  .contact-header .contact-infos {
    position: absolute;
    bottom: 7.41vh;
    left: 0;
  }
  .contact-infos.v2 {
    margin-bottom: 77px;
    text-align: center;
  }
  .contact-infos a, .contact-infos p {
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    float: left;
    position: relative;
  }
  .contact-infos .email {
    float: left;
  }
  .contact-infos .tel {
    margin-left: 0px;
  }
  .contact-infos a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .contact-infos a:hover {
    color: #fff;
  }
  .contact-content .box {
    background-color: #fff;
    padding: 50px 5.21vw;
  }
  .contact-content .header {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 8vw;
  }
  .contact-content .header .left {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-content .header .left svg {
    height: auto;
    width: 25px;
  }
  .contact-content .header .left h4 {
    font-size: 25px;
    top: 4px;
  }
  .contact-content .header .right {
    float: right;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .contact-content .map {
    float: left;
    position: relative;
    width: 100%;
  }
  .contact-content .map .col-center {
    height: auto;
  }
  .contact-content .map .left {
    border-right: 0 #E6E6E6 solid;
    position: relative;
    height: auto;
    width: 100%;
  }
  .contact-content .map .left h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .contact-content .map .left .legend {
    margin-bottom: 25px;
  }
  .contact-content .map .left .legend .circle {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 16px;
  }
  .contact-content .map .left .legend p {
    line-height: 100%;
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-family: "adapt-variable", sans-serif;
    font-variation-settings: "wdth" 55, "wght" 800;
  }
  .contact-content .map .right {
    float: right;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .contact-content .map .right svg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .contact-content .map .right img {
    float: left;
    position: relative;
    width: 100%;
  }
  .contact-content .grid {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 100px;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0vw;
  }
  .contact-content .grid .item {
    float: left;
    position: relative;
    margin-bottom: 80px !important;
  }
  .contact-content .grid .item:last-child {
    margin-bottom: 0 !important;
  }
  .contact-content .grid .item h3 {
    margin-bottom: 18px;
    float: left;
    position: relative;
    width: 100%;
    line-height: 120%;
    color: #00D2B2;
    font-size: 24px;
    font-variation-settings: "wdth" 55, "wght" 800;
  }
  .contact-content .grid .item p {
    font-size: 16px;
  }
  .about-header {
    min-height: auto;
    display: block;
    padding: 100px 0;
  }
  .about-header .left {
    float: left;
    position: relative;
    width: 100%;
  }
  .about-header .right {
    float: right;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .about-header .right .img {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    left: 0%;
    margin-top: 50px;
  }
  .about-header .right .img img {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
  }
  .about-header .col-center2 {
    display: block;
    align-items: center;
  }
  .about-header .tag span {
    background-color: #027F48;
  }
  .about-header h1 {
    margin-bottom: 20px;
    color: #027F48;
  }
  .about-header p {
    font-size: 30px;
  }
  .method-header {
    padding: 6.09vw 0 63px 0;
    text-align: center;
    overflow: hidden;
  }
  .method-header h1 {
    color: #00CA64;
    line-height: 90%;
    font-size: 50px;
  }
  .method-header .img {
    position: absolute;
    top: 0vh;
  }
  .method-header .img.left {
    left: 0;
    width: 28%;
    top: 0;
  }
  .method-header .img.right {
    right: 0;
    width: 28%;
  }
  .method-header .img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .social-section {
    margin-bottom: 100px;
  }
  .social-section .itens {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
  .social-section .i {
    column-gap: 30px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-section .i:last-child {
    margin-bottom: 0px;
  }
  .social-section .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-section p {
    margin-left: 2.08vw;
    font-size: 20px;
    line-height: 100%;
  }
  .cta-section {
    margin-bottom: 10.42vw;
    text-align: center;
  }
  .cta-section .itens {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .cta-section .i {
    display: block;
    align-items: center;
    justify-content: center;
    float: left;
    column-gap: 40px;
    position: relative;
    width: 100%;
  }
  .cta-section img {
    width: 100%;
    margin-bottom: 38px;
  }
  .cta-section p {
    margin-left: 0;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .cta-section p strong {
    color: #00CA64;
  }
}
@media (max-width: 650px) {
  .pricing-grid {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .pricing-grid .itens {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 7.24vw;
  }
  .pricing-grid .item {
    position: relative;
    margin-bottom: 80px;
  }
  .pricing-grid h4 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .pricing-grid .price p strong {
    font-size: 40px;
  }
  .pricing-grid .stars {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .pricing-grid .stars svg, .pricing-grid .stars img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
.animsition {
  z-index: 3333;
}

.page-transition {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.6s;
  -khtml-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.page-transition.on {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 9999;
}

.window-loader {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
*::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

*::-webkit-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

*::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

#cursor {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 20px;
    height: 20px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    background-color: #FF6FFF;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
  }
  #cursor .drop {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    margin-left: -35px;
    margin-top: -35px;
    opacity: 0;
  }
  #cursor .drop img {
    position: relative;
    width: auto;
    max-width: 100%;
  }
  #cursor.drop .drop {
    opacity: 1;
  }
  #cursor.drop {
    mix-blend-mode: inherit;
  }
  #cursor.verde .cursor__circle {
    background-color: #ABFF5A;
  }
  #cursor .namidia {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 500px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    margin-left: -250px;
    margin-top: -250px;
    opacity: 0;
    display: flex;
    align-items: center;
    align-content: center;
  }
  #cursor .namidia img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    display: none;
  }
  #cursor .namidia img.active {
    display: block;
  }
  #cursor.namidia .namidia {
    opacity: 1;
  }
  #cursor .cursor-text {
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 53px;
    color: #A7FF7D;
  }
  #cursor .cursor-text span {
    position: absolute;
    left: 0%;
    white-space: nowrap;
    top: 0%;
    margin-top: -50%;
    margin-left: -60px;
  }
  #cursor .cursor-text2 {
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 53px;
    color: #A7FF7D;
  }
  #cursor .cursor-text2 span {
    position: absolute;
    left: 0%;
    white-space: nowrap;
    top: 0%;
    margin-top: -50%;
    margin-left: -20px;
    text-transform: none;
  }
  #cursor .cursor-closemenu {
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 53px;
    color: #A7FF7D;
    display: none;
  }
  #cursor .cursor-closemenu span {
    position: absolute;
    left: 0%;
    white-space: nowrap;
    top: 0%;
    margin-top: -50%;
    margin-left: -20px;
    text-transform: none;
    margin-top: -20px;
  }
  #cursor .arrow {
    position: absolute;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  #cursor .arrow svg {
    width: 100px;
    height: auto;
    position: relative;
    left: -50px;
  }
  #cursor .arrow.left {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -100px;
  }
  #cursor.link .cursor__circle {
    width: 30px;
    height: 30px;
  }
  #cursor.linkp .cursor__circle {
    background-color: #1A1A1A;
  }
  #cursor.link1 .cursor__circle {
    width: 30px;
    height: 30px;
  }
  #cursor.linknone .cursor__circle {
    display: none;
  }
  #cursor.social .cursor__circle {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  #cursor.close .cursor__circle {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  #cursor.closemenu .cursor__circle {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  #cursor.closemenu .cursor-closemenu {
    display: block;
  }
  #cursor.link2 .cursor__circle {
    width: 30px;
    height: 30px;
    background-color: #ff2f48;
  }
  #cursor.linkdark .cursor__circle {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background-color: #1A1A1A;
    -moz-transform: scale(0.1) !important;
    -webkit-transform: scale(0.1) !important;
    -o-transform: scale(0.1) !important;
    -ms-transform: scale(0.1) !important;
    transform: scale(0.1) !important;
  }
  #cursor.arrow .cursor__circle {
    display: none;
  }
  #cursor.arrow .arrow {
    display: block;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  #cursor.link::after {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #cursor.subtle .cursor__circle {
    opacity: 0.16;
  }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
#mouse-cursor {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 999px;
  pointer-events: none;
  z-index: 99999;
  transition: top 0.025s ease, left 0.025s ease, transform 0.25s ease;
}

button {
  position: relative;
  width: 232px;
  height: 64px;
  line-height: 64px;
  border: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: inherit;
  cursor: pointer;
}

button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: -1;
}