<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-scroller, .nav-scroller-wrapper {
  display: flex;
  background-color: #f9f9f9;
}

.nav-scroller {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nav-scroller-nav {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  align-self: center;
  padding-bottom: 30px;
  margin-bottom: -30px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-scroller-content, .nav-scroller-items {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.nav-scroller-content {
  min-height: 44px;
  will-change: transform;
}

.nav-scroller-content:not(.no-transition) {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

ul.nav-scroller-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-scroller-item, .nav-scroller-group-title {
  padding: 0.25rem 1rem;
  margin: 0.25rem 0;
}

.nav-scroller-item {
  flex: 1 0 auto;
  display: block;
  font-size: 1.125rem;
  text-align: center;
  border-left: 1px solid transparent;
  border-right: 1px solid #ddd;
}

.nav-scroller-item:last-child {
  border-right-color: transparent;
}

.nav-scroller-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  min-height: 44px;
  height: 100%;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}

.nav-scroller-btn:hover {
  color: #666;
}

.nav-scroller-btn:focus {
  outline: 0;
}

.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-icon {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

.nav-scroller-logo {
  display: inline-block;
  padding: 0.5rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.nav-scroller--controls-inline .nav-scroller-content {
  padding: 0 44px;
}

.nav-scroller--controls-inline .nav-scroller-btn:not(.active) {
  color: #ddd;
  opacity: 1;
}

.nav-scroller--expand .nav-scroller-nav, .nav-scroller--expand .nav-scroller-content {
  width: 100%;
}

.nav-scroller--right .nav-scroller-nav {
  margin-left: auto;
}

.nav-scroller--snap .nav-scroller-nav {
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  scroll-padding: 0 44px;
}

.nav-scroller--snap .nav-scroller-content:not(.no-transition) .nav-scroller-item {
  scroll-snap-align: start;
}

.nav-scroller--snap .nav-scroller-content:not(.no-transition).snap-align-end .nav-scroller-item {
  scroll-snap-align: end;
}

.nav-scroller-group {
  flex-direction: column;
  align-items: flex-start;
}

.nav-scroller-group:not(:first-child) {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}

.nav-scroller-group-title {
  font-weight: bold;
}

.nav-scroller-items .nav-scroller-item {
  text-align: center;
  min-width: 80px;
}

header {
  background: #FFFFFF;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 4px 30px rgba(199, 199, 199, 0.25);
  z-index: 100;
}

header .header-content {
  position: relative;
}

header .header-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 67px;
  cursor: pointer;
}

header .header-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-center img {
  height: 44px;
}

header .header-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 90px;
}

header .header-right .select2 .select2-selection.select2-selection--single {
  border: none;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}

header .header-right .select2 .select2-selection__rendered {
  text-align: right;
}

header .header-right .select2 .select2-selection.select2-selection--single {
  padding-right: 52px !important;
}

#top_modal {
  background: #FFFFFF;
}

.modal-dialog-menu {
  max-width: 100%;
  margin: unset;
  padding: unset;
}

.modal-body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.main-menu {
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: space-around;
}

.main-menu h3 {
  flex-basis: auto;
  margin-bottom: 40px;
}

.cover-dot-select {
  width: 200px;
  margin: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.menu-item {
  font-weight: bold;
  color: #202232;
  display: block;
  line-height: 80px;
}

.menu-item:hover, .menu-item:focus, .menu-item:active {
  background: linear-gradient(90deg, #EC1F25 -0.21%, #FF731D 56.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu .active {
  background: linear-gradient(90deg, #EC1F25 -0.21%, #FF731D 56.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu h3:last-child .menu-item {
  margin-bottom: unset;
}

.h-100vh {
  height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.menu-backdrop {
  opacity: 1 !important;
  background: #FFFFFF !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 56px;
  }

  header .header-left {
    padding-left: 32px;
  }

  header .header-left img {
    width: 32px;
  }

  header .header-center img {
    height: 32px;
  }

  header .header-right {
    padding-right: 0;
  }

  /* Tablet */
  .menu-item {
    font-size: 55px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  header {
    height: 56px;
  }

  header .header-left {
    padding-left: 32px;
  }

  header .header-left img {
    width: 32px;
  }

  header .header-center img {
    height: 32px;
  }

  .menu-item {
    font-size: 36px;
    line-height: 45px;
  }

  .h-100vh {
    height: 100vh;
    max-height: -webkit-fill-available;
  }
}
footer.footer {
  height: 100px;
  background: #24232A !important;
  padding: 25px 108px 45px 108px;
}

footer.footer .footer-container {
  display: flex;
  height: 100%;
}

footer.footer .footer-link-content {
  align-self: center;
  flex-basis: 100%;
}

footer.footer .footer-link-content .footer-link {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-right: 40px;
}

footer.footer .footer-copyright {
  font-size: 11px;
  line-height: 18px;
  color: #6C6977;
  font-weight: 500;
  text-align: center;
  align-self: center;
  white-space: nowrap;
  padding: 0 10px;
}

footer.footer .footer-social-content {
  text-align: right;
  align-self: center;
  flex-basis: 100%;
}

footer.footer .footer-social-content .footer-social {
  color: #FFFFFF;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  footer.footer {
    padding: 25px 30px 45px 30px;
  }

  footer.footer .footer-link-content .footer-link {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.footer {
    height: 100px;
    padding: 27px 32px;
    position: relative;
  }

  footer.footer .footer-link-content .footer-link {
    font-size: 14px;
    line-height: 26px;
  }

  footer.footer .footer-container {
    height: auto;
  }

  footer.footer .footer-copyright {
    align-self: end;
  }

  footer.footer .footer-social-content {
    position: absolute;
    top: 17px;
    right: 32px;
  }
}
@media (max-width: 767px) {
  footer.footer {
    min-height: 150px;
    padding: 0;
  }

  footer.footer .footer-container {
    flex-direction: column;
    height: auto;
    background: #24232A !important;
    padding: 16px 0 21px 0;
  }

  footer.footer .footer-link-content {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10px;
    flex-basis: auto;
    flex-wrap: wrap;
  }

  footer.footer .footer-link-content .footer-link {
    margin-right: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 26px;
  }

  footer.footer .footer-link-content .footer-link:nth-child(2) {
    text-align: center;
  }

  footer.footer .footer-link-content .footer-link:nth-child(3) {
    text-align: right;
  }

  footer.footer .footer-social-content {
    flex-basis: auto;
    margin-top: 8px;
  }

  footer.footer .footer-copyright {
    flex-basis: auto;
    margin-top: 20px;
  }
}
.dot-breadcrumb {
  position: absolute;
  top: 54px;
  left: 77px;
  z-index: 80;
  width: 90%;
  font-size: 14px;
  line-height: 16px;
}

.dot-breadcrumb .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
  flex-wrap: unset;
}

.dot-breadcrumb .breadcrumb .breadcrumb-item {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
}

.dot-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #24232A;
}

.dot-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #7CF3F3;
}

.dot-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 7px;
}

.dot-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dot-breadcrumb {
    top: 59px;
    left: 68px;
  }
}
@font-face {
  font-family: Quicksand;
  font-weight: 300;
  src: url(/fonts/Quicksand-Light.ttf?e715991b8e3173b8a2e5df29d8b7f5b1);
}
@font-face {
  font-family: Quicksand;
  font-weight: 400;
  src: url(/fonts/Quicksand-Regular.ttf?109d09e5f7c827d891ab28cd9a91ffbf);
}
@font-face {
  font-family: Quicksand;
  font-weight: 500;
  src: url(/fonts/Quicksand-Medium.ttf?eb896a79553a58953cbfd9cd2bbac0c2);
}
@font-face {
  font-family: Quicksand;
  font-weight: 600;
  src: url(/fonts/Quicksand-SemiBold.ttf?f36a86e2ff447dc869f0f915cb27cefc);
}
@font-face {
  font-family: Quicksand;
  font-weight: 700;
  src: url(/fonts/Quicksand-Bold.ttf?4c3d23174e1f233b946df3c02720d83a);
}
@font-face {
  font-family: "Fredoka One";
  src: url(/fonts/FredokaOne-Regular.ttf?3888a8fd758c9b59eda47b220ee999df);
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  src: url(/fonts/Montserrat-Light.ttf?02afb26fe72fcc05298817491c044b7b);
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  src: url(/fonts/Montserrat-Regular.ttf?3cd786652b8a2e9d41f210cb1a527ff6);
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  src: url(/fonts/Montserrat-Medium.ttf?e2d60bc49517598c0ce8b98f8d4e579f);
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  src: url(/fonts/Montserrat-SemiBold.ttf?fa8441f345d83a0bc4ec345a6948dbb0);
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  src: url(/fonts/Montserrat-Bold.ttf?079ca05d3ded9bc107ab8a8da013be22);
}
body {
  font-family: Quicksand, Arial;
  font-size: 18px;
  line-height: 32px;
  height: 100%;
  background: #FFF8F4;
}

.main-wrapper {
  height: 100%;
  padding-top: 74px;
}

.page-wrapper {
  position: relative;
  overflow: auto;
}

h1, h2 {
  font-family: "Fredoka One", Arial;
}

h3, h4, h5, h6 {
  font-family: Quicksand, Arial;
}

h1 {
  font-size: 144px;
  line-height: 120px;
}

h2 {
  font-size: 96px;
  line-height: 116px;
}

h3 {
  font-size: 64px;
  line-height: 80px;
  font-weight: bold;
}

h4 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
}

h5 {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
}

h6 {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}

button {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

input {
  background: #FFFFFF;
  border: 1px solid #FF731D;
  border-radius: 12px;
  height: 48px;
}

input ::-moz-placeholder {
  color: #848490;
}

input :-ms-input-placeholder {
  color: #848490;
}

input ::placeholder {
  color: #848490;
}

input:focus {
  outline: 4px solid #FF731D;
}

.select-border, .select-border:active, .select-border:hover, .select2-selection select2-selection--single:focus {
  border: 1px solid #FF731D;
  box-sizing: border-box;
  border-radius: 12px;
  outline: none !important;
}

.dot-select {
  width: 200px;
}

.dot-select ul.list {
  width: 100%;
}

.dot-select ul.list li {
  font-size: 16px;
  line-height: 30px;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 145px;
}

span.select2-selection.select2-selection--single {
  height: 48px;
  line-height: 48px;
  border: 1px solid #FF731D;
  box-sizing: border-box;
  border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
  padding-top: 9px;
  padding-bottom: 9px;
}

.select2-container--default.select2-container--open.select2-container .select2-selection--single {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
}

span.select2.select2-container.select2-container--default.select2-container.select2-container--focus span.select2-selection.select2-selection--single {
  background: #F1EFF0;
  border-radius: 12px;
  outline: none !important;
}

span.select2.select2-container.select2-container--default.select2-container.select2-container--focus.select2-container--open span.select2-selection.select2-selection--single {
  background: #FFFFFF;
  outline: none !important;
}

span.select2-container--focus .select2-selection--single[aria-expanded=false] {
  border: 0px solid #aaa;
}

span.select2-selection.select2-selection--single span {
  line-height: 48px;
  padding-right: 16px;
}

span.select2-selection.select2-selection--single span.select2-selection__arrow {
  height: 48px;
}

span.select2-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(199, 199, 199, 0.25);
  border-radius: 10px;
  padding: 10px 0px;
  border: unset;
}

span.select2-dropdown--above {
  margin: -7px 0px;
}

span.select2-dropdown--below {
  margin: 7px 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ddd;
  color: #202232;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset;
  border-style: none;
  border-width: unset;
  height: unset;
  left: unset;
  margin-top: -2px;
  margin-left: -16px;
  position: absolute;
  top: 16%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: url(/images/arrow_down.svg?b1cf51cf188564b25b4e08b84f0609d6);
  width: 24px;
  height: 24px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  content: url(/images/arrow_up.svg?debd0de90c26bc777a8f742af62740a0);
}

#g-recaptcha, .grecaptcha-badge {
  width: 0 !important;
  height: 0 !important;
  visibility: hidden;
  z-index: -1;
}

.nav-scroller, .nav-scroller-wrapper {
  background: transparent;
}

.nav-scroller-nav {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.nav-scroller-item {
  border: none;
  font-size: inherit;
  margin: 0;
}

.nav-scroller-btn {
  height: 48px;
  border: none;
  background: #FFF8F4;
  top: 40%;
  font-size: 25px;
  padding: 0;
}

.nav-scroller-btn:hover {
  color: #FF731D;
}

.nav-scroller-btn--left {
  text-align: left;
  left: -1px;
}

.nav-scroller-btn--right {
  text-align: right;
  right: -1px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 32px;
  }

  button {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
  }

  .main-wrapper {
    padding-top: 56px;
  }

  h1 {
    font-size: 96px;
    line-height: 80px;
  }

  h2 {
    font-size: 72px;
    line-height: 72px;
  }

  h3 {
    font-size: 55px;
    line-height: 69px;
    font-weight: bold;
  }

  h4 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
  }

  h5 {
    font-size: 30px;
    line-height: 37px;
    font-weight: bold;
  }

  h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }

  .main-wrapper {
    padding-top: 56px;
  }

  button {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }

  h1 {
    font-size: 48px;
    line-height: 45px;
  }

  h2 {
    font-size: 48px;
    line-height: 45px;
  }

  h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }

  h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
  }

  .nav-scroller-btn {
    width: 30px;
  }
}
/* All delay classes will take half the time to start */
.animate__animated.animate__delay-0-5s {
  -webkit-animation-delay: 0.5s;
  --animate-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dot-font-18 {
  font-size: 18px;
  line-height: 32px;
}

.dot-font-16 {
  font-size: 16px;
  line-height: 30px;
}

.dot-font-14 {
  font-size: 14px;
  line-height: 16px;
}

.dot-input {
  height: 48px;
  border: 1px solid #FF731D;
  border-radius: 12px;
  font-size: 16px;
  line-height: 30px;
}

.dot-input:focus {
  border: 1px solid #FF731D;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
  box-shadow: unset;
}

.dot-textarea {
  min-height: 96px;
  border: 1px solid #FF731D;
  border-radius: 12px;
  font-size: 16px;
  line-height: 30px;
}

.dot-textarea:focus {
  border: 1px solid #FF731D;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
  box-shadow: unset;
}

.dot-button-lg {
  height: 60px;
}

.dot-button-default {
  color: #24232A;
  border: 1px solid #D5D5D8;
}

.dot-button-primary {
  height: 56px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  background: #7CF3F3;
  color: #202232;
  border-radius: 2em;
  min-width: 205px;
}

.dot-button-primary:focus {
  outline: 4px solid rgba(124, 243, 243, 0.2);
  box-shadow: unset;
}

.dot-button-primary[disabled] {
  background: #C0BFC5;
  color: #F5F4F5;
  cursor: not-allowed;
}

.dot-link.dot-button-primary {
  text-decoration: none;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  -o-border-image: initial;
     border-image: initial;
  font-family: inherit;
  overflow: visible;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 16px 0.75rem;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dot-link.dot-button-primary:focus {
  cursor: pointer;
  box-shadow: unset;
  color: #202232;
}

.dot-image {
  min-width: 100% !important;
}

.dot-button-secondary {
  height: 56px;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: bold;
  background: #C4C4C4;
  color: #202232;
  border-radius: 2em;
  min-width: 205px;
}

.dot-button-secondary:focus {
  outline: 4px solid rgba(124, 243, 243, 0.2);
  box-shadow: unset;
}

.dot-button-secondary[disabled] {
  background: #C0BFC5;
  color: #F5F4F5;
  cursor: not-allowed;
}

.dot-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.dot-checkbox label {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.dot-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #848490;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.dot-checkbox input:checked + label:before, .dot-checkbox label:focus::before {
  border: 1px solid #FF731D;
}

.dot-checkbox input:checked + label:after {
  content: url(/images/checked_active.svg?6b9dedc1d27c28decc267d53e25d8a1f);
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
}

.dot-switch {
  min-height: 40px;
  /*------ ADDED CSS ---------*/
  /*--------- END --------*/
  /* Rounded sliders */
}

.dot-switch .switch {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 40px;
}

.dot-switch .switch input {
  display: none;
}

.dot-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFBDBB;
  transition: 0.4s;
}

.dot-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  transition: 0.4s;
}

.dot-switch input:checked + .slider {
  background-color: #85FFD6;
}

.dot-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.dot-switch input:checked + .slider:before {
  transform: translateX(55px);
}

.dot-switch .on {
  display: none;
}

.dot-switch .on, .dot-switch .off {
  color: black;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}

.dot-switch input:checked + .slider .on {
  display: block;
}

.dot-switch input:checked + .slider .off {
  display: none;
}

.dot-switch .slider.round {
  border-radius: 10px;
}

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

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

.no-outline {
  outline: none;
  box-shadow: none;
}

.no-outline:hover, .no-outline:focus {
  outline: none;
  box-shadow: none;
}

.pointer-none {
  pointer-events: none;
}

.dot-error-message {
  color: #EC1F25;
}

.dot-dash {
  width: 20px;
  height: 2px;
  background: #000000;
  display: block;
}

@media (min-width: 1025px) {
  .dot-d-none-desktop {
    display: none !important;
  }

  .dot-d-only-desktop {
    display: block !important;
  }

  .dot-d-only-tablet {
    display: none !important;
  }

  .dot-d-only-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .dot-d-none-tablet {
    display: none !important;
  }

  .dot-d-only-desktop {
    display: none !important;
  }

  .dot-d-only-tablet {
    display: block !important;
  }

  .dot-d-only-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dot-d-none-mobile {
    display: none !important;
  }

  .dot-d-only-desktop {
    display: none !important;
  }

  .dot-d-only-tablet {
    display: none !important;
  }

  .dot-d-only-mobile {
    display: block !important;
  }

  .dot-button-primary {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .dot-link.dot-button-primary {
    padding: 14px 0.75rem;
  }
}
.img-cover {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-border, .select-border:active, .select-border:hover, .select-border:focus {
  border: 1px solid #FF731D;
  box-sizing: border-box;
  border-radius: 12px;
}

.dot-select {
  width: 200px;
}

.dot-select ul.list {
  width: 100%;
}

.dot-select ul.list li {
  font-size: 16px;
  line-height: 30px;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 145px;
}

span.select2-selection.select2-selection--single {
  height: 48px;
  line-height: 30px;
  border: 1px solid #FF731D;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 9px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default.select2-container--open.select2-container .select2-selection--single, .select2-container--default.select2-container--open.select2-container .select2-selection--multiple {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 115, 29, 0.2) !important;
}

span.select2.select2-container.select2-container--default.select2-container.select2-container--focus span.select2-selection.select2-selection--single,
span.select2.select2-container.select2-container--default.select2-container.select2-container--focus span.select2-selection.select2-selection--multiple {
  background: #F1EFF0;
  border-radius: 12px;
}

span.select2.select2-container.select2-container--default.select2-container.select2-container--focus.select2-container--open span.select2-selection.select2-selection--single,
span.select2.select2-container.select2-container--default.select2-container.select2-container--focus.select2-container--open span.select2-selection.select2-selection--multiple {
  background: #FFFFFF;
}

.cover-dot-select span.select2-container--focus .select2-selection--single[aria-expanded=false],
.cover-dot-select span.select2-container--focus .select2-selection--multiple[aria-expanded=false] {
  border: 0px solid #aaa;
}

span.select2-selection.select2-selection--single span {
  padding: 0 !important;
}

.cover-dot-select span.select2-selection.select2-selection--single span#select2-language-selection-container,
.cover-dot-select span.select2-selection.select2-selection--multiple span#select2-language-selection-container {
  line-height: 48px;
  padding-left: 16px;
}

.cover-dot-select span.select2-selection.select2-selection--single span.select2-selection__arrow {
  height: 48px;
}

span.select2-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(199, 199, 199, 0.25);
  border-radius: 10px;
  padding: 10px 0px;
  border: unset;
}

span.select2-dropdown--above {
  margin: -7px 0px;
}

span.select2-dropdown--below {
  margin: 7px 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ddd;
  color: #202232;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset;
  border-style: none;
  border-width: unset;
  height: unset;
  left: unset;
  margin-top: -2px;
  margin-left: -16px;
  position: absolute;
  top: 16%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: url(/images/arrow_down.svg?b1cf51cf188564b25b4e08b84f0609d6);
  width: 24px;
  height: 24px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  content: url(/images/arrow_up.svg?debd0de90c26bc777a8f742af62740a0);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 38px !important;
  background-color: #FFFFFF;
  padding: 0 30px 0 10px;
  border: 1px solid #202232;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  top: 0;
  color: #202232;
  font-size: 25px;
  font-weight: normal;
}

span.select2-selection.select2-selection--multiple {
  border: 1px solid #FF731D;
  box-sizing: border-box;
  border-radius: 12px;
  height: 48px;
  line-height: 38px;
}

.select2 .select2-selection.select2-selection--single {
  width: auto !important;
  padding-left: 15px !important;
  padding-right: 32px !important;
}

.img-100 {
  width: 100%;
  height: 100%;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animated {
  visibility: visible;
}

.img-loader {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-block {
  width: 300px;
}

.loading {
  position: absolute;
  bottom: 0;
  right: -40px;
  font-weight: bold;
  font-size: 30px;
}

.loading:after {
  content: "\f111";
  font-family: "FontAwesome";
  -webkit-animation: dots 1s steps(5, end) infinite;
          animation: dots 1s steps(5, end) infinite;
  color: #f8aa03;
}

.dot-prevent-scroll {
  overflow: hidden !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dot-hide-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dot-hide-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@-webkit-keyframes dots {
  0% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #f57805;
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 rgba(0, 0, 0, 0);
  }
  80% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 #f57805;
  }
  100% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 #f44303;
  }
}

@keyframes dots {
  0% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #f57805;
    text-shadow: 1.55em 0 0 rgba(0, 0, 0, 0), 3em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 rgba(0, 0, 0, 0);
  }
  80% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 #f57805;
  }
  100% {
    text-shadow: 1.55em 0 0 #f57805, 3em 0 0 #f44303;
  }
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .img-loader {
    top: 55%;
    left: 52%;
  }

  .img-block {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .img-loader {
    top: 55%;
    left: 52%;
  }

  .img-block {
    width: 230px;
  }

  .loading {
    right: -20px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .img-block {
    width: 170px;
  }

  .loading {
    font-size: 10px;
  }
}
/* ------------- MIXINS ------------- */
.button-dream {
  display: flex;
  background: #7CF3F3;
  border-radius: 40px;
  color: #202232;
  font-family: Quicksand, Arial;
  font-size: 18px;
  text-align: center;
  height: 65px;
  width: 250px;
  margin: auto;
  font-weight: bold;
  line-height: 22px;
  align-items: center;
  justify-content: center;
}

.dream-first-block {
  padding: 80px;
  background-image: url(/images/background-dream.png?025bcbbbaf96d3dfda6c6eb4c4b4eab4);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.first-block-content-left {
  display: flex;
  justify-content: space-between;
}

.play-content {
  width: 50%;
  padding: 90px 0;
}

.play-content h2 {
  color: #FFFFFF;
}

.play-content p {
  color: #202232;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-top: 3em;
  font-family: Quicksand, Arial;
  width: 80%;
}

.play-image {
  width: 50%;
}

.block-dream-bottom {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

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

.block-dream-bottom {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cover-block-dream {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 100px 0;
}

.cover-block-dream h3 {
  color: #FF731D;
}

.cover-block-dream .block-dream-item-left {
  width: 30%;
}

.cover-block-dream .block-dream-item-left p {
  margin-top: 1.5em;
  font-size: 18px;
  line-height: 32px;
  color: #202232;
  font-style: normal;
  font-weight: normal;
  font-family: Quicksand, Arial;
}

.cover-block-dream .block-dream-item-right {
  width: 70%;
  text-align: right;
}

.cover-block-dream .block-dream-item-right img {
  width: 90%;
}

.cover-block-dream-end {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cover-block-dream-end h3 {
  color: #FF731D;
}

.cover-block-dream-end .block-dream-item-left p {
  margin-top: 1.5em;
  font-size: 18px;
  line-height: 32px;
  color: #202232;
  font-style: normal;
  font-weight: normal;
  font-family: Quicksand, Arial;
  text-align: center;
}

.cover-block-dream-end .block-dream-item-left p span {
  display: inline-block;
  width: 25%;
}

.cover-block-dream-end .block-dream-item-right {
  display: flex;
  justify-content: center;
}

.cover-block-dream-end .block-dream-item-right .last-image {
  width: 54%;
  text-align: center;
}

.cover-block-dream-end .block-dream-item-right .last-image img {
  width: 100%;
}

.dream-last-block {
  padding: 230px 0 30px;
  text-align: center;
  background-image: url(/images/background-dream-bottom.png?76415d1e963b29289c3bd84734491e9e);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
}

.dream-last-block .dream-last-block-header {
  display: flex;
  justify-content: center;
}

.dream-last-block .dream-last-block-header .block-header {
  width: 90%;
}

.dream-last-block .dream-last-block-header .block-header h3 {
  color: #FF731D;
}

.dream-last-block .dream-last-block-button {
  display: flex;
  justify-content: center;
}

.dream-last-block .dream-last-block-button .block-button {
  margin-top: 3em;
}

.dream-last-block .dream-last-block-button .block-button a {
  display: inline-block;
  margin-right: 30px;
}

.dream-last-block .dream-last-block-image {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

.dream-last-block .dream-last-block-image .block-image {
  width: 30%;
}

.dream-last-block .dream-last-block-image .block-image img {
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bounce-2 {
  -webkit-animation-name: bounce-2;
          animation-name: bounce-2;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .first-block-content-left {
    display: flex;
    flex-direction: column;
  }

  .dream-first-block {
    padding: 80px 65px;
    background-image: url(/images/background-dream-tablet.png?e0b3bd88390dacd9e73536b50c9137b6);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
  }

  .play-content {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .play-content h2 {
    width: 80%;
  }

  .play-content p {
    margin-top: 1em;
  }

  .play-image {
    width: 100%;
    text-align: center;
  }

  .dream-center-block {
    margin-top: 3em;
  }

  .cover-block-dream {
    display: flex;
    flex-direction: column;
    padding: 0 80px;
  }

  .cover-block-dream h3 {
    color: #FF731D;
  }

  .cover-block-dream .block-dream-item-left {
    width: 100%;
  }

  .cover-block-dream .block-dream-item-left p {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: 32px;
    color: #202232;
    font-style: normal;
    font-weight: normal;
    font-family: Quicksand, Arial;
  }

  .cover-block-dream .block-dream-item-left .fix-text-tablet {
    width: 65%;
  }

  .cover-block-dream .block-dream-item-right {
    width: 100%;
    text-align: center;
  }

  .cover-block-dream .block-dream-item-right img {
    width: 90%;
  }

  .cover-block-dream .fix-image-size {
    position: relative;
    height: 60vw;
    padding-top: 40px;
  }

  .cover-block-dream .fix-image-size img {
    position: absolute;
    left: 5%;
    top: -30%;
  }

  .cover-block-dream-end {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .cover-block-dream-end h3 {
    color: #FF731D;
  }

  .cover-block-dream-end .block-dream-item-left p {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: 32px;
    color: #202232;
    font-style: normal;
    font-weight: normal;
    font-family: Quicksand, Arial;
    text-align: center;
  }

  .cover-block-dream-end .block-dream-item-left p span {
    display: inline-block;
    width: 80%;
  }

  .cover-block-dream-end .block-dream-item-right {
    display: flex;
    justify-content: center;
  }

  .cover-block-dream-end .block-dream-item-right .last-image {
    width: 75%;
    text-align: center;
  }

  .cover-block-dream-end .block-dream-item-right .last-image img {
    width: 100%;
  }

  .dream-last-block {
    padding: 150px 0 30px;
    text-align: center;
    background-image: url(/images/background-dream-bottom-tablet.png?1130d72101f5f6a96c912febca3bc5eb);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
  }

  .dream-last-block .dream-last-block-header .block-header {
    display: flex;
    justify-content: center;
  }

  .dream-last-block .dream-last-block-header .block-header h3 {
    color: #FF731D;
  }

  .dream-last-block .dream-last-block-header .block-header p {
    font-size: 18px;
  }

  .dream-last-block .dream-last-block-button {
    display: flex;
    justify-content: center;
  }

  .dream-last-block .dream-last-block-button .block-button {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
  }

  .dream-last-block .dream-last-block-button .block-button a {
    margin-top: 1.5em;
    margin-right: 0;
  }

  .dream-last-block .dream-last-block-image {
    margin-top: 2em;
    display: flex;
    justify-content: center;
  }

  .dream-last-block .dream-last-block-image .block-image {
    width: 30%;
  }

  .dream-last-block .dream-last-block-image .block-image img {
    width: 100%;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .first-block-content-left {
    display: flex;
    flex-direction: column;
  }

  .dream-first-block {
    padding: 20px 30px 30px;
    background-image: url(/images/background-dream-mobile.png?5fecf7de7b66a2528411bfebca65a31d);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
  }

  .play-content {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .play-content h2 {
    width: 100%;
    font-size: 48px;
    line-height: 45px;
  }

  .play-content p {
    margin-top: 1em;
    width: 100%;
  }

  .play-image {
    width: 100%;
    text-align: center;
  }

  .dream-center-block {
    margin-top: 3em;
  }

  .cover-block-dream {
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
  }

  .cover-block-dream h3 {
    color: #FF731D;
    font-size: 36px;
    width: 60%;
  }

  .cover-block-dream .block-dream-item-left {
    width: 100%;
  }

  .cover-block-dream .block-dream-item-left p {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: 32px;
    color: #202232;
    font-style: normal;
    font-weight: normal;
    font-family: Quicksand, Arial;
  }

  .cover-block-dream .block-dream-item-left .fix-text-mobile {
    width: 50%;
  }

  .cover-block-dream .block-dream-item-right {
    width: 100%;
    text-align: center;
  }

  .cover-block-dream .block-dream-item-right img {
    width: 90%;
  }

  .cover-block-dream .fix-image-size {
    position: relative;
    height: 60vw;
    padding-top: 40px;
  }

  .cover-block-dream .fix-image-size img {
    position: absolute;
    left: 5%;
    top: -30%;
  }

  .cover-block-dream-end {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .cover-block-dream-end h3 {
    color: #FF731D;
  }

  .cover-block-dream-end .block-dream-item-left p {
    margin-top: 1.5em;
    font-size: 18px;
    line-height: 32px;
    color: #202232;
    font-style: normal;
    font-weight: normal;
    font-family: Quicksand, Arial;
    text-align: center;
  }

  .cover-block-dream-end .block-dream-item-left p span {
    display: inline-block;
    width: 80%;
  }

  .cover-block-dream-end .block-dream-item-right {
    display: flex;
    justify-content: center;
  }

  .cover-block-dream-end .block-dream-item-right .last-image {
    width: 75%;
    text-align: center;
  }

  .cover-block-dream-end .block-dream-item-right .last-image img {
    width: 100%;
  }

  .dream-last-block {
    padding: 100px 0 20px;
    text-align: center;
    background-image: url(/images/background-dream-bottom-mobile.png?80b7fb6cf0262de5da58036890b8a468);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
  }

  .dream-last-block .dream-last-block-header .block-header {
    display: flex;
    justify-content: center;
  }

  .dream-last-block .dream-last-block-header .block-header h3 {
    color: #FF731D;
  }

  .dream-last-block .dream-last-block-header .block-header p {
    font-size: 18px;
    line-height: 30px;
  }

  .dream-last-block .dream-last-block-button {
    display: flex;
    justify-content: center;
    margin-top: 0.5em;
  }

  .dream-last-block .dream-last-block-button .block-button {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .dream-last-block .dream-last-block-button .block-button a {
    margin-top: 1em;
    margin-right: 0;
  }

  .dream-last-block .dream-last-block-image {
    margin-top: 2em;
    display: flex;
    justify-content: center;
  }

  .dream-last-block .dream-last-block-image .block-image {
    width: 60%;
  }

  .dream-last-block .dream-last-block-image .block-image img {
    height: 240px;
  }

  .button-dream {
    font-size: 16px;
    line-height: 20px;
  }
}
</pre></body></html>