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

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

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

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

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

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

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

/**
 * 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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
}

.text {
  font-weight: 400;
  font-size: 1.5rem;
  color: rgb(15, 10, 51);
  line-height: 1.4;
}
.text--white {
  color: rgb(255, 255, 255);
}

.hgreat {
  font-size: 3.2rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  line-height: 1.3em;
}
.hgreat--white {
  color: rgb(255, 255, 255);
}
.hgreat--green {
  color: rgb(0, 229, 146);
}
@media only screen and (min-width : 568px) {
  .hgreat {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  .hgreat {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width : 1600px) {
  .hgreat {
    font-size: 6.2rem;
  }
}

.hlarge {
  font-size: 3.2rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.3;
}
.hlarge--white {
  color: rgb(255, 255, 255);
}
.hlarge--green {
  color: rgb(0, 229, 146);
}
.hlarge--center {
  text-align: center;
}
@media only screen and (min-width : 568px) {
  .hlarge {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width : 992px) {
  .hlarge {
    font-size: 4.2rem;
  }
}

.hmediumlarge {
  font-size: 2.4rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.3;
}
.hmediumlarge--white {
  color: rgb(255, 255, 255);
}
.hmediumlarge--green {
  color: rgb(0, 229, 146);
}
.hmediumlarge--center {
  text-align: center;
}
@media only screen and (min-width : 568px) {
  .hmediumlarge {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .hmediumlarge {
    font-size: 3.3rem;
  }
}

.hmedium {
  font-size: 1.8rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
}
.hmedium--white {
  color: rgb(255, 255, 255);
}
.hmedium--green {
  color: rgb(0, 229, 146);
}
@media only screen and (min-width : 568px) {
  .hmedium {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 992px) {
  .hmedium {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.standard-text {
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  color: rgb(15, 10, 51);
}
.standard-text--white {
  color: rgb(255, 255, 255);
}
.standard-text--purple {
  color: rgb(151, 143, 226);
}
.standard-text p {
  font-weight: 500;
  line-height: 1.4;
}
.standard-text p:not(:last-child) {
  margin-bottom: 15px;
}
.standard-text a {
  text-decoration: underline;
  color: rgb(15, 10, 51);
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text b,
.standard-text strong {
  font-weight: 700;
}
.standard-text h2 {
  font-size: 3.8rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  line-height: 1.3em;
  margin-bottom: 40px;
}
@media only screen and (min-width : 568px) {
  .standard-text h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h2 {
    font-size: 5.8rem;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 1600px) {
  .standard-text h2 {
    font-size: 7rem;
  }
}
.standard-text h3 {
  font-size: 3.2rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (min-width : 568px) {
  .standard-text h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h3 {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
}
.standard-text h4 {
  font-size: 1.8rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media only screen and (min-width : 568px) {
  .standard-text h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h4 {
    font-size: 2.2rem;
  }
}
.standard-text h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width : 992px) {
  .standard-text h5 {
    font-size: 2rem;
  }
}
.standard-text h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.standard-text ul {
  list-style: none;
  margin-bottom: 30px;
}
.standard-text li {
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 8px;
  border-radius: 100%;
  background-color: rgb(151, 143, 226);
}
.standard-text--large-red {
  font-size: 20px;
  color: #ef0000;
}
@media only screen and (min-width : 992px) {
  .standard-text--large-red {
    font-size: 24px;
  }
}
.standard-text--gap {
  margin-top: 25px;
  margin-bottom: 40px;
}

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

.mw-1000 {
  margin: 0 auto;
  max-width: 1000px;
}

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

.text-50 {
  opacity: 35%;
}

html {
  scroll-behavior: smooth;
}

.noscroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}

input[type=date] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem !important;
  height: 37px !important;
  width: 100% !important;
  min-width: 95%;
  color: rgb(0, 0, 0) !important;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 12px !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%230f0a33'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) 15px;
  background-repeat: no-repeat;
}

.header {
  position: absolute;
  z-index: 30;
  width: 100%;
  top: 0;
  left: 0;
}
.header__logo-wrap {
  font-size: 0;
}
.header__logo {
  height: 50px;
}
@media only screen and (min-width : 992px) {
  .header__logo {
    height: 80px;
  }
}
.header__inner {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .header__inner {
    height: 130px;
  }
}
.header__right {
  display: block;
  position: fixed;
  text-align: center;
  width: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: width 400ms, opacity 400ms;
  height: 100%;
  background-color: rgb(39, 53, 131);
  padding-top: 90px;
  opacity: 0;
  z-index: 1000;
}
.header__right.opened {
  z-index: 100;
  width: 100%;
  opacity: 1;
}
@media only screen and (min-width : 992px) {
  .header__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 1;
    position: static;
    background-color: transparent;
    padding: 0;
    overflow: initial;
  }
  .header__right.opened {
    display: none;
  }
}
.header__nav-wrap {
  display: block;
  padding-left: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .header__nav-wrap {
    align-items: center;
    padding-left: 0;
    width: 100%;
    justify-content: flex-end;
    flex-direction: unset;
  }
}
.header__location {
  display: none;
}
@media only screen and (min-width : 768px) {
  .header__location {
    display: block;
    margin-right: 30px;
    color: rgb(15, 10, 51);
    text-decoration: none;
    font-weight: 400;
  }
}
.footer {
  margin-bottom: 120px;
}
.footer__box {
  position: relative;
  background-color: rgb(246, 245, 253);
  padding: 40px 25px 40px 25px;
  margin-bottom: 120px;
}
@media only screen and (min-width : 480px) {
  .footer__box {
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (min-width : 768px) {
  .footer__box {
    padding: 60px 120px;
  }
}
.footer__inner {
  display: block;
}
@media only screen and (min-width : 768px) {
  .footer__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 130px;
  }
}
.footer__row-wrap {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width : 1200px) {
  .footer__row-wrap {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-left: 3.333%;
  }
}
.footer__row {
  display: inline-block;
}
.footer__name {
  font-size: 1.8rem;
  font-weight: 800;
  color: rgb(0, 229, 146);
  margin-bottom: 20px;
}
.footer__link {
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(15, 10, 51);
  display: block;
  transition: 0.3s all;
}
.footer__link:not(:last-child) {
  margin-bottom: 15px;
}
.footer__link:hover {
  color: rgb(151, 143, 226);
}
@media only screen and (min-width : 480px) {
  .footer__link {
    font-size: 2.8rem;
  }
}
.footer__button-wrap {
  display: block;
}
.footer__button-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.footer__img {
  margin: 15px auto 0 auto;
  height: 350px;
  object-fit: contain;
  display: block;
}
@media only screen and (min-width : 768px) {
  .footer__img {
    position: absolute;
    bottom: -10px;
    right: unset;
    left: -65px;
  }
}
.footer__banner {
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .footer__banner {
    text-align: left;
    margin-left: calc(3.33% + 60px);
  }
}
.footer__heading {
  font-size: 3.6rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}
.footer__subheading {
  font-size: 2.8rem;
  color: rgb(15, 10, 51);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  font-size: 1.5rem;
}

.container {
  position: relative;
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 25px;
  z-index: 2;
}
@media only screen and (min-width : 568px) {
  .container {
    padding: 0px 40px;
  }
}

.section {
  margin: 60px 0;
}
@media only screen and (min-width : 992px) {
  .section {
    margin: 140px 0;
  }
  .section--smalltop {
    margin-top: 60px;
  }
  .section--smallbot {
    margin-bottom: 60px;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -50px;
  opacity: 0;
  font-size: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.whyus__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .whyus__inner {
    display: flex;
    justify-content: space-between;
  }
}
.whyus__left {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .whyus__left {
    width: 50%;
  }
}
.whyus__right {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .whyus__right {
    width: 50%;
  }
}
.whyus__box-wrap {
  background-color: rgb(246, 245, 253);
  padding: 40px 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 480px) {
  .whyus__box-wrap {
    padding: 40px;
  }
}
.whyus__box-wrap--white {
  background-color: rgb(255, 255, 255);
  padding: 40px 0;
}
@media only screen and (min-width : 568px) {
  .whyus__box-wrap--white {
    padding: 40px;
  }
}
.whyus__ticks {
  height: 26px;
  margin-bottom: 20px;
}
.whyus__list {
  margin-top: 50px;
}
.whyus__list-item {
  position: relative;
  color: rgb(0, 229, 146);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 40px;
}
.whyus__list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .whyus__list-item {
    font-size: 1.8rem;
    padding-left: 60px;
  }
}
.whyus__list-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("/site/templates/assets/images/tick-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 32px;
}
.whyus__list-item--white {
  color: rgb(255, 255, 255);
}
.whyus__list-item--white::before {
  background-image: url("/site/templates/assets/images/tick-purple.svg");
}
.whyus__row {
  display: block;
  text-align: center;
}
.whyus__row:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(151, 143, 226);
}
@media only screen and (min-width : 568px) {
  .whyus__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.whyus__icon {
  height: 150px;
  margin-bottom: 10px;
}
@media only screen and (min-width : 568px) {
  .whyus__icon {
    margin-bottom: 0;
  }
}
.whyus__row-text-wrap {
  margin-left: 20px;
}

.articles__heading-wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .articles__heading-wrap {
    margin-bottom: 70px;
  }
}
.articles__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.articles__item {
  width: 100%;
  padding: 0px 20px 60px 20px;
}
@media only screen and (min-width : 568px) {
  .articles__item {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .articles__item {
    width: 33%;
  }
}
@media only screen and (min-width : 1200px) {
  .articles__item {
    width: 25%;
  }
}
.articles__img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.articles__date {
  font-size: 1.5rem;
  color: rgb(151, 143, 226);
  font-weight: 600;
  margin: 5px 0 20px 0;
}
.articles__button-wrap {
  margin-top: 20px;
}

.button-plain {
  position: relative;
  color: rgb(151, 143, 226);
  text-align: left;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (min-width : 420px) {
  .button-plain {
    font-size: 1.6rem;
  }
}
.button-plain::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(151, 143, 226);
  width: 51%;
  height: 1px;
  content: "";
  transition: 0.5s all;
}
.button-plain::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(151, 143, 226);
  width: 51%;
  height: 1px;
  content: "";
  transition: 0.5s all;
}
.button-plain:hover {
  color: rgb(0, 229, 146);
}
.button-plain:hover::before {
  width: 0;
  background-color: rgb(0, 229, 146);
}
.button-plain:hover::after {
  width: 0;
  background-color: rgb(0, 229, 146);
}

.button {
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 10, 51);
  text-align: left;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  padding: 15px 35px;
  width: 100%;
  border: 0;
}
@media only screen and (min-width : 420px) {
  .button {
    font-size: 1.6rem;
  }
}
.button:hover {
  background-color: rgb(151, 143, 226);
}
.button--green {
  color: rgb(15, 10, 51);
  background-color: rgb(0, 229, 146);
  display: block;
}
.button--green:hover {
  background-color: rgb(151, 143, 226);
  color: rgb(255, 255, 255);
}
.button--darkgreen {
  color: rgb(255, 255, 255);
  background-color: #00b573;
  display: block;
}
.button--darkgreen:hover {
  background-color: rgb(151, 143, 226);
  color: rgb(255, 255, 255);
}
.button--green-small {
  color: rgb(15, 10, 51);
  background-color: rgb(0, 229, 146);
}
.button--green-small:hover {
  background-color: rgb(151, 143, 226);
  color: rgb(255, 255, 255);
}
.button--auto {
  display: inline-block;
  width: auto;
}
.button__largetext {
  display: block;
  font-size: 2.8rem;
  padding-bottom: 5px;
}
.button:disabled {
  opacity: 0.25;
}

.button-special {
  color: rgb(15, 10, 51);
  background-color: rgb(0, 229, 146);
  text-align: left;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  padding: 15px 70px 15px 35px;
}
@media only screen and (min-width : 420px) {
  .button-special {
    font-size: 1.6rem;
  }
}
.button-special:hover {
  background-color: rgb(151, 143, 226);
  color: rgb(255, 255, 255);
}
.button-special__wrap {
  position: relative;
}
.button-special__img {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}

.divider__box {
  position: relative;
  background-color: rgb(0, 229, 146);
  width: 100%;
  padding: 40px 25px 230px 25px;
  margin-bottom: 120px;
}
@media only screen and (min-width : 480px) {
  .divider__box {
    padding: 40px 40px 230px 40px;
  }
}
@media only screen and (min-width : 568px) {
  .divider__box {
    padding: 60px 60px 270px 60px;
  }
}
@media only screen and (min-width : 992px) {
  .divider__box {
    padding: 60px;
  }
}
.divider__inner {
  display: block;
}
@media only screen and (min-width : 768px) {
  .divider__inner {
    display: flex;
    justify-content: flex-start;
  }
}
.divider__row {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width : 768px) {
  .divider__row {
    width: 50%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 992px) {
  .divider__row {
    width: 30%;
  }
}
.divider__heading-wrap {
  max-width: 100%;
}
@media only screen and (min-width : 992px) {
  .divider__heading-wrap {
    max-width: 80%;
  }
}
.divider__button-wrap {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width : 992px) {
  .divider__button-wrap {
    position: absolute;
    bottom: -84.2px;
    left: 0;
  }
}
.divider__img {
  position: absolute;
  height: 400px;
  object-fit: cover;
  right: 0;
  bottom: -110px;
}
@media only screen and (min-width : 768px) {
  .divider__img {
    right: 170px;
    bottom: -120px;
  }
}
@media only screen and (min-width : 992px) {
  .divider__img {
    bottom: -110px;
    right: -70px;
  }
}
@media only screen and (min-width : 1200px) {
  .divider__img {
    height: 500px;
    bottom: -150px;
    right: -70px;
  }
}

.copyright {
  background-color: rgb(15, 10, 51);
}
.copyright__inner {
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width : 992px) {
  .copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.copyright__row:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width : 992px) {
  .copyright__row:not(:last-child) {
    margin-bottom: 0;
  }
}
.copyright__text {
  text-align: center;
  color: rgb(0, 229, 146);
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (min-width : 992px) {
  .copyright__text {
    text-align: left;
  }
}

.map__heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.map__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media only screen and (min-width : 992px) {
  .map__inner {
    width: 90%;
  }
}
.map__map-wrap {
  position: relative;
}
.map__map {
  margin-bottom: 30px;
}
@media only screen and (min-width : 992px) {
  .map__map {
    margin-bottom: 0;
  }
}
.map__popup {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}
@media only screen and (min-width : 992px) {
  .map__popup {
    position: absolute;
    margin: 0;
    z-index: 10;
    width: 370px;
    top: 195px;
    left: -88px;
  }
}
.map__popup--mobile {
  display: block;
}
@media only screen and (min-width : 992px) {
  .map__popup--mobile {
    display: none;
  }
}
.map__popup--desktop {
  display: none;
}
@media only screen and (min-width : 992px) {
  .map__popup--desktop {
    display: block;
  }
}
.map__popup-inner {
  background-color: rgb(15, 10, 51);
  padding: 25px;
  position: relative;
}
@media only screen and (min-width : 480px) {
  .map__popup-inner {
    padding: 40px;
  }
}
.map__popup-img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 0;
}
@media only screen and (min-width : 992px) {
  .map__popup-img {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 250px;
    height: 140px;
  }
}
.map__person {
  margin-top: 30px;
}
.map__row {
  display: block;
}
.map__row:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width : 480px) {
  .map__row {
    display: flex;
    align-self: flex-end;
  }
}
.map__name {
  font-size: 1.8rem;
  color: rgb(0, 229, 146);
  font-weight: 800;
  margin-right: 20px;
}
.map__job {
  font-size: 1.5rem;
  color: rgb(151, 143, 226);
  font-weight: 800;
  display: flex;
  align-items: flex-end;
}
.map__link {
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.map__link:not(:last-child) {
  margin-right: 15px;
}
.map__popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.map__tick {
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.map__tick path {
  fill: rgb(0, 229, 146);
  transition: fill 300ms;
}
.map__tick:hover path {
  fill: rgb(151, 143, 226);
}
.map__tick-wrap {
  position: absolute;
  width: 26px;
  transform: translate(-13px, -13px);
  transition: all 300ms;
}
@media only screen and (min-width : 480px) {
  .map__tick-wrap {
    width: 40px;
    transform: translate(-20px, -20px);
  }
}
@media only screen and (min-width : 768px) {
  .map__tick-wrap {
    width: 50px;
    transform: translate(-25px, -25px);
  }
}
@media only screen and (min-width : 992px) {
  .map__tick-wrap {
    width: 60px;
    transform: translate(-30px, -30px);
  }
}
.map__tick-wrap--active {
  width: 40px;
  transform: translate(-20px, -20px);
}
@media only screen and (min-width : 480px) {
  .map__tick-wrap--active {
    width: 60px;
    transform: translate(-30px, -30px);
  }
}
@media only screen and (min-width : 768px) {
  .map__tick-wrap--active {
    width: 70px;
    transform: translate(-35px, -35px);
  }
}
@media only screen and (min-width : 992px) {
  .map__tick-wrap--active {
    width: 90px;
    transform: translate(-45px, -45px);
  }
}
.map__tick-wrap--active .map__tick path {
  fill: rgb(151, 143, 226);
}
.map__tick-wrap--1 {
  left: 58%;
  top: 53%;
}
.map__tick-wrap--2 {
  left: 28%;
  top: 23%;
}
.map__tick-wrap--3 {
  left: 71%;
  top: 70%;
}
.map__member {
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-13px, -13px);
  border-radius: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (min-width : 480px) {
  .map__member {
    width: 40px;
    height: 40px;
    transform: translate(-20px, -20px);
  }
}
@media only screen and (min-width : 768px) {
  .map__member {
    width: 50px;
    height: 50px;
    transform: translate(-25px, -25px);
  }
}
@media only screen and (min-width : 992px) {
  .map__member {
    width: 60px;
    height: 60px;
    transform: translate(-30px, -30px);
  }
}
.map__button-wrap {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}
.map__text {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.nav {
  display: block;
}
@media only screen and (min-width : 992px) {
  .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.nav__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .nav__menu {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width : 992px) {
  .nav__item:not(:last-child) {
    margin-right: 25px;
  }
}
.nav__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (min-width : 992px) {
  .nav__link {
    display: flex;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .nav__link:hover {
    text-decoration: underline;
    color: rgb(255, 255, 255);
  }
}
@media only screen and (min-width : 1200px) {
  .nav__link {
    font-size: 1.8rem;
  }
}
.nav__link--active {
  font-weight: 700;
}
.nav__social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .nav__social {
    margin-left: 20px;
    margin-top: 0;
  }
}
.nav__social-fb, .nav__social-ig {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.nav__social-fb > svg, .nav__social-ig > svg {
  display: block;
  height: 100%;
}
.nav__social-fb:not(:last-child), .nav__social-ig:not(:last-child) {
  margin-right: 10px;
}
.nav__social-fb:hover > svg, .nav__social-ig:hover > svg {
  fill: rgb(0, 229, 146);
}

.burger {
  cursor: pointer;
  display: block;
  float: right;
  z-index: 2000;
}
@media only screen and (min-width : 992px) {
  .burger {
    display: none;
  }
}
.burger__wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .burger__wrap {
    display: none;
  }
}

.burger-1,
.burger-2,
.burger-3 {
  display: block;
  position: relative;
  z-index: 100;
  width: 25px;
  height: 4px;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
  border-radius: 100px;
}

.burger-1,
.burger-2 {
  margin-bottom: 3px;
}

.burger.opened .burger-1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  background-color: rgb(255, 255, 255);
}

.burger.opened .burger-2 {
  opacity: 0;
  background-color: rgb(255, 255, 255);
}

.burger.opened .burger-3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
  background-color: rgb(255, 255, 255);
}

.hero {
  position: relative;
  min-height: auto;
  background-image: url("/site/templates/assets/images/hero.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 130px 0 80px 0;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(15, 10, 51);
  opacity: 0.85;
  z-index: 1;
}
.hero--nobg {
  background-image: none;
  background-color: rgb(15, 10, 51);
}
.hero--nobg__before {
  display: none;
}
.hero--article {
  min-height: unset;
}
.hero--small {
  padding: 100px 0 0 0;
  min-height: unset;
}
@media only screen and (min-width : 992px) {
  .hero--small {
    padding: 130px 0 0 0;
  }
}
.hero__inner {
  display: grid;
  column-gap: 60px;
  row-gap: 70px;
  align-items: center;
}
@media only screen and (min-width : 1200px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.hero__heading-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .hero__heading-wrap {
    margin-bottom: 60px;
  }
}
.hero__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  max-width: 370px;
  margin-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .hero__text {
    font-size: 1.8rem;
  }
}
.hero__buttons-wrap {
  display: flex;
}
.hero__btn-wrap:not(:last-child) {
  margin-right: 30px;
}
.hero__img {
  display: none;
}
@media only screen and (min-width : 1200px) {
  .hero__img {
    display: block;
    position: absolute;
    width: 420px;
    left: 47%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media only screen and (min-width : 1600px) {
  .hero__img {
    width: 450px;
  }
}
.hero__heading-text {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1em;
  color: rgb(255, 255, 255);
}
.hero__top {
  text-align: center;
}
.hero__category-wrap {
  margin: 50px 0 30px 0;
}

.calc {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 40px 25px;
  /*&__img {

      object-fit: contain;
      right: 0;
      bottom: -125px;
      height: 300px;
      display: flex;
      margin: 80px auto 0 auto;

      @media only screen and (min-width : 992px) {
          position: absolute;

      }

      @media only screen and (min-width : 1200px) {
          height: 410px;
      }
  }*/
}
@media only screen and (min-width : 480px) {
  .calc {
    padding: 40px;
  }
}
.calc--alone {
  width: 100%;
}
.calc__wrap {
  width: 100%;
  margin: 80px auto 0 auto;
  display: grid;
  column-gap: 100px;
  row-gap: 80px;
  align-items: center;
}
@media only screen and (min-width : 1200px) {
  .calc__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.calc__heading {
  margin-bottom: 30px;
  font-size: 3.2rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.3;
}
.calc__slider-wrap {
  position: relative;
  margin-bottom: 70px;
}
.calc__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  background: rgb(151, 143, 226);
  outline: none;
  margin: 20px 0 5px 0;
}
.calc__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background-image: url("/site/templates/assets/images/calc-drag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.calc__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background-image: url("/site/templates/assets/images/calc-drag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.calc__value {
  color: rgb(15, 10, 51);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 4px 12px 8px 12px;
  background-color: white;
  z-index: 1;
}
.calc__slider-title {
  position: absolute;
  bottom: -20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(151, 143, 226);
}
.calc__slider-title--first {
  left: 0;
}
.calc__slider-title--last {
  right: 0;
}
.calc__label {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(15, 10, 51);
  display: block;
  text-align: center;
}
.calc__label--left {
  text-align: left;
}
.calc__button-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 80px);
}
.calc__row {
  display: block;
}
@media only screen and (min-width : 568px) {
  .calc__row {
    display: flex;
    justify-content: space-between;
  }
}
.calc__amount {
  width: 100%;
  position: relative;
}
@media only screen and (min-width : 568px) {
  .calc__amount {
    width: 48%;
  }
}
.calc__input-wrap {
  position: relative;
  margin: 7px 0 15px 0;
}
.calc__input-wrap::after {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(15, 10, 51);
  content: "Kč";
}
.calc__input {
  width: 100%;
  padding: 8px 35px 8px 25px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  text-align: left;
  font-size: 1.4rem;
  color: rgb(15, 10, 51);
  border: 1px solid rgb(151, 143, 226);
  height: 37px;
  border-radius: 0;
}
.calc__input--purple {
  background-color: rgb(246, 245, 253);
}
.calc__input::-webkit-outer-spin-button, .calc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  display: none;
  margin: 0;
}
.calc__mark {
  position: absolute;
  cursor: pointer;
  left: 6px;
}
.calc__mark--plus {
  top: 8px;
  width: 8px;
}
.calc__mark--minus {
  bottom: 6px;
  width: 8px;
  padding: 3px 1px;
}
.calc__select-wrap {
  position: relative;
  margin-bottom: 25px;
}
.calc__select {
  width: 100%;
  padding: 8px 16px 8px 16px;
  margin: 7px 0 15px 0;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  color: rgb(15, 10, 51);
  border: 1px solid rgb(151, 143, 226);
  height: 37px;
  border-radius: 0;
}
.calc__select::-webkit-outer-spin-button, .calc__select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.calc__error {
  text-align: center;
  font-weight: bold;
  color: #ef0000;
}

.article {
  padding: 60px 0;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 768px) {
  .article {
    padding: 100px 0;
  }
}
.article--reverse .article__block {
  flex-direction: row-reverse;
}
@media only screen and (min-width : 992px) {
  .article--small .article__img {
    height: 300px;
  }
}
@media only screen and (min-width : 992px) {
  .article--small .article__left {
    width: 66%;
  }
}
@media only screen and (min-width : 992px) {
  .article--small .article__right {
    width: 30%;
  }
}
.article--bg {
  background-color: rgb(246, 245, 253);
}
.article--mid .article__block {
  display: block;
}
@media only screen and (min-width : 992px) {
  .article--mid .article__left {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 992px) {
  .article--mid .article__right {
    width: 70%;
    margin: 40px auto 0 auto;
    display: flex;
  }
}
@media only screen and (min-width : 992px) {
  .article--mid .article__img {
    height: 300px;
  }
  .article--mid .article__img:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .article--mid .article__heading-wrap {
    max-width: 70%;
    margin: 0 auto;
  }
}
.article__block {
  display: block;
}
@media only screen and (min-width : 992px) {
  .article__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.article__left {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .article__left {
    width: 48%;
  }
}
.article__right {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .article__right {
    width: 48%;
  }
}
.article__img {
  object-fit: cover;
  height: 220px;
  width: 100%;
  object-position: center center;
  margin-top: 30px;
}
@media only screen and (min-width : 420px) {
  .article__img {
    height: 300px;
  }
}
@media only screen and (min-width : 568px) {
  .article__img {
    height: 400px;
    margin-top: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .article__img {
    margin-top: 0;
  }
}
.offer__heading-wrap {
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .offer__heading-wrap {
    width: 80%;
  }
}
.offer__heading-text {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 1em;
}
.offer__inner {
  display: block;
}
@media only screen and (min-width : 1200px) {
  .offer__inner {
    display: flex;
  }
}
.offer__left {
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .offer__left {
    width: 55%;
  }
}
.offer__right {
  width: 100%;
  justify-content: center;
  display: none;
}
@media only screen and (min-width : 1200px) {
  .offer__right {
    display: flex;
    width: 45%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
  }
}
.offer__img {
  height: 300px;
  object-fit: contain;
}
@media only screen and (min-width : 768px) {
  .offer__img {
    height: 350px;
  }
}
.offer__boxes-wrap--top {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.offer__box {
  position: relative;
  background-color: rgb(246, 245, 253);
  padding: 25px 25px;
}
.offer__box:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (min-width : 480px) {
  .offer__box {
    padding: 25px 40px;
  }
}
.offer__ticks {
  position: absolute;
  height: 26px;
  top: 0;
  transform: translateY(-50%);
  left: 25px;
}
@media only screen and (min-width : 480px) {
  .offer__ticks {
    left: 40px;
  }
}
.offer__row {
  display: block;
}
@media only screen and (min-width : 768px) {
  .offer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.offer__row-inner {
  max-width: 300px;
}
.offer__rates-wrap {
  display: flex;
  align-items: flex-end;
}
.offer__rates-wrap:not(:last-child) {
  margin-bottom: 5px;
}
.offer__rate {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(0, 229, 146);
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  text-align: left;
  flex-grow: 1;
}
.offer__rate--large {
  font-size: 2rem;
}
.offer__dots {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  letter-spacing: 3px;
  flex-grow: 0;
  color: rgba(0, 229, 146, 0.5);
}
.offer__heading {
  font-size: 3.6rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
.offer__heading--small {
  font-size: 2.6rem;
  color: rgb(119, 117, 135);
}
@media only screen and (min-width : 768px) {
  .offer__heading {
    margin-bottom: 0;
  }
}
.offer__text-wrap {
  margin-top: 20px;
}
.offer__button-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
  width: 100%;
}
.offer__button-wrap--large {
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 300px;
}
@media only screen and (min-width : 1200px) {
  .offer__button-wrap {
    display: block;
  }
}
.offer__button-wrap--phone {
  display: block;
  max-width: 100000px;
}
@media only screen and (min-width : 1200px) {
  .offer__button-wrap--phone {
    display: none;
  }
}
.offer__text-bot {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.offer__empty {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(119, 117, 135);
  line-height: 1.4;
}
.offer__legal-info {
  margin: 0 auto;
  font-size: 1.2rem;
  color: gray;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

.form {
  background-color: rgb(246, 245, 253);
  padding: 60px 0;
}
@media only screen and (min-width : 768px) {
  .form {
    padding: 100px 0;
  }
}
.form__heading-wrap {
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .form__heading-wrap {
    width: 80%;
  }
}
.form__inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .form__inner {
    width: 80%;
  }
}
@media only screen and (min-width : 992px) {
  .form__inner {
    width: 55%;
  }
}
.form__row {
  display: block;
}
@media only screen and (min-width : 568px) {
  .form__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.form__row--radio {
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .form__row--radio {
    margin-bottom: 20px;
  }
}
.form__column {
  width: 100%;
}
@media only screen and (min-width : 568px) {
  .form__column {
    width: 48%;
  }
}
.form__column--full {
  width: 100%;
}
.form__button-wrap {
  margin-top: 60px;
}
.form__label {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(15, 10, 51);
  display: block;
  text-align: left;
}
.form__label input:checked ~ .form__radio {
  background-color: rgb(151, 143, 226);
}
.form__label input:checked ~ .form__radio:after {
  display: block;
}
.form__label--radio {
  position: relative;
  width: 100%;
  margin: 5px 0;
}
@media only screen and (min-width : 568px) {
  .form__label--radio {
    width: 50%;
  }
}
.form__label--radio input {
  opacity: 0;
  position: absolute;
}
.form__label--name {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 568px) {
  .form__label--name {
    width: 50%;
    margin-bottom: 0;
  }
}
.form__label--warning {
  color: #ef0000;
}
.form__input {
  width: 100%;
  padding: 8px 35px 8px 25px;
  margin: 7px 0 15px 0;
  display: inline-block;
  background-color: rgb(246, 245, 253);
  text-align: left;
  font-size: 1.4rem;
  color: rgb(15, 10, 51);
  border: 1px solid rgb(151, 143, 226);
  height: 37px;
  border-radius: 0;
}
.form__input::-webkit-outer-spin-button, .form__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form__radios-wrap {
  width: 100%;
  display: flex;
  margin-left: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width : 568px) {
  .form__radios-wrap {
    width: 50%;
    margin-left: 50px;
  }
}
.form__radio {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  height: 20px;
  width: 20px;
  background-color: rgb(246, 245, 253);
  border: 1px rgb(151, 143, 226) solid;
  cursor: pointer;
}
.form__radio:hover {
  background-color: rgb(255, 255, 255);
}
.form__radio::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form__error-msg {
  font-weight: bold;
  color: #ef0000;
  font-size: 1.2rem;
  padding-left: 10px;
}
.form__error-gen {
  text-align: center;
  font-weight: bold;
  color: #ef0000;
}
.form__error-front {
  text-align: left;
  font-weight: bold;
  color: #ef0000;
  margin-top: -10px;
  margin-bottom: 20px;
}

.summary {
  background-color: rgb(255, 255, 255);
}
.summary__heading-wrap {
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .summary__heading-wrap {
    width: 80%;
  }
}
.summary__inner {
  display: block;
  width: 100%;
  margin: 60px auto 0 auto;
}
@media only screen and (min-width : 1200px) {
  .summary__inner {
    width: 80%;
  }
}
@media only screen and (min-width : 992px) {
  .summary__inner {
    display: flex;
    justify-content: space-between;
  }
}
.summary__box {
  width: 100%;
  background-color: rgb(246, 245, 253);
  padding: 40px 25px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width : 480px) {
  .summary__box {
    padding: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .summary__box {
    width: 48%;
    margin-bottom: 0;
  }
}
.summary__item {
  display: flex;
  align-items: flex-end;
}
.summary__item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px rgba(151, 143, 226, 0.3) solid;
  padding-bottom: 10px;
}
@media only screen and (min-width : 480px) {
  .summary__item:not(:last-child) {
    padding-bottom: 0;
    border: none;
  }
}
.summary__name {
  font-size: 1.6rem;
  color: rgb(151, 143, 226);
  font-weight: 800;
  flex-shrink: 1;
  text-align: left;
  flex-grow: 1;
}
@media only screen and (min-width : 480px) {
  .summary__name {
    flex-shrink: 0;
  }
}
.summary__value {
  font-size: 1.6rem;
  color: rgb(15, 10, 51);
  flex-shrink: 0;
}
.summary__dots {
  display: none;
  overflow: hidden;
  margin: 0 10px;
  letter-spacing: 3px;
  flex-grow: 0;
  color: rgba(151, 143, 226, 0.5);
}
@media only screen and (min-width : 480px) {
  .summary__dots {
    display: block;
  }
}
.summary__sms {
  max-width: 250px;
  margin: 50px auto 0px auto;
}
.summary__label {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(15, 10, 51);
  display: block;
  text-align: center;
}
.summary__input {
  width: 100%;
  padding: 8px 35px 8px 25px;
  margin: 7px 0 15px 0;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-size: 2.6rem;
  color: rgb(15, 10, 51);
  border: 1px solid rgb(151, 143, 226);
  height: 57px;
  border-radius: 0;
}
.summary__input::-webkit-outer-spin-button, .summary__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.summary__conditions {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgb(15, 10, 51);
  text-align: center;
}
.summary__link {
  color: rgb(15, 10, 51);
}
.summary__link:hover {
  text-decoration: none;
}
.summary__button-wrap {
  margin: 20px auto 0 auto;
  text-align: center;
  max-width: 250px;
}
.summary__error {
  text-align: center;
  font-weight: bold;
  color: #ef0000;
  margin-top: 20px;
}
.summary__sendsms-wrap {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.summary__sendsms-info {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgb(151, 143, 226);
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.confirmation {
  background-color: rgb(255, 255, 255);
}
.confirmation__heading-wrap {
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: center;
}
.confirmation__box {
  background-color: rgb(246, 245, 253);
  max-width: 100%;
  padding: 40px 25px;
  margin: 0 auto;
}
@media only screen and (min-width : 480px) {
  .confirmation__box {
    padding: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .confirmation__box {
    max-width: 70%;
    padding: 60px;
  }
}
.confirmation__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirmation__row:not(:last-child) {
  margin-bottom: 30px;
}
.confirmation__number {
  display: block;
  background-color: rgb(0, 229, 146);
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-right: 20px;
}
@media only screen and (min-width : 568px) {
  .confirmation__number {
    max-width: 80px;
    height: 80px;
    font-size: 3.6rem;
  }
}
.confirmation__text {
  width: 85%;
}

.loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(15, 10, 51, 0.7);
  z-index: 10000;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.team__heading-wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .team__heading-wrap {
    margin-bottom: 70px;
  }
}
.team__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.team__item {
  width: 100%;
  padding: 0px 20px 60px 20px;
  text-align: center;
  /*@media only screen and (min-width : 1200px) {
      width: 25%;
  }*/
}
@media only screen and (min-width : 568px) {
  .team__item {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .team__item {
    width: 33%;
  }
}
.team__img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 15px;
}
.team__email {
  display: block;
  font-size: 1.5rem;
  color: rgb(151, 143, 226);
  font-weight: 600;
  margin: 5px 0 20px 0;
  text-decoration: none;
}
.team__button-wrap {
  margin-top: 20px;
}

.signpost {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (min-width : 568px) {
  .signpost {
    grid-template-columns: 1fr 1fr;
  }
}
.signpost__item {
  background-color: rgb(255, 255, 255);
  color: rgb(15, 10, 51);
  text-decoration: none;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.signpost__item:hover {
  background-color: rgb(195, 192, 223);
}
.signpost__item:hover .signpost__heading {
  color: rgb(15, 10, 51);
}
.signpost__icon {
  width: 110px;
  margin: 0 auto;
}
.signpost__heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: rgb(151, 143, 226);
  transition: all 0.3s ease-in-out;
}

.whynew__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.whynew__box {
  width: 100%;
  padding: 20px 15px;
  text-align: center;
}
@media only screen and (min-width : 480px) {
  .whynew__box {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .whynew__box {
    width: 20%;
  }
}
.whynew__number {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(151, 143, 226);
  color: rgb(255, 255, 255);
  font-size: 6rem;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 100%;
}
.whynew__heading {
  font-size: 2rem;
  color: rgb(15, 10, 51);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.withus__line1 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.withus__line2 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (min-width : 992px) {
  .withus__line2 {
    grid-template-columns: 1fr 1fr;
  }
}
.withus__number {
  font-size: 5.4rem;
  color: rgb(0, 229, 146);
  font-weight: 800;
  line-height: 1.3em;
}
.withus__box {
  padding: 50px 50px;
  text-align: center;
  border: 5px solid rgba(15, 10, 51, 0.1294117647);
  border-radius: 10px;
}
@media only screen and (min-width : 992px) {
  .withus__box--half {
    width: 50%;
    margin: 0 auto;
  }
}
.withus__large {
  font-size: 3rem;
  line-height: 1.3;
  color: rgb(151, 143, 226);
}
.withus__medium {
  font-size: 2.4rem;
  line-height: 1.3;
}
.withus__small {
  font-size: 2rem;
  line-height: 1.3;
}
.withus__advant {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1px;
  max-width: 902px;
  margin: 0 auto;
  background-color: rgba(195, 192, 223, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .withus__advant {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.withus__advant-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(246, 245, 253);
  padding: 30px 25px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(15, 10, 51);
}
.withus__button-wrap {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

.contact__inner {
  max-width: 600px;
  margin: 0 auto;
}
.contact__heading {
  margin-bottom: 20px;
}
.contact__links {
  margin-bottom: 70px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__link {
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: rgb(15, 10, 51);
  display: block;
  transition: 0.3s all;
  position: relative;
  padding-left: 42px;
}
.contact__link:not(:last-child) {
  margin-bottom: 25px;
}
.contact__link:hover {
  color: rgb(151, 143, 226);
}
@media only screen and (min-width : 480px) {
  .contact__link {
    font-size: 2.8rem;
  }
}
.contact__link > svg {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  left: 0;
  top: 1px;
}
.contact__links-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__link-fb, .contact__link-ig {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.contact__link-fb > svg, .contact__link-ig > svg {
  display: block;
  height: 100%;
}
.contact__link-fb:not(:last-child), .contact__link-ig:not(:last-child) {
  margin-right: 12px;
}
.contact__link-fb:hover > svg, .contact__link-ig:hover > svg {
  fill: rgb(151, 143, 226);
}
.contact__box {
  background-color: rgb(246, 245, 253);
  padding: 40px;
  text-align: center;
  position: relative;
}
.contact__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 200px;
  object-fit: contain;
  display: none;
}
@media only screen and (min-width : 768px) {
  .contact__img {
    left: -65px;
    display: block;
  }
}
.contact__name {
  font-size: 1.8rem;
  font-weight: 800;
  color: rgb(0, 229, 146);
  margin-bottom: 20px;
}
.contact__button {
  margin-top: 20px;
}

.refs__stars {
  width: 125px;
  position: relative;
}
.refs__stars--large {
  width: 250px;
  margin-top: -30px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.refs__stars-emptybox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.refs__stars-fullbox {
  width: 125px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.refs__stars-fullbox--large {
  width: 250px;
}
.refs__stars-fullbox-outer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  overflow: hidden;
}
.refs__star-empty > img {
  width: 100%;
}
.refs__star-full > img {
  width: 100%;
}
.refs__button-wrap {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

.refbox__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-top: 60px;
}
@media only screen and (min-width : 992px) {
  .refbox__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1200px) {
  .refbox__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.refbox__list--smallmargin {
  margin-top: 40px;
}

.refbox {
  background-color: rgb(246, 245, 253);
  padding: 30px 35px;
}
.refbox__top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.refbox__picture {
  width: 80px;
  height: 80px;
}
.refbox__img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center top;
}
.refbox__rating {
  margin-left: 20px;
}
.refbox__name {
  font-size: 1.8rem;
  font-weight: 800;
  color: rgb(151, 143, 226);
  margin-bottom: 10px;
}
.refbox__city {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(15, 10, 51);
}
.refbox__text {
  margin-bottom: 15px;
}
.refbox__our-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: rgb(151, 143, 226);
  margin-bottom: 5px;
}

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