@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-4 {
  margin-top: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Imports
   ========================================================================== */
html {
  filter: initial;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  filter: initial;
  background-color: #fff;
  color: #333333;
  font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.25px;
  position: relative;
}
@media (min-width: 992px) {
  body {
    font-size: 1.6em;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  display: block;
}

figure {
  display: block;
}

a {
  text-decoration: none;
  color: #4ec3e0;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

h1,
.h1 {
  font-size: 4.2rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}

h2,
.h2 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 4rem;
  }
}

h3,
.h3 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 3rem;
  }
}

h4,
.h4 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}

h6,
.h6 {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

svg {
  max-width: 100%;
  max-height: 100%;
}

b,
strong {
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

/* ==========================================================================
   Forms
   ========================================================================== */
label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  text-align: left;
}

th {
  text-align: left;
}

table {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}
table th,
table td {
  line-height: 120%;
  vertical-align: top;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 1.6rem;
}
table th {
  border-top: 0;
  font-weight: 700;
  background: rgba(217, 217, 217, 0.3);
}
table tfoot tr:last-child th,
table tfoot tr:last-child td {
  border-color: transparent;
}
table tfoot td:last-child,
table tfoot th:last-child {
  text-align: center;
  width: 150px;
}
table table {
  border: none;
}
table table td,
table table th {
  padding: 1rem;
}
table table tr td:last-child,
table table tr th:last-child {
  width: 150px;
  text-align: center;
}
table table tr:not(:last-child) td,
table table tr:not(:last-child) th {
  border-bottom: 1px solid #babec7;
}
table table tfoot {
  background: #e7ecf2;
}
table table tfoot th:first-child,
table table tfoot td:first-child {
  text-align: right;
}

/* ==========================================================================
   Imports
   ========================================================================== */
.form-row {
  position: relative;
}

.form-message {
  font-size: 1.6rem;
  color: green;
  font-weight: 400;
  margin-bottom: 1.6rem;
  border: 1px solid green;
  padding: 0.6rem 1rem;
  border-radius: 5px;
}

.form-control {
  appearance: none;
  padding: 1rem 1.4rem;
  background: rgba(172, 172, 172, 0.06);
  width: 100%;
  border: 1px solid #ACACAC;
  font-size: 1.6rem;
  font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-radius: 12px;
  display: block;
  margin-bottom: 0.5rem;
  height: 5rem;
}
.form-control.error {
  border-color: red;
}
.form-control:focus {
  border-color: #4ec3e0;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group .error {
  color: red;
  display: block;
}
.form-group label {
  font-weight: 400;
}

select.form-control {
  background: rgba(172, 172, 172, 0.06) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="rgb(0,0,0)" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem;
}

textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}

.form {
  position: relative;
  color: #333333;
  font-size: 1.4rem;
  text-align: left;
}
.form .btn {
  box-shadow: none !important;
}

.form-check {
  margin-right: 5px;
}

.cp-form {
  position: relative;
}

.hbspt-form label {
  color: inherit !important;
}
.hbspt-form input:not([type=checkbox]):not([type=radio]).hs-input, .hbspt-form textarea.hs-input {
  appearance: none;
  padding: 1rem 1.4rem;
  background-color: rgba(172, 172, 172, 0.06);
  width: 100%;
  border: 1px solid #ACACAC;
  color: #4ec3e0;
  font-size: 1.2rem;
  font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-radius: 5px;
  display: block;
  margin-bottom: 0.5rem;
  box-sizing: border-box !important;
  height: auto;
}
.hbspt-form select.hs-input {
  border: 1px solid #ACACAC;
  padding: 1rem 1.4rem;
  height: auto;
  width: 100% !important;
}
.hbspt-form .actions {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hbspt-form .actions input.hs-button {
  background-color: #4ec3e0;
  border-color: #4ec3e0;
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem;
  border-radius: 25px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  box-shadow: none !important;
}
.hbspt-form .actions input.hs-button:hover {
  background-color: #F6F6F8;
  border-color: #F6F6F8;
}

.page-template-template-contact .hbspt-form {
  margin-top: 4rem;
}

#hs-form-iframe-0 {
  min-height: 410px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  width: 100%;
}
.container.-full {
  max-width: 1580px;
}
.container.-small {
  max-width: 990px;
}

.main-wrapper {
  position: relative;
  min-height: 400px;
  padding: 4rem 0;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .section {
    padding: 6rem 0;
  }
}
.section.-no-pd {
  padding-top: 0;
  padding-bottom: 0;
}
.section .section-box {
  padding: 4rem;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .section .section-box {
    padding: 8rem;
  }
}

.section-title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2.6rem;
  }
}
.section-title span {
  display: block;
  font-weight: 500;
}

.section-posts {
  padding: 4rem 0;
}

.section-header {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .section-header {
    font-size: 1.6rem;
  }
}
.section-header p {
  color: #4ec3e0;
  text-transform: uppercase;
}
.section-header .section-title {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-header .section-title {
    margin-bottom: 6rem;
  }
}

.section-banner {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 6rem;
  margin-bottom: 6rem;
}
.section-banner h2 {
  color: #4ec3e0;
}

.section-single__content {
  position: relative;
}
.section-single__content .row {
  margin: 0;
  display: block;
  flex: none;
}
.section-single .block-content h2, .section-single .block-content h3, .section-single .block-content h4 {
  color: #4ec3e0;
}
.section-single .block-content h2:after, .section-single .block-content h3:after, .section-single .block-content h4:after {
  content: none;
}
.section-single .block-content h2 {
  font-size: 3.4rem;
  margin-bottom: 2rem;
}
.section-single .block-content h3 {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .section-single .cp-gallery.-vertical {
    margin-right: 4rem;
  }
}

.section-posts__filter {
  margin-bottom: 56px;
  width: 100%;
}
.section-posts__filter h3 {
  font-size: 2rem;
  color: #000;
  margin-top: 2.6rem;
}
.section-posts__filter label {
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  margin-bottom: 1rem;
}
.section-posts__filter .form-group.-bottom {
  margin-top: 2.6rem;
  display: flex;
  justify-content: space-between;
}
.section-posts__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  column-gap: 22px;
  margin-bottom: 60px;
  row-gap: 30px;
}

.border-image {
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
.border-image img {
  border-radius: 70px;
  margin: 0 auto;
}
.border-image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rounded-image {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #4ec3e0;
  display: inline-block;
  position: relative;
  width: 451px;
  height: 451px;
}
.rounded-image:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 512px;
  height: 512px;
  background: url("../images/bg-rounded-image.png") top left no-repeat;
  background-size: cover;
  animation-name: texto-circulo;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.rounded-image img {
  border-radius: 50%;
}

.contact-list li {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.contact-list li .svg-icon {
  width: 12px;
  height: 12px;
  margin-right: 1rem;
}
.contact-list li svg {
  fill: #fff;
}
.contact-list li a {
  color: #fff;
}

.social-links {
  display: flex;
}
.social-links .svg-icon {
  width: 32px;
  height: 32px;
}
.social-links .svg-icon svg {
  fill: #F6F6F8;
}
.social-links li:not(:last-child) {
  margin-right: 0.8rem;
}

.share-links {
  display: flex;
}
.share-links li {
  width: 30px;
  height: 30px;
  border: 1px solid #545859;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 0.3rem;
}
.share-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.share-links li .svg-icon {
  width: 22px;
  height: 22px;
}
.share-links li .svg-icon svg {
  fill: #545859;
}

.embed-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.embed-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-maps {
  position: relative;
  height: 325px;
}
.embed-maps img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.embed-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.whats-box {
  position: relative;
  background-color: rgb(4, 127, 135);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.whats-box__name {
  background-color: rgb(0, 156, 166);
  padding: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .whats-box__name {
    width: 60%;
  }
}
.whats-box__name span {
  font-size: 1.4rem;
}
.whats-box__action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 992px) {
  .whats-box__action {
    width: 40%;
  }
}

.social-panels {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 3rem 6rem;
}
.social-panels__item {
  background-color: #F6F6F8;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(20% - 24px);
}
.social-panels__item img {
  display: block;
  margin: 0 auto 2rem auto;
}
.social-panels__item .social-links {
  justify-content: center;
}

.main-login {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.main-login__bg {
  width: 45%;
  background: url("../images/bg-login.png") top center no-repeat;
  background-size: cover;
}
.main-login__content {
  width: 55%;
  padding: 0 2rem;
  padding-top: 10rem;
}
.main-login__content .form {
  max-width: 460px;
  margin: 0 auto;
}
.main-login__content .form .btn {
  width: 100%;
}
.main-login__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.main-login .social-links .svg-icon {
  width: 18px;
  height: 18px;
}

.section-register {
  padding-top: 2rem;
}
.section-register .form {
  max-width: 900px;
}

.block-content {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .block-content {
    padding: 6rem 0;
  }
  .block-content.-large {
    padding: 20rem 0;
  }
}
.block-content p {
  margin-bottom: 1.6rem;
}
.block-content img {
  margin-bottom: 1.6rem;
}
.block-content img.-maxNone {
  max-width: none;
}
@media (max-width: 767px) {
  .block-content img {
    max-width: 100% !important;
  }
}
.block-content ul,
.block-content ol {
  margin-bottom: 1.6rem;
}
.block-content ul li,
.block-content ol li {
  margin-bottom: 0.4rem;
}
.block-content ul {
  list-style: inside disc;
}
.block-content ul.style-none {
  list-style: none;
}
.block-content ul.-inline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .block-content ul.-inline li {
    width: 50%;
    margin-right: 0;
  }
}
.block-content ol {
  list-style: inside decimal;
}
.block-content .list-icon {
  list-style: none;
}
.block-content .list-icon h4 {
  margin-bottom: 1.6rem;
}
.block-content .list-icon h4:after {
  content: none;
}
.block-content .list-icon li {
  position: relative;
  padding-left: 70px;
}
.block-content .list-icon li:not(:last-child) {
  margin-bottom: 4rem;
}
.block-content .list-icon li .svg-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0.7rem;
  position: absolute;
  left: 0;
}
.block-content h2 {
  margin-bottom: 3rem;
}
.block-content h3 {
  margin-bottom: 3rem;
}
.block-content h4 {
  margin-bottom: 2.4rem;
}
.block-content .wp-block-embed {
  margin-bottom: 1.6rem;
}
.block-content .wp-block-embed-youtube {
  max-width: 500px;
}
.block-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-content .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.block-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: 300ms all;
}
.block-content .panel {
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 4rem;
}
.block-content .panel h4 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .block-content__row {
    display: flex;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 767px) {
  .block-content__row .block-content__col {
    margin-bottom: 2.6rem;
  }
}
@media (min-width: 768px) {
  .block-content__row .block-content__col {
    padding: 0 2rem;
  }
  .block-content__row .block-content__col.-four {
    width: 33.33333333%;
  }
  .block-content__row .block-content__col.-five {
    width: 41.66666667%;
  }
  .block-content__row .block-content__col.-six {
    width: 50%;
  }
  .block-content__row .block-content__col.-seven {
    width: 58.33333333%;
  }
  .block-content__row .block-content__col.-eight {
    width: 66.66666667%;
  }
}
.block-content__row.-align-center {
  align-items: center;
}
@media (max-width: 575px) {
  .block-content__row.-inverted-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.block-content .font-large {
  font-size: 2rem;
}
.block-content.text-center h2::after {
  margin: 0.6rem auto 0 auto;
}
.block-content .embed-video {
  margin-bottom: 3rem;
}

.block-txt p {
  margin-bottom: 1.6rem;
}
.block-txt img {
  margin-bottom: 1.6rem;
}
.block-txt img.-maxNone {
  max-width: none;
}
.block-txt ul,
.block-txt ol {
  margin-bottom: 1.6rem;
}
.block-txt ul li,
.block-txt ol li {
  margin-bottom: 0.4rem;
}
.block-txt ul {
  list-style: inside disc;
}
.block-txt ul.style-none {
  list-style: none;
}
.block-txt ul.-inline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-txt ul.-inline li {
  width: 50%;
}
.block-txt ol {
  list-style: inside decimal;
}
.block-txt .list-icon {
  list-style: none;
}
.block-txt .list-icon li {
  position: relative;
  padding-left: 70px;
}
.block-txt .list-icon li:not(:last-child) {
  margin-bottom: 4rem;
}
.block-txt .list-icon li .svg-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0.7rem;
  position: absolute;
  left: 0;
}
.block-txt.-font-large {
  font-size: 2rem;
}
.block-txt h2 {
  margin-bottom: 2.6rem;
}
.block-txt h2:after {
  content: "";
  margin-top: 1.6rem;
  width: 64px;
  height: 4px;
  display: block;
  background: linear-gradient(109.41deg, #ce1126 35.95%, #ff7171 115.36%);
  border-radius: 4px;
}
.block-txt h4 {
  margin-bottom: 3.6rem;
}
.block-txt .cp-video {
  margin-top: 4.6rem;
  margin-bottom: 2.6rem;
}
.block-txt .panel {
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 4rem;
}
.block-txt .list-style {
  list-style: none;
}
.block-txt .list-style li {
  position: relative;
  padding-left: 4rem;
  display: inline-block;
}
.block-txt .list-style li:before {
  content: "";
  display: block;
  background: linear-gradient(109.41deg, #ce1126 35.11%, #f98b5d 115.36%);
  border-radius: 4px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.svg-icon {
  position: relative;
  display: block;
}
.svg-icon svg {
  fill: #000;
  vertical-align: top;
}

.list-icons {
  display: flex;
}
.list-icons .svg-icon {
  margin-right: 1rem;
}

/* Uncomment and set these variables to customize the grid. */
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 156, 166, 0.2);
  border-right: 1.1em solid rgba(0, 156, 166, 0.2);
  border-bottom: 1.1em solid rgba(0, 156, 166, 0.2);
  border-left: 1.1em solid #4ec3e0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.panel {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 44px rgba(0, 174, 239, 0.3);
  padding: 2rem;
}
@media (min-width: 992px) {
  .panel {
    padding: 3rem 5rem;
    border-radius: 30px;
  }
}
.panel__title {
  color: #4ec3e0;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .panel__title {
    margin-bottom: 3rem;
  }
}
.panel__content ul {
  display: flex;
  flex-wrap: wrap;
}
.panel__content ul li {
  margin-right: 1.4rem;
  display: flex;
  align-items: center;
}
.panel__content ul .svg-icon {
  width: 15px;
  height: 15px;
  margin-right: 0.7rem;
}
.panel__avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.panel__links {
  display: flex;
  margin-left: -2.5rem;
}
.panel__links a.btn.-icon {
  justify-content: flex-start;
  color: #4ec3e0;
}
.panel.-contact {
  max-width: 690px;
}
.panel.-contact .btn-group {
  margin-top: 3rem;
}
.panel.-contact .btn {
  border-radius: 18px;
  height: 8rem;
  line-height: 8rem;
  max-width: 460px;
  margin: 0 auto;
}
.panel.-center {
  margin: 0 auto;
}
.panel.-media {
  text-align: left;
}
@media (min-width: 768px) {
  .panel.-media {
    display: flex;
    justify-content: space-between;
  }
}
.panel.-media p {
  margin-bottom: 0.6rem;
}
.panel.-media .panel__title {
  margin-bottom: 1.6rem;
}
.panel.-media .panel__media {
  height: 130px;
  width: 200px;
  text-align: center;
}
.panel.-media .panel__media img {
  max-height: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .panel.-media .panel__media {
    display: none;
  }
}
@media (min-width: 768px) {
  .panel.-media .panel__content {
    width: calc(100% - 250px);
  }
}

.pagination {
  display: flex;
  margin: 8rem 0 4rem 0;
  justify-content: center;
}
.pagination .svg-icon svg {
  fill: #fff;
  display: block;
}
.pagination span, .pagination a {
  width: 40px;
  height: 40px;
  background-color: #FFAF97;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
  font-weight: 600;
  color: #fff;
}
.pagination a:hover {
  background-color: #4ec3e0;
}
.pagination span {
  background-color: #4ec3e0;
  color: #fff;
}
.pagination .first .svg-icon {
  transform: rotate(-180deg);
}
.pagination .prev .svg-icon {
  transform: rotate(90deg);
}
.pagination .next .svg-icon {
  transform: rotate(-90deg);
}

.table-compare {
  border: none;
  font-size: 1.4rem;
  margin-top: 12rem;
}
.table-compare th, .table-compare td {
  border: none;
  color: #fff;
  text-align: center;
  padding: 1.6rem;
  position: relative;
  margin-bottom: 1.6rem;
  white-space: normal;
}
.table-compare thead tr th {
  background-color: rgb(6, 18, 60);
  padding-top: 4rem;
}
.table-compare thead tr th:first-child {
  background-color: transparent;
}
.table-compare thead tr th:nth-child(2) {
  background-color: rgb(255, 181, 0);
}
.table-compare thead tr th:nth-child(3) {
  background-color: rgb(125, 40, 67);
}
.table-compare thead tr th img {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.table-compare tbody tr td, .table-compare tbody tr th {
  background-color: rgba(6, 18, 60, 0.8);
}
.table-compare tbody tr td:first-child, .table-compare tbody tr th:first-child {
  background-color: rgba(86, 86, 86, 0.2);
  color: #333333;
}
.table-compare tbody tr td:nth-child(2), .table-compare tbody tr th:nth-child(2) {
  background-color: rgba(255, 181, 0, 0.8);
}
.table-compare tbody tr td:nth-child(3), .table-compare tbody tr th:nth-child(3) {
  background-color: rgba(125, 40, 67, 0.8);
}

.wrap-table {
  overflow: auto;
  max-width: 960px;
  margin: 0 auto;
}

/* ==========================================================================
   Imports
   ========================================================================== */
.badge {
  display: inline-block;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 5px;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
}
.badge.-primary {
  background-color: #4ec3e0;
}
.badge.-secondary {
  background-color: #F6F6F8;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a.btn,
button.btn,
.btn {
  appearance: none;
  background-color: rgba(172, 172, 172, 0.06);
  color: #ACACAC;
  display: inline-block;
  padding: 0 2.5rem;
  margin: 0;
  font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 12px;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #4ec3e0;
  height: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: 1.25px;
  min-width: 310px;
}
a.btn:hover, a.btn.-active,
button.btn:hover,
button.btn.-active,
.btn:hover,
.btn.-active {
  text-decoration: none;
  background-color: #4ec3e0;
  color: #fff;
}
a.btn.-block,
button.btn.-block,
.btn.-block {
  display: block;
}
a.btn.-full,
button.btn.-full,
.btn.-full {
  display: block;
  border-radius: 0px;
}
a.btn.-center,
button.btn.-center,
.btn.-center {
  display: table;
  margin: 0 auto;
}
a.btn.-primary,
button.btn.-primary,
.btn.-primary {
  background: #4ec3e0;
  border-color: #4ec3e0;
  color: #fff;
}
a.btn.-primary:hover,
button.btn.-primary:hover,
.btn.-primary:hover {
  background-color: rgb(56.3004807692, 187.6442307692, 220.1995192308);
}
a.btn.-secondary,
button.btn.-secondary,
.btn.-secondary {
  background-color: #F6F6F8;
  color: #fff;
  border-color: #F6F6F8;
}
a.btn.-secondary:hover,
button.btn.-secondary:hover,
.btn.-secondary:hover {
  background-color: rgb(231.65625, 231.65625, 236.84375);
}
a.btn.-border,
button.btn.-border,
.btn.-border {
  background-color: transparent;
  color: #4ec3e0;
  border-color: #4ec3e0;
}
a.btn.-border:hover,
button.btn.-border:hover,
.btn.-border:hover {
  background-color: #4ec3e0;
  border-color: #4ec3e0;
  color: #fff;
}
a.btn.-link,
button.btn.-link,
.btn.-link {
  background-color: #F6F6F8;
  color: #fff;
  border-color: #F6F6F8;
}
a.btn.-link:hover,
button.btn.-link:hover,
.btn.-link:hover {
  background-color: rgb(231.65625, 231.65625, 236.84375);
}
a.btn.-linked,
button.btn.-linked,
.btn.-linked {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
a.btn.-icon,
button.btn.-icon,
.btn.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn.-icon .svg-icon,
button.btn.-icon .svg-icon,
.btn.-icon .svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
}
a.btn[disabled],
button.btn[disabled],
.btn[disabled] {
  cursor: default;
  opacity: 0.5;
}

.btn-group .btn {
  display: block;
}
.btn-group .btn:not(:last-child) {
  margin-bottom: 1.6rem;
}

.breadcrumbs {
  padding: 2rem 0;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 1.4rem;
}
.breadcrumbs a:not(:last-child):after,
.breadcrumbs span:not(:last-child):after {
  content: " > ";
  margin: 0 0.4rem;
}
.breadcrumbs span {
  color: #4ec3e0;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
}
[data-balloon]:after {
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  line-height: 1;
}
[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}
[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos=up]:hover:after, [data-balloon][data-balloon-pos=up][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos=up]:hover:before, [data-balloon][data-balloon-pos=up][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos=down]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos=down]:hover:after, [data-balloon][data-balloon-pos=down][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos=down]:hover:before, [data-balloon][data-balloon-pos=down][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos=left]:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos=left]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos=left]:hover:after, [data-balloon][data-balloon-pos=left][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos=left]:hover:before, [data-balloon][data-balloon-pos=left][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos=right]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos=right]:hover:after, [data-balloon][data-balloon-pos=right][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos=right]:hover:before, [data-balloon][data-balloon-pos=right][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}
[data-balloon][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}
[data-balloon][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}
[data-balloon][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}
@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

.ham {
  background-color: transparent;
  border: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  padding: 1rem;
}
@media (min-width: 992px) {
  .ham {
    display: none;
  }
}
.ham > .item {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4ec3e0;
  margin-bottom: 0.4rem;
  transition: all 0.5s;
}
.ham > .item:last-child {
  margin-bottom: 0;
}
.ham.-expand > .item {
  position: absolute;
  top: 8px;
  left: 0;
}
.ham.-expand > .item:nth-child(1) {
  transform: rotate(45deg);
}
.ham.-expand > .item:nth-child(2) {
  transform: rotatey(90deg);
  opacity: 0;
}
.ham.-expand > .item:nth-child(3) {
  transform: rotate(-45deg);
}

.alert {
  padding: 1rem 1.6rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
}
.alert.-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert.-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert.-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert.-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 550px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal form {
  margin-bottom: 0 !important;
}
.modal.-grid {
  border-radius: 20px;
  margin: 40px;
  overflow: hidden;
  padding: 30px 60px;
}
.modal.-grid .modal-title {
  background-color: #e7ecf2;
  padding: 1.4rem 2rem;
  margin-top: -30px;
  text-align: left;
  width: calc(100% + 120px);
  margin-left: -60px;
}
.modal.-grid a.close-modal {
  top: 8.5px;
  right: 14.5px;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #F6F6F8;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  z-index: 1000;
}
.slick-prev:hover:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled) {
  outline: none;
  background-color: #4ec3e0;
}
.slick-prev:hover:not(.slick-disabled):before,
.slick-next:hover:not(.slick-disabled):before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  opacity: 0.75;
  content: "";
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  display: block;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: rotate(134deg);
  margin: 0 auto;
  position: relative;
  right: -2px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  transform: rotate(-45deg);
  margin: 0 auto;
  position: relative;
  left: -2px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 10px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  background: #545859;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  outline: none;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  height: 12px;
  width: 12px;
  background: #4ec3e0;
}

@media (min-width: 768px) {
  .slick-custom {
    padding: 0 50px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 42px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #545859;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #545859;
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #545859;
  border-radius: 5px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #545859;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #545859;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #545859;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #545859;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4ec3e0;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #545859;
  border-radius: 5px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #545859;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #545859;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #545859;
  border-radius: 5px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #545859;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #545859;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.ui-autocomplete {
  background-color: #4ec3e0;
  color: #fff;
  padding: 1rem 0;
  z-index: 99999;
}
.ui-autocomplete li {
  padding: 0.5rem 1.4rem;
  cursor: pointer;
  font-weight: 400;
}
.ui-autocomplete li:hover {
  background-color: #fff;
  color: #4ec3e0;
}

span input.ui-autocomplete-input {
  width: 100%;
}

.cp-card {
  background: #F6F6F8;
  border: 1.5px solid #4ec3e0;
  border-radius: 12px;
  position: relative;
  height: 216px;
  display: flex;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.cp-card__content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cp-card__content.-font {
  font-size: 8rem;
  font-weight: 700;
}
.cp-card__bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.cp-card__actions {
  display: flex;
}
.cp-card__actions .svg-icon {
  width: 20px;
  height: 20px;
}
.cp-card__actions li {
  margin: 0 1.2rem;
}
.cp-card__actions li a {
  display: block;
}

.cp-content__title {
  margin-bottom: 3rem;
}
.cp-content__sub {
  font-size: 2.4rem;
}
.cp-content__filter {
  margin-bottom: 8rem;
}
.cp-content__filter .btn {
  width: 100%;
  display: block;
  min-width: auto;
  margin-bottom: 1rem;
}
.cp-content__item {
  margin-bottom: 3rem;
}

.cp-search {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cp-search {
    width: 280px;
  }
}
.cp-search .form-control {
  margin-bottom: 0;
  border-radius: 6px;
  height: 4.8rem;
  padding: 0.6rem 1.4rem;
  font-size: 1.4rem;
  background: #F6F6F8;
  border: none;
}
.cp-search .form-group {
  position: relative;
  margin-bottom: 0;
}
.cp-search .btn {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.5rem;
  height: 100%;
  height: 4.8rem;
  border-color: transparent;
  min-width: auto;
}
.cp-search .btn .svg-icon {
  width: 20px;
  height: 20px;
}
.cp-search .btn svg {
  fill: #4ec3e0;
}

.cp-tabs__header {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cp-tabs__header {
    display: flex;
  }
}
.cp-tabs__title {
  background-color: rgba(172, 172, 172, 0.06);
  color: #ACACAC;
  display: inline-block;
  padding: 0 2.5rem;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 12PX;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #4ec3e0;
  height: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: 1.25px;
}
.cp-tabs__title:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cp-tabs__title:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.cp-tabs__title.-active, .cp-tabs__title:hover {
  background-color: #4ec3e0;
  color: #fff;
}
.cp-tabs__item:not(.-active) {
  display: none;
}

.cp-tab-filter {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  margin-top: -80px;
}
.cp-tab-filter__header {
  position: absolute;
  top: -45px;
  width: 100%;
  left: 0;
}
.cp-tab-filter__tab {
  display: flex;
  justify-content: center;
}
.cp-tab-filter__tab a {
  display: block;
  padding: 1.5rem;
  background-color: #4ec3e0;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 1.4rem;
  margin: 0 0.2rem;
}
.cp-tab-filter__tab a.-active {
  background-color: #fff;
  color: inherit;
}
@media (min-width: 992px) {
  .cp-tab-filter__form .form {
    display: flex;
    justify-content: space-between;
  }
}
.cp-tab-filter__form .form-group {
  width: 100%;
}
@media (min-width: 992px) {
  .cp-tab-filter__form .form-group {
    width: 19%;
    margin-bottom: 0;
  }
}
.cp-tab-filter__form .form-group:last-child {
  padding-top: 2rem;
}
.cp-tab-filter__form .form-group label {
  font-size: 1.2rem;
  letter-spacing: 1.25px;
}
.cp-tab-filter__form .form-group .select2-container {
  width: 100%;
}
.cp-tab-filter__form .btn, .cp-tab-filter__form select {
  width: 100%;
}
.cp-tab-filter__form .form-control {
  margin-bottom: 0;
}
.cp-tab-filter__content {
  padding: 3rem 4rem;
  position: relative;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cp-tab-filter.-rent .input-for-sell {
  display: none;
}
.cp-tab-filter.-sell .input-for-rent {
  display: none;
}

.cp-slider {
  position: relative;
}
.cp-slider__desc {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .cp-slider__desc {
    padding: 0;
    padding-left: 8rem;
  }
}
.cp-slider__desc img {
  margin-bottom: 1.6rem;
}
.cp-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-slider__media {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 100px;
}
.cp-slider .slick-arrow {
  background-color: transparent !important;
}
.cp-slider .slick-arrow:before {
  color: #000;
  width: 14px;
  height: 14px;
}
.cp-slider .slick-prev {
  left: 15px;
}
.cp-slider .slick-next {
  right: 15px;
}

@media (max-width: 991px) {
  .nav-sub {
    display: none;
    border-top: 1px solid #dce0e0;
    padding: 1.4rem 1rem;
  }
}
@media (min-width: 992px) {
  .nav-sub {
    position: absolute;
    width: 380px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 300ms all;
    z-index: 2000;
    padding: 1.6rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
  }
}
.nav-sub a {
  display: block;
  padding: 0.5rem 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  .nav-sub a {
    padding: 1.4rem 0 1.4rem 0;
  }
}
.nav-sub a:hover {
  color: #4ec3e0;
}
.nav-sub__title {
  color: #4ec3e0;
  display: block;
  margin-bottom: 1.4rem;
}
@media (min-width: 992px) {
  .nav-sub__col:not(:last-child) {
    margin-right: 3rem;
  }
}
.nav-sub__item {
  margin-bottom: 1.6rem;
}

.mb-click {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}

.main-nav {
  position: relative;
}
.main-nav a {
  color: inherit;
}
@media (min-width: 992px) {
  .main-nav {
    display: flex;
  }
}
@media (max-width: 991px) {
  .main-nav {
    position: fixed;
    width: 84vw;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 9000;
    transform: translateX(-100%);
    transition: 300ms all;
  }
}
.main-nav > li {
  position: relative;
}
@media (max-width: 991px) {
  .main-nav > li {
    border-bottom: 1px solid #dce0e0;
  }
}
.main-nav > li > a {
  position: relative;
  letter-spacing: 1.25px;
  padding: 1.2rem;
  display: block;
  line-height: 30px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .main-nav > li > a {
    line-height: 90px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .main-nav > li > a {
    padding: 0 1.6rem;
  }
}
.main-nav > li.-sub > a:after {
  content: "";
  display: block;
  border: solid #4ec3e0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.3px;
  transform: rotate(45deg);
  margin-left: 1rem;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .main-nav > li.-sub > a:after {
    position: absolute;
    right: 15px;
    top: 23px;
  }
}
@media (min-width: 992px) {
  .main-nav > li.-sub > a:after {
    margin-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .main-nav > li.-sub.-active .nav-sub {
    display: block;
  }
}
.main-nav > li:hover > a {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-nav > li:hover .nav-sub {
  visibility: visible;
  opacity: 1;
}

.header-nav {
  display: flex;
  font-weight: 400;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .header-nav {
    margin-right: 3rem;
  }
}

.user-nav {
  position: relative;
}
.user-nav__avatar {
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.user-nav__menu {
  position: absolute;
  width: 200px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 300ms all;
  z-index: 2000;
  padding: 1.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  top: 55px;
}
.user-nav:hover .user-nav__menu {
  opacity: 1;
  visibility: visible;
}

.main-logo {
  width: 90px;
  height: 33px;
  display: block;
}
@media (min-width: 992px) {
  .main-logo {
    width: 115px;
    height: 41px;
  }
}

.main-header {
  position: relative;
}
.main-header .main-logo svg {
  fill: #006A95;
}
.main-header .container {
  border-bottom: 1px solid #ACACAC;
}
@media (min-width: 992px) {
  .main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.main-header .btn {
  font-size: 1.2rem;
  margin-left: 1.4rem;
  line-height: 3.2rem;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .main-header .btn.-border {
    display: none;
  }
}
.main-header .phone-link {
  margin-right: 1.6rem;
}
@media (max-width: 991px) {
  .main-header .phone-link {
    font-size: 1.4rem;
  }
}
.main-header__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.main-header.-register .container {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.top-menu {
  display: flex;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .top-menu {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .top-menu {
    margin-right: 4rem;
  }
}
.top-menu li {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .top-menu li {
    margin: 0 3rem;
  }
}

body {
  overflow-x: hidden;
}
body.-is-nav {
  overflow: hidden;
}
body.-is-nav .main-nav {
  transform: translateX(0);
}
body.-is-nav .ham > .item {
  position: absolute;
  width: 50%;
  top: 17px;
  left: 9px;
}
body.-is-nav .ham > .item:nth-child(1) {
  transform: rotate(45deg);
}
body.-is-nav .ham > .item:nth-child(2) {
  transform: rotatey(90deg);
  opacity: 0;
}
body.-is-nav .ham > .item:nth-child(3) {
  transform: rotate(-45deg);
}

.main-footer {
  position: relative;
  margin-top: 50px;
}
.main-footer .container {
  border-top: 1px solid #acacac;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.archive {
  position: relative;
}
.archive .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #4ec3e0;
  height: 530px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .home-banner {
    height: 600px;
  }
}
.home-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009CA6;
  opacity: 0.5;
}
.home-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  position: relative;
}
.home-banner__desc {
  line-height: 1.8;
  font-weight: 500;
}
@media (min-width: 992px) {
  .home-banner__desc {
    font-size: 1.6rem;
  }
}
.home-banner__desc h2 {
  font-weight: 800;
}
@media (min-width: 992px) {
  .home-banner__desc h2 {
    font-size: 4rem;
  }
}
.home-banner__desc p {
  letter-spacing: 1.25px;
}

.home-solution {
  text-align: center;
}
@media (min-width: 768px) {
  .home-solution {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.home-testimonials {
  background: #4ec3e0;
  color: #fff;
}
@media (min-width: 768px) {
  .home-testimonials {
    padding-top: 40rem;
    background: url("../svg/shape-home.svg") top center no-repeat;
    background-size: cover;
  }
}
.home-testimonials .section-title {
  color: #fff;
}

.home-contact {
  position: relative;
}
@media (min-width: 768px) {
  .home-contact:before, .home-contact:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .home-contact:before {
    background: url("../images/left-tooth.svg") no-repeat top left;
    width: 254px;
    height: 446px;
    top: 0;
    left: 0;
  }
  .home-contact:after {
    background: url("../images/favorite-tooth.svg") no-repeat top left;
    width: 43px;
    height: 36px;
    top: 215px;
    left: 255px;
  }
}
.home-contact .panel {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .home-contact .panel:before, .home-contact .panel:after {
    content: "";
    display: block;
    position: absolute;
  }
  .home-contact .panel:before {
    background: url("../images/right-tooth.svg") no-repeat top left;
    width: 199px;
    height: 240px;
    bottom: 140px;
    right: -199px;
  }
  .home-contact .panel:after {
    background: url("../images/tooth.svg") no-repeat top left;
    width: 28px;
    height: 53px;
    top: 23px;
    right: -225px;
  }
}

.page-elements {
  background-color: #eee;
  padding: 0 8rem;
}

.elements-item .panel {
  margin-bottom: 1.6rem;
}

.page-none {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #eee;
}
.page-none__title {
  font-size: 6rem;
}

.page-header {
  position: relative;
  background-color: #4ec3e0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .page-header {
    height: 250px;
  }
}
.page-header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header__title {
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  color: #4ec3e0;
}
@media (min-width: 992px) {
  .page-header__title {
    font-size: 3.4rem;
  }
}

.page-search {
  background-color: #4ec3e0;
  padding: 3rem 0;
}
.page-search .container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-search .cp-search {
    width: 55%;
  }
}

.page-wrap {
  position: relative;
  padding-bottom: 4rem;
  min-height: 1000px;
  z-index: 1;
}
.page-wrap.-fh {
  margin-bottom: 34rem;
}

.page-sidebar {
  margin-bottom: 3rem;
}
.page-sidebar .cp-list-group {
  margin-bottom: 4rem;
  background-color: #fff;
}

.page-content {
  position: relative;
}
.page-content .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-content .cp-product {
  margin-bottom: 4rem;
  text-align: center;
}
.page-content.-loaded .page-result {
  opacity: 0.2;
}

/* ==========================================================================
   Imports
   ========================================================================== */
.primary-color {
  color: #4ec3e0;
}

.secondary-color {
  color: #F6F6F8;
}

.text-color {
  color: #333333;
}

.link-color {
  color: #F6F6F8;
}

.bg-primary {
  background-color: #4ec3e0;
  color: #fff;
}
.bg-primary .btn.-border {
  border-color: #fff;
  color: #fff;
}

.bg-secondary {
  background-color: #F6F6F8;
  color: #fff;
}

.bg-text {
  background-color: #333333;
  color: #fff;
}

.bg-link {
  background-color: #F6F6F8;
  color: #fff;
}

.bg-brown {
  background: linear-gradient(180deg, #aaaaa9 0%, #92908e 100%);
  color: #fff;
}

.bg-blue-light {
  background: rgba(0, 106, 149, 0.1);
}

.bg-gray-light {
  background: rgba(0, 106, 149, 0.05);
}

.bg-white {
  background-color: #fff;
}

.pd-0 {
  padding: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.invisible {
  visibility: hidden;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.-s16by9:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

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

.flex {
  display: flex;
}

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

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

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

.inline-list li {
  display: inline-block;
}
.inline-list li:not(:last-child) {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible-md {
    display: none;
  }
}

.home-nav {
  background-color: #4ec3e0;
  padding: 60px 0;
  text-align: center;
}
.home-nav .grid {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 992px) {
  .home-nav .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .home-nav .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .home-nav .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-nav .col {
  background-color: #F6F6F8;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-nav .col span {
  color: #333333;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.home-contact {
  text-align: center;
  margin: 40px 0;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .home-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .home-contact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-contact .home-contact__item {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-contact .home-contact__item:nth-child(2) {
  border-left: 1px solid #e5f3f7;
  border-right: 1px solid #e5f3f7;
}
.home-contact .home-contact__icon {
  background-color: #4ec3e0;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-contact__title {
  margin-top: 40px;
  font-weight: 400;
}

.home-contact__label {
  text-align: center;
  display: block;
}

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