@font-face {
  font-family: 'muller';
  src: url("../fonts/muller-300-normal.woff2?301102") format("woff2"), url("../fonts/muller-300-normal.woff?301102") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'muller';
  src: url("../fonts/muller-400-normal.woff2?301102") format("woff2"), url("../fonts/muller-400-normal.woff?301102") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'muller';
  src: url("../fonts/muller-700-normal.woff2?301102") format("woff2"), url("../fonts/muller-700-normal.woff?301102") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'madeevolvesans';
  src: url("../fonts/madeevolvesans-700-normal.woff2?301102") format("woff2"), url("../fonts/madeevolvesans-700-normal.woff?301102") format("woff");
  font-weight: 700;
  font-style: normal; }

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

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

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1; }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: transparent;
  opacity: 1; }

img {
  -webkit-backface-visibility: hidden; }

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

body {
  font-family: muller, sans-serif;
  font-weight: 400;
  color: #252525;
  background-color: #fff;
  position: relative; }
  body::-webkit-scrollbar {
    width: 0.375em; }
  body::-webkit-scrollbar-track {
    background-color: #ebeae9; }
  body::-webkit-scrollbar-thumb {
    display: block;
    border: 0 none;
    background-color: #0294eb;
    height: 7.5em;
    min-height: 7.5em;
    max-height: 7.5em; }

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

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -2em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -2em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 2em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 2em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -o-transition: none !important;
    transition: none !important; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1em;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: translate(0, -1em);
    transform: translate(0, -1em); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: calc(100% - 1em * 2); }

.modal-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1em; }

.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1em; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.fade {
  opacity: 0;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/* lightgallery - v1.6.9 - 2018-04-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(40, 40, 40, 0.8);
  opacity: 0;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.wow {
  visibility: hidden; }

/*
 * Bootstrap Grid v4.2.1 (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)
 */
.grid {
  position: relative; }

.grid__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.grid_no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .grid_no-gutters > .grid__col,
  .grid_no-gutters > [class*="grid__col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

.grid__col-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.grid__col-1 {
  -webkit-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.grid__col-2 {
  -webkit-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.grid__col-4 {
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.grid__col-5 {
  -webkit-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.grid__col-7 {
  -webkit-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.grid__col-8 {
  -webkit-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.grid__col-10 {
  -webkit-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.grid__col-11 {
  -webkit-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-order: -1;
  order: -1; }

.order-last {
  -webkit-order: 13;
  order: 13; }

.order-0 {
  -webkit-order: 0;
  order: 0; }

.order-1 {
  -webkit-order: 1;
  order: 1; }

.order-2 {
  -webkit-order: 2;
  order: 2; }

.order-3 {
  -webkit-order: 3;
  order: 3; }

.order-4 {
  -webkit-order: 4;
  order: 4; }

.order-5 {
  -webkit-order: 5;
  order: 5; }

.order-6 {
  -webkit-order: 6;
  order: 6; }

.order-7 {
  -webkit-order: 7;
  order: 7; }

.order-8 {
  -webkit-order: 8;
  order: 8; }

.order-9 {
  -webkit-order: 9;
  order: 9; }

.order-10 {
  -webkit-order: 10;
  order: 10; }

.order-11 {
  -webkit-order: 11;
  order: 11; }

.order-12 {
  -webkit-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .grid__col-md {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }
  .grid__col-md-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .grid__col-md-1 {
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__col-md-2 {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__col-md-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .grid__col-md-4 {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__col-md-5 {
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__col-md-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .grid__col-md-7 {
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__col-md-8 {
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__col-md-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .grid__col-md-10 {
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__col-md-11 {
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__col-md-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-order: 12;
    order: 12; }
  .grid__col-offset-md-0 {
    margin-left: 0; }
  .grid__col-offset-md-1 {
    margin-left: 8.33333%; }
  .grid__col-offset-md-2 {
    margin-left: 16.66667%; }
  .grid__col-offset-md-3 {
    margin-left: 25%; }
  .grid__col-offset-md-4 {
    margin-left: 33.33333%; }
  .grid__col-offset-md-5 {
    margin-left: 41.66667%; }
  .grid__col-offset-md-6 {
    margin-left: 50%; }
  .grid__col-offset-md-7 {
    margin-left: 58.33333%; }
  .grid__col-offset-md-8 {
    margin-left: 66.66667%; }
  .grid__col-offset-md-9 {
    margin-left: 75%; }
  .grid__col-offset-md-10 {
    margin-left: 83.33333%; }
  .grid__col-offset-md-11 {
    margin-left: 91.66667%; } }

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

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

.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-flex !important;
  display: flex !important; }

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !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-flex !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

.flex-fill {
  -webkit-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important; } }

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

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

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

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

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

.m-1 {
  margin: 0.25em !important; }

.mt-1,
.my-1 {
  margin-top: 0.25em !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25em !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25em !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25em !important; }

.m-2 {
  margin: 0.5em !important; }

.mt-2,
.my-2 {
  margin-top: 0.5em !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5em !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5em !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5em !important; }

.m-3 {
  margin: 1em !important; }

.mt-3,
.my-3 {
  margin-top: 1em !important; }

.mr-3,
.mx-3 {
  margin-right: 1em !important; }

.mb-3,
.my-3 {
  margin-bottom: 1em !important; }

.ml-3,
.mx-3 {
  margin-left: 1em !important; }

.m-4 {
  margin: 1.5em !important; }

.mt-4,
.my-4 {
  margin-top: 1.5em !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5em !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5em !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5em !important; }

.m-5 {
  margin: 3em !important; }

.mt-5,
.my-5 {
  margin-top: 3em !important; }

.mr-5,
.mx-5 {
  margin-right: 3em !important; }

.mb-5,
.my-5 {
  margin-bottom: 3em !important; }

.ml-5,
.mx-5 {
  margin-left: 3em !important; }

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

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

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

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

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

.p-1 {
  padding: 0.25em !important; }

.pt-1,
.py-1 {
  padding-top: 0.25em !important; }

.pr-1,
.px-1 {
  padding-right: 0.25em !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25em !important; }

.pl-1,
.px-1 {
  padding-left: 0.25em !important; }

.p-2 {
  padding: 0.5em !important; }

.pt-2,
.py-2 {
  padding-top: 0.5em !important; }

.pr-2,
.px-2 {
  padding-right: 0.5em !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5em !important; }

.pl-2,
.px-2 {
  padding-left: 0.5em !important; }

.p-3 {
  padding: 1em !important; }

.pt-3,
.py-3 {
  padding-top: 1em !important; }

.pr-3,
.px-3 {
  padding-right: 1em !important; }

.pb-3,
.py-3 {
  padding-bottom: 1em !important; }

.pl-3,
.px-3 {
  padding-left: 1em !important; }

.p-4 {
  padding: 1.5em !important; }

.pt-4,
.py-4 {
  padding-top: 1.5em !important; }

.pr-4,
.px-4 {
  padding-right: 1.5em !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5em !important; }

.pl-4,
.px-4 {
  padding-left: 1.5em !important; }

.p-5 {
  padding: 3em !important; }

.pt-5,
.py-5 {
  padding-top: 3em !important; }

.pr-5,
.px-5 {
  padding-right: 3em !important; }

.pb-5,
.py-5 {
  padding-bottom: 3em !important; }

.pl-5,
.px-5 {
  padding-left: 3em !important; }

.m-n1 {
  margin: -0.25em !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25em !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25em !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25em !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25em !important; }

.m-n2 {
  margin: -0.5em !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5em !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5em !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5em !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5em !important; }

.m-n3 {
  margin: -1em !important; }

.mt-n3,
.my-n3 {
  margin-top: -1em !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1em !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1em !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1em !important; }

.m-n4 {
  margin: -1.5em !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5em !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5em !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5em !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5em !important; }

.m-n5 {
  margin: -3em !important; }

.mt-n5,
.my-n5 {
  margin-top: -3em !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3em !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3em !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3em !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25em !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25em !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25em !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25em !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25em !important; }
  .m-sm-2 {
    margin: 0.5em !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5em !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5em !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5em !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5em !important; }
  .m-sm-3 {
    margin: 1em !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1em !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1em !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1em !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1em !important; }
  .m-sm-4 {
    margin: 1.5em !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5em !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5em !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5em !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5em !important; }
  .m-sm-5 {
    margin: 3em !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3em !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3em !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3em !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3em !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25em !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25em !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25em !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25em !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25em !important; }
  .p-sm-2 {
    padding: 0.5em !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5em !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5em !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5em !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5em !important; }
  .p-sm-3 {
    padding: 1em !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1em !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1em !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1em !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1em !important; }
  .p-sm-4 {
    padding: 1.5em !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5em !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5em !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5em !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5em !important; }
  .p-sm-5 {
    padding: 3em !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3em !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3em !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3em !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3em !important; }
  .m-sm-n1 {
    margin: -0.25em !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25em !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25em !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25em !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25em !important; }
  .m-sm-n2 {
    margin: -0.5em !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5em !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5em !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5em !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5em !important; }
  .m-sm-n3 {
    margin: -1em !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1em !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1em !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1em !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1em !important; }
  .m-sm-n4 {
    margin: -1.5em !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5em !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5em !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5em !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5em !important; }
  .m-sm-n5 {
    margin: -3em !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3em !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3em !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3em !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3em !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25em !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25em !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25em !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25em !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25em !important; }
  .m-md-2 {
    margin: 0.5em !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5em !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5em !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5em !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5em !important; }
  .m-md-3 {
    margin: 1em !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1em !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1em !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1em !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1em !important; }
  .m-md-4 {
    margin: 1.5em !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5em !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5em !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5em !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5em !important; }
  .m-md-5 {
    margin: 3em !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3em !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3em !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3em !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3em !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25em !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25em !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25em !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25em !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25em !important; }
  .p-md-2 {
    padding: 0.5em !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5em !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5em !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5em !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5em !important; }
  .p-md-3 {
    padding: 1em !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1em !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1em !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1em !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1em !important; }
  .p-md-4 {
    padding: 1.5em !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5em !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5em !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5em !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5em !important; }
  .p-md-5 {
    padding: 3em !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3em !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3em !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3em !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3em !important; }
  .m-md-n1 {
    margin: -0.25em !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25em !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25em !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25em !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25em !important; }
  .m-md-n2 {
    margin: -0.5em !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5em !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5em !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5em !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5em !important; }
  .m-md-n3 {
    margin: -1em !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1em !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1em !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1em !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1em !important; }
  .m-md-n4 {
    margin: -1.5em !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5em !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5em !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5em !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5em !important; }
  .m-md-n5 {
    margin: -3em !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3em !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3em !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3em !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3em !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25em !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25em !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25em !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25em !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25em !important; }
  .m-lg-2 {
    margin: 0.5em !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5em !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5em !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5em !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5em !important; }
  .m-lg-3 {
    margin: 1em !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1em !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1em !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1em !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1em !important; }
  .m-lg-4 {
    margin: 1.5em !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5em !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5em !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5em !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5em !important; }
  .m-lg-5 {
    margin: 3em !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3em !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3em !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3em !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3em !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25em !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25em !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25em !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25em !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25em !important; }
  .p-lg-2 {
    padding: 0.5em !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5em !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5em !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5em !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5em !important; }
  .p-lg-3 {
    padding: 1em !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1em !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1em !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1em !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1em !important; }
  .p-lg-4 {
    padding: 1.5em !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5em !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5em !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5em !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5em !important; }
  .p-lg-5 {
    padding: 3em !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3em !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3em !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3em !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3em !important; }
  .m-lg-n1 {
    margin: -0.25em !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25em !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25em !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25em !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25em !important; }
  .m-lg-n2 {
    margin: -0.5em !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5em !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5em !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5em !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5em !important; }
  .m-lg-n3 {
    margin: -1em !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1em !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1em !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1em !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1em !important; }
  .m-lg-n4 {
    margin: -1.5em !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5em !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5em !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5em !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5em !important; }
  .m-lg-n5 {
    margin: -3em !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3em !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3em !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3em !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3em !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25em !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25em !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25em !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25em !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25em !important; }
  .m-xl-2 {
    margin: 0.5em !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5em !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5em !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5em !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5em !important; }
  .m-xl-3 {
    margin: 1em !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1em !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1em !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1em !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1em !important; }
  .m-xl-4 {
    margin: 1.5em !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5em !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5em !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5em !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5em !important; }
  .m-xl-5 {
    margin: 3em !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3em !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3em !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3em !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3em !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25em !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25em !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25em !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25em !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25em !important; }
  .p-xl-2 {
    padding: 0.5em !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5em !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5em !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5em !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5em !important; }
  .p-xl-3 {
    padding: 1em !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1em !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1em !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1em !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1em !important; }
  .p-xl-4 {
    padding: 1.5em !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5em !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5em !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5em !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5em !important; }
  .p-xl-5 {
    padding: 3em !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3em !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3em !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3em !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3em !important; }
  .m-xl-n1 {
    margin: -0.25em !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25em !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25em !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25em !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25em !important; }
  .m-xl-n2 {
    margin: -0.5em !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5em !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5em !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5em !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5em !important; }
  .m-xl-n3 {
    margin: -1em !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1em !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1em !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1em !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1em !important; }
  .m-xl-n4 {
    margin: -1.5em !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5em !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5em !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5em !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5em !important; }
  .m-xl-n5 {
    margin: -3em !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3em !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3em !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3em !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3em !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1921px) {
  .layout,
  .modal {
    font-size: 0.84vw; } }

.layout {
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 100; }
  .layout__center {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 10; }
    @media (min-width: 1921px) {
      .layout__center {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        max-width: 73.125em; } }
  .layout__head {
    z-index: 20; }
    @media (max-width: 767px) {
      .layout__head {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .layout__main {
    z-index: 15; }
  .layout__foo {
    z-index: 15; }

.check, .close {
  display: block; }

.isvg_arrow-right-rounded, .isvg_blockquote_icon_like, .isvg_blockquote_icon_question, .isvg_blockquote_icon_quotes, .isvg_blockquote_icon_warn, .isvg_blog-lome-telegram, .isvg_blog-lome-viber, .isvg_blog-lome-whatsapp, .isvg_check, .isvg_close, .isvg_facebook-messenger, .isvg_facebook, .isvg_instagram, .isvg_mail, .isvg_menu, .isvg_minus, .isvg_plus, .isvg_telegram, .isvg_viber, .isvg_vk, .isvg_whatsapp, .isvg_zoom {
  display: inline-block; }

.about, .advantages, .app, .contacts, .dental-numbers, .dental-prices, .dental-services, .gallery, .price, .reviews, .services, .slider-images, .team, .work-examples, .work-examples_gallery-v1, .work-examples_gallery-v3, .work-examples_gallery-v4, .blog-canread, .blog-categories, .blog-info, .blog-post {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
  @media (min-width: 768px) {
    .about, .advantages, .app, .contacts, .dental-numbers, .dental-prices, .dental-services, .gallery, .price, .reviews, .services, .slider-images, .team, .work-examples, .work-examples_gallery-v1, .work-examples_gallery-v3, .work-examples_gallery-v4, .blog-canread, .blog-categories, .blog-info, .blog-post {
      padding-top: 4.375em;
      padding-bottom: 4.375em; } }
  @media (min-width: 992px) {
    .about, .advantages, .app, .contacts, .dental-numbers, .dental-prices, .dental-services, .gallery, .price, .reviews, .services, .slider-images, .team, .work-examples, .work-examples_gallery-v1, .work-examples_gallery-v3, .work-examples_gallery-v4, .blog-canread, .blog-categories, .blog-info, .blog-post {
      padding-top: 6.875em;
      padding-bottom: 6.875em; } }

.layout__center::after {
  display: block;
  clear: both;
  content: ""; }

.field__input {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.offer__overlay, .offer_form-counter .offer__economy-text:before, .offer_form-counter .offer__counter {
  position: absolute; }

.layout__head, .layout__main, .layout__foo, .about, .advantages, .app, .contacts, .content-area, .dental-contact, .dental-numbers, .dental-prices, .dental-services, .foo, .gallery, .location, .location__current, .logo, .lome, .menu, .offer, .offer_form-counter .offer__economy-text, .offer_form-counter .offer__economy-text p, .price, .reviews, .services, .slider-images, .team, .tpan, .work-examples, .work-examples_gallery-v1, .work-examples_gallery-v3, .work-examples_gallery-v4, .blog-breadcrumb, .blog-canread, .blog-categories, .blog-info, .blog-lome, .blog-post-poster, .blog-post {
  position: relative; }

.agree a, .btn, .contacts a, .foo a, .gallery__figure-link, .gallery_v2 .gallery__figure-link, .lang__list a, .location a, .location__list span, .logo, .menu__link, .socials__item, .tpan__item a, .work-examples_gallery-v4 .work-examples__img-wrap, .blog-lome-socials__item, .blog-lome__tel {
  text-decoration: none;
  color: inherit; }

.lang__list, .location__list, .menu__list, .menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.btn, .gallery__control, .menu__item .caret, .menu .sub-menu > li .caret, .modal__close, .offer__control {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 none;
  border: 0 none;
  background-color: transparent;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0; }

.field__input {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  border-radius: 0;
  background-color: transparent; }
  .field__input::-ms-clear {
    display: none; }

/**
 * Returns the position of a value within a list. If the value isn't found,
 * returns `null` instead.
 *
 * Note that unlike some languages, the first item in a Sass list is number
 * 1, the second number 2, and so forth.
 *
 * This can return the position of a pair in a map as well.
 *
 * @example
 * index(1px solid red, solid) => 2
 * index(1px solid red, dashed) => null
 * index((width: 10px, height: 20px), (height 20px)) => 2
 * @overload index($list, $value)
 * @param $list [Sass::Script::Value::Base]
 * @param $value [Sass::Script::Value::Base]
 * @return [Sass::Script::Value::Number, Sass::Script::Value::Null] The
 * 1-based index of `$value` in `$list`, or `null`
 */
.isvg_arrow-right-rounded {
  width: 15.25em;
  height: 4.9375em; }

.isvg_blockquote_icon_like {
  width: 3.125em;
  height: 3em; }

.isvg_blockquote_icon_question {
  width: 3.75em;
  height: 3.75em; }

.isvg_blockquote_icon_quotes {
  width: 4.375em;
  height: 3.125em; }

.isvg_blockquote_icon_warn {
  width: 3.75em;
  height: 3.75em; }

.isvg_blog-lome-telegram {
  width: 1.125em;
  height: 1.125em; }

.isvg_blog-lome-viber {
  width: 1.125em;
  height: 1.125em; }

.isvg_blog-lome-whatsapp {
  width: 1.125em;
  height: 1.125em; }

.isvg_check {
  width: 0.4375em;
  height: 0.375em; }

.isvg_close {
  width: 1.5em;
  height: 1.5em; }

.isvg_facebook-messenger {
  width: 1.0625em;
  height: 1.0625em; }

.isvg_facebook {
  width: 1.125em;
  height: 1.125em; }

.isvg_instagram {
  width: 1.125em;
  height: 1.125em; }

.isvg_mail {
  width: 1em;
  height: 0.75em; }

.isvg_menu {
  width: 2.125em;
  height: 1.5em; }

.isvg_minus {
  width: 0.9375em;
  height: 0.125em; }

.isvg_plus {
  width: 0.875em;
  height: 0.875em; }

.isvg_telegram {
  width: 1.125em;
  height: 1.125em; }

.isvg_viber {
  width: 1.125em;
  height: 1.125em; }

.isvg_vk {
  width: 1.125em;
  height: 1.125em; }

.isvg_whatsapp {
  width: 1.125em;
  height: 1.125em; }

.isvg_zoom {
  width: 7.5em;
  height: 7.5em; }

/* This is a dynamically generated file */
.check {
  min-width: 0.4375em;
  width: 0.4375em;
  height: 0.375em; }

.close {
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em; }

.about__grid {
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .about__grid {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .about__grid {
      margin-top: 5em; } }

.about__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.53333;
  color: #252525;
  max-width: 26.66667em;
  text-align: center; }
  @media (max-width: 991px) {
    .about__text {
      max-width: 33.33333em;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .about__text {
      font-size: 1.0625em;
      line-height: 1.47059; } }
  @media (min-width: 992px) {
    .about__text {
      font-size: 1.125em;
      line-height: 1.44444;
      text-align: left; } }
  .about__text p:not(:last-child) {
    margin-bottom: 0.83333em; }
    @media (min-width: 768px) {
      .about__text p:not(:last-child) {
        margin-bottom: 1.11111em; } }
    @media (min-width: 992px) {
      .about__text p:not(:last-child) {
        margin-bottom: 1.66667em; } }

.about__figure-wrap {
  position: relative;
  background-color: #efefef;
  width: 100%;
  cursor: pointer; }
  @media (max-width: 991px) {
    .about__figure-wrap {
      margin-top: 4.375em;
      max-width: 18.75em;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .about__figure-wrap {
      height: 26.875em;
      width: 100%; } }

.about__figure {
  display: block;
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .about__figure {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      font-family: "object-fit: cover; object-position: center top;"; } }

.about__figure-wrap:hover .about__figure-play {
  opacity: 0.9; }

.about__figure-wrap:hover .about__figure-overlay {
  background-color: rgba(0, 0, 0, 0.2); }

.about__figure-play {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .about__figure-play:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em 0 .5em .875em;
    border-color: transparent transparent transparent #fff; }

.about__figure-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }

.advantages:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0294eb;
  opacity: 0.08; }

.advantages__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.advantages__grid {
  margin-top: 2.5em;
  text-align: center; }
  @media (min-width: 768px) {
    .advantages__grid {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .advantages__grid {
      margin-top: 5em; } }

.advantages__round {
  min-width: 8.75em;
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  margin-bottom: 1.25em; }
  .advantages__round:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  @media (max-width: 767px) {
    .advantages__round {
      font-size: 0.65em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .advantages__round {
      font-size: 0.75em; } }

.advantages__inner {
  min-width: 6.25em;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-color: #0294eb;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.advantages__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 3.125em;
  max-height: 3.125em; }

.advantages__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.53333;
  color: #252525; }
  @media (min-width: 768px) {
    .advantages__text {
      font-size: 1.0625em;
      line-height: 1.47059; } }
  @media (min-width: 992px) {
    .advantages__text {
      font-size: 1.125em;
      line-height: 1.44444; } }
  .advantages__text b {
    font-weight: 700; }

.advantages__item {
  margin-bottom: 3.125em; }

.advantages__form {
  position: relative;
  top: 3.75em;
  margin-top: -1.875em; }
  @media (max-width: 767px) {
    .advantages__form {
      max-width: 29.375em;
      margin-left: auto;
      margin-right: auto; } }

.agree {
  display: inline-block;
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.23077;
  color: rgba(37, 37, 37, 0.3); }
  .agree a {
    text-decoration: underline; }

.app {
  overflow: hidden; }
  .app:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  .app__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .app__grid {
    margin-top: 2.5em; }
    @media (min-width: 992px) {
      .app__grid {
        margin-top: 5em; } }
  .app__title, .app__content {
    position: relative;
    z-index: 5; }
    @media (max-width: 991px) {
      .app__title, .app__content {
        max-width: 33.75em;
        margin-left: auto;
        margin-right: auto; } }
  .app__list {
    margin-top: 2em;
    padding-left: 1.25em;
    margin-bottom: 2.5em; }
    @media (max-width: 991px) {
      .app__list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; } }
    .app__list li {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.11111;
      color: #252525;
      position: relative;
      padding-left: 2.22222em; }
      @media (max-width: 991px) {
        .app__list li {
          font-size: 1em;
          line-height: 1.125; } }
      .app__list li:not(:last-child) {
        margin-bottom: 1.5625em; }
        @media (max-width: 991px) {
          .app__list li:not(:last-child) {
            margin-bottom: 1.5625em; } }
      .app__list li:before {
        content: '';
        display: block;
        min-width: 1.25em;
        width: 1.25em;
        height: 1.25em;
        border-radius: 50%;
        background-color: #0294eb;
        opacity: 0.20;
        position: absolute;
        top: 0;
        left: 0; }
      .app__list li:after {
        content: '';
        display: block;
        min-width: 0.5em;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
        background-color: #0294eb;
        position: absolute;
        top: 0.375em;
        left: 0.375em; }
  .app__list-title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.18182;
    color: #252525;
    margin-top: 2.72727em; }
    @media (max-width: 991px) {
      .app__list-title {
        font-size: 1.25em;
        line-height: 1.2;
        margin-top: 0;
        text-align: center; } }
  .app__text {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #252525;
    max-width: 29.44444em; }
    @media (max-width: 991px) {
      .app__text {
        font-size: 1em;
        line-height: 1.5;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 991px) {
      .app__text {
        text-align: center; } }
    .app__text b {
      font-weight: 700; }
    .app__text p:not(:last-child) {
      margin-bottom: 2.5em; }
  .app__arrow {
    margin-top: 2.5em;
    margin-left: 23.625em;
    display: block;
    fill: #0294eb; }
    @media (max-width: 991px) {
      .app__arrow {
        display: none; } }
  .app__form {
    max-width: 26.25em;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .app__form {
        margin-top: 5em;
        max-width: 29.375em;
        margin-right: auto; } }
  .app__ciround {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }

.bdivider {
  position: relative; }
  @media (max-width: 767px) {
    .bdivider .form__title {
      font-size: 1.375em !important; }
    .bdivider .form__subtitle p {
      font-size: 1.125em !important; }
    .bdivider .bdivider_form-v4-2 .form__subtitle {
      margin-top: 2em !important; }
    .bdivider .bdivider_form-v4-2 .bdivider__btn {
      margin-top: 2em !important; } }
  .bdivider_form-v1-1 {
    padding-top: 3.75em;
    padding-bottom: 3.75em; }
    @media (max-width: 525px) {
      .bdivider_form-v1-1 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v1-1 .form {
      box-shadow: none;
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0);
      padding-top: 0;
      padding-bottom: 0; }
    .bdivider_form-v1-1 .form__grid {
      margin-top: 2.5em; }
  .bdivider_form-v1-2 .bdivider__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .bdivider_form-v1-2 .bdivider__in {
    position: relative;
    z-index: 1; }
  .bdivider_form-v1-2 {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    background-color: #252525; }
    @media (max-width: 525px) {
      .bdivider_form-v1-2 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v1-2 .form {
      box-shadow: none;
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0);
      padding-top: 0;
      padding-bottom: 0; }
    .bdivider_form-v1-2 .form__title {
      color: #fff; }
    .bdivider_form-v1-2 .field__input {
      border: 1px solid #fff;
      color: #fff;
      box-sizing: border-box; }
      .bdivider_form-v1-2 .field__input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1; }
      .bdivider_form-v1-2 .field__input::-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .bdivider_form-v1-2 .field__input:-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .bdivider_form-v1-2 .field__input:-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
    .bdivider_form-v1-2 .agree {
      color: rgba(255, 255, 255, 0.3); }
    .bdivider_form-v1-2 .form__grid {
      margin-top: 2.5em; }
  .bdivider_form-v2 {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }
    @media (max-width: 525px) {
      .bdivider_form-v2 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v2:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.08; }
  .bdivider_form-v2 .bdivider__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .bdivider_form-v2 .bdivider__in {
    position: relative;
    z-index: 1; }
  .bdivider_form-v3-1 {
    padding-top: 4.3125em;
    padding-bottom: 4.3125em; }
    .bdivider_form-v3-1 .form__title {
      text-align: center; }
  .bdivider_form-v3-1 .bdivider__btn {
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em; }
  .bdivider_form-v3-2 .bdivider__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .bdivider_form-v3-2 .bdivider__in {
    position: relative;
    z-index: 1; }
  .bdivider_form-v3-2 {
    padding-top: 4.3125em;
    padding-bottom: 4.3125em; }
    .bdivider_form-v3-2:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.08; }
    .bdivider_form-v3-2 .form__title {
      text-align: center; }
  .bdivider_form-v3-2 .bdivider__btn {
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em; }
  .bdivider_form-v4-1 .bdivider__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .bdivider_form-v4-1 .bdivider__in {
    position: relative;
    z-index: 1; }
  .bdivider_form-v4-1 {
    padding-top: 6.8125em;
    padding-bottom: 6.8125em;
    background-color: #252525; }
    @media (max-width: 525px) {
      .bdivider_form-v4-1 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    @media (min-width: 526px) and (max-width: 1024px) {
      .bdivider_form-v4-1 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v4-1 .form__title {
      color: #fff; }
    .bdivider_form-v4-1 .form__subtitle {
      margin-top: 1em; }
      @media (max-width: 767px) {
        .bdivider_form-v4-1 .form__subtitle {
          margin-top: 1.5em; } }
      .bdivider_form-v4-1 .form__subtitle p {
        font-family: muller, sans-serif;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.1875em;
        line-height: 1.26316; }
  @media (max-width: 991px) {
    .bdivider_form-v4-1 .bdivider__inner {
      text-align: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-1 .bdivider__inner {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-1 .bdivider__info {
      min-width: 41.25em;
      width: 41.25em; } }
  @media (min-width: 1200px) {
    .bdivider_form-v4-1 .bdivider__info {
      min-width: 47.5em;
      width: 47.5em; } }
  .bdivider_form-v4-1 .bdivider__btn {
    min-width: 18.75em;
    max-width: 18.75em;
    width: 18.75em; }
    @media (max-width: 767px) {
      .bdivider_form-v4-1 .bdivider__btn {
        margin-top: 2em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bdivider_form-v4-1 .bdivider__btn {
        margin-top: 2.5em; } }
    @media (max-width: 991px) {
      .bdivider_form-v4-1 .bdivider__btn {
        margin-left: auto;
        margin-right: auto; } }
  .bdivider_form-v4-2 {
    padding-top: 6.8125em;
    padding-bottom: 6.8125em;
    background-color: #fff; }
    @media (max-width: 525px) {
      .bdivider_form-v4-2 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    @media (min-width: 526px) and (max-width: 1024px) {
      .bdivider_form-v4-2 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v4-2 .form__subtitle {
      margin-top: 1em; }
      @media (max-width: 767px) {
        .bdivider_form-v4-2 .form__subtitle {
          margin-top: 1.5em; } }
      .bdivider_form-v4-2 .form__subtitle p {
        font-family: muller, sans-serif;
        font-weight: 300;
        color: #586570;
        font-size: 1.1875em;
        line-height: 1.26316; }
  @media (max-width: 991px) {
    .bdivider_form-v4-2 .bdivider__inner {
      text-align: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-2 .bdivider__inner {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-2 .bdivider__info {
      min-width: 41.25em;
      width: 41.25em; } }
  @media (min-width: 1200px) {
    .bdivider_form-v4-2 .bdivider__info {
      min-width: 47.5em;
      width: 47.5em; } }
  .bdivider_form-v4-2 .bdivider__btn {
    min-width: 18.75em;
    max-width: 18.75em;
    width: 18.75em; }
    @media (max-width: 767px) {
      .bdivider_form-v4-2 .bdivider__btn {
        margin-top: 2em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bdivider_form-v4-2 .bdivider__btn {
        margin-top: 2.5em; } }
    @media (max-width: 991px) {
      .bdivider_form-v4-2 .bdivider__btn {
        margin-left: auto;
        margin-right: auto; } }
  .bdivider_form-v4-3 .bdivider__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .bdivider_form-v4-3 .bdivider__in {
    position: relative;
    z-index: 1; }
  .bdivider_form-v4-3 {
    padding-top: 6.8125em;
    padding-bottom: 6.8125em; }
    @media (max-width: 525px) {
      .bdivider_form-v4-3 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    @media (min-width: 526px) and (max-width: 1024px) {
      .bdivider_form-v4-3 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    .bdivider_form-v4-3:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.08; }
    .bdivider_form-v4-3 .form__subtitle {
      margin-top: 1em; }
      @media (max-width: 767px) {
        .bdivider_form-v4-3 .form__subtitle {
          margin-top: 1.5em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .bdivider_form-v4-3 .form__subtitle {
          margin-top: 2.5em; } }
      .bdivider_form-v4-3 .form__subtitle p {
        font-family: muller, sans-serif;
        font-weight: 300;
        color: #586570;
        font-size: 1.1875em;
        line-height: 1.26316; }
  @media (max-width: 991px) {
    .bdivider_form-v4-3 .bdivider__inner {
      text-align: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-3 .bdivider__inner {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .bdivider_form-v4-3 .bdivider__info {
      min-width: 41.25em;
      width: 41.25em; } }
  @media (min-width: 1200px) {
    .bdivider_form-v4-3 .bdivider__info {
      min-width: 47.5em;
      width: 47.5em; } }
  .bdivider_form-v4-3 .bdivider__btn {
    min-width: 18.75em;
    max-width: 18.75em;
    width: 18.75em; }
    @media (max-width: 767px) {
      .bdivider_form-v4-3 .bdivider__btn {
        margin-top: 2em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bdivider_form-v4-3 .bdivider__btn {
        margin-top: 2.5em; } }
    @media (max-width: 991px) {
      .bdivider_form-v4-3 .bdivider__btn {
        margin-left: auto;
        margin-right: auto; } }
  .bdivider_form-v5 {
    padding-top: 6.875em;
    padding-bottom: 6.875em; }
    @media (max-width: 525px) {
      .bdivider_form-v5 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }
    @media (min-width: 526px) and (max-width: 1024px) {
      .bdivider_form-v5 {
        padding-top: 4.3125em;
        padding-bottom: 4.3125em; } }

.breadcrumb-wrap {
  padding-top: 2.375em; }

.breadcrumb {
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.42857;
  color: #656565;
  padding-top: 1.71429em; }
  @media (min-width: 992px) {
    .breadcrumb {
      padding-top: 0; } }
  .breadcrumb a {
    text-decoration: none;
    color: inherit;
    color: #656565; }
  .breadcrumb .breadcrumb_last {
    color: #0294eb; }

.btn {
  min-width: 100%;
  width: 100%;
  border-radius: 2.1875em;
  box-shadow: 0 0.625em 1.875em rgba(171, 171, 171, 0.45);
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      font-size: 0.85em; } }
  .btn:after {
    content: '';
    display: block;
    background-color: #0294eb;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-transition: background-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, opacity 0.3s linear;
    border-radius: 2.1875em;
    overflow: hidden; }
  .btn:hover:after {
    background-color: #00619b;
    opacity: 0.90; }
  .btn:active:before {
    visibility: hidden;
    opacity: 0; }
  .btn:before {
    content: '';
    display: block;
    min-width: 0em;
    width: 0em;
    height: 0em;
    box-shadow: 0 0 4.375em 3.125em rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }
  .btn__text {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    white-space: nowrap;
    cursor: pointer; }
  .btn_h70 {
    height: 4.375em; }
  .btn_h60 {
    height: 3.75em; }
  .btn_h50 {
    height: 3.125em; }
  .btn_with-arrow .btn__text {
    padding-right: 2.5em; }
  .btn_with-arrow .btn__right-arrow {
    z-index: 5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }

.chatmess__center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.chatmess__center-icon {
  width: 55%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out, -webkit-transform 200ms ease-out; }

.chatmess__center-close-icon {
  opacity: 0;
  fill: #fff;
  font-size: 0.80em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out, -webkit-transform 200ms ease-out; }

.chatmess_active .chatmess__center-close-icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.chatmess_active .chatmess__center-icon {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3); }

.chatmess {
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 900;
  width: 15em;
  height: 15em;
  margin-right: -4em;
  margin-bottom: -4em; }
  @media (min-width: 768px) {
    .chatmess {
      margin-right: -2.2em;
      margin-bottom: -2.2em; } }

.chatmess__center-big {
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  position: absolute;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  margin-left: 35%;
  margin-top: 35%;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.chatmess_active .chatmess__center-big {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0; }

.chatmess__center {
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  margin-left: 35% !important;
  margin-top: 35% !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-animation: anim_btn 3s linear infinite;
  animation: anim_btn 3s linear infinite; }

.chatmess_active .chatmess__center {
  -webkit-animation: none;
  animation: none; }

.chatmess__mes {
  text-align: left;
  position: absolute;
  width: 18%;
  height: 100%;
  margin-left: 41%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent; }

.chatmess__mes-icon {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  font-size: 1.2em; }

.chatmess__mes:hover {
  z-index: 10; }

.chatmess__mes-circle {
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  width: 100%;
  height: 18%;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  pointer-events: auto; }

.chatmess_active .chatmess__mes-circle {
  top: 5%;
  opacity: 1; }

.chatmess__mes-circle_viber {
  background-color: #8F5DB7; }
  .chatmess__mes-circle_viber .chatmess__mes-icon {
    font-size: 1.1em; }

.chatmess__mes-circle_telegram {
  background-color: #0088cc; }
  .chatmess__mes-circle_telegram .chatmess__mes-icon {
    left: 46%; }

.chatmess__mes-circle_whatsapp {
  background-color: #25D366; }

.chatmess__mes-circle_facebook_messenger {
  background-color: #0084FF; }

.chatmess__mes-circle_mail {
  background-color: #ffa000; }

.chatmess__mes_1 .chatmess__mes-circle {
  -webkit-transform: rotate(-252deg);
  transform: rotate(-252deg); }

.chatmess__mes_2 .chatmess__mes-circle {
  -webkit-transform: rotate(-294deg);
  transform: rotate(-294deg); }

.chatmess__mes_3 .chatmess__mes-circle {
  -webkit-transform: rotate(-336deg);
  transform: rotate(-336deg); }

.chatmess__mes_4 .chatmess__mes-circle {
  -webkit-transform: rotate(-378deg);
  transform: rotate(-378deg); }

.chatmess__mes_5 .chatmess__mes-circle {
  -webkit-transform: rotate(-420deg);
  transform: rotate(-420deg); }

.chatmess_4icons .chatmess__mes_1 {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg); }

.chatmess_4icons .chatmess__mes_2 {
  -webkit-transform: rotate(294deg);
  transform: rotate(294deg); }

.chatmess_4icons .chatmess__mes_3 {
  -webkit-transform: rotate(336deg);
  transform: rotate(336deg); }

.chatmess_4icons .chatmess__mes_4 {
  -webkit-transform: rotate(378deg);
  transform: rotate(378deg); }

.chatmess_5icons .chatmess__mes_1 {
  -webkit-transform: rotate(242deg);
  transform: rotate(242deg); }
  .chatmess_5icons .chatmess__mes_1 .chatmess__mes-icon {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

.chatmess_5icons .chatmess__mes_2 {
  -webkit-transform: rotate(278deg);
  transform: rotate(278deg); }
  .chatmess_5icons .chatmess__mes_2 .chatmess__mes-icon {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

.chatmess_5icons .chatmess__mes_3 {
  -webkit-transform: rotate(314deg);
  transform: rotate(314deg); }
  .chatmess_5icons .chatmess__mes_3 .chatmess__mes-icon {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

.chatmess_5icons .chatmess__mes_4 {
  -webkit-transform: rotate(350deg);
  transform: rotate(350deg); }
  .chatmess_5icons .chatmess__mes_4 .chatmess__mes-icon {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

.chatmess_5icons .chatmess__mes_5 {
  -webkit-transform: rotate(386deg);
  transform: rotate(386deg); }
  .chatmess_5icons .chatmess__mes_5 .chatmess__mes-icon {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);
    -webkit-transform-origin: center;
    transform-origin: center; }

.chatmess_active .chatmess__mes_1 .chatmess__mes-circle:hover {
  -webkit-animation: anim_size1 3s linear infinite;
  animation: anim_size1 3s linear infinite; }

.chatmess_active .chatmess__mes_2 .chatmess__mes-circle:hover {
  -webkit-animation: anim_size2 3s linear infinite;
  animation: anim_size2 3s linear infinite; }

.chatmess_active .chatmess__mes_3 .chatmess__mes-circle:hover {
  -webkit-animation: anim_size3 3s linear infinite;
  animation: anim_size3 3s linear infinite; }

.chatmess_active .chatmess__mes_4 .chatmess__mes-circle:hover {
  -webkit-animation: anim_size4 3s linear infinite;
  animation: anim_size4 3s linear infinite; }

.chatmess_active .chatmess__mes_5 .chatmess__mes-circle:hover {
  -webkit-animation: anim_size5 3s linear infinite;
  animation: anim_size5 3s linear infinite; }

@-webkit-keyframes anim_size0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anim_size0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes anim_size1 {
  0% {
    -webkit-transform: rotate(-252deg) scale(1);
    transform: rotate(-252deg) scale(1); }
  5% {
    -webkit-transform: rotate(-252deg) scale(1.1);
    transform: rotate(-252deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-252deg) scale(1);
    transform: rotate(-252deg) scale(1); } }

@keyframes anim_size1 {
  0% {
    -webkit-transform: rotate(-252deg) scale(1);
    transform: rotate(-252deg) scale(1); }
  5% {
    -webkit-transform: rotate(-252deg) scale(1.1);
    transform: rotate(-252deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-252deg) scale(1);
    transform: rotate(-252deg) scale(1); } }

@-webkit-keyframes anim_size2 {
  0% {
    -webkit-transform: rotate(-294deg) scale(1);
    transform: rotate(-294deg) scale(1); }
  5% {
    -webkit-transform: rotate(-294deg) scale(1.1);
    transform: rotate(-294deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-294deg) scale(1);
    transform: rotate(-294deg) scale(1); } }

@keyframes anim_size2 {
  0% {
    -webkit-transform: rotate(-294deg) scale(1);
    transform: rotate(-294deg) scale(1); }
  5% {
    -webkit-transform: rotate(-294deg) scale(1.1);
    transform: rotate(-294deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-294deg) scale(1);
    transform: rotate(-294deg) scale(1); } }

@-webkit-keyframes anim_size3 {
  0% {
    -webkit-transform: rotate(-336deg) scale(1);
    transform: rotate(-336deg) scale(1); }
  5% {
    -webkit-transform: rotate(-336deg) scale(1.1);
    transform: rotate(-336deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-336deg) scale(1);
    transform: rotate(-336deg) scale(1); } }

@keyframes anim_size3 {
  0% {
    -webkit-transform: rotate(-336deg) scale(1);
    transform: rotate(-336deg) scale(1); }
  5% {
    -webkit-transform: rotate(-336deg) scale(1.1);
    transform: rotate(-336deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-336deg) scale(1);
    transform: rotate(-336deg) scale(1); } }

@-webkit-keyframes anim_size4 {
  0% {
    -webkit-transform: rotate(-378deg) scale(1);
    transform: rotate(-378deg) scale(1); }
  5% {
    -webkit-transform: rotate(-378deg) scale(1.1);
    transform: rotate(-378deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-378deg) scale(1);
    transform: rotate(-378deg) scale(1); } }

@keyframes anim_size4 {
  0% {
    -webkit-transform: rotate(-378deg) scale(1);
    transform: rotate(-378deg) scale(1); }
  5% {
    -webkit-transform: rotate(-378deg) scale(1.1);
    transform: rotate(-378deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-378deg) scale(1);
    transform: rotate(-378deg) scale(1); } }

@-webkit-keyframes anim_size5 {
  0% {
    -webkit-transform: rotate(-420deg) scale(1);
    transform: rotate(-420deg) scale(1); }
  5% {
    -webkit-transform: rotate(-420deg) scale(1.1);
    transform: rotate(-420deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-420deg) scale(1);
    transform: rotate(-420deg) scale(1); } }

@keyframes anim_size5 {
  0% {
    -webkit-transform: rotate(-420deg) scale(1);
    transform: rotate(-420deg) scale(1); }
  5% {
    -webkit-transform: rotate(-420deg) scale(1.1);
    transform: rotate(-420deg) scale(1.1); }
  10% {
    -webkit-transform: rotate(-420deg) scale(1);
    transform: rotate(-420deg) scale(1); } }

.ciround {
  position: relative;
  min-width: 53.8125em;
  width: 53.8125em;
  height: 53.8125em;
  border-radius: 50%;
  overflow: hidden; }
  .ciround__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;"; }
  .ciround__overlay {
    background-color: rgba(221, 228, 239, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .ciround__circle {
    min-width: 53.8125em;
    width: 53.8125em;
    height: 53.8125em;
    border-radius: 50%;
    border: 4.6875em solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .ciround__circle:before {
      content: '';
      display: block;
      min-width: 44.5em;
      width: 44.5em;
      height: 44.5em;
      border-radius: 50%;
      border: 4.6875em solid rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .ciround_offer,
  .ciround_offer .ciround__circle {
    min-width: 51.25em;
    width: 51.25em;
    height: 51.25em;
    border-width: 5.3125em; }
    .ciround_offer:before,
    .ciround_offer .ciround__circle:before {
      min-width: 40.625em;
      width: 40.625em;
      height: 40.625em;
      border-width: 5.3125em; }

.contacts__section {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  @media (min-width: 768px) {
    .contacts__section {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (min-width: 992px) {
    .contacts__section {
      padding-top: 5em;
      padding-bottom: 1em; } }

@media (min-width: 992px) {
  .contacts__section_address-right [class^="grid__col-lg-"]:nth-child(1) {
    -webkit-order: 2;
    order: 2; }
  .contacts__section_address-right [class^="grid__col-lg-"]:nth-child(2) {
    -webkit-order: 1;
    order: 1; }
  .contacts__section_address-right .corner__left-top {
    top: -1.875em;
    right: -1.875em;
    left: auto; }
    .contacts__section_address-right .corner__left-top:before {
      left: auto;
      right: 0; }
    .contacts__section_address-right .corner__left-top:after {
      margin-left: 0;
      margin-right: 0.625em; }
  .contacts__section_address-right .corner__right-bottom {
    right: auto;
    bottom: -1.875em;
    left: -1.875em; }
    .contacts__section_address-right .corner__right-bottom:before {
      left: 0;
      right: auto; }
    .contacts__section_address-right .corner__right-bottom:after {
      margin-right: 0;
      margin-left: 0.625em; } }

@media (max-width: 991px) {
  .contacts__section_address-right .contacts__items {
    margin-top: 3.125em; } }

@media (min-width: 992px) {
  .contacts__section_address-right .contacts__items {
    margin-left: 1.25em; } }

@media (min-width: 992px) {
  .contacts__section_address-right .contacts__socials {
    margin-left: 1.25em; } }

.contacts__items {
  position: relative;
  padding-right: 3.125em; }
  @media (max-width: 991px) {
    .contacts__items {
      padding-right: 0;
      max-width: 33.125em;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contacts__items {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; } }

.contacts__item {
  position: relative;
  padding-left: 5.625em; }
  @media (max-width: 991px) {
    .contacts__item {
      padding-left: 0;
      padding-top: 4.375em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contacts__item {
      width: 50%;
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .contacts__item:not(:last-child) {
    margin-bottom: 1.25em; }

.contacts__round {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  min-width: 3.75em;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%; }
  .contacts__round:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    min-width: 3.75em;
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
    background-color: #0294eb;
    opacity: 0.08; }
  @media (max-width: 991px) {
    .contacts__round {
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .contacts__round:before {
    content: '';
    display: block;
    min-width: 2.5em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #0294eb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }

.contacts__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 1em;
  max-height: 1em; }

.contacts__label {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #252525; }

.contacts__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.625;
  color: #252525; }
  .contacts__text .divider {
    color: #0294eb;
    opacity: 0.3;
    margin-left: 0.8125em;
    margin-right: 0.8125em; }
    @media (max-width: 991px) {
      .contacts__text .divider {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .contacts__text .divider {
        display: none; } }

.contacts a {
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .contacts a:hover {
    opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .contacts a {
      display: block; } }

.contacts__socials {
  margin-top: 2.5em; }
  @media (max-width: 991px) {
    .contacts__socials {
      max-width: 33.125em;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .contacts__socials .socials__item {
        margin-left: 0.9375em;
        margin-right: 0.9375em;
        font-size: 0.85em;
        margin-bottom: 1.875em; }
        .contacts__socials .socials__item:not(:last-child) {
          margin-right: 0.9375em; }
      .contacts__socials .socials__round {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

@media (max-width: 991px) {
  .contacts__map {
    margin-top: 5em; } }

@media (max-width: 767px) {
  .contacts__map {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto; } }

.contacts .gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0; }

.content-area {
  padding-top: 3.375em; }
  .content-area h2 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.13333;
    color: #252525;
    margin-bottom: 1.33333em; }
    @media (max-width: 525px) {
      .content-area h2 {
        font-size: 1.5em;
        line-height: 1.16667;
        margin-bottom: 1.66667em; } }
  .content-area h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
    color: #252525;
    margin-bottom: 1.66667em; }
    @media (max-width: 525px) {
      .content-area h3 {
        margin-bottom: 0.83333em; } }
  .content-area p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #252525;
    margin-bottom: 1.66667em; }
    .content-area p:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .content-area p {
        font-size: 1em;
        line-height: 1.6; } }
  .content-area strong {
    font-weight: 700;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    box-shadow: inset 0 -0.6em 0 -0.06667em rgba(2, 148, 235, 0.1); }
    @media (min-width: 768px) {
      .content-area strong {
        box-shadow: inset 0 -0.52941em 0 -0.05882em rgba(2, 148, 235, 0.1); } }
    @media (min-width: 992px) {
      .content-area strong {
        box-shadow: inset 0 -0.5em 0 -0.05556em rgba(2, 148, 235, 0.1); } }
  .content-area a {
    text-decoration: underline;
    color: #0294eb;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .content-area a:hover {
    opacity: 0.85; }
  .content-area u {
    text-decoration: underline; }
  .content-area ol {
    margin-bottom: 2.5em;
    margin-left: 1.625em; }
    .content-area ol li {
      position: relative;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.22222;
      color: #252525;
      padding-left: 0.83333em; }
      .content-area ol li:not(:last-child) {
        margin-bottom: 1.55556em; }
  .content-area ol {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5em;
    counter-reset: olCounter; }
    .content-area ol li {
      position: relative;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.22222;
      color: #252525;
      padding-left: 2.22222em; }
      .content-area ol li:not(:last-child) {
        margin-bottom: 1.55556em; }
      .content-area ol li:before {
        content: '';
        display: block;
        min-width: 1.66667em;
        width: 1.66667em;
        height: 1.66667em;
        border-radius: 50%;
        background-color: #0294eb;
        position: absolute;
        top: -0.27778em;
        left: 0em; }
      .content-area ol li:after {
        counter-increment: olCounter;
        content: counter(olCounter);
        font-family: muller, sans-serif;
        font-weight: 700;
        font-size: 0.875em;
        line-height: 1;
        color: #fff;
        min-width: 2.5em;
        width: 2.5em;
        height: 2.5em;
        position: absolute;
        top: -0.57143em;
        left: -0.25em;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  .content-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5em; }
    .content-area ul li {
      position: relative;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.22222;
      color: #252525;
      padding-left: 2.22222em; }
      .content-area ul li:not(:last-child) {
        margin-bottom: 1.55556em; }
      .content-area ul li:before {
        content: '';
        display: block;
        min-width: 1.11111em;
        width: 1.11111em;
        height: 1.11111em;
        border-radius: 50%;
        background-color: #0294eb;
        opacity: 0.20;
        position: absolute;
        top: 0;
        left: 0; }
      .content-area ul li:after {
        content: '';
        display: block;
        min-width: 0.44444em;
        width: 0.44444em;
        height: 0.44444em;
        border-radius: 50%;
        background-color: #0294eb;
        position: absolute;
        top: 0.33333em;
        left: 0.33333em; }
  .content-area blockquote {
    position: relative;
    border-radius: 0.625em;
    margin-bottom: 2.5em;
    padding: 1.875em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .content-area blockquote:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.08; }
    .content-area blockquote .blockquote__icon {
      fill: #0294eb;
      min-width: 4.375em;
      width: 4.375em;
      height: 3.125em;
      margin-right: 1.25em; }
    .content-area blockquote.wp-block-quote {
      padding-left: 3.4375em; }
      .content-area blockquote.wp-block-quote:after {
        content: '';
        display: block;
        position: absolute;
        top: 1.875em;
        bottom: 1.875em;
        left: 1.875em;
        width: 0.125em;
        background-color: #0294eb; }
    .content-area blockquote p {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.44444;
      color: #252525;
      font-style: italic; }
      .content-area blockquote p:last-child {
        margin-bottom: 0; }
  .content-area .just-images {
    padding-bottom: 3.375em; }
    .content-area .just-images img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 2.5em; }

.control {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0 none;
  box-sizing: content-box; }
  .control:hover .control__round:before {
    width: 8.125em;
    height: 8.125em; }
  .control__round {
    min-width: 6.875em;
    width: 6.875em;
    height: 6.875em;
    border-radius: 50%;
    background-color: transparent;
    position: relative; }
    .control__round:before {
      content: '';
      display: block;
      min-width: 6.875em;
      width: 6.875em;
      height: 6.875em;
      border-radius: 50%;
      position: absolute;
      background-color: #0294eb;
      opacity: 0.08;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      -o-transition: width 0.3s linear, height 0.3s linear;
      transition: width 0.3s linear, height 0.3s linear; }
  .control__inner {
    min-width: 4.375em;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    background-color: #0294eb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .control__icon {
    min-width: 0.9375em;
    width: 0.9375em;
    height: 0.9375em;
    border-top: 0.125em solid #fff;
    border-left: 0.125em solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
    z-index: 5; }
  .control_left .control__icon {
    -webkit-transform: translate(-30%, -50%) rotate(-45deg);
    transform: translate(-30%, -50%) rotate(-45deg); }
  .control_right .control__icon {
    -webkit-transform: translate(-70%, -50%) rotate(135deg);
    transform: translate(-70%, -50%) rotate(135deg); }

.corner {
  position: absolute; }
  @media (min-width: 320px) and (max-width: 320px) {
    .corner {
      display: none; } }
  .corner__left-top {
    top: -1.875em;
    left: -1.875em; }
    .corner__left-top:before {
      content: '';
      display: block;
      width: 0.625em;
      height: 3.75em;
      background-color: #0294eb;
      opacity: 0.10;
      position: absolute;
      top: 0;
      left: 0; }
    .corner__left-top:after {
      content: '';
      display: block;
      width: 3.125em;
      height: 0.625em;
      background-color: #0294eb;
      opacity: 0.10;
      margin-left: 0.625em; }
  .corner__right-bottom {
    bottom: -1.875em;
    right: -1.875em; }
    .corner__right-bottom:before {
      content: '';
      display: block;
      width: 0.625em;
      height: 3.75em;
      background-color: #0294eb;
      opacity: 0.10;
      position: absolute;
      bottom: 0;
      right: 0; }
    .corner__right-bottom:after {
      content: '';
      display: block;
      width: 3.125em;
      height: 0.625em;
      background-color: #0294eb;
      opacity: 0.10;
      margin-right: 0.625em; }

@media (max-width: 525px) {
  .corner__left-top {
    top: -1.5em;
    left: -1.5em; }
  .corner__left-top:before {
    width: .5em; }
  .corner__left-top:after {
    width: 3.125em;
    height: .5em;
    margin-left: .5em; }
  .corner__right-bottom {
    bottom: -1.5em;
    right: -1.5em; }
  .corner__right-bottom:before {
    width: .5em; }
  .corner__right-bottom:after {
    width: 3.125em;
    height: .5em;
    margin-right: .5em; } }

.dental-contact .maxw-991 {
  display: none; }
  @media (max-width: 991px) {
    .dental-contact .maxw-991 {
      display: inline-block; } }

@media (max-width: 991px) {
  .dental-contact .contacts a {
    display: inline; } }

.dental-contact__top {
  position: relative;
  background-color: #ecf5f9;
  padding-bottom: 2.75em; }

.dental-contact__bottom {
  position: relative;
  height: 26.875em; }

.dental-contact .gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0; }

.dental-contact__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.dental-contact .contacts {
  padding-bottom: 0; }

.dental-contact__items {
  margin-top: 4em; }

.dental-contact .socials {
  -webkit-justify-content: center;
  justify-content: center; }

.dental-contact .contacts__items {
  padding-right: 0;
  max-width: none;
  text-align: left; }

.dental-contact .contacts__item {
  padding-top: 0; }

.dental-contact .contacts__text a[href^='tel'] {
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 991px) {
  .dental-contact .contacts__item {
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  .dental-contact .contacts__round {
    top: auto;
    left: 0;
    -webkit-transform: none;
    transform: none; } }

.dental-contact .contacts__item {
  padding-left: 5.625em; }

.dental-contact_v1 .dental-contact__top {
  background-color: #fff; }

.dental-contact_v1 .contacts__items-wrap {
  max-width: 61.25em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25em;
  margin-bottom: 2.75em;
  border-bottom: 1px solid #cceafb; }

.dental-contact_v1 .contacts__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -1em;
  margin-right: -1em; }

.dental-contact_v1 .contacts__item-wrap {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1.5em;
  width: 50%;
  min-width: 16.875em; }
  @media (max-width: 575px) {
    .dental-contact_v1 .contacts__item-wrap {
      width: 85%; } }

.dental-contact_v2 .contacts__items-wrap {
  padding-bottom: 0.75em;
  margin-bottom: 2.75em;
  border-bottom: 1px solid #cceafb; }

.dental-contact_v2 .contacts__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -1em;
  margin-right: -1em; }

.dental-contact_v2 .contacts__item-wrap {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
  width: 25%;
  min-width: 16.875em; }
  @media (max-width: 575px) {
    .dental-contact_v2 .contacts__item-wrap {
      width: 85%; } }

.dental-contact_v3 .contact__point:not(:last-child) {
  margin-bottom: 0.9375em; }

.dental-contact_v3 .contacts__round {
  position: absolute;
  top: -1.5625em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.dental-contact_v3 .contacts__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -0.625em;
  margin-right: -0.625em; }

.dental-contact_v3 .contacts__item {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 20%;
  min-width: 16.875em; }
  @media (max-width: 525px) {
    .dental-contact_v3 .contacts__item {
      min-width: 80%; } }
  @media (min-width: 526px) {
    .dental-contact_v3 .contacts__item {
      min-width: 13.25em; } }

.dental-contact_v3 .contacts__item-in {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.625em;
  padding-top: 2.8125em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 2.1875em;
  box-shadow: 0 0.625em 3.125em rgba(0, 0, 0, 0.1); }

.dental-contact_v3 .contacts__item {
  margin-bottom: 2.5em; }

.dental-contact_v3 .contacts__label {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  color: #252525; }

.dental-contact_v3 .contacts__text a {
  display: inline-block; }

.dental-contact_v3 .contacts__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.33333;
  color: #252525; }

.dental-contact_v4 .dental-contact__top {
  background-color: #fff; }

.dental-contact_v4 .contacts__label-big {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 0.83333;
  color: #fff; }

.dental-contact_v4 .contact__points {
  margin-top: 1.5em; }

.dental-contact_v4 .contact__point {
  display: -webkit-flex;
  display: flex; }

.dental-contact_v4 .contact__point:not(:last-child) {
  margin-bottom: 0.9375em; }

.dental-contact_v4 .contact__icon-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 1.25em;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.625em; }

.dental-contact_v4 .contact__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.dental-contact_v4 .contacts__round {
  position: absolute;
  top: -1.5625em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.dental-contact_v4 .contacts__items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -0.625em;
  margin-right: -0.625em; }

.dental-contact_v4 .contacts__item {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 33.33%;
  min-width: 16.875em;
  margin-bottom: 1.25em; }
  @media (max-width: 525px) {
    .dental-contact_v4 .contacts__item {
      min-width: 80%; } }

.dental-contact_v4 .contacts__item-in {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #0294eb;
  border-radius: 0.625em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  box-shadow: 0 0.625em 3.125em rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .dental-contact_v4 .contacts__item-in {
      padding-top: 2.8125em;
      padding-left: 2.8125em;
      padding-right: 2.8125em;
      padding-bottom: 2.8125em; } }

.dental-contact_v4 .contacts__label {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  color: #fff; }

.dental-contact_v4 .contacts__text a {
  display: inline-block; }

.dental-contact_v4 .contacts__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.33333;
  color: #fff; }

.dental-numbers__grid {
  position: relative;
  z-index: 5; }

.dental-numbers .grid__row {
  -webkit-justify-content: center;
  justify-content: center; }

@media (min-width: 768px) {
  .dental-numbers .grid__col-sm-custom-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

.dental-numbers__item {
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .dental-numbers__item {
      margin-bottom: 3em; } }
  @media (min-width: 992px) {
    .dental-numbers__item {
      margin-bottom: 0; } }

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

.dental-numbers__icon {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin-bottom: 0.5em; }

.dental-numbers__number {
  margin-top: 1.5em; }

.dental-numbers__number span {
  display: block;
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 4em;
  line-height: 0.78125;
  color: #fff; }
  @media (max-width: 1366px) {
    .dental-numbers__number span {
      font-size: 3em; } }

.dental-numbers__text {
  margin-top: 1.5em; }

.dental-numbers__text span {
  display: block;
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.4;
  color: #fff; }

.dental-numbers_v1 {
  background-color: #0294eb; }
  .dental-numbers_v1 .dental-numbers__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
    z-index: 1; }

.dental-numbers_v2 {
  background-color: #ecf5f9; }
  .dental-numbers_v2 .dental-numbers__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .dental-numbers_v2 .dental-numbers__number span {
    color: #252525; }
  .dental-numbers_v2 .dental-numbers__text span {
    color: #252525; }

.dental-numbers_v3 .dental-numbers__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  z-index: 2; }

.dental-numbers_v3 .dental-numbers__pic {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.dental-numbers_v3 .dental-numbers__pic:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.6; }

.dental-numbers_v3 .dental-numbers__pic-bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.dental-numbers_v3 .dental-numbers__number {
  margin-top: 1.5em; }

.dental-prices_v1 .dental-prices__grid {
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .dental-prices_v1 .dental-prices__grid {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .dental-prices_v1 .dental-prices__grid {
      margin-top: 5em; } }

.dental-prices_v1 .dental-prices__item {
  margin-bottom: 1.875em;
  position: relative; }

.dental-prices_v1 .dental-prices__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;"; }

.dental-prices_v1 .dental-prices__item:after {
  content: "";
  display: block;
  background-color: #0294eb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.80; }

.dental-prices_v1 .dental-prices__inner {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 22.4375em;
  padding: 2.5em; }

.dental-prices_v1 .dental-prices__inner-top {
  -webkit-flex: auto;
  flex: auto; }

.dental-prices_v1 .dental-prices__label p {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.13333;
  color: #ffffff; }
  @media (max-width: 767px) {
    .dental-prices_v1 .dental-prices__label p {
      font-size: 1.5em;
      line-height: 1.16667; } }

.dental-prices_v1 .dental-prices__text {
  margin-top: 1.5em; }

.dental-prices_v1 .dental-prices__text p {
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375;
  color: #ffffff; }

.dental-prices_v1 .dental-prices__cost {
  margin-top: 1.875em;
  text-align: right; }

.dental-prices_v1 .dental-prices__cost p {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 0.86667;
  color: #ffffff; }
  @media (max-width: 767px) {
    .dental-prices_v1 .dental-prices__cost p {
      font-size: 1.5em;
      line-height: 0.83333; } }

.dental-prices_v2:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0294eb;
  opacity: 0.08; }

.dental-prices_v2 .dental-prices__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.dental-prices_v2 .dental-prices__grid {
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .dental-prices_v2 .dental-prices__grid {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .dental-prices_v2 .dental-prices__grid {
      margin-top: 4.375em; } }

.dental-prices_v2 .dental-prices__item {
  margin-bottom: 1.875em;
  position: relative; }
  @media (min-width: 768px) {
    .dental-prices_v2 .dental-prices__item {
      margin-bottom: 3.75em; } }
  @media (min-width: 992px) {
    .dental-prices_v2 .dental-prices__item {
      margin-bottom: 4.375em; } }

.dental-prices_v2 .dental-prices__round {
  min-width: 8.75em;
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -4.375em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .dental-prices_v2 .dental-prices__round:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  @media (max-width: 767px) {
    .dental-prices_v2 .dental-prices__round {
      font-size: 0.65em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dental-prices_v2 .dental-prices__round {
      font-size: 0.75em; } }

.dental-prices_v2 .dental-prices__round-inner {
  min-width: 6.25em;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-color: #0294eb;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.dental-prices_v2 .dental-prices__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 3.125em;
  max-height: 3.125em; }

.dental-prices_v2 .dental-prices__inner {
  background-color: #ffffff;
  border-radius: 0.625em;
  box-shadow: 0 0.625em 3.125em rgba(0, 0, 0, 0.1);
  padding-top: 6.25em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 2.1875em;
  text-align: center;
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .dental-prices_v2 .dental-prices__inner {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .dental-prices_v2 .dental-prices__inner {
      margin-top: 4.375em; } }

.dental-prices_v2 .dental-prices__label p {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.16667;
  color: #252525; }

.dental-prices_v2 .dental-prices__text {
  margin-top: 1.5em; }

.dental-prices_v2 .dental-prices__text p {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.42857;
  color: #252525; }

.dental-prices_v2 .dental-prices__cost {
  margin-top: 1.5em; }

.dental-prices_v2 .dental-prices__cost p {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.08333;
  color: #0294eb; }

.dental-prices_v2 .dental-prices__btn {
  margin-top: 2.125em; }

.dental-services:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0294eb;
  opacity: 0.08; }

.dental-services__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.dental-services__grid {
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .dental-services__grid {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .dental-services__grid {
      margin-top: 5em; } }

.dental-services .grid__row {
  -webkit-justify-content: center;
  justify-content: center; }

.dental-services__round {
  min-width: 8.75em;
  width: 8.75em;
  height: 8.75em;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative; }
  .dental-services__round:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  @media (max-width: 767px) {
    .dental-services__round {
      font-size: 0.65em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dental-services__round {
      font-size: 0.75em; } }

.dental-services__inner {
  min-width: 6.25em;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-color: #0294eb;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.dental-services__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 3.125em;
  max-height: 3.125em; }

.dental-services__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.53333;
  color: #252525; }
  @media (min-width: 768px) {
    .dental-services__text {
      font-size: 1.0625em;
      line-height: 1.47059; } }
  @media (min-width: 992px) {
    .dental-services__text {
      font-size: 1.125em;
      line-height: 1.44444; } }
  .dental-services__text b {
    font-weight: 700; }
  .dental-services__text h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.27273;
    color: #252525; }

.dental-services__item {
  margin-bottom: 1.875em; }

.dental-services__icon-with-round-standalone-wrap {
  position: relative; }

.dental-services__round-standalone {
  min-width: 3.125em;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  display: block;
  opacity: 0.1;
  background-color: #0294eb; }

.dental-services_v1 .dental-services__item {
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 666px) {
    .dental-services_v1 .dental-services__item {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center; } }

.dental-services_v1 .dental-services__round {
  margin-right: 1.875em; }
  @media (max-width: 666px) {
    .dental-services_v1 .dental-services__round {
      margin-right: 0;
      margin-bottom: 1.875em; } }

@media (max-width: 666px) {
  .dental-services_v1 .dental-services__text {
    text-align: center; } }

.dental-services_v1 .dental-services__text h3 {
  margin-bottom: 0.25em; }

.dental-services_v2 .dental-services__pic-wrap {
  position: relative;
  min-width: 8.75em;
  width: 8.75em;
  height: 8.75em;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .dental-services_v2 .dental-services__pic-wrap {
      font-size: 0.65em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dental-services_v2 .dental-services__pic-wrap {
      font-size: 0.75em; } }

.dental-services_v2 .dental-services__text {
  margin-top: 1em;
  text-align: center; }

.dental-services_v3 .dental-services__round {
  margin-bottom: 1.25em;
  margin-left: auto;
  margin-right: auto; }

.dental-services_v3 .dental-services__text {
  text-align: center; }

.dental-services_v3 .dental-services__text h3 {
  font-size: 1em;
  line-height: 1.625; }

@media (min-width: 992px) {
  .dental-services_v3 .grid__col-lg-2dot5 {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.dental-services_v4 .dental-services__grid-row {
  margin-left: -0.3125em;
  margin-right: -0.3125em; }

.dental-services_v4 .dental-services__grid-col {
  padding-left: 0.3125em;
  padding-right: 0.3125em; }

.dental-services_v4 .dental-services__icon-with-round-standalone-wrap {
  position: relative;
  width: 4.375em;
  height: 3.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em; }

.dental-services_v4 .dental-services__icon-standalone {
  min-width: 3.125em;
  width: 3.4375em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.dental-services_v4 .dental-services__round-standalone {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.dental-services_v4 .dental-services__text {
  text-align: center; }

.dental-services_v4 .dental-services__item {
  background-color: #fff;
  border-radius: 0.625em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 0.625em; }

.dental-services_v5 {
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .dental-services_v5 {
      padding-bottom: 1px; } }
  @media (min-width: 992px) {
    .dental-services_v5 {
      padding-bottom: 1px; } }
  .dental-services_v5 .dental-services__swiper {
    position: relative;
    padding-bottom: 5em;
    margin-top: 2.5em; }
    @media (min-width: 768px) {
      .dental-services_v5 .dental-services__swiper {
        margin-top: 3.75em;
        padding-bottom: 5em; } }
    @media (min-width: 992px) {
      .dental-services_v5 .dental-services__swiper {
        margin-top: 5em;
        padding-bottom: 5em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .dental-services_v5 .dental-services__swiper {
        margin-bottom: 3.125em; } }
    .dental-services_v5 .dental-services__swiper .swiper-container {
      padding-bottom: 2.5em; }
    .dental-services_v5 .dental-services__swiper-controls {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 200; }
  .dental-services_v5 .dental-services__control {
    position: absolute;
    top: 30%;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto; }
    .dental-services_v5 .dental-services__control_left {
      display: none; }
      @media (max-width: 767px) {
        .dental-services_v5 .dental-services__control_left {
          display: block;
          left: 0;
          top: auto;
          bottom: 4.0625em;
          font-size: 0.55em; } }
      @media (min-width: 768px) {
        .dental-services_v5 .dental-services__control_left {
          display: block;
          left: 0;
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1365px) {
        .dental-services_v5 .dental-services__control_left {
          left: 0;
          top: auto;
          bottom: 1.25em; } }
      @media (min-width: 1366px) {
        .dental-services_v5 .dental-services__control_left {
          left: -8.125em; } }
      @media (min-width: 1440px) {
        .dental-services_v5 .dental-services__control_left {
          left: -10em; } }
    .dental-services_v5 .dental-services__control_right {
      display: none; }
      @media (max-width: 767px) {
        .dental-services_v5 .dental-services__control_right {
          display: block;
          right: 0;
          top: auto;
          bottom: 4.0625em;
          font-size: 0.55em; } }
      @media (min-width: 768px) {
        .dental-services_v5 .dental-services__control_right {
          display: block;
          right: 0;
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1365px) {
        .dental-services_v5 .dental-services__control_right {
          right: 0;
          top: auto;
          bottom: 1.25em; } }
      @media (min-width: 1366px) {
        .dental-services_v5 .dental-services__control_right {
          right: -8.125em; } }
      @media (min-width: 1440px) {
        .dental-services_v5 .dental-services__control_right {
          right: -10em; } }
  .dental-services_v5 .dental-services__swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.875em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 1.875em;
    padding-right: 1.875em;
    height: 4.375em;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .dental-services_v5 .dental-services__swiper-pagination {
        bottom: 1.25em; } }
    .dental-services_v5 .dental-services__swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      outline: 0 none;
      min-width: 0.625em;
      width: 0.625em;
      height: 0.625em;
      border-radius: 50%;
      background-color: #0294eb;
      opacity: 0.08;
      -o-transition: background-color 0.3s linear, opacity 0.3s linear;
      transition: background-color 0.3s linear, opacity 0.3s linear;
      margin: 0.5625em; }
    .dental-services_v5 .dental-services__swiper-pagination .swiper-pagination-bullet-active {
      background-color: #0294eb;
      opacity: 1; }
  .dental-services_v5 .dental-services__swiper-slide-in {
    background-color: #fff;
    border-radius: 1em;
    position: relative;
    overflow: hidden; }
  .dental-services_v5 .dental-services__swiper-img-wrap {
    position: relative; }
    .dental-services_v5 .dental-services__swiper-img-wrap:before {
      content: '';
      display: block;
      padding-top: 81.78439%;
      pointer-events: none; }
  .dental-services_v5 .dental-services__swiper-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .dental-services_v5 .dental-services__wisywig {
    padding-top: 1.875em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 3.125em; }
    @media (max-width: 575px) {
      .dental-services_v5 .dental-services__wisywig {
        text-align: center; } }
    .dental-services_v5 .dental-services__wisywig h3 {
      font-family: muller, sans-serif;
      font-weight: 700;
      font-size: 1.25em;
      line-height: 1.25;
      color: #252525; }
    .dental-services_v5 .dental-services__wisywig p {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 0.875em;
      line-height: 1.42857;
      color: rgba(37, 37, 37, 0.5);
      margin-top: 0.57143em; }
      @media (max-width: 575px) {
        .dental-services_v5 .dental-services__wisywig p {
          font-size: 0.9375em;
          line-height: 1.53333;
          text-align: center; } }

.field {
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .field {
      font-size: 0.85em; } }
  .field__label {
    display: block;
    position: relative;
    width: 100%; }
    .field__label:before {
      content: '';
      display: block;
      background-color: #0294eb;
      opacity: 0.08;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      border-radius: 2.1875em;
      -o-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear; }
  .field__input {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
    letter-spacing: 0.01em;
    color: #252525;
    text-align: left;
    height: 4.375em;
    border: 0 none;
    border-radius: 2.1875em;
    box-shadow: inset 0 0.625em 1.25em 0 rgba(0, 97, 155, 0.03);
    padding-left: 2.125em;
    padding-right: 2.125em;
    -o-transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, border 0.3s linear, color 0.3s linear; }
    .field__input::-webkit-input-placeholder {
      color: rgba(37, 37, 37, 0.3);
      opacity: 1; }
    .field__input::-moz-placeholder {
      color: rgba(37, 37, 37, 0.3);
      opacity: 1; }
    .field__input:-moz-placeholder {
      color: rgba(37, 37, 37, 0.3);
      opacity: 1; }
    .field__input:-ms-input-placeholder {
      color: rgba(37, 37, 37, 0.3);
      opacity: 1; }

.foo {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
  background-color: #252525; }
  .foo__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 840px) {
      .foo__inner {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; } }
  .foo p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1.28571;
    color: #fff; }
    .foo p:nth-child(2) {
      text-align: center; }
      @media (min-width: 840px) {
        .foo p:nth-child(2) {
          padding-left: 1.42857em;
          padding-right: 1.42857em; } }
    .foo p:last-child {
      text-align: right; }
    .foo p:not(:last-child) {
      margin-bottom: 2.85714em; }
      @media (min-width: 840px) {
        .foo p:not(:last-child) {
          margin-bottom: 0; } }
  .foo a {
    display: inline-block;
    text-decoration: underline;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .foo a:hover {
      opacity: 0.8; }

.form {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0 0.625em 6.25em 0 rgba(120, 120, 120, 0.1);
  text-align: center;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em; }
  @media (min-width: 992px) {
    .form {
      padding-left: 3.125em;
      padding-right: 3.125em;
      padding-top: 3.3125em;
      padding-bottom: 3.3125em; } }
  .form__title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.3;
    color: #252525; }
    @media (max-width: 991px) {
      .form__title br {
        display: none; } }
    @media (min-width: 768px) {
      .form__title {
        font-size: 1.5625em;
        line-height: 1.24; } }
    @media (min-width: 992px) {
      .form__title {
        font-size: 1.75em;
        line-height: 1.28571; } }
  .form__agree {
    display: inline-block; }
  .form__grid {
    margin-top: 1.875em; }
  .form__col {
    margin-bottom: 1.25em; }
  .form_horizontal {
    padding-left: 1.5625em;
    padding-right: 1.5625em; }
    @media (min-width: 992px) {
      .form_horizontal {
        padding-left: 5.625em;
        padding-right: 5.625em; } }
  @media (min-width: 768px) {
    .form_horizontal .form__grid {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-left: -0.9375em;
      margin-right: -0.9375em; } }
  @media (min-width: 768px) {
    .form_horizontal .form__grid .form__col {
      width: 33.33%;
      padding-left: 0.9375em;
      padding-right: 0.9375em; } }

.gallery {
  padding-bottom: 0;
  padding-top: 2.5em;
  margin-top: 6.25em; }
  @media (min-width: 768px) {
    .gallery {
      padding-top: 3.75em;
      margin-top: 5em;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .gallery {
      padding-top: 6.25em;
      margin-top: 5em;
      padding-bottom: 0; } }
  .gallery .caption {
    display: none; }
  .gallery__inner {
    margin-top: 2.5em; }
    @media (min-width: 768px) {
      .gallery__inner {
        margin-top: 3.75em; } }
    @media (min-width: 992px) {
      .gallery__inner {
        margin-top: 5em; } }
  .gallery__figure {
    position: relative; }
    .gallery__figure-link {
      display: block; }
      .gallery__figure-link-img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0; }
      .gallery__figure-link:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0294eb;
        visibility: hidden;
        opacity: 0;
        -o-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
      .gallery__figure-link-zoom {
        fill: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        -o-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
      .gallery__figure-link:hover .gallery__figure-link-zoom {
        opacity: 1;
        visibility: visible; }
      .gallery__figure-link:hover:before {
        opacity: 0.90;
        visibility: visible; }
  .gallery__controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    pointer-events: none; }
  .gallery__control {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 4.375em;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    background-color: transparent;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .gallery__control:not(.swiper-button-disabled):hover:before {
      height: 8.125em;
      width: 8.125em; }
    .gallery__control.swiper-button-disabled {
      opacity: 1;
      cursor: default; }
    .gallery__control:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      min-width: 4.375em;
      width: 4.375em;
      height: 4.375em;
      border-radius: 50%;
      background-color: #0294eb;
      z-index: 1;
      -o-transition: height 0.3s linear, width 0.3s linear;
      transition: height 0.3s linear, width 0.3s linear; }
    .gallery__control:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      min-width: 6.875em;
      width: 6.875em;
      height: 6.875em;
      border-radius: 50%;
      opacity: 0.3;
      background-color: #fff;
      box-shadow: 0 0.625em 3.125em rgba(0, 0, 0, 0.1);
      z-index: 0;
      -o-transition: height 0.3s linear, width 0.3s linear;
      transition: height 0.3s linear, width 0.3s linear; }
    .gallery__control-icon {
      min-width: 0.9375em;
      width: 0.9375em;
      height: 0.9375em;
      border-top: 0.125em solid #fff;
      border-left: 0.125em solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -o-transition: border 0.3s linear;
      transition: border 0.3s linear;
      z-index: 5; }
    .gallery__control_left .gallery__control-icon {
      -webkit-transform: translate(-30%, -50%) rotate(-45deg);
      transform: translate(-30%, -50%) rotate(-45deg); }
    .gallery__control_right .gallery__control-icon {
      -webkit-transform: translate(-70%, -50%) rotate(135deg);
      transform: translate(-70%, -50%) rotate(135deg); }
    .gallery__control_left {
      left: 3.125em; }
      @media (max-width: 767px) {
        .gallery__control_left {
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1559px) {
        .gallery__control_left {
          font-size: 0.75em; } }
    .gallery__control_right {
      right: 3.125em; }
      @media (max-width: 767px) {
        .gallery__control_right {
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1559px) {
        .gallery__control_right {
          font-size: 0.75em; } }
  .gallery_v2 .gallery__figure {
    position: relative; }
    .gallery_v2 .gallery__figure-link {
      display: block; }
      .gallery_v2 .gallery__figure-link-img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0; }
      .gallery_v2 .gallery__figure-link:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0294eb;
        visibility: hidden;
        opacity: 0;
        -o-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
      .gallery_v2 .gallery__figure-link:after {
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        z-index: 5;
        top: 1.1875em;
        bottom: 1.1875em;
        left: 1.1875em;
        right: 1.1875em;
        border: 1px solid rgba(255, 255, 255, 0.3);
        visibility: hidden;
        opacity: 0;
        -o-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
      .gallery_v2 .gallery__figure-link-name {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        -o-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
        .gallery_v2 .gallery__figure-link-name span {
          display: block;
          font-family: muller, sans-serif;
          font-weight: 300;
          font-size: 1.375em;
          line-height: 1.36364;
          color: #fff; }
  .gallery_v2 .gallery__figure-link:hover .gallery__figure-link-name {
    opacity: 1;
    visibility: visible; }
  .gallery_v2 .gallery__figure-link:hover:before {
    opacity: 0.90;
    visibility: visible; }
  .gallery_v2 .gallery__figure-link:hover:after {
    opacity: 1;
    visibility: visible; }

.headline {
  position: relative;
  overflow: hidden; }
  .headline:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  .headline__in {
    padding-top: 3.375em;
    padding-bottom: 3.375em; }
  .headline__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .headline__title h1 {
    font-family: madeevolvesans, sans-serif;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1;
    color: #252525; }
    @media (min-width: 768px) and (max-width: 1366px) {
      .headline__title h1 {
        font-size: 2.5em;
        line-height: 1; } }
    @media (max-width: 767px) {
      .headline__title h1 {
        font-size: 2em;
        line-height: 1; } }
  .headline__subtitle {
    margin-top: 1em; }
    .headline__subtitle p {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.1875em;
      line-height: 1.26316;
      color: #252525; }
      @media (max-width: 767px) {
        .headline__subtitle p {
          font-size: 1em; } }
  @media (min-width: 992px) {
    .headline_v1 .headline__in {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  .headline_v2:before {
    display: none; }
  @media (min-width: 992px) {
    .headline_v2 .headline__in {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  @media (min-width: 992px) {
    .headline_v3 .headline__in {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  .headline_v4:before {
    display: none; }
  @media (min-width: 992px) {
    .headline_v4 .headline__in {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; } }
  .headline_v5 .headline__in {
    text-align: center; }
    @media (min-width: 768px) {
      .headline_v5 .headline__in {
        padding-top: 5em;
        padding-bottom: 5em; } }
  .headline_v5 .headline__title h1 {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .headline_v5 .headline__title h1:before {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(100% + 0.68em); }
    .headline_v5 .headline__title h1:after {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(100% + 0.68em); }
  @media (min-width: 992px) {
    .headline_v5 .headline__breadcumbs {
      margin-top: 1.625em; } }
  .headline_v6:before {
    display: none; }
  .headline_v6 .headline__in {
    text-align: center; }
    @media (min-width: 768px) {
      .headline_v6 .headline__in {
        padding-top: 5em;
        padding-bottom: 5em; } }
  .headline_v6 .headline__title h1 {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .headline_v6 .headline__title h1:before {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(100% + 0.68em); }
    .headline_v6 .headline__title h1:after {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(100% + 0.68em); }
  @media (min-width: 992px) {
    .headline_v6 .headline__breadcumbs {
      margin-top: 1.625em; } }
  .headline_v7 .headline__in {
    text-align: center; }
    @media (min-width: 768px) {
      .headline_v7 .headline__in {
        padding-top: 5em;
        padding-bottom: 5em; } }
  .headline_v7 .headline__title h1 {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .headline_v7 .headline__title h1:before {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(100% + 0.68em); }
    .headline_v7 .headline__title h1:after {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(100% + 0.68em); }

.lang {
  display: block;
  position: relative; }
  .lang.active .lang__current:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0.0625em; }
  .lang__current {
    cursor: pointer;
    width: 3.75em;
    text-align: center;
    padding-top: 1.118em;
    padding-bottom: 1.1875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
    .lang__current span {
      display: inline-block;
      vertical-align: middle; }
    .lang__current:after {
      content: '';
      width: 0.5em;
      height: 0.5em;
      border-left: 0.125em solid #fff;
      border-bottom: 0.125em solid #fff;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.375em;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -0.125em; }
    .lang__current:before {
      content: '';
      display: block;
      background-color: transparent !important;
      opacity: 0.50;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -o-transition: background-color 0.3s linear, opacity 0.3s linear;
      transition: background-color 0.3s linear, opacity 0.3s linear; }
    .lang__current:hover:before, .lang__current:focus:before {
      background-color: #00619b;
      opacity: 0.70; }
    .lang__current span {
      font-family: muller, sans-serif;
      font-weight: 700;
      font-size: 0.85em;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
  .lang.active .lang__list {
    visibility: visible;
    opacity: 1; }
  .lang__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }
    .lang__list li {
      position: relative; }
      .lang__list li:after {
        content: '';
        display: block;
        background-color: #00619b;
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -o-transition: background-color 0.3s linear, opacity 0.3s linear;
        transition: background-color 0.3s linear, opacity 0.3s linear; }
      .lang__list li:hover:after, .lang__list li:focus:after {
        background-color: #00619b;
        opacity: 1; }
    .lang__list a {
      display: inline-block;
      font-family: muller, sans-serif;
      font-weight: 700;
      font-size: 0.85em;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      width: 4.58333em;
      padding-top: 0.925em;
      padding-bottom: 0.925em;
      text-align: center; }

.loader {
  display: block;
  width: 1.875em;
  height: 1.875em;
  position: fixed;
  bottom: 3.125em;
  left: 3.125em;
  opacity: 0;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 2000; }
  @media (max-width: 525px) {
    .loader {
      display: none !important; } }
  .loader.is-visible {
    opacity: 1; }

.loader::after,
.loader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.25em solid #ddd;
  border-radius: 50%;
  display: block; }

.loader::after {
  content: "";
  display: block;
  border-radius: 50%;
  border-color: #0294eb;
  border-left-color: transparent !important;
  -webkit-animation: load 1s linear infinite;
  animation: load 1s linear infinite; }

@-webkit-keyframes load {
  0% { }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% { }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.location a {
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .location a:hover {
    opacity: 0.8; }

.location.active .location__caret:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.location__current {
  padding-left: 1.875em;
  padding-right: 1.5625em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 767px) {
    .location__current {
      padding-left: 2.5em;
      padding-right: 2.5em;
      width: 100%; } }
  @media (min-width: 992px) {
    .location__current {
      min-width: 23.8125em; } }

.location__current-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }
  @media (max-width: 767px) {
    .location__current-icon {
      left: 0.625em; } }

.location__caret {
  position: relative;
  height: 100%;
  width: 1.25em;
  top: -0.125em; }
  .location__caret:after {
    content: '';
    cursor: pointer;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-left: 0.125em solid #fff;
    border-bottom: 0.125em solid #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.location__current-text {
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375;
  color: #fff;
  height: 3.438em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0.625em; }

.location.active .location__list {
  visibility: visible;
  opacity: 1; }

.location__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear; }
  @media (min-width: 992px) {
    .location__list {
      min-width: 23.8125em; } }
  .location__list li {
    position: relative;
    padding-left: 1.875em;
    padding-right: 1.5625em;
    cursor: pointer; }
    @media (max-width: 767px) {
      .location__list li {
        padding-left: 0.625em;
        padding-right: 1.25em; } }
    .location__list li:after {
      content: '';
      display: block;
      background-color: #00619b;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -o-transition: background-color 0.3s linear, opacity 0.3s linear;
      transition: background-color 0.3s linear, opacity 0.3s linear; }
    .location__list li:hover:after, .location__list li:focus:after {
      background-color: #00619b;
      opacity: 1; }
  .location__list span {
    display: inline-block;
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 0.925em;
    padding-bottom: 0.925em; }

.logo {
  display: inline-block;
  padding-left: 6.25em; }
  .logo__icon-wrap {
    min-width: 5em;
    width: 5em;
    height: 3.75em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .logo__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625em;
    max-height: 3.75em;
    max-width: 4.375em; }
  .logo_with-img {
    padding-left: 0; }
  .logo__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 16.5625em;
    max-height: 3.9375em; }
  .logo__round {
    min-width: 3.125em;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    background-color: #0294eb;
    opacity: 0.08;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 0; }
  .logo__title {
    font-family: madeevolvesans, sans-serif;
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #0294eb; }
  .logo__text {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #949494;
    margin-top: 0.2em; }

.lome {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  box-shadow: 0 0.625em 6.25em rgba(171, 171, 171, 0.1);
  background-color: #fff; }
  @media (max-width: 767px) {
    .lome {
      -webkit-order: 1;
      order: 1; } }
  @media (max-width: 991px) {
    .lome {
      padding-top: 0.9375em;
      padding-bottom: 0.9375em; } }
  @media (min-width: 768px) {
    .lome.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50; } }
  .lome__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .lome__inner {
        font-size: 0.90em; } }
  @media (max-width: 767px) {
    .lome__logo {
      font-size: 0.65em; } }
  @media (max-width: 991px) {
    .lome__menu {
      display: none; } }
  .lome__menu-mobile {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.80em; }
    @media (min-width: 992px) {
      .lome__menu-mobile {
        display: none; } }
    @media (max-width: 767px) {
      .lome__menu-mobile {
        display: block;
        min-width: 3.907em;
        width: 3.907em;
        height: 3.907em;
        text-align: center;
        background-color: #0294eb;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative; } }
    .lome__menu-mobile-icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      stroke: #fff; }

.map {
  position: relative;
  background-color: #efefef;
  width: 100%;
  height: 26.875em; }

.memob {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear; }
  .memob.is-visible {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 768px) {
    .memob {
      display: none; } }
  .memob__square {
    min-width: 3.907em;
    width: 3.907em;
    height: 3.907em;
    background-color: #0294eb;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    font-size: 0.80em; }
  .memob__icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #fff; }

.menu__item, .menu .sub-menu > li {
  position: relative;
  display: inline-block; }
  .menu__item .caret, .menu .sub-menu > li .caret {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25em 0.25em 0 0.25em;
    border-color: #0594ea transparent transparent transparent;
    position: relative;
    margin-left: 0.25em;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .menu__item.is-hover .caret, .menu .sub-menu > li.is-hover .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 768px) {
  .menu__item.is-hover .sub-menu, .menu .sub-menu > li.is-hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible; } }

.menu__link:hover:before {
  visibility: visible;
  opacity: 0.08; }

.menu__item:hover .menu__link, .menu .sub-menu > li:hover .menu__link {
  color: #0294eb; }

.menu__link.active {
  color: #0294eb; }
  .menu__link.active:before {
    visibility: visible;
    opacity: 0.08; }

.menu__link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  color: #656565;
  position: relative;
  z-index: 10;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear; }
  .menu__link:before {
    content: '';
    display: block;
    position: absolute;
    left: -0.3125em;
    right: -0.3125em;
    height: 0.625em;
    top: 0.4375em;
    background-color: rgba(2, 148, 235, 0.1);
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }

.menu .sub-menu {
  position: relative;
  z-index: 5; }
  .menu .sub-menu .menu-item {
    display: block; }
  @media (max-width: 767px) {
    .menu .sub-menu {
      display: none; }
      .menu .sub-menu .menu-item:first-child {
        margin-top: 1em; } }
  @media (min-width: 768px) {
    .menu .sub-menu {
      text-align: left;
      position: absolute;
      top: calc(100% + 1.3125em + 1px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 15em;
      background-color: #fff;
      padding: 1.5em;
      visibility: hidden;
      opacity: 0;
      -o-transition: visibility 0.15s linear, opacity 0.15s linear;
      transition: visibility 0.15s linear, opacity 0.15s linear; }
      .menu .sub-menu:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 3.75em;
        z-index: -1; } }
  @media (min-width: 768px) {
    .menu .sub-menu > li {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .menu .sub-menu > li:not(:last-child) {
        margin-bottom: 1.5em; } }
  .menu .sub-menu > li > a {
    display: inline-block;
    color: #656565 !important; }

.menu_main .menu__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.menu_main .menu__item:not(:last-child), .menu_main .menu .sub-menu > li:not(:last-child), .menu .menu_main .sub-menu > li:not(:last-child) {
  margin-right: 2.375em; }

.menu_modal .menu__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.menu_modal .menu__item:not(:last-child), .menu_modal .menu .sub-menu > li:not(:last-child), .menu .menu_modal .sub-menu > li:not(:last-child) {
  margin-bottom: 1.25em; }

.menu_modal .menu__link {
  padding: 0.5em;
  color: #fff !important; }

@media (max-width: 991px) {
  .menu_modal .menu__link, .menu_modal .menu__link.active {
    color: #fff;
    font-size: 1.25em; } }

.messcons {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0 0.625em 6.25em 0 rgba(120, 120, 120, 0.1);
  text-align: center;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em; }
  .messcons__title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.3;
    color: #252525; }
    @media (max-width: 991px) {
      .messcons__title br {
        display: none; } }
    @media (min-width: 768px) {
      .messcons__title {
        font-size: 1.5625em;
        line-height: 1.24; } }
    @media (min-width: 992px) {
      .messcons__title {
        font-size: 1.75em;
        line-height: 1.2; } }
  .messcons__messengers {
    margin-top: 2.5em; }

.messengers {
  position: relative; }
  .messengers__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -0.5em;
    margin-right: -0.5em; }
  .messengers__item {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 1em; }
  .messengers__link {
    text-decoration: none;
    color: inherit;
    display: block;
    min-width: 4.5em;
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 375px) {
      .messengers__link {
        font-size: 0.85em; } }
  .messengers__link_viber {
    background-color: #8F5DB7; }
    .messengers__link_viber .messengers__icon {
      min-width: 1.6875em;
      width: 1.6875em;
      height: auto; }
  .messengers__link_telegram {
    background-color: #0088cc; }
  .messengers__link_whatsapp {
    background-color: #25D366; }
  .messengers__link_facebook_messenger {
    background-color: #0084FF; }
  .messengers__link_email {
    background-color: #ffa000; }
  .messengers__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 1.875em;
    width: 1.875em;
    height: auto;
    fill: #fff; }

.modal {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 991px) {
    .modal {
      padding-top: 3.4em; } }
  .modal-backdrop {
    background-color: #00619b; }
    .modal-backdrop.fade {
      opacity: 0; }
    .modal-backdrop.show {
      opacity: 0.90; }
  .modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    position: relative; }
    .modal-content-body {
      position: relative;
      z-index: 1; }
  .modal__close {
    position: absolute;
    z-index: 50;
    top: 0;
    right: -3.1875em; }
    @media (max-width: 991px) {
      .modal__close {
        display: none; } }
    .modal__close-icon {
      fill: #fff;
      -o-transition: fill 0.3s linear;
      transition: fill 0.3s linear; }
    .modal__close:hover .modal__close-icon {
      fill: rgba(255, 255, 255, 0.8); }
    .modal__close_mob {
      background-color: #0294eb; }
      @media (max-width: 991px) {
        .modal__close_mob {
          display: block;
          top: 0;
          right: 0;
          position: fixed;
          min-width: 3.907em;
          width: 3.907em;
          height: 3.907em;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          font-size: 0.80em; } }
    @media (max-width: 991px) {
      .modal__close_mob .modal__close-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .modal_callback .modal-content {
    max-width: 26.25em; }
  .modal_messcons .modal-content {
    max-width: 32.5em; }
  .modal_mserv .modal-content,
  .modal_mteam .modal-content {
    max-width: 71.25em; }
  .modal_mserv .mserv h3 {
    margin-bottom: 1em; }
  .modal_menu .modal-content {
    max-width: 20em; }
  .modal_menu .modal__menu {
    border-radius: 0.625em;
    box-shadow: 0 0.625em 6.25em rgba(171, 171, 171, 0.1);
    text-align: center;
    padding-left: 1.875em;
    padding-right: 1.875em;
    padding-top: 1.875em;
    padding-bottom: 1.875em; }
  .modal_menu .modal__lang {
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 767px) {
    .modal_video .modal-dialog {
      margin: 0; } }
  .modal_video .modal-content {
    max-width: 100%; }
    @media (min-width: 768px) {
      .modal_video .modal-content {
        max-width: 75em; } }
  @media (max-width: 767px) {
    .modal_video .modal__close {
      right: 0.9375em; } }
  .modal_video .video-container {
    width: 100%;
    position: relative;
    background-color: #fffefd; }
    @media (min-width: 768px) {
      .modal_video .video-container {
        overflow: hidden; } }
    .modal_video .video-container:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 1.875em;
      bottom: 0;
      left: 1.875em;
      right: 1.875em;
      box-shadow: 0.3125em 1.25em 3.125em 0 rgba(0, 0, 0, 0.75); }
  .modal_video .video-iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; }
    .modal_video .video-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.mserv {
  position: relative; }
  .mserv:before {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    left: 1.25em;
    right: 1.25em;
    bottom: -0.625em;
    height: 6.25em;
    opacity: 0.50;
    background-color: #fff;
    border-radius: 0.625em;
    box-shadow: 0 0.625em 6.25em rgba(2, 148, 235, 0.1); }
  .mserv:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 2.5em;
    right: 2.5em;
    bottom: -1.25em;
    height: 6.25em;
    opacity: 0.10;
    background-color: #fff;
    border-radius: 0.625em;
    box-shadow: 0 0.625em 6.25em rgba(2, 148, 235, 0.1); }
  .mserv__inner {
    background-color: #fff;
    border-radius: 0.625em;
    box-shadow: 0 0.625em 6.25em rgba(2, 148, 235, 0.1);
    padding-left: 3.75em;
    padding-right: 3.75em;
    padding-top: 3.125em;
    padding-bottom: 3.4375em;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .mserv__inner {
        padding: 1.875em; } }
  .mserv h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.1;
    color: #252525; }
    @media (min-width: 768px) {
      .mserv h3 {
        font-size: 1.5625em;
        line-height: 1.08; } }
    @media (min-width: 992px) {
      .mserv h3 {
        font-size: 1.875em;
        line-height: 1.06667; } }
    .mserv h3 br {
      display: none; }
  .mserv p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1.57143;
    color: #252525; }
    @media (min-width: 768px) {
      .mserv p {
        font-size: 1em;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .mserv p {
        font-size: 1.125em;
        line-height: 1.44444; } }
    .mserv p.subtitle-color {
      color: rgba(37, 37, 37, 0.5);
      margin-top: 0.44444em; }
    .mserv p:not(:last-child) {
      margin-bottom: 1.38889em; }
  .mserv ul {
    margin-top: 2em;
    padding-left: 1.25em; }
    @media (max-width: 767px) {
      .mserv ul {
        margin-top: 1em;
        padding-left: 0; } }
    .mserv ul li {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 0.875em;
      line-height: 1.57143;
      color: #252525;
      position: relative;
      padding-left: 2.85714em; }
      @media (min-width: 768px) {
        .mserv ul li {
          font-size: 1em;
          line-height: 1.5; } }
      @media (min-width: 992px) {
        .mserv ul li {
          font-size: 1.125em;
          line-height: 1.44444; } }
      .mserv ul li:not(:last-child) {
        margin-bottom: 1.38889em; }
      .mserv ul li:before {
        content: '';
        display: block;
        min-width: 1.11111em;
        width: 1.11111em;
        height: 1.11111em;
        border-radius: 50%;
        background-color: #0294eb;
        opacity: 0.20;
        position: absolute;
        top: 0;
        left: 0; }
      .mserv ul li:after {
        content: '';
        display: block;
        min-width: 0.44444em;
        width: 0.44444em;
        height: 0.44444em;
        border-radius: 50%;
        background-color: #0294eb;
        position: absolute;
        top: 0.33333em;
        left: 0.33333em; }

.offer {
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 767px) {
    .offer {
      -webkit-order: 3;
      order: 3; } }
  .offer:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  .offer__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
    z-index: 1; }
    @media (max-width: 991px) {
      .offer__bg-fig {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right top;
        object-position: right top;
        font-family: "object-fit: cover; object-position: right top;"; } }
  .offer__bgi-wrap {
    z-index: 1; }
    @media (max-width: 991px) {
      .offer__bgi-wrap {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        max-width: 15.625em; } }
    @media (max-width: 767px) {
      .offer__bgi-wrap {
        padding-top: 1.25em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .offer__bgi-wrap {
        padding-top: 2.5em; } }
    @media (min-width: 992px) {
      .offer__bgi-wrap {
        position: absolute;
        width: 120em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        bottom: 0; } }
  @media (max-width: 991px) {
    .offer__bgi-img {
      display: block;
      width: 100%;
      height: auto; } }
  @media (min-width: 992px) {
    .offer__bgi-img {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      font-family: "object-fit: cover; object-position: center top;"; } }
  .offer__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }
  @media (max-width: 991px) {
    .offer__bgi-circles {
      display: none; } }
  @media (min-width: 992px) {
    .offer__bgi-circles {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      font-family: "object-fit: cover; object-position: center top;";
      z-index: 1; } }
  .offer__layout-center {
    padding-top: 1.25em;
    padding-bottom: 3.125em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10; }
    @media (min-width: 768px) {
      .offer__layout-center {
        padding-top: 2.5em;
        padding-bottom: 3.125em; } }
    @media (min-width: 992px) {
      .offer__layout-center {
        padding-top: 9.6875em;
        padding-bottom: 9.6875em;
        min-height: 41.625em; } }
  .offer__content {
    max-width: 35.625em; }
    @media (max-width: 991px) {
      .offer__content {
        max-width: 31.25em;
        margin-left: auto;
        margin-right: auto; } }
  .offer__words {
    margin-top: 1.875em; }
    @media (max-width: 991px) {
      .offer__words {
        margin-top: 0.9375em; } }
  .offer__text {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6875;
    color: #252525; }
    .offer__text p:not(:last-child) {
      margin-bottom: 0.625em; }
    @media (max-width: 991px) {
      .offer__text {
        text-align: center; }
        .offer__text br {
          display: none; } }
    @media (min-width: 992px) {
      .offer__text {
        font-size: 1.1875em;
        line-height: 1.57895; } }
  .offer__btn {
    margin-top: 3.4375em;
    width: 20em; }
    @media (max-width: 991px) {
      .offer__btn {
        margin-top: 1.5625em;
        width: 18.125em;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .offer__embed {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .offer__embed {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3); } }
    .offer__embed::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .offer__embed_4-3::before {
      padding-top: 75%; }
    .offer__embed-video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .offer__swiper .swiper-slide {
    box-sizing: border-box;
    overflow: hidden; }
  .offer__controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    pointer-events: none; }
  .offer__control {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 4.375em;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    background-color: transparent;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    @media (max-width: 1365px) {
      .offer__control {
        display: none; } }
    .offer__control:not(.swiper-button-disabled):hover:before {
      height: 8.125em;
      width: 8.125em; }
    .offer__control.swiper-button-disabled {
      opacity: 0.3;
      cursor: default; }
    .offer__control:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      min-width: 4.375em;
      width: 4.375em;
      height: 4.375em;
      border-radius: 50%;
      background-color: #0294eb;
      z-index: 1;
      -o-transition: height 0.3s linear, width 0.3s linear;
      transition: height 0.3s linear, width 0.3s linear; }
    .offer__control:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      min-width: 6.875em;
      width: 6.875em;
      height: 6.875em;
      border-radius: 50%;
      opacity: 0.3;
      background-color: #fff;
      box-shadow: 0 0.625em 3.125em rgba(0, 0, 0, 0.1);
      z-index: 0;
      -o-transition: height 0.3s linear, width 0.3s linear;
      transition: height 0.3s linear, width 0.3s linear; }
    .offer__control-icon {
      min-width: 0.9375em;
      width: 0.9375em;
      height: 0.9375em;
      border-top: 0.125em solid #fff;
      border-left: 0.125em solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -o-transition: border 0.3s linear;
      transition: border 0.3s linear;
      z-index: 5; }
    .offer__control_left .offer__control-icon {
      -webkit-transform: translate(-30%, -50%) rotate(-45deg);
      transform: translate(-30%, -50%) rotate(-45deg); }
    .offer__control_right .offer__control-icon {
      -webkit-transform: translate(-70%, -50%) rotate(135deg);
      transform: translate(-70%, -50%) rotate(135deg); }
    .offer__control_left {
      left: 3.125em; }
      @media (max-width: 767px) {
        .offer__control_left {
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1559px) {
        .offer__control_left {
          font-size: 0.75em; } }
    .offer__control_right {
      right: 3.125em; }
      @media (max-width: 767px) {
        .offer__control_right {
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1559px) {
        .offer__control_right {
          font-size: 0.75em; } }
  .offer__pagination {
    position: absolute;
    z-index: 200;
    text-align: center; }
    .offer__pagination .swiper-pagination-bullet {
      outline: 0 none;
      min-width: 0.875em;
      width: 0.875em;
      height: 0.875em;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.25);
      border: 2px solid rgba(255, 255, 255, 0);
      opacity: 1;
      -o-transition: border 0.3s linear, background-color 0.3s linear;
      transition: border 0.3s linear, background-color 0.3s linear; }
      .offer__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0); }
  @media (max-width: 525px) {
    .offer_static-text-center .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 65vh; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_static-text-center .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 80vh; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .offer_static-text-center .offer__layout-center {
      padding-top: 80px;
      padding-bottom: 80px;
      min-height: 32.5em; } }
  @media (min-width: 1025px) {
    .offer_static-text-center .offer__layout-center {
      padding-top: 10.625em;
      padding-bottom: 10.625em; } }
  @media (max-width: 525px) {
    .offer_static-text-center .title_offer .title__text {
      font-size: 1.75em; } }
  .offer_static-text-center .offer__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .offer_static-text-center .title__text,
  .offer_static-text-center .offer__text {
    color: #fff; }
  .offer_static-text-center .offer__btn {
    margin-left: auto;
    margin-right: auto; }
  .offer_static-text-center .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_static-text-center .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  @media (max-width: 525px) {
    .offer_video .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 80vh; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_video .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 80vh; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .offer_video .offer__layout-center {
      padding-top: 80px;
      padding-bottom: 80px;
      min-height: 32.5em; } }
  @media (min-width: 1025px) {
    .offer_video .offer__layout-center {
      padding-top: 10.625em;
      padding-bottom: 10.625em; } }
  .offer_video .offer__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .offer_video .title__text,
  .offer_video .offer__text {
    color: #fff; }
  .offer_video .offer__btn {
    margin-left: auto;
    margin-right: auto; }
  .offer_video .offer__bg-fig {
    z-index: 9;
    opacity: 0.10; }
  .offer_video .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .offer_video .offer__bgi-wrap-oi {
        display: none; } }
  .offer_video .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  @media (max-width: 767px) {
    .offer_video .offer__embed {
      display: none; } }
  .offer_slider-text-center-and-bullets .offer__pagination {
    bottom: 1em; }
    @media (max-width: 525px) {
      .offer_slider-text-center-and-bullets .offer__pagination {
        bottom: 3.5em; } }
    @media (min-width: 526px) and (max-width: 767px) {
      .offer_slider-text-center-and-bullets .offer__pagination {
        bottom: 2em; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .offer_slider-text-center-and-bullets .offer__pagination {
        bottom: 2em; } }
    @media (min-width: 1025px) {
      .offer_slider-text-center-and-bullets .offer__pagination {
        bottom: 3.125em; } }
  .offer_slider-text-center-and-bullets .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_slider-text-center-and-bullets .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .offer_slider-text-center-with-motion .offer__bg-fig {
    z-index: 9;
    opacity: 0.10; }
  .offer_slider-text-center-with-motion .offer__swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_slider-text-center-with-motion .swiper-container,
  .offer_slider-text-center-with-motion .swiper-slide {
    height: 100%;
    width: 100%; }
  .offer_slider-text-center-with-motion .offer__bgi-wrap-oi {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.75; }
  .offer_slider-text-center-with-motion .offer__bgi-wrap-oi.is-animated {
    -webkit-animation-name: offerScaleFadeOut;
    animation-name: offerScaleFadeOut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

@-webkit-keyframes offerScaleFadeOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  5% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  95% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0.75;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes offerScaleFadeOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  5% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  95% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0.75;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
  .offer_slider-text-center-with-motion .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_slider-text-center-with-motion .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  @media (max-width: 525px) {
    .offer_slider-text-center-with-motion .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 80vh; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_slider-text-center-with-motion .offer__layout-center {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 80vh; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .offer_slider-text-center-with-motion .offer__layout-center {
      padding-top: 80px;
      padding-bottom: 80px;
      min-height: 32.5em; } }
  @media (min-width: 1025px) {
    .offer_slider-text-center-with-motion .offer__layout-center {
      padding-top: 10.625em;
      padding-bottom: 10.625em; } }
  @media (max-width: 525px) {
    .offer_slider-text-center-with-motion .title_offer .title__text {
      font-size: 1.75em; } }
  .offer_slider-text-center-with-motion .offer__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .offer_slider-text-center-with-motion .title__text,
  .offer_slider-text-center-with-motion .offer__text {
    color: #fff; }
  .offer_slider-text-center-with-motion .offer__btn {
    margin-left: auto;
    margin-right: auto; }
  .offer_slider-only-img .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_slider-only-img .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  @media (max-width: 525px) {
    .offer_slider-only-img .swiper-container,
    .offer_slider-only-img .swiper-slide {
      height: 21.875em; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_slider-only-img .swiper-container,
    .offer_slider-only-img .swiper-slide {
      height: 25em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .offer_slider-only-img .swiper-container,
    .offer_slider-only-img .swiper-slide {
      height: 25em; } }
  @media (min-width: 1025px) {
    .offer_slider-only-img .swiper-container,
    .offer_slider-only-img .swiper-slide {
      height: 43.4375em; } }
  .offer_slider-only-img .offer__pagination {
    bottom: 1em; }
    @media (max-width: 525px) {
      .offer_slider-only-img .offer__pagination {
        bottom: 1em; } }
    @media (min-width: 526px) and (max-width: 767px) {
      .offer_slider-only-img .offer__pagination {
        bottom: 2em; } }
    @media (min-width: 768px) {
      .offer_slider-only-img .offer__pagination {
        display: none; } }
  @media (min-width: 768px) {
    .offer_slider-only-img .offer__control {
      display: block !important; } }
  .offer_only-img .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_only-img .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  @media (max-width: 525px) {
    .offer_only-img .swiper-container,
    .offer_only-img .swiper-slide {
      height: 21.875em; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_only-img .swiper-container,
    .offer_only-img .swiper-slide {
      height: 25em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .offer_only-img .swiper-container,
    .offer_only-img .swiper-slide {
      height: 25em; } }
  @media (min-width: 1025px) {
    .offer_only-img .swiper-container,
    .offer_only-img .swiper-slide {
      height: 43.4375em; } }
  .offer_text-form .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_text-form .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .offer_text-form .offer__layout-center {
    padding-top: 1.25em;
    padding-bottom: 3.125em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10; }
    @media (min-width: 768px) {
      .offer_text-form .offer__layout-center {
        padding-top: 2.5em;
        padding-bottom: 3.125em; } }
    @media (min-width: 992px) {
      .offer_text-form .offer__layout-center {
        padding-top: 3.125em;
        padding-bottom: 4.375em; } }
  .offer_text-form .offer__grid {
    width: 100%; }
  @media (max-width: 991px) {
    .offer_text-form .offer__title {
      padding-top: 1.5em; } }
  @media (min-width: 992px) {
    .offer_text-form .offer__title {
      padding-top: 7em; } }
  .offer_text-form .offer__line {
    width: 100%;
    height: 1px;
    background-color: rgba(37, 37, 37, 0.1);
    margin-top: 3.125em;
    margin-bottom: 2.5em; }
    @media (max-width: 991px) {
      .offer_text-form .offer__line {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5em;
        margin-bottom: 1.5em; } }
  .offer_text-form .offer__text-percon {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.3125em;
    line-height: 1.28571;
    color: #252525; }
    .offer_text-form .offer__text-percon p:not(:last-child) {
      margin-bottom: 0.47619em; }
    @media (max-width: 991px) {
      .offer_text-form .offer__text-percon {
        text-align: center; }
        .offer_text-form .offer__text-percon br {
          display: none; } }
    @media (min-width: 992px) {
      .offer_text-form .offer__text-percon {
        font-size: 1.5em;
        line-height: 1.25; } }
  .offer_text-form .offer__arrow {
    margin-top: 0.5em;
    margin-left: 19.9375em;
    display: block; }
    @media (max-width: 991px) {
      .offer_text-form .offer__arrow {
        display: none; } }
  .offer_text-form .offer__form {
    max-width: 26.25em;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .offer_text-form .offer__form {
        margin-top: 3em;
        max-width: 29.375em;
        margin-right: auto; } }
    .offer_text-form .offer__form:before {
      content: '';
      display: block;
      position: absolute;
      left: 1.25em;
      right: 1.25em;
      bottom: -0.6875em;
      height: 1.875em;
      background-color: #fff;
      box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
      opacity: 0.50;
      z-index: 0;
      border-radius: 0.625em; }
  .offer_text-form .title__text,
  .offer_text-form .offer__text,
  .offer_text-form .form__title,
  .offer_text-form .offer_text-form .offer__text-percon {
    color: #252525; }
  .offer_text-form .offer__overlay {
    background-color: rgba(255, 255, 255, 0.75); }
  .offer_text-form .offer__bg-fig {
    z-index: 9; }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .offer_text-form .offer__title {
      padding-top: 3em; }
    .offer_text-form .title_offer .title__text {
      font-size: 2.5em;
      line-height: 1.21739; }
    .offer_text-form .offer__text {
      font-size: 1.1em;
      line-height: 1.57895; }
    .offer_text-form .offer__line {
      margin-top: 2em;
      margin-bottom: 2em; }
    .offer_text-form .form {
      padding-left: 2em;
      padding-right: 2em;
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media (max-width: 1023px) {
    .offer_text-form br {
      display: none; } }
  @media (max-width: 525px) {
    .offer_text-form .title_offer .title__text {
      font-size: 1.75em; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_text-form .title_offer .title__text {
      font-size: 1.75em; } }
  .offer_form-counter .someColor {
    color: #0294eb; }
  .offer_form-counter .offer__bgi-wrap-oi {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .offer_form-counter .offer__bgi-img-oi {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .offer_form-counter .offer__layout-center {
    padding-top: 1.25em;
    padding-bottom: 3.125em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10; }
    @media (min-width: 768px) {
      .offer_form-counter .offer__layout-center {
        padding-top: 2.5em;
        padding-bottom: 3.125em; } }
    @media (min-width: 992px) {
      .offer_form-counter .offer__layout-center {
        padding-top: 3.125em;
        padding-bottom: 4.375em; } }
  .offer_form-counter .offer__grid {
    width: 100%; }
    @media (min-width: 992px) {
      .offer_form-counter .offer__grid-col_desktop-order-1 {
        -webkit-order: 1;
        order: 1; } }
    @media (min-width: 992px) {
      .offer_form-counter .offer__grid-col_desktop-order-2 {
        -webkit-order: 2;
        order: 2; } }
  .offer_form-counter .offer__form {
    max-width: 26.25em;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .offer_form-counter .offer__form {
        margin-top: 1.5em;
        max-width: 29.375em;
        margin-left: auto;
        margin-right: auto; } }
    .offer_form-counter .offer__form:before {
      content: '';
      display: block;
      position: absolute;
      left: 1.25em;
      right: 1.25em;
      bottom: -0.6875em;
      height: 1.875em;
      background-color: #fff;
      box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
      opacity: 0.50;
      z-index: 0;
      border-radius: 0.625em; }
  @media (max-width: 991px) {
    .offer_form-counter .offer__title {
      padding-top: 1.5em; } }
  @media (min-width: 992px) {
    .offer_form-counter .offer__title {
      padding-top: 5.25em; } }
  .offer_form-counter .offer__economy {
    margin-top: 2em; }
    @media (max-width: 991px) {
      .offer_form-counter .offer__economy {
        margin-top: 1.5em;
        max-width: 29.375em;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    .offer_form-counter .offer__economy-text {
      display: inline-block; }
      .offer_form-counter .offer__economy-text p {
        z-index: 1;
        font-family: muller, sans-serif;
        font-weight: 400;
        font-size: 1.125em;
        line-height: 1.44444;
        color: #252525; }
      .offer_form-counter .offer__economy-text:before {
        content: '';
        display: block;
        z-index: 0;
        left: -0.6875em;
        right: -0.6875em;
        bottom: 0.0625em;
        height: 0.625em;
        background-color: rgba(2, 148, 235, 0.1); }
  .offer_form-counter .offer__action {
    margin-top: 3em; }
    @media (max-width: 991px) {
      .offer_form-counter .offer__action {
        margin-top: 1.5em; } }
    .offer_form-counter .offer__action-timer {
      width: 25.1875em;
      height: 6.25em;
      border-radius: 0.625em;
      background-color: #0294eb;
      margin-bottom: 0.5em;
      position: relative; }
      @media (max-width: 991px) {
        .offer_form-counter .offer__action-timer {
          font-size: 0.70em;
          margin-left: auto;
          margin-right: auto; } }
    .offer_form-counter .offer__action-text {
      font-family: muller, sans-serif;
      font-weight: 400;
      font-size: 1.125em;
      line-height: 1.44444;
      color: #252525; }
      @media (max-width: 991px) {
        .offer_form-counter .offer__action-text {
          text-align: center; } }
  .offer_form-counter .offer__counter {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    .offer_form-counter .offer__counter-item {
      width: 25%;
      text-align: center;
      position: relative;
      height: 6.25em;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .offer_form-counter .offer__counter-item:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        top: 1.25em;
        bottom: 1.25em;
        right: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
    .offer_form-counter .offer__counter-num {
      font-family: muller, sans-serif;
      font-weight: 400;
      font-size: 2.875em;
      line-height: 1;
      color: #fff; }
    .offer_form-counter .offer__counter-text {
      font-family: muller, sans-serif;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1;
      color: #fff;
      margin-top: 0.57143em; }
  .offer_form-counter .title__text,
  .offer_form-counter .offer__text,
  .offer_form-counter .form__title {
    color: #252525; }
  .offer_form-counter .offer__overlay {
    background-color: rgba(255, 255, 255, 0.75); }
  .offer_form-counter .offer__bg-fig {
    z-index: 9; }
  .offer_form-counter .offer__action {
    margin-top: 3.25em; }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .offer_form-counter .title_offer .title__text {
      font-size: 2.5em;
      line-height: 1.21739; }
    .offer_form-counter .offer__title {
      padding-top: 3em; }
    .offer_form-counter .form {
      padding-left: 2em;
      padding-right: 2em;
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media (max-width: 525px) {
    .offer_form-counter .title_offer .title__text {
      font-size: 1.75em; } }
  @media (min-width: 526px) and (max-width: 767px) {
    .offer_form-counter .title_offer .title__text {
      font-size: 1.75em; } }

.price__items {
  margin-top: 2.5em;
  position: relative; }
  @media (min-width: 768px) {
    .price__items {
      margin-top: 3.75em; } }
  @media (min-width: 992px) {
    .price__items {
      margin-top: 5em; } }

.price__item {
  position: relative;
  margin-bottom: 0.125em; }

.price__head {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 1.875em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-right: 5em; }
  .price__head:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }
  @media (max-width: 767px) {
    .price__head {
      padding-left: 0.9375em; } }

.price__cat {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.44444;
  color: #252525;
  position: relative;
  z-index: 1; }

.price__caret {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 1.875em;
  z-index: 1;
  stroke: #0294eb; }
  .price__caret_plus {
    transition: visibility 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear; }
  .price__caret_minus {
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }

.price__head.is-open .price__caret_plus {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }

.price__head.is-open .price__caret_minus {
  visibility: visible;
  opacity: 1; }

.price__body {
  position: relative; }
  .price__body:not(.is-open) {
    display: none; }

.price__data {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.875em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-right: 1.875em; }
  @media (max-width: 767px) {
    .price__data {
      padding-left: 0.9375em;
      padding-right: 0.9375em; } }
  .price__data:not(:last-child) {
    border-bottom: 0.0625em solid rgba(120, 120, 120, 0.2); }

.price__service {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.625;
  color: #656565; }
  @media (max-width: 767px) {
    .price__service {
      padding-right: 1.875em; } }

.price__cost {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.625;
  color: #656565; }
  @media (max-width: 767px) {
    .price__cost {
      text-align: right; } }

.reviews__swiper {
  position: relative;
  padding-bottom: 5em;
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .reviews__swiper {
      margin-top: 3.75em;
      padding-bottom: 5em; } }
  @media (min-width: 992px) {
    .reviews__swiper {
      margin-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 768px) and (max-width: 1365px) {
    .reviews__swiper {
      margin-bottom: 3.125em;
      padding-bottom: 6.25em; } }
  .reviews__swiper-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 200; }

.reviews__control {
  position: absolute;
  top: 30%;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto; }
  .reviews__control_left {
    display: none; }
    @media (max-width: 767px) {
      .reviews__control_left {
        display: block;
        left: 0;
        top: auto;
        bottom: 0.625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .reviews__control_left {
        display: block;
        left: 0;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .reviews__control_left {
        left: 0;
        top: auto;
        bottom: -0.4375em; } }
    @media (min-width: 1366px) {
      .reviews__control_left {
        left: -8.125em; } }
    @media (min-width: 1440px) {
      .reviews__control_left {
        left: -10em; } }
  .reviews__control_right {
    display: none; }
    @media (max-width: 767px) {
      .reviews__control_right {
        display: block;
        right: 0;
        top: auto;
        bottom: 0.625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .reviews__control_right {
        display: block;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .reviews__control_right {
        right: 0;
        top: auto;
        bottom: -0.4375em; } }
    @media (min-width: 1366px) {
      .reviews__control_right {
        right: -8.125em; } }
    @media (min-width: 1440px) {
      .reviews__control_right {
        right: -10em; } }

.reviews__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.875em;
  padding-right: 1.875em;
  height: 4.375em;
  z-index: 1; }
  .reviews__swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    outline: 0 none;
    min-width: 0.625em;
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    background-color: #0294eb;
    opacity: 0.08;
    -o-transition: background-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, opacity 0.3s linear;
    margin: 0.5625em; }
  .reviews__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0294eb;
    opacity: 1; }

.reviews__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-left: 1.875em;
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
  @media (max-width: 767px) {
    .reviews__head {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-bottom: 0;
      padding-left: 0; } }

.reviews__img-wrap {
  position: relative;
  margin-right: 4.375em;
  display: inline-block; }
  @media (max-width: 767px) {
    .reviews__img-wrap {
      margin-right: 0;
      margin-bottom: 3.125em; } }

.reviews__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 9.375em;
  max-height: 9.375em; }

.reviews__name {
  font-family: muller, sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.18182;
  color: #252525; }
  @media (min-width: 768px) and (max-width: 991px) {
    .reviews__name {
      font-size: 1.1875em;
      line-height: 1.21053; } }
  @media (max-width: 767px) {
    .reviews__name {
      font-size: 1.0625em;
      line-height: 1.23529;
      text-align: center; } }

.reviews__date {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.85714;
  color: #252525; }
  @media (max-width: 767px) {
    .reviews__date {
      text-align: center; } }

.reviews__words {
  margin-top: 2.1875em; }
  @media (max-width: 767px) {
    .reviews__words {
      max-width: 31.25em;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .reviews__words {
      font-size: 0.85em; } }

.reviews__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.44444;
  letter-spacing: 0.026em;
  color: rgba(37, 37, 37, 0.5); }
  @media (max-width: 575px) {
    .reviews__text {
      font-size: 0.9375em;
      line-height: 1.53333;
      text-align: center; } }

.services {
  padding-top: 2.5em;
  margin-top: 6.25em; }
  @media (min-width: 768px) {
    .services {
      padding-top: 3.75em;
      margin-top: 5em; } }
  @media (min-width: 992px) {
    .services {
      padding-top: 6.25em;
      margin-top: 5em; } }
  .services__grid {
    margin-top: 2.5em;
    margin-bottom: -1.25em; }
    @media (min-width: 768px) {
      .services__grid {
        margin-top: 3.75em; } }
    @media (min-width: 992px) {
      .services__grid {
        margin-top: 5em; } }
  .services__item {
    position: relative;
    margin-bottom: 1.25em;
    cursor: pointer; }
    .services__item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.80;
      visibility: visible;
      -o-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      z-index: 1; }
  .services__item:hover:before, .services__item:focus:before {
    background-color: #fff; }
  .services__item:hover .services__words,
  .services__item:focus .services__words {
    visibility: hidden;
    opacity: 0; }
  .services__item:hover .services__btn,
  .services__item:focus .services__btn {
    visibility: visible;
    opacity: 1; }
  .services__img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .services__words {
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }
  .services__text {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.85714;
    color: #fff;
    text-transform: uppercase; }
  .services__btn {
    padding-left: 2.125em;
    padding-right: 2.125em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }
    @media (max-width: 767px) {
      .services__btn {
        max-width: 18.75em;
        margin-left: auto;
        margin-right: auto; } }
    .services__btn .btn {
      width: 100%; }
      .services__btn .btn:before {
        display: none; }
  .services__data.is-hidden {
    display: none; }
  .services_page-services {
    margin-top: 0 !important;
    padding-top: 3.375em;
    padding-bottom: 2.5em; }
  .services_page-services .services__grid {
    margin-top: 0 !important; }
  .services_mt0 {
    margin-top: 0 !important; }

.slider-images {
  padding: 0; }
  .slider-images__swiper {
    position: relative;
    padding-bottom: 5em; }
    @media (min-width: 768px) {
      .slider-images__swiper {
        padding-bottom: 5em; } }
    @media (min-width: 992px) {
      .slider-images__swiper {
        padding-bottom: 5em; } }
    .slider-images__swiper .swiper-container {
      padding-bottom: 2.5em; }
    .slider-images__swiper-controls {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 200; }
  .slider-images__control {
    position: absolute;
    top: 35%;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto; }
    .slider-images__control_left {
      display: none; }
      @media (max-width: 767px) {
        .slider-images__control_left {
          display: block;
          left: 0;
          top: auto;
          bottom: 4.0625em;
          font-size: 0.55em; } }
      @media (min-width: 768px) {
        .slider-images__control_left {
          display: block;
          left: 0;
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1365px) {
        .slider-images__control_left {
          left: 0;
          top: auto;
          bottom: 1.25em; } }
      @media (min-width: 1366px) {
        .slider-images__control_left {
          left: -8.125em; } }
      @media (min-width: 1440px) {
        .slider-images__control_left {
          left: -10em; } }
    .slider-images__control_right {
      display: none; }
      @media (max-width: 767px) {
        .slider-images__control_right {
          display: block;
          right: 0;
          top: auto;
          bottom: 4.0625em;
          font-size: 0.55em; } }
      @media (min-width: 768px) {
        .slider-images__control_right {
          display: block;
          right: 0;
          font-size: 0.75em; } }
      @media (min-width: 768px) and (max-width: 1365px) {
        .slider-images__control_right {
          right: 0;
          top: auto;
          bottom: 1.25em; } }
      @media (min-width: 1366px) {
        .slider-images__control_right {
          right: -8.125em; } }
      @media (min-width: 1440px) {
        .slider-images__control_right {
          right: -10em; } }
  .slider-images__swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.875em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 1.875em;
    padding-right: 1.875em;
    height: 4.375em;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .slider-images__swiper-pagination {
        bottom: 1.25em; } }
    .slider-images__swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      outline: 0 none;
      min-width: 0.625em;
      width: 0.625em;
      height: 0.625em;
      border-radius: 50%;
      background-color: #0294eb;
      opacity: 0.08;
      -o-transition: background-color 0.3s linear, opacity 0.3s linear;
      transition: background-color 0.3s linear, opacity 0.3s linear;
      margin: 0.5625em; }
    .slider-images__swiper-pagination .swiper-pagination-bullet-active {
      background-color: #0294eb;
      opacity: 1; }
  .slider-images__img-wrap {
    position: relative; }
  .slider-images__img {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 575px) {
      .slider-images__img {
        margin-left: auto;
        margin-right: auto; } }

.socials {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .socials__item {
    margin-bottom: 0.625em;
    text-align: center; }
    .socials__item:not(:last-child) {
      margin-right: 1.25em; }
  .socials__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1.125em;
    max-height: 1.125em;
    z-index: 1;
    fill: #0294eb; }
  .socials__round {
    position: relative;
    min-width: 3.75em;
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
    margin-bottom: 0.9375em;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .socials__round:hover {
      opacity: 0.9; }
    .socials__round:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 0;
      min-width: 3.75em;
      width: 3.75em;
      height: 3.75em;
      border-radius: 50%;
      background-color: #0294eb;
      opacity: 0.08; }
  .socials__caption {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #252525; }

.team:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0294eb;
  opacity: 0.08; }

.team__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.team__swiper {
  position: relative;
  padding-bottom: 5em;
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .team__swiper {
      margin-top: 3.75em;
      padding-bottom: 5em; } }
  @media (min-width: 992px) {
    .team__swiper {
      margin-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 768px) and (max-width: 1365px) {
    .team__swiper {
      margin-bottom: 3.125em; } }
  .team__swiper .swiper-container {
    padding-bottom: 2.5em; }
  .team__swiper-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 200; }

.team__control {
  position: absolute;
  top: 30%;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto; }
  .team__control_left {
    display: none; }
    @media (max-width: 767px) {
      .team__control_left {
        display: block;
        left: 0;
        top: auto;
        bottom: 4.0625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .team__control_left {
        display: block;
        left: 0;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .team__control_left {
        left: 0;
        top: auto;
        bottom: 1.25em; } }
    @media (min-width: 1366px) {
      .team__control_left {
        left: -8.125em; } }
    @media (min-width: 1440px) {
      .team__control_left {
        left: -10em; } }
  .team__control_right {
    display: none; }
    @media (max-width: 767px) {
      .team__control_right {
        display: block;
        right: 0;
        top: auto;
        bottom: 4.0625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .team__control_right {
        display: block;
        right: 0;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .team__control_right {
        right: 0;
        top: auto;
        bottom: 1.25em; } }
    @media (min-width: 1366px) {
      .team__control_right {
        right: -8.125em; } }
    @media (min-width: 1440px) {
      .team__control_right {
        right: -10em; } }

.team__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.875em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.875em;
  padding-right: 1.875em;
  height: 4.375em;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1365px) {
    .team__swiper-pagination {
      bottom: 1.25em; } }
  .team__swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    outline: 0 none;
    min-width: 0.625em;
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    background-color: #0294eb;
    opacity: 0.08;
    -o-transition: background-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, opacity 0.3s linear;
    margin: 0.5625em; }
  .team__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0294eb;
    opacity: 1; }

.team__img-wrap {
  position: relative; }

.team__img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    .team__img {
      margin-left: auto;
      margin-right: auto; } }

.team__wisywig {
  margin-top: 1.875em; }
  .team__wisywig h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.18182;
    color: #252525; }
    @media (max-width: 575px) {
      .team__wisywig h3 {
        font-size: 1.0625em;
        line-height: 1.23529;
        text-align: center; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .team__wisywig h3 {
        font-size: 1.1875em;
        line-height: 1.21053; } }
  .team__wisywig p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.625;
    color: rgba(37, 37, 37, 0.5);
    margin-top: 0.5em; }
    @media (max-width: 575px) {
      .team__wisywig p {
        font-size: 0.9375em;
        line-height: 1.53333;
        text-align: center; } }
    .team__wisywig p.subtitle-color {
      color: #252525; }

.team__text {
  margin-top: 1.875em; }
  .team__text p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #252525; }
  .team__text b {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.22222em;
    line-height: 1.18182, 18px;
    color: #252525; }

.team__btn {
  margin-top: 1.875em;
  width: 12.5em; }
  @media (max-width: 575px) {
    .team__btn {
      margin-left: auto;
      margin-right: auto; } }

.team__form {
  position: relative;
  top: 3.75em;
  margin-top: -3.75em; }
  @media (max-width: 767px) {
    .team__form {
      max-width: 29.375em;
      margin-left: auto;
      margin-right: auto; } }

.team__data.is-hidden {
  display: none; }

@media (min-width: 768px) {
  .team_another .swiper-slide {
    display: -webkit-flex;
    display: flex; } }

.team_another .team__wisywig {
  margin-top: 0; }
  @media (max-width: 767px) {
    .team_another .team__wisywig {
      margin-left: auto;
      margin-right: auto;
      max-width: 20.625em;
      text-align: center; } }
  .team_another .team__wisywig h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.625em;
    line-height: 1.07692; }
  .team_another .team__wisywig p {
    margin-top: 1.1em; }

.team_another .team__img-wrap {
  max-width: 25em;
  margin-right: 5em; }
  @media (max-width: 767px) {
    .team_another .team__img-wrap {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3.125em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .team_another .team__img-wrap {
      margin-right: 1.875em; } }

.team_another .team__content {
  max-width: 41.25em;
  padding-right: 4.375em; }
  @media (max-width: 767px) {
    .team_another .team__content {
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .team_another .team__content {
      font-size: 0.85em;
      max-width: 60%; } }

@media (max-width: 767px) {
  .team_another .team__btn {
    margin-left: auto;
    margin-right: auto; } }

.title {
  position: relative; }
  .title__text {
    display: inline-block;
    font-family: madeevolvesans, sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #252525;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em; }
    @media (min-width: 768px) {
      .title__text {
        font-size: 2.5em;
        line-height: 0.875;
        padding-left: 0.95em;
        padding-right: 0.95em; } }
    @media (min-width: 992px) {
      .title__text {
        font-size: 3.125em;
        line-height: 1; } }
    .title__text:before {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .title__text:after {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  @media (max-width: 991px) {
    .title_offer {
      text-align: center; }
      .title_offer br {
        display: none; } }
  .title_offer .title__text {
    font-size: 1.4375em;
    line-height: 1.43478;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .title_offer .title__text {
        font-size: 2.1875em;
        line-height: 1; } }
    @media (min-width: 992px) {
      .title_offer .title__text {
        font-size: 2.875em;
        line-height: 1.21739; } }
    .title_offer .title__text:before, .title_offer .title__text:after {
      display: none; }

.tpan {
  z-index: 50;
  background-color: #0294eb; }
  @media (max-width: 767px) {
    .tpan {
      -webkit-order: 2;
      order: 2; } }
  @media (max-width: 767px) {
    .tpan .layout__center {
      padding-left: 0;
      padding-right: 0; } }
  .tpan__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .tpan__inner {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0 !important; } }
    @media (max-width: 991px) {
      .tpan__inner {
        padding-top: 0.625em;
        padding-bottom: 0.625em; } }
  @media (max-width: 767px) {
    .tpan__location {
      -webkit-order: 2;
      order: 2;
      margin-top: 0.3125em;
      font-size: 0.85em;
      width: 100%; } }
  .tpan__item {
    position: relative;
    padding-left: 1.875em; }
    @media (max-width: 767px) {
      .tpan__item_tels {
        font-size: 0.85em;
        margin-top: 0.3125em;
        -webkit-order: 1;
        order: 1; } }
    .tpan__item-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .tpan__item-text {
      font-family: muller, sans-serif;
      font-weight: 400;
      font-size: 1em;
      line-height: 1.375;
      color: #fff; }
      .tpan__item-text .divider {
        color: #ffffff;
        opacity: 0.3;
        margin-left: 0.8125em;
        margin-right: 0.8125em; }
    .tpan__item a {
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .tpan__item a:hover {
        opacity: 0.8; }
    .tpan__item_text-bold .tpan__item-text {
      font-weight: 700; }
  .tpan__call {
    display: block;
    cursor: pointer;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1.3125em;
    padding-bottom: 1.375em;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .tpan__call {
        display: none; } }
    .tpan__call:before {
      content: '';
      display: block;
      min-width: 0em;
      width: 0em;
      height: 0em;
      box-shadow: 0 0 4.375em 3.125em rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0;
      -o-transition: visibility 0.3s linear, opacity 0.3s linear;
      transition: visibility 0.3s linear, opacity 0.3s linear; }
    .tpan__call:after {
      content: '';
      display: block;
      background-color: #00619b;
      opacity: 0.50;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -o-transition: background-color 0.3s linear, opacity 0.3s linear;
      transition: background-color 0.3s linear, opacity 0.3s linear; }
    .tpan__call:hover:after, .tpan__call:focus:after {
      background-color: #00619b;
      opacity: 0.70; }
    .tpan__call:active:before {
      visibility: hidden;
      opacity: 0; }
    .tpan__call-text {
      font-family: muller, sans-serif;
      font-weight: 700;
      font-size: 0.75em;
      line-height: 1;
      letter-spacing: 0.05em;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      position: relative;
      z-index: 1; }
  @media (max-width: 991px) {
    .tpan__lang {
      display: none; } }
  .tpan__right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

.work-examples_gallery-v1 {
  padding-bottom: 0; }
  .work-examples_gallery-v1:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }

.work-examples_gallery-v1 .work-examples__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.work-examples_gallery-v1 .work-examples__swiper {
  position: relative;
  padding-bottom: 5em;
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .work-examples_gallery-v1 .work-examples__swiper {
      margin-top: 3.75em;
      padding-bottom: 5em; } }
  @media (min-width: 992px) {
    .work-examples_gallery-v1 .work-examples__swiper {
      margin-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 768px) and (max-width: 1365px) {
    .work-examples_gallery-v1 .work-examples__swiper {
      margin-bottom: 3.125em; } }
  .work-examples_gallery-v1 .work-examples__swiper .swiper-container {
    padding-bottom: 2.5em; }
  .work-examples_gallery-v1 .work-examples__swiper-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 200; }

.work-examples_gallery-v1 .work-examples__control {
  position: absolute;
  top: 30%;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto; }
  .work-examples_gallery-v1 .work-examples__control_left {
    display: none; }
    @media (max-width: 767px) {
      .work-examples_gallery-v1 .work-examples__control_left {
        display: block;
        left: 0;
        top: auto;
        bottom: 4.0625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .work-examples_gallery-v1 .work-examples__control_left {
        display: block;
        left: 0;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .work-examples_gallery-v1 .work-examples__control_left {
        left: 0;
        top: auto;
        bottom: 1.25em; } }
    @media (min-width: 1366px) {
      .work-examples_gallery-v1 .work-examples__control_left {
        left: -8.125em; } }
    @media (min-width: 1440px) {
      .work-examples_gallery-v1 .work-examples__control_left {
        left: -10em; } }
  .work-examples_gallery-v1 .work-examples__control_right {
    display: none; }
    @media (max-width: 767px) {
      .work-examples_gallery-v1 .work-examples__control_right {
        display: block;
        right: 0;
        top: auto;
        bottom: 4.0625em;
        font-size: 0.55em; } }
    @media (min-width: 768px) {
      .work-examples_gallery-v1 .work-examples__control_right {
        display: block;
        right: 0;
        font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1365px) {
      .work-examples_gallery-v1 .work-examples__control_right {
        right: 0;
        top: auto;
        bottom: 1.25em; } }
    @media (min-width: 1366px) {
      .work-examples_gallery-v1 .work-examples__control_right {
        right: -8.125em; } }
    @media (min-width: 1440px) {
      .work-examples_gallery-v1 .work-examples__control_right {
        right: -10em; } }

.work-examples_gallery-v1 .work-examples__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.875em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1.875em;
  padding-right: 1.875em;
  height: 4.375em;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1365px) {
    .work-examples_gallery-v1 .work-examples__swiper-pagination {
      bottom: 1.25em; } }
  .work-examples_gallery-v1 .work-examples__swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    outline: 0 none;
    min-width: 0.625em;
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    background-color: #0294eb;
    opacity: 0.08;
    -o-transition: background-color 0.3s linear, opacity 0.3s linear;
    transition: background-color 0.3s linear, opacity 0.3s linear;
    margin: 0.5625em; }
  .work-examples_gallery-v1 .work-examples__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0294eb;
    opacity: 1; }

.work-examples_gallery-v1 .work-examples__img-wrap {
  position: relative; }

.work-examples_gallery-v1 .work-examples__img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    .work-examples_gallery-v1 .work-examples__img {
      margin-left: auto;
      margin-right: auto; } }

.work-examples_gallery-v1 .work-examples__wisywig {
  margin-top: 1.875em;
  text-align: center; }
  .work-examples_gallery-v1 .work-examples__wisywig h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.18182;
    color: #252525; }
    @media (max-width: 575px) {
      .work-examples_gallery-v1 .work-examples__wisywig h3 {
        font-size: 1.0625em;
        line-height: 1.23529;
        text-align: center; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .work-examples_gallery-v1 .work-examples__wisywig h3 {
        font-size: 1.1875em;
        line-height: 1.21053; } }
  .work-examples_gallery-v1 .work-examples__wisywig p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.625;
    color: rgba(37, 37, 37, 0.5);
    margin-top: 0.5em; }
    @media (max-width: 575px) {
      .work-examples_gallery-v1 .work-examples__wisywig p {
        font-size: 0.9375em;
        line-height: 1.53333;
        text-align: center; } }
    .work-examples_gallery-v1 .work-examples__wisywig p.subtitle-color {
      color: #252525; }

.work-examples_gallery-v1 .work-examples__text {
  margin-top: 1.875em; }
  .work-examples_gallery-v1 .work-examples__text p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #252525; }
  .work-examples_gallery-v1 .work-examples__text b {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.22222em;
    line-height: 1.18182, 18px;
    color: #252525; }

.work-examples_gallery-v1 .work-examples__btn {
  margin-top: 1.875em;
  width: 12.5em;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 575px) {
    .work-examples_gallery-v1 .work-examples__btn {
      margin-left: auto;
      margin-right: auto; } }

.work-examples_gallery-v2 {
  padding: 0; }
  .work-examples_gallery-v2 .gallery {
    margin-top: 0; }

.work-examples_gallery-v3 {
  padding-bottom: -0.625em; }
  @media (min-width: 768px) {
    .work-examples_gallery-v3 {
      padding-bottom: 0.625em; } }
  @media (min-width: 992px) {
    .work-examples_gallery-v3 {
      padding-bottom: 3.125em; } }
  .work-examples_gallery-v3:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08; }

.work-examples_gallery-v3 .work-examples__bg-fig {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"; }

.work-examples_gallery-v3 .work-examples__items {
  margin-top: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  position: relative;
  z-index: 10; }

.work-examples_gallery-v3 .work-examples__item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 3.75em; }
  @media (max-width: 574px) {
    .work-examples_gallery-v3 .work-examples__item {
      width: 100%; } }
  @media (min-width: 575px) and (max-width: 767px) {
    .work-examples_gallery-v3 .work-examples__item {
      width: 50%; } }
  @media (min-width: 768px) {
    .work-examples_gallery-v3 .work-examples__item {
      width: 33.33%; } }

.work-examples_gallery-v3 .work-examples__img-wrap {
  position: relative; }

.work-examples_gallery-v3 .work-examples__img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    .work-examples_gallery-v3 .work-examples__img {
      margin-left: auto;
      margin-right: auto; } }

.work-examples_gallery-v3 .work-examples__wisywig {
  margin-top: 1.875em;
  text-align: center; }
  .work-examples_gallery-v3 .work-examples__wisywig h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.18182;
    color: #252525; }
    @media (max-width: 575px) {
      .work-examples_gallery-v3 .work-examples__wisywig h3 {
        font-size: 1.0625em;
        line-height: 1.23529;
        text-align: center; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .work-examples_gallery-v3 .work-examples__wisywig h3 {
        font-size: 1.1875em;
        line-height: 1.21053; } }
  .work-examples_gallery-v3 .work-examples__wisywig p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.625;
    color: rgba(37, 37, 37, 0.5);
    margin-top: 0.5em; }
    @media (max-width: 575px) {
      .work-examples_gallery-v3 .work-examples__wisywig p {
        font-size: 0.9375em;
        line-height: 1.53333;
        text-align: center; } }
    .work-examples_gallery-v3 .work-examples__wisywig p.subtitle-color {
      color: #252525; }

.work-examples_gallery-v3 .work-examples__text {
  margin-top: 1.875em; }
  .work-examples_gallery-v3 .work-examples__text p {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #252525; }
  .work-examples_gallery-v3 .work-examples__text b {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.22222em;
    line-height: 1.18182, 18px;
    color: #252525; }

.work-examples_gallery-v3 .work-examples__btn {
  margin-top: 1.875em;
  width: 12.5em;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 575px) {
    .work-examples_gallery-v3 .work-examples__btn {
      margin-left: auto;
      margin-right: auto; } }

.work-examples_gallery-v4 {
  padding-bottom: -0.625em; }
  @media (min-width: 768px) {
    .work-examples_gallery-v4 {
      padding-bottom: 0.625em; } }
  @media (min-width: 992px) {
    .work-examples_gallery-v4 {
      padding-bottom: 3.125em; } }

.work-examples_gallery-v4 .work-examples__items {
  margin-top: 4em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  position: relative;
  z-index: 10; }

.work-examples_gallery-v4 .work-examples__item {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 1.875em; }

@media (max-width: 574px) {
  .work-examples_gallery-v4 .work-examples__items_col2 .work-examples__item {
    width: 100%; } }

@media (min-width: 575px) {
  .work-examples_gallery-v4 .work-examples__items_col2 .work-examples__item {
    width: 50%; } }

@media (max-width: 574px) {
  .work-examples_gallery-v4 .work-examples__items_col3 .work-examples__item {
    width: 100%; } }

@media (min-width: 575px) and (max-width: 767px) {
  .work-examples_gallery-v4 .work-examples__items_col3 .work-examples__item {
    width: 50%; } }

@media (min-width: 768px) {
  .work-examples_gallery-v4 .work-examples__items_col3 .work-examples__item {
    width: 33.33%; } }

@media (max-width: 574px) {
  .work-examples_gallery-v4 .work-examples__items_col4 .work-examples__item {
    width: 100%; } }

@media (min-width: 575px) and (max-width: 767px) {
  .work-examples_gallery-v4 .work-examples__items_col4 .work-examples__item {
    width: 50%; } }

@media (min-width: 768px) {
  .work-examples_gallery-v4 .work-examples__items_col4 .work-examples__item {
    width: 25%; } }

@media (max-width: 574px) {
  .work-examples_gallery-v4 .work-examples__items_col5 .work-examples__item {
    width: 100%; } }

@media (min-width: 575px) and (max-width: 767px) {
  .work-examples_gallery-v4 .work-examples__items_col5 .work-examples__item {
    width: 50%; } }

@media (min-width: 768px) {
  .work-examples_gallery-v4 .work-examples__items_col5 .work-examples__item {
    width: 20%; } }

.work-examples_gallery-v4 .work-examples__img-wrap {
  position: relative;
  display: block; }
  .work-examples_gallery-v4 .work-examples__img-wrap:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear; }

.work-examples_gallery-v4 .work-examples__img-wrap:hover:before {
  opacity: 0.90;
  visibility: visible; }

.work-examples_gallery-v4 .work-examples__img-zoom {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -o-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear; }

.work-examples_gallery-v4 .work-examples__img-wrap:hover .work-examples__img-zoom {
  opacity: 1;
  visibility: visible; }

.work-examples_gallery-v4 .work-examples__img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    .work-examples_gallery-v4 .work-examples__img {
      margin-left: auto;
      margin-right: auto; } }

.work-examples .caption {
  display: none; }

.blog-breadcrumb {
  font-family: muller, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.42857;
  color: #a3a9ae;
  padding-top: 1.71429em; }
  @media (min-width: 768px) {
    .blog-breadcrumb {
      padding-top: 2.14286em; } }
  @media (min-width: 992px) {
    .blog-breadcrumb {
      padding-top: 2.85714em; } }
  .blog-breadcrumb a {
    text-decoration: none;
    color: inherit;
    color: #a3a9ae; }
  .blog-breadcrumb .breadcrumb_last {
    color: #0294eb; }

.blog-canread:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ecf5f9;
  opacity: 0.08; }

.blog-canread__title {
  text-align: center; }
  @media (max-width: 525px) {
    .blog-canread__title h2 {
      font-size: 2em !important;
      line-height: 1.15 !important; } }

.blog-canread__posts {
  margin-top: 1.875em; }
  @media (min-width: 768px) {
    .blog-canread__posts {
      margin-top: 2.5em; } }
  @media (min-width: 992px) {
    .blog-canread__posts {
      margin-top: 3.75em; } }

.blog-canread__look-all {
  max-width: 18.9375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em; }
  @media (min-width: 768px) {
    .blog-canread__look-all {
      margin-top: 0.625em; } }
  @media (min-width: 992px) {
    .blog-canread__look-all {
      margin-top: 1.875em; } }

.blog-categories__rubrics {
  margin-bottom: 3.125em; }

.blog-categories__pagination {
  margin-top: 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.blog-info:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ecf5f9;
  opacity: 0.08; }

.blog-info__title {
  text-align: center; }
  @media (max-width: 525px) {
    .blog-info__title h2 {
      font-size: 2em !important;
      line-height: 1.15 !important; } }

.blog-info__text {
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.53333;
  color: #252525;
  text-align: center;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .blog-info__text {
      font-size: 1.0625em;
      line-height: 1.47059;
      margin-top: 2.35294em; } }
  @media (min-width: 992px) {
    .blog-info__text {
      font-size: 1.125em;
      line-height: 1.44444;
      text-align: left;
      margin-top: 4em; } }
  .blog-info__text p:not(:last-child) {
    margin-bottom: 0.83333em; }
    @media (min-width: 768px) {
      .blog-info__text p:not(:last-child) {
        margin-bottom: 1.11111em; } }
    @media (min-width: 992px) {
      .blog-info__text p:not(:last-child) {
        margin-bottom: 1.66667em; } }
  .blog-info__text strong {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    box-shadow: inset 0 -0.6em 0 -0.06667em rgba(2, 148, 235, 0.1); }
    @media (min-width: 768px) {
      .blog-info__text strong {
        box-shadow: inset 0 -0.52941em 0 -0.05882em rgba(2, 148, 235, 0.1); } }
    @media (min-width: 992px) {
      .blog-info__text strong {
        box-shadow: inset 0 -0.5em 0 -0.05556em rgba(2, 148, 235, 0.1); } }

.blog-infobox {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 0.625em;
  overflow: hidden; }
  .blog-infobox__bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;"; }
  .blog-infobox__in {
    position: relative;
    z-index: 1;
    padding-left: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
    @media (min-width: 992px) {
      .blog-infobox__in {
        padding-top: 3.125em;
        padding-bottom: 3.125em;
        padding-right: 3.125em; } }
  .blog-infobox__pic {
    display: block;
    width: auto;
    height: auto; }
    @media (min-width: 992px) {
      .blog-infobox__pic {
        position: absolute;
        top: 0;
        left: 0; } }
  @media (max-width: 991px) {
    .blog-infobox__content {
      margin-top: 1.5em; } }
  .blog-infobox__title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.36364;
    color: #fff; }
  .blog-infobox__words {
    font-family: muller, sans-serif;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.44444;
    color: #fff;
    margin-top: 1.5em; }
  .blog-infobox__btn {
    width: 16.25em;
    margin-top: 1.875em; }
    .blog-infobox__btn .btn {
      height: 3.75em; }
  @media (min-width: 992px) {
    .blog-infobox_small-image .blog-infobox__pic {
      top: 2.5em;
      left: 1.875em; } }
  @media (min-width: 992px) {
    .blog-infobox_small-image .blog-infobox__in {
      padding-left: 18.75em; } }
  @media (min-width: 992px) {
    .blog-infobox_big-image .blog-infobox__pic {
      top: 3.75em;
      left: 1.875em; } }
  @media (min-width: 992px) {
    .blog-infobox_big-image .blog-infobox__in {
      padding-left: 23.125em; } }

.blog-lome-socials {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .blog-lome-socials__item {
    margin-bottom: 0.625em;
    text-align: center;
    padding-left: 0.625em;
    padding-right: 0.625em; }
  .blog-lome-socials__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1.125em;
    max-height: 1.125em;
    z-index: 1;
    fill: #fff; }
  .blog-lome-socials__round {
    position: relative;
    min-width: 3.75em;
    width: 3.75em;
    height: 3.75em;
    border-radius: 50%;
    margin-bottom: 0.9375em;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    margin-left: auto;
    margin-right: auto; }
    .blog-lome-socials__round:hover {
      opacity: 0.9; }
    .blog-lome-socials__round:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 0;
      min-width: 3.75em;
      width: 3.75em;
      height: 3.75em;
      border-radius: 50%;
      background-color: transparent; }
    .blog-lome-socials__round_viber:before {
      background-color: #4e54af; }
    .blog-lome-socials__round_whatsapp:before {
      background-color: #12a15f; }
    .blog-lome-socials__round_telegram:before {
      background-color: #00a2d8; }
  .blog-lome-socials__caption {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.57143;
    color: #252525; }
  .blog-lome-socials_lome .blog-lome-socials__item {
    margin-bottom: 0;
    padding-left: 0.3125em;
    padding-right: 0.3125em; }
  .blog-lome-socials_lome .blog-lome-socials__round {
    min-width: 3.125em;
    width: 3.125em;
    height: 3.125em;
    margin-bottom: 0; }
    @media (min-width: 320px) and (max-width: 320px) {
      .blog-lome-socials_lome .blog-lome-socials__round {
        min-width: 3.125em;
        width: 3.125em;
        height: 3.125em; } }
    @media (min-width: 375px) and (max-width: 575px) {
      .blog-lome-socials_lome .blog-lome-socials__round {
        min-width: 3.75em;
        width: 3.75em;
        height: 3.75em; } }
    .blog-lome-socials_lome .blog-lome-socials__round:before {
      min-width: 3.125em;
      width: 3.125em;
      height: 3.125em; }
      @media (min-width: 320px) and (max-width: 320px) {
        .blog-lome-socials_lome .blog-lome-socials__round:before {
          min-width: 3.125em;
          width: 3.125em;
          height: 3.125em; } }
      @media (min-width: 375px) and (max-width: 575px) {
        .blog-lome-socials_lome .blog-lome-socials__round:before {
          min-width: 3.75em;
          width: 3.75em;
          height: 3.75em; } }

.blog-lome {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  box-shadow: 0 0.625em 6.25em rgba(171, 171, 171, 0.1);
  background-color: #fff;
  z-index: 500; }
  @media (max-width: 991px) {
    .blog-lome {
      padding-top: 0.9375em;
      padding-bottom: 0.9375em; } }
  @media (min-width: 768px) {
    .blog-lome {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 50; } }
  .blog-lome__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .blog-lome__inner {
        font-size: 0.90em; } }
  @media (max-width: 575px) {
    .blog-lome__logo {
      font-size: 0.75em; } }
  @media (max-width: 767px) {
    .blog-lome__logo {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .blog-lome__logo {
      font-size: 0.65em; } }
  .blog-lome__links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 991px) {
      .blog-lome__links {
        font-size: 0.65em; } }
    @media (max-width: 767px) {
      .blog-lome__links {
        display: none; } }
  .blog-lome__tel {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.1;
    color: #252525;
    margin-right: 1.9em; }
    @media (max-width: 575px) {
      .blog-lome__tel {
        font-size: 1.5em; } }
  .blog-lome .page-scroll-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .blog-lome .page-scroll-container {
        display: none; } }

.blog-molinks {
  position: relative;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #fff;
  z-index: 500; }
  .blog-molinks.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50; }
  @media (min-width: 768px) {
    .blog-molinks {
      display: none; } }
  .blog-molinks__links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 991px) {
      .blog-molinks__links {
        font-size: 0.65em; } }
  .blog-molinks .page-scroll-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .blog-molinks .page-scroll-container {
        display: none; } }

.blog-offer {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
  @media (min-width: 768px) {
    .blog-offer {
      padding-top: 9.375em;
      padding-bottom: 4.375em; } }
  @media (min-width: 992px) {
    .blog-offer {
      padding-top: 11.875em;
      padding-bottom: 5.625em; } }
  .blog-offer.blog-molinks-fixed {
    margin-top: 3.25em; }
  .blog-offer__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    .blog-offer__bg:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.85; }
  .blog-offer__bg-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
    z-index: 0; }
  .blog-offer__bg-fig {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
    z-index: 2; }
  .blog-offer__title {
    text-align: center; }
  .blog-offer__title h1 {
    display: inline-block;
    font-family: madeevolvesans, sans-serif;
    font-weight: 700;
    font-size: 1.5625em;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    position: relative;
    padding-left: 1.2em;
    padding-right: 1.2em; }
    @media (min-width: 768px) {
      .blog-offer__title h1 {
        font-size: 2.1875em;
        line-height: 1;
        padding-left: 1.08571em;
        padding-right: 1.08571em; } }
    @media (min-width: 992px) {
      .blog-offer__title h1 {
        font-size: 3.125em;
        line-height: 1; } }
    .blog-offer__title h1:before {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #fff;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .blog-offer__title h1:after {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #fff;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .blog-offer__text {
    margin-top: 2em;
    text-align: center; }
    @media (max-width: 767px) {
      .blog-offer__text br {
        display: none; } }
  .blog-offer__text p {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6875;
    color: #fff; }
    @media (min-width: 992px) {
      .blog-offer__text p {
        font-size: 1.1875em;
        line-height: 1.57895; } }
  .blog-offer__form {
    margin-top: 2.8125em; }
  .blog-offer__data {
    position: relative;
    z-index: 10;
    margin-top: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .blog-offer__data {
        margin-top: 3em; } }
    @media (min-width: 992px) {
      .blog-offer__data {
        margin-top: 3.875em; } }
  .blog-offer__data-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 2.1875em;
    margin-right: 2.1875em;
    margin-bottom: 1em; }
  .blog-offer__data-icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 0.875em;
    max-height: 0.875em;
    margin-right: 0.625em; }
  .blog-offer__data-text {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.57143;
    color: #fff; }

.blog-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .blog-pagination li:not(:last-child) {
    margin-right: 0.625em; }
  .blog-pagination li.is-active a {
    color: #fff; }
    .blog-pagination li.is-active a:before {
      background-color: #0294eb; }
  .blog-pagination a {
    text-decoration: none;
    color: inherit;
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    color: #252525;
    min-width: 3.125em;
    width: 3.125em;
    height: 3.125em;
    border-radius: 0.625em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .blog-pagination a:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #0294eb;
      opacity: 0.08;
      border-radius: 0.625em; }

.blog-post-poster {
  box-shadow: 0 0.3125em 2.5em rgba(0, 0, 0, 0.1);
  border-radius: 0.625em;
  overflow: hidden;
  margin-bottom: 1.875em; }
  .blog-post-poster__img-link {
    text-decoration: none;
    color: inherit;
    display: block; }
  .blog-post-poster__img {
    display: block;
    width: 100%;
    height: auto; }
  .blog-post-poster__info {
    padding: 1em;
    background-color: #fff; }
    @media (min-width: 992px) {
      .blog-post-poster__info {
        padding: 1.5em; } }
    @media (min-width: 1200px) {
      .blog-post-poster__info {
        padding: 2.5em; } }
  .blog-post-poster__info-title {
    text-decoration: none;
    color: inherit;
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2;
    color: #0294eb; }
  .blog-post-poster__info-top {
    margin-top: 1.25em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .blog-post-poster__info-category {
    text-decoration: none;
    color: inherit;
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
    color: rgba(37, 37, 37, 0.5);
    max-width: calc(100% - 5em); }
  .blog-post-poster__info-look {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .blog-post-poster__info-look-icon {
    margin-right: 0.5625em;
    display: block;
    min-width: 0.875em;
    width: 0.875em;
    height: 0.625em; }
  .blog-post-poster__info-look-text {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
    color: rgba(37, 37, 37, 0.5); }
  .blog-post-poster__info-excerpt {
    margin-top: 1.25em; }
  .blog-post-poster__info-excerpt p {
    font-family: muller, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.42857;
    color: #252525; }
    @media (min-width: 992px) {
      .blog-post-poster__info-excerpt p {
        font-size: 1em;
        line-height: 1.375; } }
  .blog-post-poster__info-bottom {
    margin-top: 1.0625em; }
    @media (min-width: 1200px) {
      .blog-post-poster__info-bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
  .blog-post-poster__info-more {
    text-decoration: none;
    color: inherit;
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1;
    color: #0294eb;
    text-decoration: underline; }

.blog-post {
  padding-top: 1.5em; }
  @media (min-width: 768px) {
    .blog-post {
      padding-top: 1.875em; } }
  @media (min-width: 992px) {
    .blog-post {
      padding-top: 2.5em; } }
  @media (min-width: 768px) {
    .blog-post__in {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .blog-post__main {
      width: calc(100% - 21.25em); } }
  @media (max-width: 767px) {
    .blog-post__aside {
      margin-top: 3em; } }
  @media (min-width: 768px) {
    .blog-post__aside {
      width: 16.875em; } }
  .blog-post__aside-section:not(:last-child) {
    margin-bottom: 1.5em; }
    @media (min-width: 768px) {
      .blog-post__aside-section:not(:last-child) {
        margin-bottom: 3.125em; } }
  .blog-post__aside-title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5;
    color: #252525;
    margin-bottom: 1.2em; }
  .blog-post__offer {
    text-decoration: none;
    color: inherit; }
  .blog-post__offer-img {
    display: block;
    width: 100%;
    height: auto; }
  .blog-post__follow-widget img {
    display: block;
    width: 100%;
    height: auto; }
  .blog-post__content-area h2 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.13333;
    color: #252525;
    margin-bottom: 1.33333em; }
  .blog-post__content-area h3 {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
    color: #252525;
    margin-bottom: 1.66667em; }
  .blog-post__content-area p {
    margin-bottom: 1.875em; }
  .blog-post__content-area strong {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    box-shadow: inset 0 -0.6em 0 -0.06667em rgba(2, 148, 235, 0.1); }
    @media (min-width: 768px) {
      .blog-post__content-area strong {
        box-shadow: inset 0 -0.52941em 0 -0.05882em rgba(2, 148, 235, 0.1); } }
    @media (min-width: 992px) {
      .blog-post__content-area strong {
        box-shadow: inset 0 -0.5em 0 -0.05556em rgba(2, 148, 235, 0.1); } }
  .blog-post__content-area a {
    text-decoration: underline;
    color: #0294eb; }
  .blog-post__content-area u {
    text-decoration: underline; }
  .blog-post__content-area ol {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5em;
    counter-reset: olCounter; }
    .blog-post__content-area ol li {
      position: relative;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.22222;
      color: #252525;
      padding-left: 3.33333em; }
      .blog-post__content-area ol li:not(:last-child) {
        margin-bottom: 1.55556em; }
      .blog-post__content-area ol li:before {
        content: '';
        display: block;
        min-width: 2.22222em;
        width: 2.22222em;
        height: 2.22222em;
        border-radius: 50%;
        background-color: #0f9aec;
        border: 0.38889em solid #d1ecfb;
        position: absolute;
        top: -0.55556em;
        left: 0; }
      .blog-post__content-area ol li:after {
        counter-increment: olCounter;
        content: counter(olCounter);
        font-family: muller, sans-serif;
        font-weight: 700;
        font-size: 0.875em;
        line-height: 1;
        color: #fff;
        min-width: 2.5em;
        width: 2.5em;
        height: 2.5em;
        position: absolute;
        top: -0.57143em;
        left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  .blog-post__content-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.5em; }
    .blog-post__content-area ul li {
      position: relative;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.22222;
      color: #252525;
      padding-left: 3.33333em; }
      .blog-post__content-area ul li:not(:last-child) {
        margin-bottom: 1.55556em; }
      .blog-post__content-area ul li:before {
        content: '';
        display: block;
        min-width: 1.11111em;
        width: 1.11111em;
        height: 1.11111em;
        border-radius: 50%;
        background-color: #0f9aec;
        border: 0.33333em solid #d1ecfb;
        position: absolute;
        top: 0;
        left: 1.11111em; }
  .blog-post__content-area blockquote {
    position: relative;
    border-radius: 0.625em;
    margin-bottom: 2.5em;
    padding: 1.875em;
    background-color: #e5f4fd; }
    .blog-post__content-area blockquote .blockquote-icon {
      fill: #7fc9f5; }
    .blog-post__content-area blockquote.with-line {
      padding-left: 3.4375em; }
      .blog-post__content-area blockquote.with-line:before {
        content: '';
        display: block;
        position: absolute;
        top: 1.875em;
        bottom: 1.875em;
        left: 1.875em;
        width: 0.125em;
        background-color: #8acef6; }
    .blog-post__content-area blockquote.with-icon {
      display: -webkit-flex;
      display: flex; }
      .blog-post__content-area blockquote.with-icon .blockquote-icon-wrap {
        min-width: 4.375em;
        width: 4.375em;
        height: 5em;
        margin-right: 1.875em;
        position: relative; }
      .blog-post__content-area blockquote.with-icon .blockquote-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .blog-post__content-area blockquote p {
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 1.125em;
      line-height: 1.44444;
      color: #252525;
      font-style: italic; }
      .blog-post__content-area blockquote p:last-child {
        margin-bottom: 0; }
  .blog-post__collapsible {
    margin-bottom: 2.5em;
    border-radius: 0.625em;
    border: 1px solid #e5f4fd;
    overflow: hidden; }
  .blog-post__collapsible-head {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 3.5em;
    background-color: #e5f4fd; }
    @media (min-width: 768px) {
      .blog-post__collapsible-head {
        padding-left: 1.875em;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        padding-right: 4em; } }
  .blog-post__collapsible-title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5;
    color: #252525; }
  .blog-post__collapsible-caret {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
    @media (min-width: 768px) {
      .blog-post__collapsible-caret {
        right: 1.875em; } }
  .blog-post__collapsible-head.is-open .blog-post__collapsible-caret {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .blog-post__collapsible-body-in {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 1em;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      .blog-post__collapsible-body-in {
        padding-top: 1.25em;
        padding-left: 2.875em;
        padding-right: 1.875em;
        padding-bottom: 1.875em; } }
  .blog-post__content-area .blog-post__collapsible-list {
    margin-bottom: 0;
    list-style: decimal; }
    .blog-post__content-area .blog-post__collapsible-list li {
      padding-left: 0;
      font-family: muller, sans-serif;
      font-weight: 300;
      font-size: 0.9375em;
      line-height: 1.73333;
      color: #0294eb; }
      .blog-post__content-area .blog-post__collapsible-list li:not(:last-child) {
        margin-bottom: 0.5em; }
      .blog-post__content-area .blog-post__collapsible-list li:before, .blog-post__content-area .blog-post__collapsible-list li:after {
        display: none !important; }
      .blog-post__content-area .blog-post__collapsible-list li a {
        text-decoration: none;
        color: inherit; }
  .blog-post__share {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.5em; }
  .blog-post__share-title {
    font-family: muller, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
    color: #252525; }
  .blog-post__share-links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 2em; }
  .blog-post__share-link {
    text-decoration: none;
    color: inherit;
    margin-left: 0.625em;
    margin-right: 0.625em;
    margin-bottom: 0.625em;
    min-width: 3.75em;
    width: 3.75em;
    height: 3.75em;
    border-radius: 0.625em;
    background-color: #000;
    position: relative;
    display: block; }
  .blog-post__share-link-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto; }
  .blog-post__share-link_twitter {
    background-color: #79b6f1; }
  .blog-post__share-link_facebook {
    background-color: #597dbf; }
  .blog-post__share-link_pocket {
    background-color: #f48491; }
  .blog-post__share-link_telegram {
    background-color: #65a9dd; }
  .blog-post__infobox {
    margin-bottom: 3.125em; }
    .blog-post__infobox .blog-infobox {
      text-decoration: none; }

.blog-rubrics__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.blog-rubrics__item.is-active .blog-rubrics__link {
  color: #fff; }

.blog-rubrics__link {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-family: muller, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.625;
  color: #252525;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding: 0.8125em;
  border-radius: 0.625em; }
  .blog-rubrics__link:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0294eb;
    opacity: 0.08;
    border-radius: 0.625em; }

.blog-rubrics_blog-categories {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.blog-rubrics_blog-categories .blog-rubrics__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.blog-rubrics_blog-categories .blog-rubrics__item {
  margin-bottom: 1.25em;
  margin-left: 0.625em;
  margin-right: 0.625em; }

.blog-rubrics_blog-post {
  display: -webkit-flex;
  display: flex; }

.blog-rubrics_blog-post .blog-rubrics__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-rubrics_blog-post .blog-rubrics__item {
  margin-right: 0.625em;
  margin-bottom: 0.625em; }

.blog-title {
  position: relative; }
  .blog-title h1,
  .blog-title h2,
  .blog-title h3,
  .blog-title h4,
  .blog-title h5,
  .blog-title h6 {
    display: inline-block;
    position: relative;
    font-family: madeevolvesans, sans-serif;
    font-weight: 700;
    font-size: 1.5625em;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #252525;
    padding-left: 1.2em;
    padding-right: 1.2em; }
    @media (max-width: 991px) {
      .blog-title h1 br,
      .blog-title h2 br,
      .blog-title h3 br,
      .blog-title h4 br,
      .blog-title h5 br,
      .blog-title h6 br {
        display: none; } }
    @media (min-width: 768px) {
      .blog-title h1,
      .blog-title h2,
      .blog-title h3,
      .blog-title h4,
      .blog-title h5,
      .blog-title h6 {
        font-size: 2.1875em;
        line-height: 1;
        padding-left: 1.08571em;
        padding-right: 1.08571em; } }
    @media (min-width: 992px) {
      .blog-title h1,
      .blog-title h2,
      .blog-title h3,
      .blog-title h4,
      .blog-title h5,
      .blog-title h6 {
        font-size: 3.125em;
        line-height: 1; } }
    .blog-title h1:before,
    .blog-title h2:before,
    .blog-title h3:before,
    .blog-title h4:before,
    .blog-title h5:before,
    .blog-title h6:before {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
    .blog-title h1:after,
    .blog-title h2:after,
    .blog-title h3:after,
    .blog-title h4:after,
    .blog-title h5:after,
    .blog-title h6:after {
      content: '';
      display: block;
      min-width: 0.6em;
      width: 0.6em;
      height: 0.1em;
      background-color: #0294eb;
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .blog-title_white h1,
  .blog-title_white h2,
  .blog-title_white h3,
  .blog-title_white h4,
  .blog-title_white h5,
  .blog-title_white h6 {
    color: #fff; }
    .blog-title_white h1:before, .blog-title_white h1:after,
    .blog-title_white h2:before,
    .blog-title_white h2:after,
    .blog-title_white h3:before,
    .blog-title_white h3:after,
    .blog-title_white h4:before,
    .blog-title_white h4:after,
    .blog-title_white h5:before,
    .blog-title_white h5:after,
    .blog-title_white h6:before,
    .blog-title_white h6:after {
      background-color: #fff; }

.page-scroll-container {
  width: 100%;
  height: 0.25em; }
  .page-scroll-container .page-scroll-progress {
    height: 0.25em;
    background: orange;
    width: 0%; }

#lg-counter {
  display: none !important; }

.swiper-lazy {
  opacity: 0;
  -o-transition: opacity 0.3s 0.05s;
  transition: opacity 0.3s 0.05s; }

.swiper-lazy-loaded {
  opacity: 1; }
