@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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

html {
  color: #243a86;
  font-weight: 400;
  font-size: 20px;
  font-family: "Muli", Arial, sans-serif;
  line-height: 1.5;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.05em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

p {
  color: #243a86;
}

h2 {
  margin-bottom: 2rem;
  line-height: 2.85rem;
}

@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 2em;
    line-height: 1.4em;
  }
}

h2,
h3 {
  color: #061f75;
}

.subtitle {
  display: block;
}

a {
  color: #243a86;
}

a:hover {
  color: rgba(36, 58, 134, 0.65);
}

a:active {
  color: rgba(36, 58, 134, 0.5);
}

img {
  width: 100%;
}

[tabindex]:focus {
  outline: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-phone-1, .col-phone-2, .col-phone-3, .col-phone-4, .col-phone-5, .col-phone-6, .col-phone-7, .col-phone-8, .col-phone-9, .col-phone-10, .col-phone-11, .col-phone-12, .col-phone,
.col-phone-auto, .col-tablet-small-1, .col-tablet-small-2, .col-tablet-small-3, .col-tablet-small-4, .col-tablet-small-5, .col-tablet-small-6, .col-tablet-small-7, .col-tablet-small-8, .col-tablet-small-9, .col-tablet-small-10, .col-tablet-small-11, .col-tablet-small-12, .col-tablet-small,
.col-tablet-small-auto, .col-tablet-1, .col-tablet-2, .col-tablet-3, .col-tablet-4, .col-tablet-5, .col-tablet-6, .col-tablet-7, .col-tablet-8, .col-tablet-9, .col-tablet-10, .col-tablet-11, .col-tablet-12, .col-tablet,
.col-tablet-auto, .col-laptop-1, .col-laptop-2, .col-laptop-3, .col-laptop-4, .col-laptop-5, .col-laptop-6, .col-laptop-7, .col-laptop-8, .col-laptop-9, .col-laptop-10, .col-laptop-11, .col-laptop-12, .col-laptop,
.col-laptop-auto, .col-desktop-1, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop,
.col-desktop-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-phone {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-phone-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-phone-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-phone-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-phone-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-phone-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-phone-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-phone-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-phone-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-phone-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-phone-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-phone-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-phone-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-phone-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-phone-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-phone-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-phone-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-phone-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-phone-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-phone-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-phone-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-phone-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-phone-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-phone-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-phone-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-phone-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-phone-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-phone-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-phone-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-phone-0 {
    margin-left: 0;
  }
  .offset-phone-1 {
    margin-left: 8.33333%;
  }
  .offset-phone-2 {
    margin-left: 16.66667%;
  }
  .offset-phone-3 {
    margin-left: 25%;
  }
  .offset-phone-4 {
    margin-left: 33.33333%;
  }
  .offset-phone-5 {
    margin-left: 41.66667%;
  }
  .offset-phone-6 {
    margin-left: 50%;
  }
  .offset-phone-7 {
    margin-left: 58.33333%;
  }
  .offset-phone-8 {
    margin-left: 66.66667%;
  }
  .offset-phone-9 {
    margin-left: 75%;
  }
  .offset-phone-10 {
    margin-left: 83.33333%;
  }
  .offset-phone-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-tablet-small {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-small-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-tablet-small-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-tablet-small-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-tablet-small-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tablet-small-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-tablet-small-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-tablet-small-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tablet-small-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-tablet-small-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-tablet-small-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tablet-small-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-tablet-small-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-tablet-small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tablet-small-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-tablet-small-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-tablet-small-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-tablet-small-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-tablet-small-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-tablet-small-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-tablet-small-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-tablet-small-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-tablet-small-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-tablet-small-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-tablet-small-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-tablet-small-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-tablet-small-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-tablet-small-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-tablet-small-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-tablet-small-0 {
    margin-left: 0;
  }
  .offset-tablet-small-1 {
    margin-left: 8.33333%;
  }
  .offset-tablet-small-2 {
    margin-left: 16.66667%;
  }
  .offset-tablet-small-3 {
    margin-left: 25%;
  }
  .offset-tablet-small-4 {
    margin-left: 33.33333%;
  }
  .offset-tablet-small-5 {
    margin-left: 41.66667%;
  }
  .offset-tablet-small-6 {
    margin-left: 50%;
  }
  .offset-tablet-small-7 {
    margin-left: 58.33333%;
  }
  .offset-tablet-small-8 {
    margin-left: 66.66667%;
  }
  .offset-tablet-small-9 {
    margin-left: 75%;
  }
  .offset-tablet-small-10 {
    margin-left: 83.33333%;
  }
  .offset-tablet-small-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-tablet {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-tablet-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-tablet-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-tablet-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tablet-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-tablet-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-tablet-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tablet-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-tablet-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-tablet-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tablet-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-tablet-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-tablet-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tablet-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-tablet-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-tablet-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-tablet-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-tablet-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-tablet-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-tablet-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-tablet-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-tablet-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-tablet-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-tablet-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-tablet-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-tablet-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-tablet-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-tablet-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-tablet-0 {
    margin-left: 0;
  }
  .offset-tablet-1 {
    margin-left: 8.33333%;
  }
  .offset-tablet-2 {
    margin-left: 16.66667%;
  }
  .offset-tablet-3 {
    margin-left: 25%;
  }
  .offset-tablet-4 {
    margin-left: 33.33333%;
  }
  .offset-tablet-5 {
    margin-left: 41.66667%;
  }
  .offset-tablet-6 {
    margin-left: 50%;
  }
  .offset-tablet-7 {
    margin-left: 58.33333%;
  }
  .offset-tablet-8 {
    margin-left: 66.66667%;
  }
  .offset-tablet-9 {
    margin-left: 75%;
  }
  .offset-tablet-10 {
    margin-left: 83.33333%;
  }
  .offset-tablet-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-laptop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-laptop-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-laptop-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-laptop-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-laptop-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-laptop-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-laptop-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-laptop-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-laptop-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-laptop-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-laptop-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-laptop-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-laptop-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-laptop-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-laptop-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-laptop-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-laptop-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-laptop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-laptop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-laptop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-laptop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-laptop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-laptop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-laptop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-laptop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-laptop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-laptop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-laptop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-laptop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-laptop-0 {
    margin-left: 0;
  }
  .offset-laptop-1 {
    margin-left: 8.33333%;
  }
  .offset-laptop-2 {
    margin-left: 16.66667%;
  }
  .offset-laptop-3 {
    margin-left: 25%;
  }
  .offset-laptop-4 {
    margin-left: 33.33333%;
  }
  .offset-laptop-5 {
    margin-left: 41.66667%;
  }
  .offset-laptop-6 {
    margin-left: 50%;
  }
  .offset-laptop-7 {
    margin-left: 58.33333%;
  }
  .offset-laptop-8 {
    margin-left: 66.66667%;
  }
  .offset-laptop-9 {
    margin-left: 75%;
  }
  .offset-laptop-10 {
    margin-left: 83.33333%;
  }
  .offset-laptop-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1366px) {
  .col-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-desktop-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-desktop-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-desktop-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-desktop-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-desktop-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-desktop-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-desktop-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-desktop-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-desktop-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-desktop-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-desktop-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-desktop-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-desktop-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-desktop-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-desktop-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-desktop-0 {
    margin-left: 0;
  }
  .offset-desktop-1 {
    margin-left: 8.33333%;
  }
  .offset-desktop-2 {
    margin-left: 16.66667%;
  }
  .offset-desktop-3 {
    margin-left: 25%;
  }
  .offset-desktop-4 {
    margin-left: 33.33333%;
  }
  .offset-desktop-5 {
    margin-left: 41.66667%;
  }
  .offset-desktop-6 {
    margin-left: 50%;
  }
  .offset-desktop-7 {
    margin-left: 58.33333%;
  }
  .offset-desktop-8 {
    margin-left: 66.66667%;
  }
  .offset-desktop-9 {
    margin-left: 75%;
  }
  .offset-desktop-10 {
    margin-left: 83.33333%;
  }
  .offset-desktop-11 {
    margin-left: 91.66667%;
  }
}

.accent-color {
  color: #ff624c;
}

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

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

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

@media (min-width: 576px) {
  .text-align-phone-left {
    text-align: left !important;
  }
  .text-align-phone-center {
    text-align: center !important;
  }
  .text-align-phone-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-align-tablet-small-left {
    text-align: left !important;
  }
  .text-align-tablet-small-center {
    text-align: center !important;
  }
  .text-align-tablet-small-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-align-tablet-left {
    text-align: left !important;
  }
  .text-align-tablet-center {
    text-align: center !important;
  }
  .text-align-tablet-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-align-laptop-left {
    text-align: left !important;
  }
  .text-align-laptop-center {
    text-align: center !important;
  }
  .text-align-laptop-right {
    text-align: right !important;
  }
}

@media (min-width: 1366px) {
  .text-align-desktop-left {
    text-align: left !important;
  }
  .text-align-desktop-center {
    text-align: center !important;
  }
  .text-align-desktop-right {
    text-align: right !important;
  }
}

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

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-phone-none {
    display: none !important;
  }
  .d-phone-inline {
    display: inline !important;
  }
  .d-phone-inline-block {
    display: inline-block !important;
  }
  .d-phone-block {
    display: block !important;
  }
  .d-phone-table {
    display: table !important;
  }
  .d-phone-table-row {
    display: table-row !important;
  }
  .d-phone-table-cell {
    display: table-cell !important;
  }
  .d-phone-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-phone-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-tablet-small-none {
    display: none !important;
  }
  .d-tablet-small-inline {
    display: inline !important;
  }
  .d-tablet-small-inline-block {
    display: inline-block !important;
  }
  .d-tablet-small-block {
    display: block !important;
  }
  .d-tablet-small-table {
    display: table !important;
  }
  .d-tablet-small-table-row {
    display: table-row !important;
  }
  .d-tablet-small-table-cell {
    display: table-cell !important;
  }
  .d-tablet-small-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tablet-small-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-inline {
    display: inline !important;
  }
  .d-tablet-inline-block {
    display: inline-block !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-table {
    display: table !important;
  }
  .d-tablet-table-row {
    display: table-row !important;
  }
  .d-tablet-table-cell {
    display: table-cell !important;
  }
  .d-tablet-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tablet-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-laptop-none {
    display: none !important;
  }
  .d-laptop-inline {
    display: inline !important;
  }
  .d-laptop-inline-block {
    display: inline-block !important;
  }
  .d-laptop-block {
    display: block !important;
  }
  .d-laptop-table {
    display: table !important;
  }
  .d-laptop-table-row {
    display: table-row !important;
  }
  .d-laptop-table-cell {
    display: table-cell !important;
  }
  .d-laptop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-laptop-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1366px) {
  .d-desktop-none {
    display: none !important;
  }
  .d-desktop-inline {
    display: inline !important;
  }
  .d-desktop-inline-block {
    display: inline-block !important;
  }
  .d-desktop-block {
    display: block !important;
  }
  .d-desktop-table {
    display: table !important;
  }
  .d-desktop-table-row {
    display: table-row !important;
  }
  .d-desktop-table-cell {
    display: table-cell !important;
  }
  .d-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-desktop-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

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

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-phone-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-phone-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-phone-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-phone-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-phone-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-phone-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-phone-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-phone-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-phone-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-phone-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-phone-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-phone-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-phone-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-phone-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-phone-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-phone-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-phone-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-phone-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-phone-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-phone-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-phone-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-phone-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-phone-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-phone-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-phone-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-phone-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-phone-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-phone-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-phone-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-tablet-small-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-tablet-small-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-tablet-small-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-tablet-small-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-tablet-small-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-tablet-small-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-tablet-small-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-tablet-small-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-tablet-small-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-tablet-small-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-tablet-small-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-tablet-small-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-tablet-small-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-tablet-small-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-tablet-small-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-tablet-small-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-tablet-small-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-tablet-small-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-tablet-small-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-tablet-small-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-tablet-small-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-tablet-small-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-tablet-small-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-tablet-small-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-tablet-small-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-tablet-small-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-tablet-small-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-tablet-small-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-tablet-small-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-tablet-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-tablet-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-tablet-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-tablet-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-tablet-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-tablet-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-tablet-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-tablet-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-tablet-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-tablet-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-tablet-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-tablet-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-tablet-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-tablet-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-tablet-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-tablet-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-tablet-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-tablet-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-tablet-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-tablet-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-tablet-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-tablet-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-tablet-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-tablet-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-tablet-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-tablet-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-tablet-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-tablet-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-tablet-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-laptop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-laptop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-laptop-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-laptop-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-laptop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-laptop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-laptop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-laptop-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-laptop-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-laptop-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-laptop-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-laptop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-laptop-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-laptop-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-laptop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-laptop-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-laptop-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-laptop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-laptop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-laptop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-laptop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-laptop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-laptop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-laptop-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-laptop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-laptop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-laptop-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-laptop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-laptop-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .flex-desktop-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-desktop-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-desktop-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-desktop-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-desktop-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-desktop-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-desktop-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-desktop-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-desktop-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-desktop-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-desktop-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-desktop-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-desktop-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-desktop-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-desktop-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@-webkit-keyframes tipButtonAppearing {
  0% {
    -webkit-transform: scale(0.1) rotate(-360deg);
            transform: scale(0.1) rotate(-360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes tipButtonAppearing {
  0% {
    -webkit-transform: scale(0.1) rotate(-360deg);
            transform: scale(0.1) rotate(-360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.field-group .field,
.field-group .like-field {
  margin-bottom: 0;
}

.field-group .field:first-of-type,
.field-group .like-field:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.field-group .field:last-of-type,
.field-group .like-field:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.field,
.like-field {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 50px;
  background-color: #fff;
  border: none;
  border-radius: 15px;
}

.field::-webkit-input-placeholder, .like-field::-webkit-input-placeholder {
  color: #8198bd;
  font-weight: 700;
}

.field::-moz-placeholder, .like-field::-moz-placeholder {
  color: #8198bd;
  font-weight: 700;
}

.field:-ms-input-placeholder, .like-field:-ms-input-placeholder {
  color: #8198bd;
  font-weight: 700;
}

.field::-ms-input-placeholder, .like-field::-ms-input-placeholder {
  color: #8198bd;
  font-weight: 700;
}

.field::placeholder,
.like-field::placeholder {
  color: #8198bd;
  font-weight: 700;
}

.field:focus,
.like-field:focus {
  outline: none;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}

.radio .svg-sprite-icon {
  margin-right: 8px;
  margin-left: 17px;
}

.radio .form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #061f75;
  font-size: 14px;
  border-radius: inherit;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.radio .form__label::after {
  position: absolute;
  right: 16px;
  width: 17px;
  height: 17px;
  background: url("/assets/images/check.svg");
  -webkit-transform: scale(0.5) rotate(45deg);
          transform: scale(0.5) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}

.radio__input {
  display: none;
}

.radio__input:checked + .form__label {
  background-color: #e0eeff;
}

.radio__input:checked + .form__label::after {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  opacity: 1;
}

.radio .icon-app-store,
.radio .icon-google-play {
  fill: #243a86;
}

.radio .icon-app-store {
  width: 1.2em;
  height: 1.2em;
}

.radio .icon-google-play {
  width: 1em;
  height: 1em;
}

.modal {
  display: none;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal__close::before, .modal__close::after {
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ff624c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__close:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.modal__box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 50px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 575.98px) {
  .modal__box {
    max-width: 90%;
  }
}

.modal.is-open {
  display: block;
}

.box {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.btn {
  padding: 18px 73px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(105.03deg, #ff9244 2.5%, #ff624c 28.13%, #ff9244 150%);
  background-size: 200% auto;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 10px rgba(255, 98, 76, 0.15);
          box-shadow: 0 6px 10px rgba(255, 98, 76, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:hover {
  color: #fff;
  background-position: right center;
}

.service-card-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 90px;
}

@media only screen and (max-width: 1365.98px) {
  .service-card-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-card-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.service-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 528px;
  margin-bottom: 10px;
  padding: 28px 25px;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-card::after {
  position: absolute;
  top: 50%;
  right: -42px;
  display: block;
  width: 17px;
  height: 37px;
  margin-top: -18.5px;
  background: url("/assets/images/arrow.svg") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: "";
}

.service-card:hover {
  -webkit-box-shadow: 0 4px 10px rgba(158, 179, 255, 0.2);
          box-shadow: 0 4px 10px rgba(158, 179, 255, 0.2);
}

.service-card__slided {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(131, 143, 186, 0.25);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.service-card__arrow::after {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}

.service-card__arrow--prev {
  left: 20px;
}

.service-card__arrow--prev::after {
  margin-right: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-card__arrow--next {
  right: 20px;
}

.service-card__arrow--next::after {
  margin-left: -4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.service-card__image {
  margin-right: 10px;
}

.service-card__title {
  font-size: 27px;
}

.service-card__price {
  display: block;
  margin-bottom: 15px;
  color: #ff624c;
  font-weight: 700;
  font-size: 16px;
}

.service-card__text {
  font-size: 16px;
}

.service-card--active {
  -webkit-animation: 2s shadow-pulsation forwards infinite;
          animation: 2s shadow-pulsation forwards infinite;
}

.service-card--active::after {
  opacity: 1;
}

.service-card__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-card__box:last-of-type {
  display: none;
}

@media only screen and (max-width: 1365.98px) {
  .service-card {
    max-width: 720px;
    height: 517px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
            box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
  }
  .service-card::after {
    display: none;
  }
  .service-card__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 316px;
    padding: 44px 40px;
  }
  .service-card__box:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-card__title {
    margin-bottom: 10px;
  }
  .service-card__image {
    height: 164px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service-card__content {
    max-width: 236px;
  }
  .service-card .image-phone-wrap {
    width: 237px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-card {
    max-width: none;
  }
  .service-card__box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: none;
  }
  .service-card__content {
    margin: 0 auto;
  }
  .service-card__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes shadow-pulsation {
  0%,
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
            box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 4px 15px rgba(158, 179, 255, 0.46), 0 4px 5px rgba(158, 179, 255, 0.15);
            box-shadow: 0 4px 15px rgba(158, 179, 255, 0.46), 0 4px 5px rgba(158, 179, 255, 0.15);
  }
}

@keyframes shadow-pulsation {
  0%,
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
            box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 4px 15px rgba(158, 179, 255, 0.46), 0 4px 5px rgba(158, 179, 255, 0.15);
            box-shadow: 0 4px 15px rgba(158, 179, 255, 0.46), 0 4px 5px rgba(158, 179, 255, 0.15);
  }
}

.mobile-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-badges__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.mobile-badges__badge:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767.98px) {
  .mobile-badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-badges__badge {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mobile-badges__badge:last-of-type {
    margin-bottom: 0;
  }
}

.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0;
  color: #fff;
  text-align: center;
  background-color: #103a86;
  border-radius: 130px;
}

.content-card--image {
  background-image: url("/assets/images/section-form-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header {
  padding: 0 82px;
}

.header__content {
  padding-top: 48px;
}

@media only screen and (max-width: 767.98px) {
  .header {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.logo {
  display: inline-block;
  max-width: 359px;
}

.logo__img {
  display: block;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.wrapper::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 924px;
  background: url("/assets/images/intro-bg.svg") no-repeat;
  content: "";
}

main.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

section.section {
  padding: 30px 0;
}

.main-page .section-intro .intro-image {
  max-width: 573px;
}

@media only screen and (max-width: 1365.98px) {
  .main-page .section-intro .intro-image {
    display: block;
    margin: 0 auto 40px;
  }
}

.main-page .section-intro .heading {
  color: #243a86;
}

.main-page .section-intro .heading__text {
  display: block;
  font-weight: 900;
  font-size: 70px;
  line-height: 70px;
}

.main-page .section-intro .heading__subtitle {
  display: block;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 50px;
}

.main-page .section-intro .heading__footnote {
  display: block;
  margin-bottom: 5px;
  color: #ff624c;
  font-size: 36px;
}

.main-page .section-intro .content-box {
  margin-top: 53px;
}

.main-page .section-intro .content-box__text {
  max-width: 433px;
  margin-bottom: 84px;
}

@media only screen and (max-width: 1365.98px) {
  .main-page .section-intro .content-box {
    max-width: 566px;
    margin: 0 auto;
    text-align: center;
  }
  .main-page .section-intro .content-box__text {
    margin: 0 auto 30px;
  }
}

.main-page .section-intro .btn {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 575.98px) {
  .main-page .section-intro .btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.main-page .section-intro .get-app-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.main-page .section-intro .get-app-form__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
}

.main-page .section-intro .get-app-form__text {
  font-size: 24px;
}

.main-page .get-app-form--intro {
  margin-bottom: 6%;
  padding: 35px 70px;
  background-color: #103a86;
  border-radius: 50px;
}

@media only screen and (max-width: 1199.98px) {
  .main-page .get-app-form--intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-page .get-app-form--intro .get-app-form__title {
    text-align: center;
  }
  .main-page .get-app-form--intro .get-app-form__text {
    margin-bottom: 20px;
    text-align: center;
  }
}

.main-page .section-service-pick {
  margin-bottom: 40px;
}

.main-page .section-service-pick .heading {
  text-align: center;
}

.main-page .section-service-pick .subtitle {
  max-width: 668px;
  margin: 0 auto 85px;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .main-page .section-service-pick .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

.main-page .section-service-pick .row {
  margin: 0;
}

.main-page .service-pick-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
}

.main-page .service-pick-box__image {
  max-width: 381px;
}

.main-page .service-pick-box__content {
  background: url("/assets/images/service-pick-box-bg.svg") top right no-repeat;
}

@media only screen and (max-width: 1365.98px) {
  .main-page .service-pick-box__content {
    display: none;
  }
}

.main-page .service-pick-box__item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-page .service-pick-box__item:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-page .service-pick-box__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-page .service-pick-box__step {
  max-width: 141px;
  margin-bottom: 35px;
}

.main-page .service-pick-box__steps {
  margin-left: 60px;
}

.main-page .service-pick-box__steps--marked {
  position: relative;
  margin-left: 106px;
}

.main-page .service-pick-box__steps--marked .service-pick-box__step {
  position: relative;
}

.main-page .service-pick-box__steps--marked .service-pick-box__step::before {
  position: absolute;
  top: 0;
  left: -48px;
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(94.16deg, #ff9244 7.5%, #ff624c 28.13%, #ff624c 56.65%), #ff624c;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 10px rgba(255, 98, 76, 0.15);
          box-shadow: 0 6px 10px rgba(255, 98, 76, 0.15);
  content: counter(step);
  counter-increment: step;
}

.main-page .image-phone-wrap {
  position: relative;
}

.main-page .image-phone__step-content {
  display: block;
  padding: 11px 40px 11px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  background-color: #061f75;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.main-page .image-phone__tip-button {
  position: absolute;
  top: 12px;
  right: 34px;
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  background: linear-gradient(94.16deg, #ff9244 7.5%, #ff624c 28.13%, #ff624c 56.65%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 98, 76, 0.5), 0 0 0 8px rgba(255, 98, 76, 0.27), 0 0 25px rgba(255, 98, 76, 0.27);
          box-shadow: 0 0 0 4px rgba(255, 98, 76, 0.5), 0 0 0 8px rgba(255, 98, 76, 0.27), 0 0 25px rgba(255, 98, 76, 0.27);
}

.main-page .image-phone__tip-button::before, .main-page .image-phone__tip-button::after {
  position: absolute;
  top: 10px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
}

.main-page .image-phone__tip-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-page .image-phone__step {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 22px;
}

.main-page .image-phone__step--active {
  z-index: 2;
}

.main-page .image-phone__step--active .image-phone__tip-button {
  top: 8px;
  right: 30px;
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: 1s tipButtonAppearing;
          animation: 1s tipButtonAppearing;
}

.main-page .image-phone__step--active .image-phone__tip-button::before, .main-page .image-phone__step--active .image-phone__tip-button::after {
  opacity: 1;
}

.main-page .image-phone__step--active .image-phone__step-content {
  visibility: visible;
  opacity: 1;
}

.main-page .image-phone__step--wash-and-fold:nth-of-type(1) {
  top: 101px;
}

.main-page .image-phone__step--wash-and-fold:nth-of-type(2) {
  top: 180px;
}

.main-page .image-phone__step--wash-and-fold:nth-of-type(3) {
  top: 256px;
}

.main-page .image-phone__step--wash-and-fold:nth-of-type(4) {
  top: 388px;
}

.main-page .image-phone__step--wash-and-press-shirt:nth-of-type(1) {
  top: 128px;
}

.main-page .image-phone__step--wash-and-press-shirt:nth-of-type(2) {
  top: 196px;
}

.main-page .image-phone__step--dry-cleaning:nth-of-type(1) {
  top: 67px;
}

.main-page .image-phone__step--dry-cleaning:nth-of-type(2) {
  top: 142px;
}

.main-page .image-phone__step--other {
  top: 158px;
}

.main-page .section-prices {
  padding-bottom: 70px;
}

.main-page .section-prices .heading {
  margin-bottom: 80px;
  text-align: center;
}

.main-page .price-cards {
  max-width: 1434px;
  margin: 0 auto;
  padding: 0 49px;
}

.main-page .price-cards .slick-arrow {
  position: absolute;
  top: 50%;
  right: -42px;
  display: block;
  width: 17px;
  height: 37px;
  background: url("/assets/images/arrow.svg") center/contain no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.main-page .price-cards .slick-arrow::before {
  display: none;
}

.main-page .price-cards .slick-prev {
  left: 10px;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}

.main-page .price-cards .slick-next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1447px) {
  .main-page .price-cards {
    max-width: 774px;
  }
}

@media (max-width: 800px) {
  .main-page .price-cards {
    max-width: 320px;
  }
}

.main-page .price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 199px;
  height: 252px;
  margin: 0 14px 20px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
          box-shadow: 0 4px 10px rgba(158, 179, 255, 0.25);
}

.main-page .price-card__image {
  width: auto;
  height: 128px;
  margin-bottom: 20px;
}

.main-page .price-card__image--no-indent {
  margin-bottom: 0;
}

.main-page .price-card__title {
  color: #061f75;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
}

.main-page .price-card__price {
  color: #ff624c;
  font-size: 16px;
}

.main-page .price-card__text {
  color: #8198bd;
  font-size: 12px;
}

.main-page .referal-box {
  margin-bottom: 5%;
  padding-right: 130px;
  padding-left: 130px;
}

.main-page .referal-box__title {
  max-width: 670px;
  margin-bottom: 30px;
  color: inherit;
  font-size: 50px;
  line-height: 55px;
}

.main-page .referal-box__subtitle {
  display: block;
  max-width: 490px;
  margin-bottom: 70px;
  color: inherit;
  font-size: 27px;
  line-height: 32px;
}

.main-page .referal-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-page .referal-box__image {
  margin-top: -110px;
}

.main-page .referal-box__list {
  max-width: 485px;
  padding-left: 28px;
  line-height: 32px;
  text-align: left;
}

.main-page .referal-box__list-item {
  position: relative;
  margin-bottom: 5px;
}

.main-page .referal-box__list-item::before {
  position: absolute;
  top: 10px;
  left: -28px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff624c;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  content: "";
}

@media only screen and (max-width: 1199.98px) {
  .main-page .referal-box__subtitle {
    margin-bottom: 40px;
  }
  .main-page .referal-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-page .referal-box__image {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .main-page .referal-box {
    padding: 40px;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-page .referal-box__title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-page .referal-box__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.main-page .stages-list {
  margin-bottom: 50px;
  padding-left: 120px;
}

@media only screen and (max-width: 1365.98px) {
  .main-page .stages-list {
    padding-left: 0;
  }
}

.main-page .stage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.main-page .stage-box:last-of-type {
  margin-bottom: 0;
}

.main-page .stage-box--has-illustration {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-page .stage-box__heading {
  margin-bottom: 25px;
}

.main-page .stage-box__step-image {
  max-width: 381px;
}

.main-page .stage-box__text {
  margin-left: 69px;
}

.main-page .stage-box__text p {
  margin-bottom: 35px;
}

.main-page .stage-box__text p:last-of-type {
  margin-bottom: 0;
}

.main-page .stage-box--pick-up .stage-box__text {
  max-width: 230px;
  margin-bottom: 60px;
}

.main-page .stage-box--drop-off .stage-box__text {
  max-width: 242px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 1365.98px) {
  .main-page .stage-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .main-page .stage-box--confirmation {
    margin-top: 80px;
  }
  .main-page .stage-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 600px;
  }
  .main-page .stage-box__step-image {
    max-width: 237px;
    margin-bottom: 30px;
  }
  .main-page .stage-box__image {
    max-width: 600px;
    margin: -45% auto 30px;
  }
  .main-page .stage-box__text {
    max-width: none !important;
    margin-left: 0;
    text-align: center;
  }
}

.main-page .section-form {
  padding-bottom: 50px;
}

.main-page .section-form .get-app-form {
  margin-bottom: 50px;
}

.main-page .section-form .get-app-form__title {
  max-width: 740px;
  color: inherit;
}

.main-page .section-form .get-app-form__text {
  max-width: 680px;
  margin-bottom: 40px;
  color: inherit;
}

.main-page .section-form .get-app-form__bonus {
  max-width: 550px;
  margin-bottom: 35px;
  color: #ff624c;
  font-weight: 700;
  font-size: 27px;
}

@media only screen and (max-width: 1199.98px) {
  .main-page .section-form .get-app-form {
    padding: 40px;
    border-radius: 40px;
  }
}

.main-page .section-form .form {
  max-width: 428px;
}

.main-page .section-form .form__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}

.main-page .section-form .form__submit {
  margin-top: 20px;
}

@media only screen and (max-width: 575.98px) {
  .main-page .section-form .field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-page .section-form .field-group .like-field:first-of-type {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .main-page .section-form .field-group .like-field:last-of-type {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
}

.main-page .section-form .footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-page .section-form .footnote__text {
  max-width: 485px;
  color: #384c91;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

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