/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

progress {
  vertical-align: baseline; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

/* Normalize.end
 ---------------------------------------------------*/
/* Fonts
 ---------------------------------------------------*/
@font-face {
  font-family: 'LatoCyr';
  src: local("Lato Light"), local("Lato-Light"), url("/fonts/Lato-Light.woff2") format("woff2"), url("/fonts/Lato-Light.woff") format("woff"), url("/fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: 'LatoCyr';
  src: local("Lato Regular"), local("Lato-Regular"), url("/fonts/Lato-Regular.woff2") format("woff2"), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'LatoCyr';
  src: local("Lato Bold"), local("Lato-Bold"), url("/fonts/Lato-Bold.woff2") format("woff2"), url("/fonts/Lato-Bold.woff") format("woff"), url("/fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

/* Fonts.end
 ---------------------------------------------------*/
/* Reset
 ---------------------------------------------------*/
html {
  line-height: 1.4;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #4b4b4b;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff; }

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

/*   typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.65em;
  font-weight: 300;
  line-height: 1.3; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

.title {
  margin-bottom: 32px;
  font-size: 28px; }
  .title a {
    color: inherit;
    text-decoration: none; }
    .title a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 992px) {
    .title {
      font-size: 34px; } }

.subtitle {
  font-weight: 400;
  font-size: 20px; }
  @media screen and (min-width: 992px) {
    .subtitle {
      font-size: 26px; } }

.lead {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

a {
  color: #009cf7;
  -webkit-text-decoration-skip: skip;
  text-decoration-skip: ink;
  background-color: transparent; }
  a:hover {
    text-decoration: none; }

mark {
  padding: .2em;
  background-color: #fcf8e3; }

/*   typography.end */
/*   elements */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: 8px;
  margin-left: 0; }

hr {
  overflow: visible;
  height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

svg,
img {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto;
  border-style: none; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #b2b2b2;
  text-align: left;
  caption-side: bottom; }

/*   elements.end */
/*   forms */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.65em;
  padding: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  color: inherit;
  white-space: normal; }

label {
  display: inline-block;
  margin-bottom: 8px; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit; }

textarea {
  overflow: auto;
  resize: vertical; }

/*   forms.end */
/*   code */
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/*   code.end */
/* Reset.end
 ---------------------------------------------------*/
/* Scripts styles
 ---------------------------------------------------*/
/*   toggle core */
[data-toggle-cnt][data-toggle-state="animated"] {
  overflow: hidden;
  transition: height 0.15s ease-out; }

[data-toggle-cnt][data-toggle-state="collapsed"] {
  display: none; }

/*   toggle core.end */
/*   tabs core */
[data-tab-cnt][data-tab-state="hidden"] {
  display: none; }

/*   tabs core.end */
/* Scripts styles.end
 ---------------------------------------------------*/
/* Grid
 ---------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto,
.col, .col-sm, .col-md, .col-lg, .col-xl,
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1,
.col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2,
.col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3,
.col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
.col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5,
.col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
.col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7,
.col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8,
.col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9,
.col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10,
.col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11,
.col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

/* Grid.end
 ---------------------------------------------------*/
/* Forms
 ---------------------------------------------------*/
/*   buttons themes */
.btn {
  display: inline-block;
  min-width: 64px;
  padding: 16px 32px 14px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 2px;
  user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
  .btn:not(:disabled) {
    cursor: pointer; }
  .btn:focus {
    outline: none; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn-default {
    color: #4b4b4b;
    background-color: #e8e8e8; }
    .btn-default:focus, .btn-default:hover {
      color: #4b4b4b;
      background-color: #d4d4d4; }
    .btn-default:disabled {
      color: #4b4b4b;
      background-color: #e8e8e8; }
    .btn-default:not(:disabled):active {
      background-color: #bfbfbf; }
  .btn-primary {
    color: #fff;
    background-color: #42b3ed; }
    .btn-primary:focus, .btn-primary:hover {
      color: #fff;
      background-color: #1da4e9; }
    .btn-primary:disabled {
      color: #fff;
      background-color: #42b3ed; }
    .btn-primary:not(:disabled):active {
      background-color: #138cca; }
  .btn-secondary {
    color: #fff;
    background-color: #00c853; }
    .btn-secondary:focus, .btn-secondary:hover {
      color: #fff;
      background-color: #009f42; }
    .btn-secondary:disabled {
      color: #fff;
      background-color: #00c853; }
    .btn-secondary:not(:disabled):active {
      background-color: #007631; }
  .btn-success {
    color: #fff;
    background-color: #4caf50; }
    .btn-success:focus, .btn-success:hover {
      color: #fff;
      background-color: #409343; }
    .btn-success:disabled {
      color: #fff;
      background-color: #4caf50; }
    .btn-success:not(:disabled):active {
      background-color: #337636; }
  .btn-danger {
    color: #fff;
    background-color: #e10050; }
    .btn-danger:focus, .btn-danger:hover {
      color: #fff;
      background-color: #b80041; }
    .btn-danger:disabled {
      color: #fff;
      background-color: #e10050; }
    .btn-danger:not(:disabled):active {
      background-color: #8f0033; }
  .btn-link {
    color: #009cf7;
    background-color: transparent;
    color: #009cf7;
    background-color: transparent; }
    .btn-link:focus, .btn-link:hover {
      color: #009cf7;
      background-color: rgba(0, 0, 0, 0); }
    .btn-link:disabled {
      color: #009cf7;
      background-color: transparent; }
    .btn-link:not(:disabled):active {
      background-color: rgba(0, 0, 0, 0); }
    .btn-link:focus, .btn-link:not(:disabled):hover {
      text-decoration: underline; }
  .btn:disabled {
    opacity: .65; }

/*   buttons themes.end */
/*   buttons modifications */
.btn-block {
  display: block;
  width: 100%; }

.btn-gradient-round {
  color: #fff;
  background-image: linear-gradient(to bottom, #60e384, #49cc6d);
  border-radius: 30px;
  box-shadow: 0 7px 15px rgba(74, 205, 110, 0.35);
  transition: box-shadow 0.1s ease-in-out; }
  .btn-gradient-round:hover, .btn-gradient-round:focus {
    box-shadow: 0 7px 25px rgba(74, 205, 110, 0.5); }
  .btn-gradient-round:active {
    box-shadow: 0 3px 5px rgba(74, 205, 110, 0.35); }

/*   buttons modifications.end */
/*   base and inputs */
.form-group {
  margin-bottom: 16px; }

.form-feedback {
  margin: 4px 0 0; }

.form-helper {
  display: block;
  margin: 4px 0 0;
  color: #4b4b4b; }

.form--error {
  color: #e10050; }
  .form--error .input,
  .form--error .input:focus {
    border-color: #e10050; }

.form--disabled {
  color: #636c72; }

.input {
  display: block;
  width: 100%;
  padding: 16px 20px 14px;
  line-height: 1.4;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  transition: border-color 0.1s ease-in-out; }
  .input option {
    padding-left: 0;
    padding-right: 0;
    font-weight: inherit; }
  .input::-webkit-input-placeholder {
    color: #b3b3b3; }
  .input::-moz-placeholder {
    color: #b3b3b3; }
  .input:-ms-input-placeholder {
    color: #b3b3b3; }
  .input:focus {
    outline: none;
    border-color: #5cb3fd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  .input:disabled {
    background-color: #eceeef; }

select:not([multiple]):not([size]).input {
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 20px 6px;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.input {
  min-height: 54px; }

/*   base and inputs.end */
/*   check and radio */
.form-check {
  position: relative;
  padding-left: 20px; }
  .form-check__input {
    position: absolute;
    margin-top: 5px;
    margin-left: -20px; }
    .form-check__input:not(:disabled),
    .form-check__input:not(:disabled) ~ .form-check__label {
      cursor: pointer; }
    .form-check__input:disabled ~ .form-check__label {
      color: #636c72; }
  .form-check__label {
    margin-bottom: 0; }
  .form-check--inline {
    display: inline-block;
    margin-right: 12px; }
  .form-check--no-label .form-check__input {
    position: static; }

/*   check and radio.end */
/*   custom check and radio */
.custom-check {
  position: relative;
  padding-left: 22px; }
  .custom-check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0; }
    .custom-check__input:checked ~ .custom-check__label::before {
      border-color: rgba(0, 0, 0, 0.7); }
    .custom-check__input:checked ~ .custom-check__label::after {
      transform: scale(1, 1); }
    .custom-check__input:focus ~ .custom-check__label::before {
      box-shadow: 0 0 0 2px rgba(92, 179, 253, 0.6); }
    .custom-check__input:not(:disabled) ~ .custom-check__label {
      cursor: pointer; }
    .custom-check__input:disabled ~ .custom-check__label {
      opacity: .6; }
  .custom-check__label {
    margin-bottom: 0; }
    .custom-check__label::before {
      position: absolute;
      top: 4px;
      left: 0;
      display: block;
      width: 16px;
      height: 16px;
      margin: 0;
      border: 1px solid rgba(0, 0, 0, 0.5);
      content: '';
      transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
    .custom-check__label::after {
      position: absolute;
      display: block;
      content: '';
      transform: scale(0, 0);
      transition: transform 0.1s ease-in-out; }
  .custom-check--inline {
    display: inline-block;
    margin-right: 12px; }

.custom-check__input[type="checkbox"] ~ .custom-check__label::before {
  border-radius: 2px; }

.custom-check__input[type="checkbox"] ~ .custom-check__label::after {
  top: 6px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg) scale(0, 0);
  border-style: none solid solid none;
  border-width: 0 2px 2px 0;
  border-color: rgba(0, 0, 0, 0.7); }

.custom-check__input[type="checkbox"]:checked ~ .custom-check__label::after {
  transform: rotate(45deg) scale(1, 1); }

.custom-check__input[type="radio"] ~ .custom-check__label::before {
  border-radius: 50%; }

.custom-check__input[type="radio"] ~ .custom-check__label::after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7); }

/*   custom check and radio.end */
/* Forms.end
 ---------------------------------------------------*/
/* Layout
 ---------------------------------------------------*/
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.ui-content {
  flex: 1 0 auto; }

.container,
.container-fluid {
  width: 89%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 576px) {
    .container,
    .container-fluid {
      width: 85%; } }

.container {
  max-width: 1060px; }

.section {
  background-color: #fff; }
  .section--alt-bg {
    background-color: #f2f2f2; }
  .section--padding {
    padding-top: 32px;
    padding-bottom: 24px; }
    @media screen and (min-width: 992px) {
      .section--padding {
        padding-top: 64px;
        padding-bottom: 48px; } }
  .section--small-padding {
    padding-top: 16px;
    padding-bottom: 12px; }
    @media screen and (min-width: 992px) {
      .section--small-padding {
        padding-top: 32px;
        padding-bottom: 24px; } }
  .section__col-padding {
    padding-top: 16px;
    padding-bottom: 12px; }
    @media screen and (min-width: 992px) {
      .section__col-padding {
        padding-top: 32px;
        padding-bottom: 24px; } }

.ui-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 992px) {
    .ui-header {
      position: fixed;
      padding-top: 16px;
      padding-bottom: 16px;
      transition: background-color 0.1s ease-in-out; }
      .ui-header--alt {
        color: #2c2a5b;
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
        .ui-header--alt .header-logo__colored {
          display: block; }
        .ui-header--alt .header-logo__white {
          display: none; }
        .ui-header--alt .header-nav__item:focus, .ui-header--alt .header-nav__item:hover {
          color: #42b3ed; }
        .ui-header--alt .header-nav__item--to-form {
          background-color: #00c853; }
          .ui-header--alt .header-nav__item--to-form:focus, .ui-header--alt .header-nav__item--to-form:hover {
            color: #2c2a5b;
            background-color: rgba(0, 200, 83, 0.8); }
          .ui-header--alt .header-nav__item--to-form:active {
            background-color: rgba(0, 200, 83, 0.6); } }

.header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.header-logo {
  display: block;
  margin: 6px 0;
  margin-right: 16px; }
  .header-logo__colored {
    display: none; }

.header-menu-trigger {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 9px;
  color: #fff; }
  .header-menu-trigger:not(:disabled) {
    cursor: pointer; }
  .header-menu-trigger:focus {
    outline: none; }
  .header-menu-trigger:focus, .header-menu-trigger:hover {
    text-decoration: none; }
  .header-menu-trigger__ico {
    position: relative;
    width: 25px;
    height: 4px;
    margin: auto;
    background-color: currentColor; }
    .header-menu-trigger__ico::before, .header-menu-trigger__ico::after {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-color: currentColor;
      content: ''; }
    .header-menu-trigger__ico::before {
      bottom: 9px; }
    .header-menu-trigger__ico::after {
      top: 9px; }
  .header-menu-trigger:focus, .header-menu-trigger:hover {
    background-color: rgba(255, 255, 255, 0.15); }
  .header-menu-trigger:active, .header-menu-trigger[data-toggle-state="animated"], .header-menu-trigger[data-toggle-state="opened"] {
    background-color: rgba(255, 255, 255, 0.25); }
  .header-menu-trigger[data-toggle-state="opened"]:hover {
    background-color: rgba(255, 255, 255, 0.15); }
  @media screen and (min-width: 992px) {
    .header-menu-trigger {
      display: none; } }

@media screen and (max-width: 991.8px) {
  .header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 8px 7.5%;
    background-color: #f5f5f5; } }

@media screen and (max-width: 575.8px) {
  .header-menu {
    padding-left: 5.5%;
    padding-right: 5.5%; } }

@media screen and (min-width: 992px) {
  .header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto; }
    .header-menu[data-toggle-state="collapsed"] {
      display: flex; } }

.header-nav {
  font-weight: 500;
  font-size: 14px; }
  .header-nav__item {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    display: block;
    padding: 8px 16px;
    color: inherit;
    text-align: left; }
    .header-nav__item:not(:disabled) {
      cursor: pointer; }
    .header-nav__item:focus {
      outline: none; }
    .header-nav__item:focus, .header-nav__item:hover {
      text-decoration: none; }
  @media screen and (max-width: 991.8px) {
    .header-nav {
      color: #23272c; }
      .header-nav__item {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .header-nav__item:focus, .header-nav__item:hover {
          color: #42b3ed; } }
  @media screen and (min-width: 992px) {
    .header-nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .header-nav__item {
        padding-top: 8px;
        padding-bottom: 8px; }
        .header-nav__item:focus, .header-nav__item:hover {
          background-color: rgba(255, 255, 255, 0.08); }
        .header-nav__item:active {
          background-color: rgba(255, 255, 255, 0.16); }
        .header-nav__item--to-form {
          margin-left: 4px;
          margin-right: 4px;
          padding-left: 12px;
          padding-right: 12px;
          color: #2c2a5b;
          background-color: #fff;
          border-radius: 6px; }
          .header-nav__item--to-form:focus, .header-nav__item--to-form:hover {
            background-color: rgba(255, 255, 255, 0.8); }
          .header-nav__item--to-form:active {
            background-color: rgba(255, 255, 255, 0.6); } }

.header-nav-dropdown__title {
  margin: 0; }

@media screen and (max-width: 991.8px) {
  .header-nav-dropdown__title {
    border-top: 0; }
  .header-nav-dropdown__item {
    padding-left: 32px; } }

@media screen and (min-width: 992px) {
  .header-nav-dropdown {
    position: relative; }
    .header-nav-dropdown__title::after {
      display: inline-block;
      margin-left: 8px;
      border-width: 5px 4px 0 4px;
      border-style: solid;
      border-color: transparent;
      border-top-color: currentColor;
      vertical-align: middle;
      content: ''; }
    .header-nav-dropdown__menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      min-width: 100%;
      padding: 4px 0;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      transition: opacity .15s ease-in-out, visibility .15s ease-in-out; }
    .header-nav-dropdown__item {
      padding: 8px 16px;
      color: #4b4b4b;
      white-space: nowrap;
      transition: color 0.1s ease-in-out; }
      .header-nav-dropdown__item:hover {
        color: #42b3ed; }
    .header-nav-dropdown:hover .header-nav-dropdown__menu {
      visibility: visible;
      opacity: 1; } }

.ui-footer {
  padding: 12px 0;
  font-size: 15px;
  color: #000;
  background-color: #fff; }

.footer-copyright {
  text-align: center; }
  .footer-copyright__logo {
    display: inline-block;
    margin: 12px;
    vertical-align: bottom; }
  .footer-copyright__text {
    display: inline-block;
    margin-bottom: 12px; }

.footer-links {
  margin-bottom: 12px;
  text-align: center;
  color: #9fbad1; }
  .footer-links__item {
    display: inline-block;
    padding: 0 2px;
    color: #9592b0; }

/* Layout.end
 ---------------------------------------------------*/
/* Components
 ---------------------------------------------------*/
/*   blogs */
.blog__header {
  height: 140px;
  background: url("/img/bg-net.svg") center/1700px auto repeat-x #42b3ed; }

.blog__inner {
  padding-top: 24px;
  padding-bottom: 12px; }

@media screen and (min-width: 992px) {
  .blog__inner {
    padding-top: 48px;
    padding-bottom: 24px; } }

.blog-article {
  margin-bottom: 32px;
  padding-bottom: 40px;
  line-height: 1.75;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07); }
  .blog-article::after {
    display: table;
    clear: both;
    content: ""; }
  .blog-article__title {
    font-size: 34px; }
    .blog-article__title a {
      color: inherit;
      text-decoration: none;
      transition: opacity 0.1s ease-in-out; }
      .blog-article__title a:hover {
        opacity: .7; }
    @media screen and (min-width: 992px) {
      .blog-article__title {
        font-size: 42px; } }
  .blog-article__sub-title {
    margin-bottom: 8px;
    font-size: 26px; }
    @media screen and (min-width: 992px) {
      .blog-article__sub-title {
        font-size: 34px; } }
  .blog-article__img {
    display: block;
    height: auto;
    margin: 0 auto 16px; }
    @media screen and (min-width: 768px) {
      .blog-article__img--float-left {
        max-width: 50%;
        margin-right: 16px;
        float: left; } }
    @media screen and (min-width: 768px) {
      .blog-article__img--float-right {
        max-width: 50%;
        margin-left: 16px;
        float: right; } }
  .blog-article__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .blog-article__date {
    display: inline-block;
    margin: 10px;
    font-size: 16px;
    color: #858585; }
  .blog-article__more-link {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    padding: 14px 22px 12px;
    line-height: 1.4;
    font-size: 16px;
    color: #009cf7;
    border: 1px solid currentColor;
    border-radius: 6px; }
    .blog-article__more-link:not(:disabled) {
      cursor: pointer; }
    .blog-article__more-link:focus {
      outline: none; }
    .blog-article__more-link:focus, .blog-article__more-link:hover {
      text-decoration: none; }
    .blog-article__more-link::after {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 4px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(45deg);
      content: ''; }
    .blog-article__more-link:focus, .blog-article__more-link:hover {
      background-color: rgba(0, 156, 247, 0.05); }
    .blog-article__more-link:active {
      background-color: rgba(0, 156, 247, 0.1); }
  .blog-article li {
    margin-bottom: 16px; }

.posts-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 8px; }
  .posts-nav__dots {
    margin: 4px; }
  .posts-nav__link {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    display: flex;
    align-items: center;
    margin: 4px;
    padding: 12px 16px 10px;
    line-height: 1.4;
    font-size: 12px;
    color: #009cf7;
    border: 1px solid currentColor;
    border-radius: 3px; }
    .posts-nav__link:not(:disabled) {
      cursor: pointer; }
    .posts-nav__link:focus {
      outline: none; }
    .posts-nav__link:focus, .posts-nav__link:hover {
      text-decoration: none; }
    .posts-nav__link:focus, .posts-nav__link:hover {
      background-color: rgba(0, 156, 247, 0.05); }
    .posts-nav__link:active {
      background-color: rgba(0, 156, 247, 0.1); }
    .posts-nav__link--active {
      color: #fff;
      background-color: rgba(0, 156, 247, 0.65);
      border-color: #009cf7; }
      .posts-nav__link--active:focus, .posts-nav__link--active:hover {
        background-color: rgba(0, 156, 247, 0.5); }
    .posts-nav__link--prev::after, .posts-nav__link--next::after {
      display: inline-block;
      width: 6px;
      height: 6px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      content: ''; }
    .posts-nav__link--prev::after {
      order: -1;
      margin-right: 4px;
      transform: rotate(-135deg); }
    .posts-nav__link--next::after {
      margin-left: 4px;
      transform: rotate(45deg); }

/*   blogs.end */
/*   wave divider */
.wave-divider {
  position: relative;
  z-index: 10;
  height: 100px;
  margin-top: -50px;
  margin-bottom: -42px;
  background: url("/img/bg-wave.svg") center center/1920px auto repeat-x transparent;
  border: 0; }
  .wave-divider--alt {
    background-image: url("/img/bg-wave--alt.svg"); }

/*   wave divider.end */
/*   catch from */
.catch-from {
  padding: 40px 30px;
  border: 1px solid transparent; }
  .catch-from--bg {
    background-color: #fafafa;
    border-color: #e6e6e6;
    border-radius: 4px; }
  .catch-from__title {
    line-height: 1.25;
    font-size: 26px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .catch-from__title {
        font-size: 32px; } }
  .catch-from__row {
    margin-left: -6px;
    margin-right: -6px; }
  .catch-from__col {
    padding-top: 12px;
    padding-left: 6px;
    padding-right: 6px; }
  .catch-from__input {
    padding: 19px 22px 17px;
    border-radius: 30px; }
  .catch-from__btn {
    padding: 19px 22px 17px;
    font-weight: 400; }
    @media screen and (min-width: 576px) {
      .catch-from__btn {
        display: block;
        width: 100%; } }

/*   catch from.end */
/* Components.end
 ---------------------------------------------------*/
/* Sections
 ---------------------------------------------------*/
/*   introduce */
.introduce-section {
  padding-bottom: 30px;
  color: #fff;
  background: url("/img/bg-circle.svg") center bottom -90px/1090px no-repeat #42b3ed; }
  .introduce-section__inner {
    padding-top: 180px;
    padding-bottom: 170px;
    background: url("/img/sections/introduce-bg.svg") right 10% bottom/570px auto no-repeat scroll; }
    @media screen and (max-width: 767.8px) {
      .introduce-section__inner {
        padding-bottom: 500px; } }
  .introduce-section__title {
    line-height: 1.3;
    font-weight: 500;
    font-size: 34px; }
    @media screen and (min-width: 992px) {
      .introduce-section__title {
        font-size: 42px; } }
  .introduce-section__subtitle {
    line-height: 1.3;
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    letter-spacing: 1px; }
    @media screen and (min-width: 992px) {
      .introduce-section__subtitle {
        font-size: 30px; } }
  .introduce-section__link {
    font-size: 20px;
    font-weight: 500; }
    @media screen and (min-width: 992px) {
      .introduce-section__link {
        padding-top: 22px;
        padding-bottom: 20px; } }
  .introduce-section__free-month {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 14px 8px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #41b3ed;
    background-color: #fff;
    border-radius: 3px; 
    text-decoration: none;}
    .introduce-section__free-month img {
      margin-top: -2px;
      margin-right: 8px; }

/*   introduce.end */
/*   stats */
.stats-section {
  padding-top: 32px;
  padding-bottom: 28px; }

.stat-block {
  text-align: center; }
  .stat-block__val {
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 500;
    font-size: 34px; }
    @media screen and (min-width: 992px) {
      .stat-block__val {
        font-size: 42px; } }
  .stat-block__desc {
    font-weight: 700;
    font-size: 16px; }

/*   stats.end */
/*   description */
.description-section {
  color: #fff;
  background: url("/img/bg-net.svg") right 22vw top -10%/1400px auto repeat-x #42b3ed;
  padding-top: 150px;
  padding-bottom: 125px; }
  @media screen and (max-width: 991.8px) {
    .description-section {
      padding-top: 110px;
      padding-bottom: 94px;
      text-align: center; } }
  .description-section__title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 500; }
    @media screen and (min-width: 992px) {
      .description-section__title {
        font-size: 30px; } }
  .description-section__highlight {
    font-family: "Exo 2", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 30px; }
    @media screen and (min-width: 992px) {
      .description-section__highlight {
        font-size: 44px; } }
  .description-section__text {
    font-weight: 400; }

/*   description.end */
/*   cases */
.cases-section {
  padding-bottom: 48px; }

.section--alt-bg .cases-slider {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }

.case-card {
  padding: 16px; }
  .case-card__row {
    align-items: center;
    height: 100%; }
  .case-card__title {
    line-height: 1.2;
    font-size: 24px; }
    @media screen and (min-width: 992px) {
      .case-card__title {
        font-size: 30px; } }
  .case-card__desc {
    margin-bottom: 24px; }
    .case-card__desc b {
      font-weight: 500; }
  .case-card__img {
    display: block; }

/*   cases.end */
/*   steps */
.steps-section {
  color: #fff;
  background: url("/img/bg-circle.svg") center top 40%/1090px no-repeat #4e909e;
  padding-top: 150px;
  padding-bottom: 30px; }
  .steps-section__title {
    margin-bottom: 45px;
    font-size: 26px; }
    @media screen and (min-width: 992px) {
      .steps-section__title {
        font-size: 34px; } }
  .steps-section__highlight {
    font-family: "Exo 2", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .steps-section__col-first {
    display: flex;
    align-items: center;
    padding: 32.5% 0 12%;
    background: url("/img/sections/steps__first-bg.svg") center top/contain no-repeat scroll; }
    @media screen and (max-width: 767.8px) {
      .steps-section__col-first {
        padding-top: 63%;
        padding-right: 16px;
        padding-bottom: 26%; } }
  .steps-section__col-second {
    display: flex;
    align-items: center;
    padding: 10% 0 44.5%;
    background: url("/img/sections/steps__second-bg.svg") center bottom/contain no-repeat scroll; }
    @media screen and (max-width: 767.8px) {
      .steps-section__col-second {
        margin-top: 10%;
        padding-top: 18%;
        padding-right: 16px;
        padding-bottom: 91%; } }
    @media screen and (min-width: 768px) {
      .steps-section__col-second {
        margin-top: -113px; } }
  .steps-section__step-title {
    flex: 0 0 50%;
    margin: 0;
    padding: 0 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 575.8px) {
      .steps-section__step-title {
        font-size: 13px; } }

/*   steps.end */
/*   compare */
.compare-section {
  padding-bottom: 0; }
  .compare-section__container--border {
    border-bottom: 1px dashed #d9d9d9; }
  .compare-section__img {
    display: block;
    margin-bottom: 32px; }
  .compare-section__list {
    padding-bottom: 24px;
    padding-left: 16px; }
    @media screen and (min-width: 992px) {
      .compare-section__list {
        padding-bottom: 48px; } }
    .compare-section__list li {
      margin-bottom: 16px; }

/*   compare.end */
/*   guaranty */
.guaranty-tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px; }
  .guaranty-tab-nav__item {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
    background-color: transparent;
    border: 0 solid transparent;
    user-select: none;
    transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    padding: 13px 24px 11px; }
    .guaranty-tab-nav__item:not(:disabled) {
      cursor: pointer; }
    .guaranty-tab-nav__item:focus {
      outline: none; }
    .guaranty-tab-nav__item:focus, .guaranty-tab-nav__item:hover {
      text-decoration: none; }
    .guaranty-tab-nav__item img {
      display: inline-block;
      width: 17px;
      margin-right: 4px;
      vertical-align: -2px; }
    .guaranty-tab-nav__item:focus, .guaranty-tab-nav__item:hover {
      background-color: rgba(66, 179, 237, 0.15); }
    .guaranty-tab-nav__item[data-tab-state="show"] {
      background-color: rgba(66, 179, 237, 0.3); }

.guaranty-card {
  padding: 16px; }
  @media screen and (max-width: 767.8px) {
    .guaranty-card {
      text-align: center; } }
  .guaranty-card__img {
    display: block;
    max-width: 240px;
    margin: 0 auto; }
    @media screen and (max-width: 767.8px) {
      .guaranty-card__img {
        margin-bottom: 24px; } }
  .guaranty-card__title {
    font-size: 24px; }
    @media screen and (min-width: 992px) {
      .guaranty-card__title {
        font-size: 30px; } }

/*   guaranty.end */
/*   rocket form */
.rocket-form-section {
  position: relative;
  padding-top: 40px;
  background: url("/img/sections/rocket-form__bg.png") center/cover no-repeat, linear-gradient(130deg, #2a2a50, #212041), #26234b; }
  @media screen and (min-width: 1250px) {
    .rocket-form-section {
      min-height: 850px;
      background: url("/img/sections/rocket-form__clouds.svg") center bottom -61px no-repeat, url("/img/sections/rocket-form__bg.png") center/cover no-repeat, linear-gradient(130deg, #2a2a50, #212041), #26234b;
      border-bottom: 61px solid #fff; } }
  .rocket-form-section__container {
    max-width: 1280px; }

.rocket-container {
  display: none; }
  @media screen and (min-width: 1250px) {
    .rocket-container {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; } }

.rocket {
  position: absolute;
  bottom: 270px;
  left: 50%;
  width: 358px;
  height: 601px;
  margin-left: -658px;
  background: url("/img/sections/rocket-form__0-part.png") center; }
  .rocket__step-1, .rocket__step-2, .rocket__step-3, .rocket__step-4 {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    cursor: pointer; }
    .rocket__step-1::after, .rocket__step-2::after, .rocket__step-3::after, .rocket__step-4::after {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      content: '';
      pointer-events: none; }
    .rocket__step-1:hover, .rocket__step-2:hover, .rocket__step-3:hover, .rocket__step-4:hover {
      opacity: .2; }
  .rocket__step-1 {
    bottom: 0;
    height: 110px; }
    .rocket__step-1::after {
      top: -26px;
      height: 138px;
      background: url("/img/sections/rocket-form__1-part.png") center bottom; }
  .rocket__step-2 {
    bottom: 110px;
    height: 147px; }
    .rocket__step-2::after {
      top: -17px;
      height: 286px;
      background: url("/img/sections/rocket-form__2-part.png") center bottom; }
  .rocket__step-3 {
    bottom: 257px;
    height: 137px; }
    .rocket__step-3::after {
      top: -17px;
      height: 229px;
      background: url("/img/sections/rocket-form__3-part.png") center bottom; }
  .rocket__step-4 {
    top: 0;
    height: 207px; }
    .rocket__step-4::after {
      top: 0;
      height: 260px;
      background: url("/img/sections/rocket-form__4-part.png") center bottom; }
  .rocket--active-1 .rocket__step-1 {
    opacity: 1; }
  .rocket--active-2 .rocket__step-1,
  .rocket--active-2 .rocket__step-2 {
    opacity: 1; }
  .rocket--active-3 .rocket__step-1,
  .rocket--active-3 .rocket__step-2,
  .rocket--active-3 .rocket__step-3 {
    opacity: 1; }
  .rocket--active-4 .rocket__step-1,
  .rocket--active-4 .rocket__step-2,
  .rocket--active-4 .rocket__step-3,
  .rocket--active-4 .rocket__step-4 {
    opacity: 1; }

.rocket-content {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0 60px;
  color: #fff; }
  @media screen and (min-width: 1250px) {
    .rocket-content {
      margin-right: 0;
      padding-bottom: 150px; } }

.rk-heading {
  font-size: 32px;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 767.8px) {
    .rk-heading br {
      display: none; } }

.rk-subheading {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 300; }
  .rk-subheading__highlight {
    color: #6e6db3; }

.rk-switcher {
  margin-left: -8px; }
  @media screen and (min-width: 768px) {
    .rk-switcher {
      display: flex; } }
  .rk-switcher__item {
    flex: 1 1 0;
    margin: 0 0 8px 8px; }

.rk-switcher-btn {
  position: relative;
  padding: 10px 10px 10px 82px;
  background: #36356c;
  border-radius: 2px;
  cursor: pointer;
  transition: background .15s ease-in-out; }
  .rk-switcher-btn__img, .rk-switcher-btn__img-active {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translate(0, -50%); }
  .rk-switcher-btn__img-active {
    opacity: 0;
    transition: opacity .15s ease-in-out; }
  .rk-switcher-btn__title {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    color: #8d8cc3;
    letter-spacing: -.5px;
    transition: color .15s ease-in-out; }
  .rk-switcher-btn__subtitle {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #8d8cc3;
    letter-spacing: -.2px;
    opacity: .4;
    transition: color .15s ease-in-out, opacity .15s ease-in-out; }
  .rk-switcher-btn:hover .rk-switcher-btn__img-active, .rk-switcher-btn:focus .rk-switcher-btn__img-active, .rk-switcher-btn--active .rk-switcher-btn__img-active {
    opacity: 1; }
  .rk-switcher-btn:hover .rk-switcher-btn__title, .rk-switcher-btn:focus .rk-switcher-btn__title, .rk-switcher-btn--active .rk-switcher-btn__title {
    color: #fff; }
  .rk-switcher-btn:hover .rk-switcher-btn__subtitle, .rk-switcher-btn:focus .rk-switcher-btn__subtitle, .rk-switcher-btn--active .rk-switcher-btn__subtitle {
    opacity: 1; }
  .rk-switcher-btn--active {
    background: #49baf4; }
    .rk-switcher-btn--active .rk-switcher-btn__subtitle {
      color: #1e5984; }
  @media screen and (min-width: 768px) {
    .rk-switcher-btn {
      padding: 82px 6px 12px;
      text-align: center; }
      .rk-switcher-btn__img, .rk-switcher-btn__img-active {
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0); }
      .rk-switcher-btn::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 38px;
        height: 30px;
        background: url("/img/sections/rocket-form__select.png") center no-repeat;
        content: '';
        opacity: 0;
        transform: translate(-50%, 16px);
        transition: opacity .15s ease-in-out; }
      .rk-switcher-btn--active::before {
        opacity: 1; } }

.rk-slides-wrap {
  position: relative;
  padding: 24px;
  background: #49baf4;
  border-radius: 2px; }
  .rk-slides-wrap__form {
    margin-top: 24px;
    margin-bottom: -72px; }
    @media screen and (min-width: 992px) {
      .rk-slides-wrap__form {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 410px;
        margin: 0; } }

.rk-slide {
  display: none;
  color: #fff; }
  .rk-slide__heading {
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 900; }
  .rk-slide__list {
    min-height: 230px;
    margin-top: 16px;
    padding-left: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    list-style-type: none; }
    .rk-slide__list li {
      position: relative;
      margin-bottom: 16px;
      padding-left: 16px; }
      .rk-slide__list li::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '-'; }
  .rk-slide__footer {
    margin-top: auto; }
  .rk-slide__links {
    margin: 0; }
  .rk-slide__link {
    margin-right: 16px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    opacity: .5; }
    .rk-slide__free-month {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #58578e; }
    .rk-slide__free-month::before {
      position: absolute;
      top: -4px;
      right: -6px;
      bottom: -4px;
      left: -6px;
      z-index: -1;
      display: block;
      background-color: #ffbf58;
      -webkit-transform: skew(-10deg, 0);
              transform: skew(-10deg, 0);
      content: ''; }
  .rk-slide--active {
    display: block; }
  @media screen and (min-width: 992px) {
    .rk-slide {
      flex: 1 1 auto;
      flex-direction: column;
      min-height: 435px;
      margin-right: 434px; }
      .rk-slide--active {
        display: flex; } }

.rk-stats {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  .rk-stats__item {
    flex: 1 1 auto;
    margin-left: 10px; }

.rk-stat-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 24px;
  padding: 8px 8px 4px;
  font-weight: bold;
  color: #49baf4;
  background: #fefefe;
  box-shadow: 0 15px 25px 0 rgba(0, 102, 155, 0.24);
  border-radius: 2px; }
  .rk-stat-block__val {
    margin: 0 6px;
    padding-bottom: 4px;
    font-size: 50px;
    letter-spacing: -2.7px; }

.rk-form {
  padding: 12px;
  color: #242323;
  background-image: linear-gradient(to bottom, #ffffff, #fcfcfc);
  box-shadow: 0 5px 7px 0 rgba(0, 109, 165, 0.24);
  border-radius: 2px; }
  .rk-form__heading {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }
  @media screen and (min-width: 576px) {
    .rk-form {
      padding: 24px; } }

.rk-form-divider {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  margin-top: 22px;
  background: linear-gradient(#f7f7f7 1px, transparent 1px) center center/100% 1px no-repeat; }
  .rk-form-divider__text {
    display: inline-block;
    padding: 2px 14px;
    background: #fff; }
  .rk-form-divider::before, .rk-form-divider::after {
    position: absolute;
    top: 50%;
    display: block;
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #44b5ef;
    transform: translate(0, -50%);
    content: ''; }
  .rk-form-divider::before {
    left: 0; }
  .rk-form-divider::after {
    right: 0;
    transform: translate(0, -50%) rotate(180deg); }
  @media screen and (min-width: 576px) {
    .rk-form-divider {
      margin-left: -24px;
      margin-right: -24px;
      padding: 0 24px; } }

@media screen and (min-width: 576px) {
  .rk-form-row {
    display: flex;
    margin-left: -10px; } }

@media screen and (min-width: 576px) {
  .rk-form-col {
    flex: 1 1 0;
    margin-left: 10px; }
    .rk-form-col--short {
      flex: 2 1 0; }
    .rk-form-col--long {
      flex: 3 1 0; } }

.rk-form-group {
  position: relative;
  margin-bottom: 10px; }
  .rk-form-group--error .rk-input {
    border-color: #ff4945;
    color: #ff4945; }
    .rk-form-group--error .rk-input:focus {
      border-color: #ff4945; }
  .rk-form-group--error .rk-input-label,
  .rk-form-group--error .rk-input:focus ~ .rk-input-label,
  .rk-form-group--error .rk-input.--hasvalue ~ .rk-input-label,
  .rk-form-group--error .rk-form-feedback {
    color: #ff4945; }

.rk-form-feedback {
  margin: 4px 0 10px;
  font-size: 10px; }

.rk-input {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: 11px 12px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  transition: border-color 0.1s ease-in-out; }
  .rk-input:focus {
    outline: none;
    border-color: #49baf4; }
  .rk-input:disabled {
    background-color: #eceeef; }
  .rk-input:focus ~ .rk-input-label,
  .rk-input.--hasvalue ~ .rk-input-label {
    font-weight: 300;
    color: #999;
    transform: translateY(-18px) scale(0.75); }
  .rk-input:focus ~ .rk-input-label {
    color: #49baf4; }
  .rk-input::-webkit-input-placeholder {
    font-weight: 300;
    color: #999; }
  .rk-input::-moz-placeholder {
    font-weight: 300;
    color: #999; }
  .rk-input:-ms-input-placeholder {
    font-weight: 300;
    color: #999; }
  .rk-input:-moz-placeholder {
    font-weight: 300;
    color: #999; }

textarea.rk-input {
  min-height: 130px; }

.rk-input-label {
  position: absolute;
  left: 9px;
  top: 9px;
  padding: 3px 4px;
  font-weight: 300;
  font-size: 14px;
  color: #999;
  background: #fff;
  transform-origin: 0 0;
  transition: color 0.1s ease-in-out, transform 0.1s ease-in-out, font-weight 0.1s ease-in-out;
  pointer-events: none; }

.rk-btn {
  display: block;
  width: 100%;
  padding: 16px 18px;
  line-height: 1.45;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  background-image: linear-gradient(to bottom, #55c5ff, #3eb2ee);
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 15px 35px 0 rgba(73, 186, 244, 0.24);
  cursor: pointer;
  transition: box-shadow .1s ease-in-out; }
  .rk-btn:focus {
    outline: none; }
  .rk-btn:focus, .rk-btn:hover {
    color: #fff;
    text-decoration: none; }
  .rk-btn:active {
    box-shadow: 0 5px 15px 0 rgba(73, 186, 244, 0.24); }

.rk-policy {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
  color: #a6a6a6; }
  .rk-policy a {
    color: inherit; }

/*   rocket form.end */
/*   hero */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 344px;
  padding-top: 96px;
  padding-bottom: 24px;
  color: #fff;
  text-align: center;
  background: url("/img/bg-circle.svg") right -380px top 15%/auto no-repeat #42b3ed; }
  .hero-section--red {
    background-color: #da6357; }
  .hero-section--purple {
    background-color: #7e62b3; }
  .hero-section--green {
    background-color: #67ab6c; }
  .hero-section__title {
    margin: 0;
    line-height: 1.1;
    font-size: 32px; }
    @media screen and (min-width: 992px) {
      .hero-section__title {
        font-size: 48px; } }
  .hero-section__subtitle {
    line-height: 1.56;
    margin: 16px 0 0; }

/*   hero.end */
/*   features */
.features-section {
  padding-bottom: 8px; }
  @media screen and (min-width: 992px) {
    .features-section {
      padding-bottom: 32px; } }

.feature-block {
  margin: 16px 0;
  text-align: center; }
  .feature-block__img {
    display: block;
    margin: 0 auto 24px; }

/*   features.end */
/*   text wall */
.text-wall-section {
  line-height: 1.56; }
  .text-wall-section li {
    margin-bottom: 16px; }

.longread {
  position: relative;
  overflow: hidden; }
  .longread--expanded .longread-content {
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0.32); }
  .longread--expanded .longread-toggle {
    transform: translate(0, 0); }
    .longread--expanded .longread-toggle::before {
      transform: translate(0, 200px); }
    .longread--expanded .longread-toggle::after {
      transform: rotate(90deg); }
    .longread--expanded .longread-toggle__text-show {
      display: none; }
    .longread--expanded .longread-toggle__text-hide {
      display: inline; }

.longread-content {
  position: relative;
  max-height: 350px;
  padding-bottom: 45px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.longread-toggle {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  user-select: none;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  bottom: 0;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  vertical-align: top;
  transform: translate(0, -24px);
  transition: color .05s ease-in-out, transform .5s ease-in-out; }
  .longread-toggle:not(:disabled) {
    cursor: pointer; }
  .longread-toggle:focus {
    outline: none; }
  .longread-toggle:focus, .longread-toggle:hover {
    text-decoration: none; }
  .longread-toggle, .longread-toggle::before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%; }
  .longread-toggle::before {
    bottom: -24px;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 44%, #fff 100%);
    transition: transform .2s ease-in-out;
    pointer-events: none;
    content: ''; }
  .longread-toggle::after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    margin-bottom: 3px;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: currentColor transparent transparent;
    transition: transform .2s ease-in-out;
    content: ''; }
  .longread-toggle__text-hide, .longread-toggle__text-show {
    position: relative; }
  .longread-toggle__text-hide {
    display: none; }
  .longread-toggle:focus, .longread-toggle:hover, .longread-toggle:active {
    color: #000; }
  .longread-toggle:hover::before {
    transform: translate(0, 50px); }

/*   text wall.end */
/* Sections.end
 ---------------------------------------------------*/
/* Slick slider
 ---------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  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-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::after {
    display: table;
    clear: both;
    content: ""; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide:focus {
    outline: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.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; }

.slick-loading .slick-list {
  background: #fff; }

.slick-prev,
.slick-next {
  position: absolute;
  bottom: -50px;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer; }
  .slick-prev::before,
  .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    border-width: 8px 8px 0 0;
    border-style: solid;
    border-color: #42b3ed;
    border-radius: 4px;
    opacity: .75;
    transform: rotate(45deg);
    content: '';
    transition: opacity 0.1s ease-in-out; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev:hover::before, .slick-prev:focus::before,
  .slick-next:hover::before,
  .slick-next:focus::before {
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: .25; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    transform: translate(-27%, -50%) rotate(-135deg); }

.slick-next {
  right: 0; }
  .slick-next::before {
    transform: translate(-66%, -50%) rotate(45deg); }

.slick-dotted.slick-slider {
  margin-bottom: 40px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      padding: 3px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      background: transparent;
      border: 0;
      cursor: pointer; }
      .slick-dots li button::before {
        display: block;
        width: 8px;
        height: 8px;
        background: #42b3ed;
        border-radius: 50%;
        opacity: .3;
        content: '';
        transition: opacity 0.1s ease-in-out; }
      .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover::before, .slick-dots li button:focus::before {
        opacity: 1; }
    .slick-dots li.slick-active button::before {
      opacity: 1; }

/* Slick slider.end
 ---------------------------------------------------*/
/* Helpers
 ---------------------------------------------------*/
/*   misc */
[hidden],
.hidden {
  display: none !important; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0; }

.clearfix::after {
  display: table;
  clear: both;
  content: ""; }

.close {
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  background-color: transparent;
  border: 0;
  opacity: .5;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -webkit-appearance: none; }
  .close::before, .close::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 2px;
    height: 18px;
    margin: auto;
    background-color: #595959;
    border-radius: 1px;
    content: ''; }
  .close::before {
    transform: rotate(45deg); }
  .close::after {
    transform: rotate(-45deg); }
  .close:focus {
    outline: none; }
  .close:focus, .close:hover {
    opacity: .9; }
  .close:active {
    opacity: 1; }
  .close:not(:disabled) {
    cursor: pointer; }

/*   misc.end */
/*   displaying */
.d-b {
  display: block !important; }

.d-ib {
  display: inline-block !important; }

.d-f {
  display: flex !important; }

.d-if {
  display: inline-flex !important; }

/*   displaying.end */
/*   typography.end */
.ff-base {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }

.ff-secondary {
  font-family: "Exo 2", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }

.ff-m {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.fs-i {
  font-style: italic !important; }

.fw-l {
  font-weight: 300 !important; }

.fw-n {
  font-weight: 400 !important; }

.fw-m {
  font-weight: 500 !important; }

.fw-b {
  font-weight: 700 !important; }

.fz-h6 {
  font-size: 16px !important; }

.fz-h5 {
  font-size: 20px !important; }

.fz-h4 {
  font-size: 24px !important; }

.fz-h3 {
  font-size: 28px !important; }

.fz-h2 {
  font-size: 32px !important; }

.fz-h1 {
  font-size: 40px !important; }

.fz-base {
  font-size: 18px !important; }

.fz-xxl {
  font-size: 24px !important; }

.fz-xl {
  font-size: 22px !important; }

.fz-lg {
  font-size: 20px !important; }

.fz-sm {
  font-size: 16px !important; }

.fz-xs {
  font-size: 14px !important; }

.fz-xxs {
  font-size: 12px !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

.ta-j {
  text-align: justify !important; }

.tt-l {
  text-transform: lowercase !important; }

.tt-u {
  text-transform: uppercase !important; }

.tt-c {
  text-transform: capitalize !important; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*   typography.end */
/*   vertical align */
.val-base {
  vertical-align: baseline !important; }

.val-t {
  vertical-align: top !important; }

.val-m {
  vertical-align: middle !important; }

.val-b {
  vertical-align: bottom !important; }

.val-tb {
  vertical-align: text-bottom !important; }

.val-tt {
  vertical-align: text-top !important; }

/*   vertical align.end */
/*   colors */
.c-base {
  color: #4b4b4b !important; }

.c-white {
  color: #fff !important; }

.c-black {
  color: #000 !important; }

.c-muted {
  color: #b2b2b2 !important; }

.c-default {
  color: #e8e8e8 !important; }

.c-primary {
  color: #42b3ed !important; }

.c-secondary {
  color: #00c853 !important; }

.c-success {
  color: #4caf50 !important; }

.c-danger {
  color: #e10050 !important; }

.bg-body {
  background-color: #fff !important; }

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

.bg-black {
  background-color: #000 !important; }

.bg-muted {
  background-color: #b2b2b2 !important; }

.bg-default {
  background-color: #e8e8e8 !important; }

.bg-primary {
  background-color: #42b3ed !important; }

.bg-secondary {
  background-color: #00c853 !important; }

.bg-success {
  background-color: #4caf50 !important; }

.bg-danger {
  background-color: #e10050 !important; }

/*   colors.end */
/*   spacing */
.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 4px !important; }

.m-2 {
  margin: 8px !important; }

.m-3 {
  margin: 16px !important; }

.m-4 {
  margin: 24px !important; }

.m-5 {
  margin: 48px !important; }

.m-auto {
  margin: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

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

.mt-2 {
  margin-top: 8px !important; }

.mt-3 {
  margin-top: 16px !important; }

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

.mt-5 {
  margin-top: 48px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 4px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mr-3 {
  margin-right: 16px !important; }

.mr-4 {
  margin-right: 24px !important; }

.mr-5 {
  margin-right: 48px !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 4px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.mb-5 {
  margin-bottom: 48px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 4px !important; }

.ml-2 {
  margin-left: 8px !important; }

.ml-3 {
  margin-left: 16px !important; }

.ml-4 {
  margin-left: 24px !important; }

.ml-5 {
  margin-left: 48px !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 4px !important; }

.p-2 {
  padding: 8px !important; }

.p-3 {
  padding: 16px !important; }

.p-4 {
  padding: 24px !important; }

.p-5 {
  padding: 48px !important; }

.p-auto {
  padding: auto !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 4px !important; }

.pt-2 {
  padding-top: 8px !important; }

.pt-3 {
  padding-top: 16px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pt-5 {
  padding-top: 48px !important; }

.pt-auto {
  padding-top: auto !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 4px !important; }

.pr-2 {
  padding-right: 8px !important; }

.pr-3 {
  padding-right: 16px !important; }

.pr-4 {
  padding-right: 24px !important; }

.pr-5 {
  padding-right: 48px !important; }

.pr-auto {
  padding-right: auto !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.pb-auto {
  padding-bottom: auto !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 4px !important; }

.pl-2 {
  padding-left: 8px !important; }

.pl-3 {
  padding-left: 16px !important; }

.pl-4 {
  padding-left: 24px !important; }

.pl-5 {
  padding-left: 48px !important; }

.pl-auto {
  padding-left: auto !important; }

/*   spacing.end */
/*   float */
.fl-l {
  float: left !important; }

.fl-r {
  float: right !important; }

.fl-n {
  float: none !important; }

/*   float.end */
/*   sizing */
.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

/*   sizing.end */
/*   flex */
.flex-row {
  flex-direction: row !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column {
  flex-direction: column !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/*   flex.end */
/*   order */
.order-first {
  order: -1; }

@media screen and (min-width: 576px) {
  .order-min-sm-first {
    order: -1; } }

@media screen and (min-width: 768px) {
  .order-min-md-first {
    order: -1; } }

@media screen and (min-width: 992px) {
  .order-min-lg-first {
    order: -1; } }

@media screen and (min-width: 1200px) {
  .order-min-xl-first {
    order: -1; } }

@media screen and (max-width: 575.8px) {
  .order-max-sm-first {
    order: -1; } }

@media screen and (max-width: 767.8px) {
  .order-max-md-first {
    order: -1; } }

@media screen and (max-width: 991.8px) {
  .order-max-lg-first {
    order: -1; } }

@media screen and (max-width: 1199.8px) {
  .order-max-xl-first {
    order: -1; } }

/*   order.end */
/* Helpers.end
 ---------------------------------------------------*/
.grecaptcha-badge {
  display: none;
}
img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
}
img.lazy-image.loaded {
  opacity: 1;
}