@charset "UTF-8";

@font-face {
  src: url("../fonts/icomoon.ttf?f3wzs8") format("truetype"), url("../fonts/icomoon.woff?f3wzs8") format("woff"), url("../fonts/icomoon.svg?f3wzs8#icomoon") format("svg");
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"], .map-popup__opener:before, .process-block .process__item:last-child .process__step:before, .alert-dismissible .close:before {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-check:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

@font-face {
  src: url("../fonts/neuzeitsbook-webfont.woff") format("woff"), url("../fonts/neuzeitsbook-webfont.woff2") format("woff2");
  font-family: "Neuzeits Book";
  font-style: normal;
  font-weight: 400;
}

a {
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

a.text-current {
  color: currentColor;
}

a.text-current:hover, a.text-current:focus {
  text-decoration: underline;
}

a:hover, a:focus {
  outline: none;
}

a:hover > .text-underline, a:focus > .text-underline {
  text-decoration: none;
}

a[class*='alpha-'] {
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out .2s, color .2s;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out .2s, color .2s;
}

a[class*='alpha-']:hover, a[class*='alpha-']:focus {
  opacity: 1 !important;
}

.custom-cursor--enabled a,
.custom-cursor--enabled button,
.custom-cursor--enabled .btn,
.custom-cursor--enabled .btn:not(:disabled):not(.disabled) {
  cursor: none !important;
}

.text-underline {
  display: inline-block;
  position: relative;
}

.text-underline__line, .text-underline:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: currentColor;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.text-underline__line {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.text-underline:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  content: '';
}

.text-underline:hover .text-underline__line {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.text-underline:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.text-split__view {
  overflow: hidden;
}

.headline {
  position: relative;
}

.headline [class^='col-'] {
  position: static;
}

[data-sticky-heading] {
  z-index: 1030;
  position: relative;
}

[data-sticky-heading-scroller] .site-section:first-child {
  z-index: 1030;
  overflow: visible;
}

.subtitle__decoration {
  display: inline-block;
  position: relative;
  width: .625rem;
  height: .875rem;
  font-size: 0;
}

.title--with-dot:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: .1em;
  margin-left: .1em;
  background: #1047a7;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.title--with-dot.show-dot:after {
  opacity: 1;
}

.text-outline {
  display: none;
  margin-top: -0.4em;
  padding-left: 1px;
  overflow: visible;
  color: #383838;
  -webkit-transition: color .2s, text-shadow .2s;
  transition: color .2s, text-shadow .2s;
}

.text-outline text {
  stroke: currentColor;
}

.text-outline--light {
  color: #e9e9e9;
}

.text-outline--white-transparent {
  color: rgba(255, 255, 255, .2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.03em;
}

h1,
.h1 {
  font-size: 2.40625rem;
}

h2,
.h2 {
  font-size: 1.925rem;
}

h3,
.h3 {
  font-size: 1.71875rem;
}

h4,
.h4 {
  font-size: 1.5125rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 1.2375rem;
}

.display-1 {
  font-size: 11.55rem;
}

.display-2 {
  font-size: 9.625rem;
}

.display-3 {
  font-size: 5.225rem;
}

.display-4 {
  font-size: 3.7125rem;
}

.text-size-base {
  font-size: 1.6rem !important;
}

.text-size-lg {
  font-size: 1.8rem !important;
}

.text-size-md {
  font-size: 1.4rem !important;
}

.text-size-sm {
  font-size: 1.2rem !important;
}

.text-size-xs {
  font-size: 12.8px !important;
}

.text-lh-sm {
  line-height: 1.2;
}

.text-lh-base {
  line-height: 1.5;
}

.text-lh-md {
  line-height: 1.7222;
}

.text-lh-lg {
  line-height: 1.92;
}

.text-transform-none {
  text-transform: none !important;
}

ul {
  padding-left: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 24px;
}

ul li:after {
  display: block;
  position: absolute;
  top: .55em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #1047a7;
  content: '';
}

blockquote {
  color: #000000;
}

blockquote p:first-of-type:before {
  content: '“';
}

blockquote p:last-of-type:after {
  content: '”';
}

.blockquote {
  font-size: 1.425rem;
  line-height: 1.6;
}

cite {
  font-style: normal;
}

.blockquote-footer {
  color: #4c4c4c;
  font-size: 1.2rem;
}

.blockquote-footer:before {
  content: '';
}

.text-black {
  color: #000000 !important;
}

.text-hover-primary:hover, .text-hover-primary:focus {
  color: #1047a7 !important;
}

.text-hover-secondary:hover, .text-hover-secondary:focus {
  color: #212121 !important;
}

.text-hover-success:hover, .text-hover-success:focus {
  color: #28a745 !important;
}

.text-hover-info:hover, .text-hover-info:focus {
  color: #5186e3 !important;
}

.text-hover-warning:hover, .text-hover-warning:focus {
  color: #ffc107 !important;
}

.text-hover-danger:hover, .text-hover-danger:focus {
  color: #dc3545 !important;
}

.text-hover-light:hover, .text-hover-light:focus {
  color: #f8f8f9 !important;
}

.text-hover-dark:hover, .text-hover-dark:focus {
  color: #151515 !important;
}

.text-hover-darkest:hover, .text-hover-darkest:focus {
  color: #050f1e !important;
}

.text-hover-blue-light:hover, .text-hover-blue-light:focus {
  color: #9aa9c1 !important;
}

.text-hover-blue-lighten:hover, .text-hover-blue-lighten:focus {
  color: #c4d5ea !important;
}

.text-hover-blue-lighter:hover, .text-hover-blue-lighter:focus {
  color: #dee7f2 !important;
}

.text-hover-blue-lightest:hover, .text-hover-blue-lightest:focus {
  color: #e9eff6 !important;
}

.text-hover-blue-dark:hover, .text-hover-blue-dark:focus {
  color: #24457f !important;
}

.alpha-0 {
  opacity: 0 !important;
}

.alpha-06 {
  opacity: .06 !important;
}

.alpha-10 {
  opacity: .1 !important;
}

.alpha-20 {
  opacity: .2 !important;
}

.alpha-25 {
  opacity: .25 !important;
}

.alpha-50 {
  opacity: .5 !important;
}

.alpha-60 {
  opacity: .6 !important;
}

.alpha-70 {
  opacity: .7 !important;
}

.alpha-80 {
  opacity: .8 !important;
}

.alpha-1 {
  opacity: 1 !important;
}

.text-weight-thin {
  font-weight: 100 !important;
}

.text-weight-light {
  font-weight: 300 !important;
}

.text-weight-normal {
  font-weight: 400 !important;
}

.text-weight-medium {
  font-weight: 500 !important;
}

.text-weight-semibold {
  font-weight: 600 !important;
}

.text-weight-bold {
  font-weight: 700 !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: calc(5.1175rem + 2px - .05rem);
  height: 1px;
  min-height: calc(5.1175rem + 2px - .05rem);
  padding: 1.71875rem 1.71875rem;
  border-width: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  white-space: normal;
}

.btn.card__number {
  margin-top: calc(((5.1175rem + 2px - .05rem) / -2));
}

.btn.btn-arrowed .btn__arrow {
  width: calc(5.1175rem + 2px - .05rem);
}

.btn.btn-arrowed--right .btn__text {
  margin-right: calc(5.1175rem + 2px - .05rem);
}

.btn.btn-arrowed--right:hover .btn__text {
  -webkit-transform: translateX(2.55875rem);
  transform: translateX(2.55875rem);
}

.btn.btn-arrowed--right:hover .btn__arrow:not(:only-child) {
  -webkit-transform: translateX(5.1175rem) translateX(2px) translateX(-0.05rem);
  transform: translateX(5.1175rem) translateX(2px) translateX(-0.05rem);
}

.btn.btn-arrowed--left .btn__text {
  margin-left: calc(5.1175rem + 2px - .05rem);
}

.btn.btn-arrowed--left:hover .btn__text {
  -webkit-transform: translateX(-2.55875rem);
  transform: translateX(-2.55875rem);
}

.btn.btn-arrowed--left:hover .btn__arrow:not(:only-child) {
  -webkit-transform: translateX(-5.1175rem) translateX(-2px) translateX(.05rem);
  transform: translateX(-5.1175rem) translateX(-2px) translateX(.05rem);
}

.btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-play {
  position: relative;
  width: 70px;
  height: 70px;
}

.btn-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #1047a7;
  content: '';
}

.btn-play:hover {
  background: #1047a7 !important;
}

.btn-play:hover:before {
  border-color: transparent transparent transparent #ffffff;
}

.btn-arrowed {
  overflow: hidden;
}

.btn-arrowed .btn__arrow,
.btn-arrowed .btn__text {
  pointer-events: none;
  -webkit-transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, background .2s ease-in-out;
  transition: transform .2s ease-in-out, background .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.btn-arrowed .btn__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, .1);
}

.btn-arrowed .btn__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-arrowed--right .btn__arrow {
  right: 0;
}

.btn-arrowed--left .btn__arrow {
  left: 0;
}

.btn-link-svg {
  padding-left: 3px;
  overflow: visible;
}

.btn-link-svg g,
.btn-link-svg path {
  pointer-events: none;
}

.btn-sm {
  min-width: calc(2.55rem + 2px - .05rem);
  height: 1px;
  min-height: calc(2.55rem + 2px - .05rem);
  padding: .75rem 1.21875rem;
  border-radius: 0;
  font-size: .875rem;
  line-height: 1.2;
}

.btn-sm.card__number {
  margin-top: calc(((2.55rem + 2px - .05rem) / -2));
}

.btn-sm.btn-arrowed .btn__arrow {
  width: calc(2.55rem + 2px - .05rem);
}

.btn-sm.btn-arrowed--right .btn__text {
  margin-right: calc(2.55rem + 2px - .05rem);
}

.btn-sm.btn-arrowed--right:hover .btn__text {
  -webkit-transform: translateX(1.275rem);
  transform: translateX(1.275rem);
}

.btn-sm.btn-arrowed--right:hover .btn__arrow:not(:only-child) {
  -webkit-transform: translateX(2.55rem) translateX(2px) translateX(-0.05rem);
  transform: translateX(2.55rem) translateX(2px) translateX(-0.05rem);
}

.btn-sm.btn-arrowed--left .btn__text {
  margin-left: calc(2.55rem + 2px - .05rem);
}

.btn-sm.btn-arrowed--left:hover .btn__text {
  -webkit-transform: translateX(-1.275rem);
  transform: translateX(-1.275rem);
}

.btn-sm.btn-arrowed--left:hover .btn__arrow:not(:only-child) {
  -webkit-transform: translateX(-2.55rem) translateX(-2px) translateX(.05rem);
  transform: translateX(-2.55rem) translateX(-2px) translateX(.05rem);
}

.input-group-vertical .material-group + .material-group {
  margin-top: -1px;
}

.input-group-vertical .material-group + .material-group .form-control:not(:focus) {
  border-top-color: transparent;
}

.form-control {
  -webkit-appearance: none;
  min-width: 0;
  font-weight: 500;
}

.form-control:not(:disabled):hover, .form-control:not(:disabled).hover {
  border-color: #bcc8d9;
}

.form-control:not(:disabled):focus, .form-control:not(:disabled).focus {
  border-color: #1047a7;
}

.form-control:hover:not(:disabled)::-webkit-input-placeholder, .form-control.hover:not(:disabled)::-webkit-input-placeholder, .form-control:focus:not(:disabled)::-webkit-input-placeholder, .form-control.focus:not(:disabled)::-webkit-input-placeholder {
  color: #bcc8d9;
}

.form-control:hover:not(:disabled):-ms-input-placeholder, .form-control.hover:not(:disabled):-ms-input-placeholder, .form-control:focus:not(:disabled):-ms-input-placeholder, .form-control.focus:not(:disabled):-ms-input-placeholder {
  color: #bcc8d9;
}

.form-control:hover:not(:disabled)::-ms-input-placeholder, .form-control.hover:not(:disabled)::-ms-input-placeholder, .form-control:focus:not(:disabled)::-ms-input-placeholder, .form-control.focus:not(:disabled)::-ms-input-placeholder {
  color: #bcc8d9;
}

.form-control:hover:not(:disabled)::placeholder, .form-control.hover:not(:disabled)::placeholder, .form-control:focus:not(:disabled)::placeholder, .form-control.focus:not(:disabled)::placeholder {
  color: #bcc8d9;
}

.form-control:focus:not(:disabled)::-webkit-input-placeholder, .form-control.focus:not(:disabled)::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus:not(:disabled):-ms-input-placeholder, .form-control.focus:not(:disabled):-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus:not(:disabled)::-ms-input-placeholder, .form-control.focus:not(:disabled)::-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus:not(:disabled)::placeholder, .form-control.focus:not(:disabled)::placeholder {
  opacity: 0;
}

.form-control::-webkit-input-placeholder {
  -webkit-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

.form-control:-ms-input-placeholder {
  -webkit-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

.form-control::-ms-input-placeholder {
  -webkit-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

.form-control::placeholder {
  -webkit-transition: opacity .3s, color .3s;
  transition: opacity .3s, color .3s;
}

.form-control:disabled, .form-control[readonly] {
  -webkit-text-fill-color: currentColor;
  color: #dfdfe0;
  opacity: .5;
}

.form-control-md {
  height: calc(3.95rem + 2px);
  padding: 1.375rem 1.21875rem;
  font-size: .875rem;
  line-height: 1.2;
}

.form-control-lg {
  height: calc(4.7625rem + 2px);
  padding: 1.78125rem 1.21875rem;
  font-size: .875rem;
  line-height: 1.2;
}

.form-control,
.form-control-lg,
.form-control-sm,
.form-control-md {
  font-size: .875rem;
}

.jumbotron {
  padding: 0;
}

.hero-section {
  z-index: auto;
  padding-top: 5.625rem;
  overflow: hidden;
  background: linear-gradient(50.88deg, #010a13 4.07%, #000c23 94.86%);
}

.hero-section__video-holder, .hero-section__bg, .hero-section__bg-image {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}

.hero-section__video-holder {
  z-index: 0;
  background: #040817;
}

.hero-section__video-overlay {
  position: relative;
}

.hero-section__video-overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 300px;
  background: linear-gradient(87.84deg, #040817 2.65%, #040817 43.75%, rgba(1, 9, 18, 0) 98.71%);
  content: '';
}

.hero-section__video {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin-left: auto;
}

.hero-section__bg {
  z-index: 0;
  background: linear-gradient(50.88deg, #010a13 4.07%, #000c23 94.86%);
  will-change: transform;
}

.hero-section__bg:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(4, 8, 23, .35);
  content: '';
  pointer-events: none;
}

.hero-section__bg-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section__holder {
  position: relative;
}

.hero-section__decoration-holder {
  display: none;
}

.hero-section__decoration {
  visibility: hidden;
  opacity: 0;
}

.hero-section--overlay {
  background: #050f1e;
}

.hero-section--overlay .hero-section__holder {
  z-index: 3;
}

.hero-section--overlay .hero-section__holder:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .1);
  content: '';
}

.hero-section--overlay:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 33, 0)), color-stop(88%, #151515), to(#151515));
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #151515 88%, #151515 100%);
  content: '';
}

.hero-section--offset-image {
  margin-bottom: 80px;
  overflow: visible;
}

.hero-section--offset-image .section__offset-block {
  margin-bottom: -60px;
}

.tempcanvas {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.hero-section__bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.media__visual {
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.media--hoverable {
  position: relative;
  color: #151515;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.media--hoverable:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #1047a7;
  content: '';
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.media--hoverable:hover {
  -webkit-box-shadow: .0625rem .25rem 1.25rem rgba(0, 0, 0, .13);
  box-shadow: .0625rem .25rem 1.25rem rgba(0, 0, 0, .13);
}

.media--hoverable:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.media--hoverable:hover .media__visual {
  opacity: .2;
}

.bzOpeningsList {
  padding-left: 0;
  list-style: none;
}

.bzOpeningsList li {
  padding-left: 0;
}

.bzOpeningsList li:after {
  display: none;
}

.bzOpening > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: currentColor;
}

.bzMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bzMeta li {
  margin-right: .25em;
}

.bzMeta li > span:after {
  display: inline;
  content: ',';
}

.bzMeta li:last-child > span:after {
  content: '';
}

.imagemap-block {
  position: relative;
}

.imagemap-block__card.collapse:not(.show) {
  display: none;
}

.imagemap-block__card-body {
  min-height: 5.9375rem;
}

.imagemap-block__card-title, .imagemap-block__card-subtitle {
  -webkit-transition: color .2s;
  transition: color .2s;
}

.imagemap-block__visual {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}

.map-popup {
  position: absolute;
  font-size: 10px;
}

.map-popup__opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background: #dee7f2;
  color: #1047a7;
}

.map-popup__opener:before {
  content: "";
}

.map-popup__opener:hover, .map-popup__opener[aria-expanded="true"] {
  z-index: 1000;
  background: #1047a7 !important;
  color: #ffffff !important;
}

.map-popup__opener[aria-expanded="true"]:before {
  content: "";
}

.map-popup__opener-icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-popup__content {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 18.75rem;
  background: #285ab0;
}

.map-popup__content.opened,
.map-popup__content.show .map-popup__content.closing, .map-popup__content.collapsing {
  z-index: 1000;
}

.map-popup__bar {
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.map-popup__bar path {
  fill: currentColor;
}

.map-popup__bar--vertical {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
  transform: rotate(90deg) translate(-50%, -50%);
}

.map-popup--align-left .map-popup__content {
  right: 100%;
  left: auto;
}

.offset-block {
  z-index: 5;
  position: relative;
}

.offset-block__visual {
  z-index: 5;
  overflow: hidden;
}

.offset-block__image {
  z-index: 4;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 45%;
}

.offset-block__title {
  z-index: -1;
  position: relative;
  left: 0;
  margin-bottom: -0.1em;
}

.offset-block__placeholder {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100vw;
  padding-top: 11%;
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
}

.offset-block__play {
  position: absolute;
  top: 25vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offcanvas-block {
  z-index: 5;
  position: relative;
}

.offcanvas-block__visual-holder {
  z-index: 5;
  position: relative;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  -webkit-transform: none;
  transform: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}

.gm-style .gm-style-iw-t {
  bottom: 20px !important;
  left: 19px !important;
}

.gm-style .gm-style-iw-t:before, .gm-style .gm-style-iw-t:after {
  display: none;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style .map-popup {
  position: static;
  min-width: 304px;
}

.gm-style .map-popup__content {
  display: block;
  position: static;
}

.gm-style button {
  display: none !important;
}

.process-block {
  counter-reset: process-counter;
}

.process-block .process__item {
  counter-increment: process-counter;
}

.process-block .process__item:last-child .process__step:before {
  font-size: .8em;
  content: "";
}

.process-block .process__step:before {
  content: counter(process-counter);
}

.process__row {
  z-index: 5;
  position: relative;
}

.process__item {
  position: relative;
  width: 100%;
  max-width: 220px;
  min-height: 240px;
  margin: 0 auto;
  padding-bottom: 140px;
}

.process__description {
  max-width: 100%;
}

.process__visual {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #4c5a72;
  font-size: 25px;
}

.process__road {
  z-index: 4;
  position: absolute;
  right: -50px;
  bottom: 0;
  left: -50px;
  height: 38px;
}

.process__road:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(480px at 50% 100%, #636974 0%, rgba(150, 186, 249, 0) 100%);
  content: '';
  opacity: .4;
}

.card {
  color: currentColor;
}

.card:hover {
  color: currentColor;
}

.card__number {
  z-index: 5;
  cursor: default;
}

.card__image-overlay:before {
  padding-top: 49.55752%;
}

.card--primary, .card--dark {
  -webkit-transition: background .2s, border-color .2s, height .15s cubic-bezier(0, .4, .4, 1);
  transition: background .2s, border-color .2s, height .15s cubic-bezier(0, .4, .4, 1);
}

.card--primary {
  border-left: 10px solid #dee7f2 !important;
  background: #e9eff6;
}

.card--primary:hover, .card--primary[aria-expanded='true'] {
  border-left-color: #285ab0 !important;
  background: #1047a7 !important;
}

.card--primary:hover .imagemap-block__card-title,
.card--primary:hover .imagemap-block__card-subtitle, .card--primary[aria-expanded='true'] .imagemap-block__card-title,
.card--primary[aria-expanded='true'] .imagemap-block__card-subtitle {
  color: #ffffff !important;
}

.card--dark {
  border-color: rgba(255, 255, 255, .2);
  background: #151515;
}

.card--dark:hover, .card--dark[aria-expanded='true'] {
  border-color: #1047a7 !important;
  background: #1047a7 !important;
}

.card--dark:hover .imagemap-block__card-title,
.card--dark:hover .imagemap-block__card-subtitle, .card--dark[aria-expanded='true'] .imagemap-block__card-title,
.card--dark[aria-expanded='true'] .imagemap-block__card-subtitle {
  color: #ffffff !important;
}

.card--blog-post:hover .card-title {
  color: #1047a7;
}

.card--blog-post:hover .card-img-top {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}

.card-img-holder {
  overflow: hidden;
}

.news-img {
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0%;
}

.posts a {
  flex-direction: row;
}

a.page-numbers {
  opacity: 0;
  pointer-events: none;
}

span.page-numbers {
  opacity: 0;
}

a.prev.page-numbers {
  padding: 1.5rem;
  background: #efefef;
  opacity: 1;
  pointer-events: auto;
  color: black !important;
}

a.next.page-numbers {
  padding: 1.5rem;
  background: #efefef;
  opacity: 1;
  pointer-events: auto;
  color: black !important;
}

.download-links li {
  display: flex;
  align-items: center;
}

.download-links li a {
  color: #4c4c4c !important;
  font-size: 16px !important;
}

.download-links li a:hover {
  text-decoration: underline;
}

.download-links li:after {
  top: 10px;
}

.adress-field span {
  padding-left: 3px;
  color: white !important;
  transition: 0.3s all ease;
}

.adress-field:hover span {
  color: #1047a7 !important;
}

.news-show {
  padding: 0 8px;
  border-bottom: 2px solid transparent;
  color: #1047a7;
}

.news-show.active {
  border-bottom: 2px dotted #151515;
  color: #151515;
}

.posts .card-body {
  padding-top: 56px;
}

.post-date {
  font-size: 12px;
}

.post-type-sign {
  position: absolute;
  top: 0;
  height: auto;
  padding: 0 !important;
}

.post-type-sign p {
  margin: 0 !important;
}

@media screen and (min-width: 575px) {
  .posts .card-body {
    padding-top: 1.5rem;
  }

  .post-date {
    font-size: 1rem;
  }

  .post-type-sign {
    position: relative;
    top: initial;
    height: 100%;
    padding: 1.25rem !important;
  }

  .post-type-sign p {
    margin: 1.25rem 0 !important;
  }
}

/*.post-list > .news-pressrelease {
  display: none;
}

.post-list > .news-pressrelease ~ .news-pressrelease {
  display: block;
}

.post-list > .news-blog-article {
  display: none;
}

.post-list > .news-blog-article ~ .news-blog-article {
  display: block;
}*/

.card-img-top {
  overflow: hidden;
  -webkit-transition: background-color .5s, -webkit-transform .3s;
  transition: background-color .5s, -webkit-transform .3s;
  transition: background-color .5s, transform .3s;
  transition: background-color .5s, transform .3s, -webkit-transform .3s;
  will-change: transform;
}

.card-img-top:not(.card-img-top--full) {
  padding: 2.5rem 0;
  overflow: visible;
}

.card-img-top:not(.card-img-top--full) img {
  max-height: 15.3125rem;
}

.card-img-top [data-component='image'] {
  top: 0;
}

.card-img-top [data-component='image'] svg {
  width: auto;
  height: 100%;
}

.numbered-cards {
  counter-reset: cards-counter;
}

.numbered-cards__item {
  counter-increment: cards-counter;
}

.numbered-cards__item:hover .card-img-top {
  background-color: rgba(16, 71, 167, .4) !important;
}

.numbered-cards__item .btn-link-svg {
  pointer-events: none;
}

.numbered-cards__item .card__number:before {
  content: "0" counter(cards-counter);
}

.card-body {
  width: 100%;
}

.history-year {
  opacity: 0.2;
  font-size: 3rem;
  color: #000000 !important;
}

.slick-current .history-year {
  color: #1047a7 !important;
  opacity: 1;
}

.cases-row .card {
  max-width: 100%;
  margin: -0.5px;
}

.alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.table th,
.table td {
  padding: .75rem 1rem;
  vertical-align: middle;
}

.table thead th {
  border-bottom: 1px solid #6c757d;
  font-size: 1.125rem;
  font-weight: inherit;
  vertical-align: middle;
}

.table-layout-fixed {
  table-layout: fixed;
}

.page-overlay,
.page-darkener,
.preloader__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110vh;
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
}

.page-overlay,
.preloader__overlay {
  z-index: 5150;
  background: #1047a7;
}

.page-darkener {
  background: #151515;
  opacity: 0;
  pointer-events: none;
}

.overlay-logo__holder,
.preloader__svg-holder {
  position: absolute;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.page-overlay__logo,
.preloader__svg {
  z-index: 50;
  width: 300px;
}

.page-overlay__logo .navbar-brand__text path,
.page-overlay__logo .preloader__svg-text path,
.preloader__svg .navbar-brand__text path,
.preloader__svg .preloader__svg-text path {
  display: inline-block;
}

.circle-cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

.custom-cursor--enabled .circle-cursor {
  display: block;
}

.circle-cursor--outer {
  z-index: 2987;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #4673c1;
  opacity: .3;
}

.circle-cursor--inner {
  z-index: 3090;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: .5;
}

.site-section {
  position: relative;
}

.site-section--testimonials {
  overflow: hidden;
}

.section__holder {
  z-index: 2;
  position: relative;
}

.site-section__overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.no-touchevents .site-section__overlay {
  -webkit-transform: scaleX(.85);
  transform: scaleX(.85);
  will-change: transform;
}

.ie-browser .site-section__overlay {
  -webkit-transform: none;
  transform: none;
}

.contact-section__title {
  padding: 3px 0;
  overflow: hidden;
}

.section-cta {
  overflow: hidden;
}

[class*="section--offset-top-"] .section__holder,
[class*="section--offset-bottom-"] .section__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section--offset-bottom-0 {
  margin-bottom: 0;
}

.section--offset-bottom-0 .section__holder {
  padding-top: 0;
}

.section--offset-bottom-0 .section__holder:before {
  bottom: 0;
}

.section--offset-bottom-0 .site-section__overlay {
  bottom: 0;
}

.section--offset-bottom-0 + .site-section .section__holder {
  padding-top: 0;
}

.section--offset-top-0 {
  margin-top: 0;
  padding-top: 0;
}

.section--offset-top-0 .section__holder {
  padding-bottom: 0;
}

.section--offset-top-0 .section__offcanvas-block {
  margin-top: 0;
}

.section--offset-top-0.site-section--testimonials {
  padding-top: calc(0 + 55px);
}

.section--offset-top-0.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0 - 55px);
}

.section--offset-bottom-0 .offset-block__notes,
.section--offset-top-0 .offset-block__notes {
  min-height: 0;
}

.next-section--offset-top-0.section--offset-top-0 {
  padding-bottom: 0;
}

.next-section--offset-top-0 .section__holder {
  padding-bottom: 0;
}

.section--offset-bottom-0_1 {
  margin-bottom: -0.0625rem;
}

.section--offset-bottom-0_1 .section__holder {
  padding-top: .0625rem;
}

.section--offset-bottom-0_1 .section__holder:before {
  bottom: .0625rem;
}

.section--offset-bottom-0_1 .site-section__overlay {
  bottom: .0625rem;
}

.section--offset-bottom-0_1 + .site-section .section__holder {
  padding-top: .0625rem;
}

.section--offset-top-0_1 {
  margin-top: -0.0625rem;
  padding-top: .0625rem;
}

.section--offset-top-0_1 .section__holder {
  padding-bottom: .0625rem;
}

.section--offset-top-0_1 .section__offcanvas-block {
  margin-top: -0.0625rem;
}

.section--offset-top-0_1.site-section--testimonials {
  padding-top: calc(.0625rem + 55px);
}

.section--offset-top-0_1.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.0625rem - 55px);
}

.section--offset-bottom-0_1 .offset-block__notes,
.section--offset-top-0_1 .offset-block__notes {
  min-height: .0625rem;
}

.next-section--offset-top-0_1.section--offset-top-0_1 {
  padding-bottom: .0625rem;
}

.next-section--offset-top-0_1 .section__holder {
  padding-bottom: .0625rem;
}

.section--offset-bottom-0_2 {
  margin-bottom: -0.125rem;
}

.section--offset-bottom-0_2 .section__holder {
  padding-top: .125rem;
}

.section--offset-bottom-0_2 .section__holder:before {
  bottom: .125rem;
}

.section--offset-bottom-0_2 .site-section__overlay {
  bottom: .125rem;
}

.section--offset-bottom-0_2 + .site-section .section__holder {
  padding-top: .125rem;
}

.section--offset-top-0_2 {
  margin-top: -0.125rem;
  padding-top: .125rem;
}

.section--offset-top-0_2 .section__holder {
  padding-bottom: .125rem;
}

.section--offset-top-0_2 .section__offcanvas-block {
  margin-top: -0.125rem;
}

.section--offset-top-0_2.site-section--testimonials {
  padding-top: calc(.125rem + 55px);
}

.section--offset-top-0_2.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.125rem - 55px);
}

.section--offset-bottom-0_2 .offset-block__notes,
.section--offset-top-0_2 .offset-block__notes {
  min-height: .125rem;
}

.next-section--offset-top-0_2.section--offset-top-0_2 {
  padding-bottom: .125rem;
}

.next-section--offset-top-0_2 .section__holder {
  padding-bottom: .125rem;
}

.section--offset-bottom-0_3 {
  margin-bottom: -0.1875rem;
}

.section--offset-bottom-0_3 .section__holder {
  padding-top: .1875rem;
}

.section--offset-bottom-0_3 .section__holder:before {
  bottom: .1875rem;
}

.section--offset-bottom-0_3 .site-section__overlay {
  bottom: .1875rem;
}

.section--offset-bottom-0_3 + .site-section .section__holder {
  padding-top: .1875rem;
}

.section--offset-top-0_3 {
  margin-top: -0.1875rem;
  padding-top: .1875rem;
}

.section--offset-top-0_3 .section__holder {
  padding-bottom: .1875rem;
}

.section--offset-top-0_3 .section__offcanvas-block {
  margin-top: -0.1875rem;
}

.section--offset-top-0_3.site-section--testimonials {
  padding-top: calc(.1875rem + 55px);
}

.section--offset-top-0_3.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.1875rem - 55px);
}

.section--offset-bottom-0_3 .offset-block__notes,
.section--offset-top-0_3 .offset-block__notes {
  min-height: .1875rem;
}

.next-section--offset-top-0_3.section--offset-top-0_3 {
  padding-bottom: .1875rem;
}

.next-section--offset-top-0_3 .section__holder {
  padding-bottom: .1875rem;
}

.section--offset-bottom-0_4 {
  margin-bottom: -0.25rem;
}

.section--offset-bottom-0_4 .section__holder {
  padding-top: .25rem;
}

.section--offset-bottom-0_4 .section__holder:before {
  bottom: .25rem;
}

.section--offset-bottom-0_4 .site-section__overlay {
  bottom: .25rem;
}

.section--offset-bottom-0_4 + .site-section .section__holder {
  padding-top: .25rem;
}

.section--offset-top-0_4 {
  margin-top: -0.25rem;
  padding-top: .25rem;
}

.section--offset-top-0_4 .section__holder {
  padding-bottom: .25rem;
}

.section--offset-top-0_4 .section__offcanvas-block {
  margin-top: -0.25rem;
}

.section--offset-top-0_4.site-section--testimonials {
  padding-top: calc(.25rem + 55px);
}

.section--offset-top-0_4.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.25rem - 55px);
}

.section--offset-bottom-0_4 .offset-block__notes,
.section--offset-top-0_4 .offset-block__notes {
  min-height: .25rem;
}

.next-section--offset-top-0_4.section--offset-top-0_4 {
  padding-bottom: .25rem;
}

.next-section--offset-top-0_4 .section__holder {
  padding-bottom: .25rem;
}

.section--offset-bottom-0_5 {
  margin-bottom: -0.3125rem;
}

.section--offset-bottom-0_5 .section__holder {
  padding-top: .3125rem;
}

.section--offset-bottom-0_5 .section__holder:before {
  bottom: .3125rem;
}

.section--offset-bottom-0_5 .site-section__overlay {
  bottom: .3125rem;
}

.section--offset-bottom-0_5 + .site-section .section__holder {
  padding-top: .3125rem;
}

.section--offset-top-0_5 {
  margin-top: -0.3125rem;
  padding-top: .3125rem;
}

.section--offset-top-0_5 .section__holder {
  padding-bottom: .3125rem;
}

.section--offset-top-0_5 .section__offcanvas-block {
  margin-top: -0.3125rem;
}

.section--offset-top-0_5.site-section--testimonials {
  padding-top: calc(.3125rem + 55px);
}

.section--offset-top-0_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.3125rem - 55px);
}

.section--offset-bottom-0_5 .offset-block__notes,
.section--offset-top-0_5 .offset-block__notes {
  min-height: .3125rem;
}

.next-section--offset-top-0_5.section--offset-top-0_5 {
  padding-bottom: .3125rem;
}

.next-section--offset-top-0_5 .section__holder {
  padding-bottom: .3125rem;
}

.section--offset-bottom-0_6 {
  margin-bottom: -0.375rem;
}

.section--offset-bottom-0_6 .section__holder {
  padding-top: .375rem;
}

.section--offset-bottom-0_6 .section__holder:before {
  bottom: .375rem;
}

.section--offset-bottom-0_6 .site-section__overlay {
  bottom: .375rem;
}

.section--offset-bottom-0_6 + .site-section .section__holder {
  padding-top: .375rem;
}

.section--offset-top-0_6 {
  margin-top: -0.375rem;
  padding-top: .375rem;
}

.section--offset-top-0_6 .section__holder {
  padding-bottom: .375rem;
}

.section--offset-top-0_6 .section__offcanvas-block {
  margin-top: -0.375rem;
}

.section--offset-top-0_6.site-section--testimonials {
  padding-top: calc(.375rem + 55px);
}

.section--offset-top-0_6.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.375rem - 55px);
}

.section--offset-bottom-0_6 .offset-block__notes,
.section--offset-top-0_6 .offset-block__notes {
  min-height: .375rem;
}

.next-section--offset-top-0_6.section--offset-top-0_6 {
  padding-bottom: .375rem;
}

.next-section--offset-top-0_6 .section__holder {
  padding-bottom: .375rem;
}

.section--offset-bottom-0_7 {
  margin-bottom: -0.4375rem;
}

.section--offset-bottom-0_7 .section__holder {
  padding-top: .4375rem;
}

.section--offset-bottom-0_7 .section__holder:before {
  bottom: .4375rem;
}

.section--offset-bottom-0_7 .site-section__overlay {
  bottom: .4375rem;
}

.section--offset-bottom-0_7 + .site-section .section__holder {
  padding-top: .4375rem;
}

.section--offset-top-0_7 {
  margin-top: -0.4375rem;
  padding-top: .4375rem;
}

.section--offset-top-0_7 .section__holder {
  padding-bottom: .4375rem;
}

.section--offset-top-0_7 .section__offcanvas-block {
  margin-top: -0.4375rem;
}

.section--offset-top-0_7.site-section--testimonials {
  padding-top: calc(.4375rem + 55px);
}

.section--offset-top-0_7.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.4375rem - 55px);
}

.section--offset-bottom-0_7 .offset-block__notes,
.section--offset-top-0_7 .offset-block__notes {
  min-height: .4375rem;
}

.next-section--offset-top-0_7.section--offset-top-0_7 {
  padding-bottom: .4375rem;
}

.next-section--offset-top-0_7 .section__holder {
  padding-bottom: .4375rem;
}

.section--offset-bottom-0_8 {
  margin-bottom: -0.5rem;
}

.section--offset-bottom-0_8 .section__holder {
  padding-top: .5rem;
}

.section--offset-bottom-0_8 .section__holder:before {
  bottom: .5rem;
}

.section--offset-bottom-0_8 .site-section__overlay {
  bottom: .5rem;
}

.section--offset-bottom-0_8 + .site-section .section__holder {
  padding-top: .5rem;
}

.section--offset-top-0_8 {
  margin-top: -0.5rem;
  padding-top: .5rem;
}

.section--offset-top-0_8 .section__holder {
  padding-bottom: .5rem;
}

.section--offset-top-0_8 .section__offcanvas-block {
  margin-top: -0.5rem;
}

.section--offset-top-0_8.site-section--testimonials {
  padding-top: calc(.5rem + 55px);
}

.section--offset-top-0_8.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.5rem - 55px);
}

.section--offset-bottom-0_8 .offset-block__notes,
.section--offset-top-0_8 .offset-block__notes {
  min-height: .5rem;
}

.next-section--offset-top-0_8.section--offset-top-0_8 {
  padding-bottom: .5rem;
}

.next-section--offset-top-0_8 .section__holder {
  padding-bottom: .5rem;
}

.section--offset-bottom-0_9 {
  margin-bottom: -0.5625rem;
}

.section--offset-bottom-0_9 .section__holder {
  padding-top: .5625rem;
}

.section--offset-bottom-0_9 .section__holder:before {
  bottom: .5625rem;
}

.section--offset-bottom-0_9 .site-section__overlay {
  bottom: .5625rem;
}

.section--offset-bottom-0_9 + .site-section .section__holder {
  padding-top: .5625rem;
}

.section--offset-top-0_9 {
  margin-top: -0.5625rem;
  padding-top: .5625rem;
}

.section--offset-top-0_9 .section__holder {
  padding-bottom: .5625rem;
}

.section--offset-top-0_9 .section__offcanvas-block {
  margin-top: -0.5625rem;
}

.section--offset-top-0_9.site-section--testimonials {
  padding-top: calc(.5625rem + 55px);
}

.section--offset-top-0_9.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.5625rem - 55px);
}

.section--offset-bottom-0_9 .offset-block__notes,
.section--offset-top-0_9 .offset-block__notes {
  min-height: .5625rem;
}

.next-section--offset-top-0_9.section--offset-top-0_9 {
  padding-bottom: .5625rem;
}

.next-section--offset-top-0_9 .section__holder {
  padding-bottom: .5625rem;
}

.section--offset-bottom-1 {
  margin-bottom: -0.625rem;
}

.section--offset-bottom-1 .section__holder {
  padding-top: .625rem;
}

.section--offset-bottom-1 .section__holder:before {
  bottom: .625rem;
}

.section--offset-bottom-1 .site-section__overlay {
  bottom: .625rem;
}

.section--offset-bottom-1 + .site-section .section__holder {
  padding-top: .625rem;
}

.section--offset-top-1 {
  margin-top: -0.625rem;
  padding-top: .625rem;
}

.section--offset-top-1 .section__holder {
  padding-bottom: .625rem;
}

.section--offset-top-1 .section__offcanvas-block {
  margin-top: -0.625rem;
}

.section--offset-top-1.site-section--testimonials {
  padding-top: calc(.625rem + 55px);
}

.section--offset-top-1.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.625rem - 55px);
}

.section--offset-bottom-1 .offset-block__notes,
.section--offset-top-1 .offset-block__notes {
  min-height: .625rem;
}

.next-section--offset-top-1.section--offset-top-1 {
  padding-bottom: .625rem;
}

.next-section--offset-top-1 .section__holder {
  padding-bottom: .625rem;
}

.section--offset-bottom-1_5 {
  margin-bottom: -0.9375rem;
}

.section--offset-bottom-1_5 .section__holder {
  padding-top: .9375rem;
}

.section--offset-bottom-1_5 .section__holder:before {
  bottom: .9375rem;
}

.section--offset-bottom-1_5 .site-section__overlay {
  bottom: .9375rem;
}

.section--offset-bottom-1_5 + .site-section .section__holder {
  padding-top: .9375rem;
}

.section--offset-top-1_5 {
  margin-top: -0.9375rem;
  padding-top: .9375rem;
}

.section--offset-top-1_5 .section__holder {
  padding-bottom: .9375rem;
}

.section--offset-top-1_5 .section__offcanvas-block {
  margin-top: -0.9375rem;
}

.section--offset-top-1_5.site-section--testimonials {
  padding-top: calc(.9375rem + 55px);
}

.section--offset-top-1_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-0.9375rem - 55px);
}

.section--offset-bottom-1_5 .offset-block__notes,
.section--offset-top-1_5 .offset-block__notes {
  min-height: .9375rem;
}

.next-section--offset-top-1_5.section--offset-top-1_5 {
  padding-bottom: .9375rem;
}

.next-section--offset-top-1_5 .section__holder {
  padding-bottom: .9375rem;
}

.section--offset-bottom-2 {
  margin-bottom: -1.25rem;
}

.section--offset-bottom-2 .section__holder {
  padding-top: 1.25rem;
}

.section--offset-bottom-2 .section__holder:before {
  bottom: 1.25rem;
}

.section--offset-bottom-2 .site-section__overlay {
  bottom: 1.25rem;
}

.section--offset-bottom-2 + .site-section .section__holder {
  padding-top: 1.25rem;
}

.section--offset-top-2 {
  margin-top: -1.25rem;
  padding-top: 1.25rem;
}

.section--offset-top-2 .section__holder {
  padding-bottom: 1.25rem;
}

.section--offset-top-2 .section__offcanvas-block {
  margin-top: -1.25rem;
}

.section--offset-top-2.site-section--testimonials {
  padding-top: calc(1.25rem + 55px);
}

.section--offset-top-2.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-1.25rem - 55px);
}

.section--offset-bottom-2 .offset-block__notes,
.section--offset-top-2 .offset-block__notes {
  min-height: 1.25rem;
}

.next-section--offset-top-2.section--offset-top-2 {
  padding-bottom: 1.25rem;
}

.next-section--offset-top-2 .section__holder {
  padding-bottom: 1.25rem;
}

.section--offset-bottom-2_5 {
  margin-bottom: -1.5625rem;
}

.section--offset-bottom-2_5 .section__holder {
  padding-top: 1.5625rem;
}

.section--offset-bottom-2_5 .section__holder:before {
  bottom: 1.5625rem;
}

.section--offset-bottom-2_5 .site-section__overlay {
  bottom: 1.5625rem;
}

.section--offset-bottom-2_5 + .site-section .section__holder {
  padding-top: 1.5625rem;
}

.section--offset-top-2_5 {
  margin-top: -1.5625rem;
  padding-top: 1.5625rem;
}

.section--offset-top-2_5 .section__holder {
  padding-bottom: 1.5625rem;
}

.section--offset-top-2_5 .section__offcanvas-block {
  margin-top: -1.5625rem;
}

.section--offset-top-2_5.site-section--testimonials {
  padding-top: calc(1.5625rem + 55px);
}

.section--offset-top-2_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-1.5625rem - 55px);
}

.section--offset-bottom-2_5 .offset-block__notes,
.section--offset-top-2_5 .offset-block__notes {
  min-height: 1.5625rem;
}

.next-section--offset-top-2_5.section--offset-top-2_5 {
  padding-bottom: 1.5625rem;
}

.next-section--offset-top-2_5 .section__holder {
  padding-bottom: 1.5625rem;
}

.section--offset-bottom-3 {
  margin-bottom: -1.875rem;
}

.section--offset-bottom-3 .section__holder {
  padding-top: 1.875rem;
}

.section--offset-bottom-3 .section__holder:before {
  bottom: 1.875rem;
}

.section--offset-bottom-3 .site-section__overlay {
  bottom: 1.875rem;
}

.section--offset-bottom-3 + .site-section .section__holder {
  padding-top: 1.875rem;
}

.section--offset-top-3 {
  margin-top: -1.875rem;
  padding-top: 1.875rem;
}

.section--offset-top-3 .section__holder {
  padding-bottom: 1.875rem;
}

.section--offset-top-3 .section__offcanvas-block {
  margin-top: -1.875rem;
}

.section--offset-top-3.site-section--testimonials {
  padding-top: calc(1.875rem + 55px);
}

.section--offset-top-3.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-1.875rem - 55px);
}

.section--offset-bottom-3 .offset-block__notes,
.section--offset-top-3 .offset-block__notes {
  min-height: 1.875rem;
}

.next-section--offset-top-3.section--offset-top-3 {
  padding-bottom: 1.875rem;
}

.next-section--offset-top-3 .section__holder {
  padding-bottom: 1.875rem;
}

.section--offset-bottom-3_5 {
  margin-bottom: -2.1875rem;
}

.section--offset-bottom-3_5 .section__holder {
  padding-top: 2.1875rem;
}

.section--offset-bottom-3_5 .section__holder:before {
  bottom: 2.1875rem;
}

.section--offset-bottom-3_5 .site-section__overlay {
  bottom: 2.1875rem;
}

.section--offset-bottom-3_5 + .site-section .section__holder {
  padding-top: 2.1875rem;
}

.section--offset-top-3_5 {
  margin-top: -2.1875rem;
  padding-top: 2.1875rem;
}

.section--offset-top-3_5 .section__holder {
  padding-bottom: 2.1875rem;
}

.section--offset-top-3_5 .section__offcanvas-block {
  margin-top: -2.1875rem;
}

.section--offset-top-3_5.site-section--testimonials {
  padding-top: calc(2.1875rem + 55px);
}

.section--offset-top-3_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-2.1875rem - 55px);
}

.section--offset-bottom-3_5 .offset-block__notes,
.section--offset-top-3_5 .offset-block__notes {
  min-height: 2.1875rem;
}

.next-section--offset-top-3_5.section--offset-top-3_5 {
  padding-bottom: 2.1875rem;
}

.next-section--offset-top-3_5 .section__holder {
  padding-bottom: 2.1875rem;
}

.section--offset-bottom-4 {
  margin-bottom: -2.5rem;
}

.section--offset-bottom-4 .section__holder {
  padding-top: 2.5rem;
}

.section--offset-bottom-4 .section__holder:before {
  bottom: 2.5rem;
}

.section--offset-bottom-4 .site-section__overlay {
  bottom: 2.5rem;
}

.section--offset-bottom-4 + .site-section .section__holder {
  padding-top: 2.5rem;
}

.section--offset-top-4 {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}

.section--offset-top-4 .section__holder {
  padding-bottom: 2.5rem;
}

.section--offset-top-4 .section__offcanvas-block {
  margin-top: -2.5rem;
}

.section--offset-top-4.site-section--testimonials {
  padding-top: calc(2.5rem + 55px);
}

.section--offset-top-4.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-2.5rem - 55px);
}

.section--offset-bottom-4 .offset-block__notes,
.section--offset-top-4 .offset-block__notes {
  min-height: 2.5rem;
}

.next-section--offset-top-4.section--offset-top-4 {
  padding-bottom: 2.5rem;
}

.next-section--offset-top-4 .section__holder {
  padding-bottom: 2.5rem;
}

.section--offset-bottom-4_5 {
  margin-bottom: -2.8125rem;
}

.section--offset-bottom-4_5 .section__holder {
  padding-top: 2.8125rem;
}

.section--offset-bottom-4_5 .section__holder:before {
  bottom: 2.8125rem;
}

.section--offset-bottom-4_5 .site-section__overlay {
  bottom: 2.8125rem;
}

.section--offset-bottom-4_5 + .site-section .section__holder {
  padding-top: 2.8125rem;
}

.section--offset-top-4_5 {
  margin-top: -2.8125rem;
  padding-top: 2.8125rem;
}

.section--offset-top-4_5 .section__holder {
  padding-bottom: 2.8125rem;
}

.section--offset-top-4_5 .section__offcanvas-block {
  margin-top: -2.8125rem;
}

.section--offset-top-4_5.site-section--testimonials {
  padding-top: calc(2.8125rem + 55px);
}

.section--offset-top-4_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-2.8125rem - 55px);
}

.section--offset-bottom-4_5 .offset-block__notes,
.section--offset-top-4_5 .offset-block__notes {
  min-height: 2.8125rem;
}

.next-section--offset-top-4_5.section--offset-top-4_5 {
  padding-bottom: 2.8125rem;
}

.next-section--offset-top-4_5 .section__holder {
  padding-bottom: 2.8125rem;
}

.section--offset-bottom-5 {
  margin-bottom: -3.125rem;
}

.section--offset-bottom-5 .section__holder {
  padding-top: 3.125rem;
}

.section--offset-bottom-5 .section__holder:before {
  bottom: 3.125rem;
}

.section--offset-bottom-5 .site-section__overlay {
  bottom: 3.125rem;
}

.section--offset-bottom-5 + .site-section .section__holder {
  padding-top: 3.125rem;
}

.section--offset-top-5 {
  margin-top: -3.125rem;
  padding-top: 3.125rem;
}

.section--offset-top-5 .section__holder {
  padding-bottom: 3.125rem;
}

.section--offset-top-5 .section__offcanvas-block {
  margin-top: -3.125rem;
}

.section--offset-top-5.site-section--testimonials {
  padding-top: calc(3.125rem + 55px);
}

.section--offset-top-5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-3.125rem - 55px);
}

.section--offset-bottom-5 .offset-block__notes,
.section--offset-top-5 .offset-block__notes {
  min-height: 3.125rem;
}

.next-section--offset-top-5.section--offset-top-5 {
  padding-bottom: 3.125rem;
}

.next-section--offset-top-5 .section__holder {
  padding-bottom: 3.125rem;
}

.section--offset-bottom-5_5 {
  margin-bottom: -3.4375rem;
}

.section--offset-bottom-5_5 .section__holder {
  padding-top: 3.4375rem;
}

.section--offset-bottom-5_5 .section__holder:before {
  bottom: 3.4375rem;
}

.section--offset-bottom-5_5 .site-section__overlay {
  bottom: 3.4375rem;
}

.section--offset-bottom-5_5 + .site-section .section__holder {
  padding-top: 3.4375rem;
}

.section--offset-top-5_5 {
  margin-top: -3.4375rem;
  padding-top: 3.4375rem;
}

.section--offset-top-5_5 .section__holder {
  padding-bottom: 3.4375rem;
}

.section--offset-top-5_5 .section__offcanvas-block {
  margin-top: -3.4375rem;
}

.section--offset-top-5_5.site-section--testimonials {
  padding-top: calc(3.4375rem + 55px);
}

.section--offset-top-5_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-3.4375rem - 55px);
}

.section--offset-bottom-5_5 .offset-block__notes,
.section--offset-top-5_5 .offset-block__notes {
  min-height: 3.4375rem;
}

.next-section--offset-top-5_5.section--offset-top-5_5 {
  padding-bottom: 3.4375rem;
}

.next-section--offset-top-5_5 .section__holder {
  padding-bottom: 3.4375rem;
}

.section--offset-bottom-6 {
  margin-bottom: -3.75rem;
}

.section--offset-bottom-6 .section__holder {
  padding-top: 3.75rem;
}

.section--offset-bottom-6 .section__holder:before {
  bottom: 3.75rem;
}

.section--offset-bottom-6 .site-section__overlay {
  bottom: 3.75rem;
}

.section--offset-bottom-6 + .site-section .section__holder {
  padding-top: 3.75rem;
}

.section--offset-top-6 {
  margin-top: -3.75rem;
  padding-top: 3.75rem;
}

.section--offset-top-6 .section__holder {
  padding-bottom: 3.75rem;
}

.section--offset-top-6 .section__offcanvas-block {
  margin-top: -3.75rem;
}

.section--offset-top-6.site-section--testimonials {
  padding-top: calc(3.75rem + 55px);
}

.section--offset-top-6.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-3.75rem - 55px);
}

.section--offset-bottom-6 .offset-block__notes,
.section--offset-top-6 .offset-block__notes {
  min-height: 3.75rem;
}

.next-section--offset-top-6.section--offset-top-6 {
  padding-bottom: 3.75rem;
}

.next-section--offset-top-6 .section__holder {
  padding-bottom: 3.75rem;
}

.section--offset-bottom-6_5 {
  margin-bottom: -4.0625rem;
}

.section--offset-bottom-6_5 .section__holder {
  padding-top: 4.0625rem;
}

.section--offset-bottom-6_5 .section__holder:before {
  bottom: 4.0625rem;
}

.section--offset-bottom-6_5 .site-section__overlay {
  bottom: 4.0625rem;
}

.section--offset-bottom-6_5 + .site-section .section__holder {
  padding-top: 4.0625rem;
}

.section--offset-top-6_5 {
  margin-top: -4.0625rem;
  padding-top: 4.0625rem;
}

.section--offset-top-6_5 .section__holder {
  padding-bottom: 4.0625rem;
}

.section--offset-top-6_5 .section__offcanvas-block {
  margin-top: -4.0625rem;
}

.section--offset-top-6_5.site-section--testimonials {
  padding-top: calc(4.0625rem + 55px);
}

.section--offset-top-6_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-4.0625rem - 55px);
}

.section--offset-bottom-6_5 .offset-block__notes,
.section--offset-top-6_5 .offset-block__notes {
  min-height: 4.0625rem;
}

.next-section--offset-top-6_5.section--offset-top-6_5 {
  padding-bottom: 4.0625rem;
}

.next-section--offset-top-6_5 .section__holder {
  padding-bottom: 4.0625rem;
}

.section--offset-bottom-7 {
  margin-bottom: -4.375rem;
}

.section--offset-bottom-7 .section__holder {
  padding-top: 4.375rem;
}

.section--offset-bottom-7 .section__holder:before {
  bottom: 4.375rem;
}

.section--offset-bottom-7 .site-section__overlay {
  bottom: 4.375rem;
}

.section--offset-bottom-7 + .site-section .section__holder {
  padding-top: 4.375rem;
}

.section--offset-top-7 {
  margin-top: -4.375rem;
  padding-top: 4.375rem;
}

.section--offset-top-7 .section__holder {
  padding-bottom: 4.375rem;
}

.section--offset-top-7 .section__offcanvas-block {
  margin-top: -4.375rem;
}

.section--offset-top-7.site-section--testimonials {
  padding-top: calc(4.375rem + 55px);
}

.section--offset-top-7.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-4.375rem - 55px);
}

.section--offset-bottom-7 .offset-block__notes,
.section--offset-top-7 .offset-block__notes {
  min-height: 4.375rem;
}

.next-section--offset-top-7.section--offset-top-7 {
  padding-bottom: 4.375rem;
}

.next-section--offset-top-7 .section__holder {
  padding-bottom: 4.375rem;
}

.section--offset-bottom-7_5 {
  margin-bottom: -4.6875rem;
}

.section--offset-bottom-7_5 .section__holder {
  padding-top: 4.6875rem;
}

.section--offset-bottom-7_5 .section__holder:before {
  bottom: 4.6875rem;
}

.section--offset-bottom-7_5 .site-section__overlay {
  bottom: 4.6875rem;
}

.section--offset-bottom-7_5 + .site-section .section__holder {
  padding-top: 4.6875rem;
}

.section--offset-top-7_5 {
  margin-top: -4.6875rem;
  padding-top: 4.6875rem;
}

.section--offset-top-7_5 .section__holder {
  padding-bottom: 4.6875rem;
}

.section--offset-top-7_5 .section__offcanvas-block {
  margin-top: -4.6875rem;
}

.section--offset-top-7_5.site-section--testimonials {
  padding-top: calc(4.6875rem + 55px);
}

.section--offset-top-7_5.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-4.6875rem - 55px);
}

.section--offset-bottom-7_5 .offset-block__notes,
.section--offset-top-7_5 .offset-block__notes {
  min-height: 4.6875rem;
}

.next-section--offset-top-7_5.section--offset-top-7_5 {
  padding-bottom: 4.6875rem;
}

.next-section--offset-top-7_5 .section__holder {
  padding-bottom: 4.6875rem;
}

.section--offset-bottom-8 {
  margin-bottom: -5rem;
}

.section--offset-bottom-8 .section__holder {
  padding-top: 5rem;
}

.section--offset-bottom-8 .section__holder:before {
  bottom: 5rem;
}

.section--offset-bottom-8 .site-section__overlay {
  bottom: 5rem;
}

.section--offset-bottom-8 + .site-section .section__holder {
  padding-top: 5rem;
}

.section--offset-top-8 {
  margin-top: -5rem;
  padding-top: 5rem;
}

.section--offset-top-8 .section__holder {
  padding-bottom: 5rem;
}

.section--offset-top-8 .section__offcanvas-block {
  margin-top: -5rem;
}

.section--offset-top-8.site-section--testimonials {
  padding-top: calc(5rem + 55px);
}

.section--offset-top-8.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-5rem - 55px);
}

.section--offset-bottom-8 .offset-block__notes,
.section--offset-top-8 .offset-block__notes {
  min-height: 5rem;
}

.next-section--offset-top-8.section--offset-top-8 {
  padding-bottom: 5rem;
}

.next-section--offset-top-8 .section__holder {
  padding-bottom: 5rem;
}

.section--offset-bottom-12 {
  margin-bottom: -7.5rem;
}

.section--offset-bottom-12 .section__holder {
  padding-top: 7.5rem;
}

.section--offset-bottom-12 .section__holder:before {
  bottom: 7.5rem;
}

.section--offset-bottom-12 .site-section__overlay {
  bottom: 7.5rem;
}

.section--offset-bottom-12 + .site-section .section__holder {
  padding-top: 7.5rem;
}

.section--offset-top-12 {
  margin-top: -7.5rem;
  padding-top: 7.5rem;
}

.section--offset-top-12 .section__holder {
  padding-bottom: 7.5rem;
}

.section--offset-top-12 .section__offcanvas-block {
  margin-top: -7.5rem;
}

.section--offset-top-12.site-section--testimonials {
  padding-top: calc(7.5rem + 55px);
}

.section--offset-top-12.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-7.5rem - 55px);
}

.section--offset-bottom-12 .offset-block__notes,
.section--offset-top-12 .offset-block__notes {
  min-height: 7.5rem;
}

.next-section--offset-top-12.section--offset-top-12 {
  padding-bottom: 7.5rem;
}

.next-section--offset-top-12 .section__holder {
  padding-bottom: 7.5rem;
}

.section--offset-bottom-14 {
  margin-bottom: -8.75rem;
}

.section--offset-bottom-14 .section__holder {
  padding-top: 8.75rem;
}

.section--offset-bottom-14 .section__holder:before {
  bottom: 8.75rem;
}

.section--offset-bottom-14 .site-section__overlay {
  bottom: 8.75rem;
}

.section--offset-bottom-14 + .site-section .section__holder {
  padding-top: 8.75rem;
}

.section--offset-top-14 {
  margin-top: -8.75rem;
  padding-top: 8.75rem;
}

.section--offset-top-14 .section__holder {
  padding-bottom: 8.75rem;
}

.section--offset-top-14 .section__offcanvas-block {
  margin-top: -8.75rem;
}

.section--offset-top-14.site-section--testimonials {
  padding-top: calc(8.75rem + 55px);
}

.section--offset-top-14.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-8.75rem - 55px);
}

.section--offset-bottom-14 .offset-block__notes,
.section--offset-top-14 .offset-block__notes {
  min-height: 8.75rem;
}

.next-section--offset-top-14.section--offset-top-14 {
  padding-bottom: 8.75rem;
}

.next-section--offset-top-14 .section__holder {
  padding-bottom: 8.75rem;
}

.section--offset-bottom-15 {
  margin-bottom: -9.375rem;
}

.section--offset-bottom-15 .section__holder {
  padding-top: 9.375rem;
}

.section--offset-bottom-15 .section__holder:before {
  bottom: 9.375rem;
}

.section--offset-bottom-15 .site-section__overlay {
  bottom: 9.375rem;
}

.section--offset-bottom-15 + .site-section .section__holder {
  padding-top: 9.375rem;
}

.section--offset-top-15 {
  margin-top: -9.375rem;
  padding-top: 9.375rem;
}

.section--offset-top-15 .section__holder {
  padding-bottom: 9.375rem;
}

.section--offset-top-15 .section__offcanvas-block {
  margin-top: -9.375rem;
}

.section--offset-top-15.site-section--testimonials {
  padding-top: calc(9.375rem + 55px);
}

.section--offset-top-15.site-section--testimonials .section__offcanvas-block {
  margin-top: calc(-9.375rem - 55px);
}

.section--offset-bottom-15 .offset-block__notes,
.section--offset-top-15 .offset-block__notes {
  min-height: 9.375rem;
}

.next-section--offset-top-15.section--offset-top-15 {
  padding-bottom: 9.375rem;
}

.next-section--offset-top-15 .section__holder {
  padding-bottom: 9.375rem;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #040817;
  color: #ffffff;
}

.pace-progress {
  display: none;
}

.mouse {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 26px;
  height: 40px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #ffffff;
  border-radius: 15px;
}

.mouse__pointer,
.mouse__shadow {
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
  animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
}

.mouse__shadow {
  z-index: 1;
  background: #1047a7;
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

@keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-transition: border-color .3s, background .3s, color .3s;
  transition: border-color .3s, background .3s, color .3s;
}

.pagination .page-item {
  margin-right: .9375rem;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

body:not(.scroll-enabled) {
  overflow: hidden;
}

body.js-opened-state {
  overflow: hidden;
}

.custom-cursor--enabled body {
  cursor: none;
}

.page-holder {
  height: 100%;
}

.stack-svg__holder {
  position: relative;
  width: 100%;
  max-width: 273px;
}

.stack-svg__holder--smallest {
  padding-top: 270px;
}

.stack-svg__holder--largest {
  padding-top: 360px;
}

.stack-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.stack-svg--smallest {
  max-width: 273px;
}

.stack-svg--largest {
  max-width: 450px;
}

[data-viewport='DrawSvg'] {
  overflow: visible;
}

.gray-100 {
  background-color: #f8f8f9 !important;
}

.gray-200 {
  background-color: #dfdfe0 !important;
}

.gray-250 {
  background-color: #d7dce2 !important;
}

.gray-300 {
  background-color: #6c757d !important;
}

.gray-400 {
  background-color: #4c4c4c !important;
}

.gray-500 {
  background-color: #bcc8d9 !important;
}

.gray-600 {
  background-color: #212121 !important;
}

.gray-700 {
  background-color: #151515 !important;
}

.gray-750 {
  background-color: #1b1b1b !important;
}

.gray-800 {
  background-color: #212529 !important;
}

.gray-850 {
  background-color: #2b2b2b !important;
}

.gray-900 {
  background-color: #050f1e !important;
}

.text-gray-100 {
  color: #f8f8f9 !important;
}

.text-gray-200 {
  color: #dfdfe0 !important;
}

.text-gray-250 {
  color: #d7dce2 !important;
}

.text-gray-300 {
  color: #6c757d !important;
}

.text-gray-400 {
  color: #4c4c4c !important;
}

.text-gray-500 {
  color: #bcc8d9 !important;
}

.text-gray-600 {
  color: #212121 !important;
}

.text-gray-700 {
  color: #151515 !important;
}

.text-gray-750 {
  color: #1b1b1b !important;
}

.text-gray-800 {
  color: #212529 !important;
}

.text-gray-850 {
  color: #2b2b2b !important;
}

.text-gray-900 {
  color: #050f1e !important;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.wrap-container {
  width: 100%;
  height: 100%;
}

.container--small {
  max-width: 800px;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}

.contact-section {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.section--decorated {
  overflow: hidden;
}

.section--decorated .section__holder {
  position: relative;
  background: none !important;
}

.section--decorated .section__holder:before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  pointer-events: none;
}

.section--decorated .container {
  height: 100%;
}

.section--with-overlay .section__holder:before {
  display: none;
}

.formula-block {
  z-index: 1;
  position: relative;
}

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

.dl-inline {
  overflow: hidden;
}

dt,
dd {
  margin-bottom: .25rem;
}

.map-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
}

.map-block .map-alert {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.map-block:before {
  z-index: 15;
  z-index: 0;
  position: relative;
  min-height: 25rem;
  background: url(../images/map-placeholder.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.embed-responsive-map,
.map-block {
  min-height: 400px;
}

.embed-responsive-map:before,
.map-block:before {
  display: block;
  padding-top: 34.18803%;
  content: '';
}

.collapsing.fade {
  height: auto;
  overflow: visible;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.video-block {
  padding: 0;
  overflow: hidden;
}

.video-block__video {
  outline: none;
  background: #151515;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.video-block .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .word {
  margin-bottom: -0.3em;
  padding-bottom: .3em;
  overflow: hidden;
}

.ie-browser [data-stagger] {
  opacity: 1 !important;
}

[data-stagger]:not(.is-shown) {
  opacity: 0;
}

[data-viewport='DoubleSplit'] .text-split__letter {
  opacity: 0;
}

.ie-browser [data-viewport='DoubleSplit'] .text-split__letter {
  opacity: 1;
}

[data-viewport='IntroSection']:not(.in-viewport) .headline {
  opacity: 0;
}

.ie-browser [data-viewport='IntroSection']:not(.in-viewport) .headline {
  opacity: 1;
}

[data-viewport='Cards']:not(.in-viewport) {
  opacity: 0;
}

.ie-browser [data-viewport='Cards']:not(.in-viewport) {
  opacity: 1;
}

.h-100vh {
  min-height: 100vh !important;
}

.h-0vh {
  min-height: 0 !important;
}

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

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

.swap-title {
  font-size: 2.625rem;
}

.swap-title__words {
  display: inline-block;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 1.3em;
  margin-right: -50px;
  margin-bottom: -0.3em;
  padding-right: 50px;
  padding-bottom: .3em;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
}

.swap-title__words:last-child .swap-title__word:after {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 4px;
  height: 80%;
  margin-left: .2em;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  background: #1047a7;
  -webkit-animation: blink 1s infinite linear;
  animation: blink 1s infinite linear;
  content: '';
  -webkit-transition: visibility .1s;
  transition: visibility .1s;
}

.swap-title__words:last-child .swap-title__word.active:after {
  visibility: visible;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.swap-title__static {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.swap-title__word {
  display: block;
  position: absolute;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
  pointer-events: none;
}

.opened-positions--empty {
  display: none;
}

.opened-positions--empty:only-child {
  display: block;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg time {
  margin-bottom: 1.5rem;
  color: #151515;
}

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg blockquote,
.wysiwyg table {
  margin-bottom: 2rem;
}

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

.wysiwyg img:not(:last-child) {
  margin-bottom: 5rem;
}

.wysiwyg ul li + li {
  margin-top: 1rem;
}

.wysiwyg time {
  display: inline-block;
  vertical-align: top;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.post-navigation-block {
  position: relative;
}

.post-navigation-block:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(21, 21, 21, .2);
  content: '';
}

.post-navigation {
  z-index: 2;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.post-navigation:hover {
  color: #ffffff;
}

.post-navigation:hover .post-navigation__overlay {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.post-navigation:hover .post-navigation__title {
  color: currentColor;
}

.post-navigation--prev .post-navigation__link {
  right: 0;
  left: auto;
}

.post-navigation--prev .post-navigation__overlay {
  right: 0;
  left: auto;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.post-navigation--next {
  text-align: right;
}

.post-navigation--next .post-navigation__link {
  right: auto;
  left: 0;
}

.post-navigation--next .post-navigation__overlay {
  right: auto;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.post-navigation__link {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
}

.post-navigation__overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #1047a7;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.22, .61, .36, 1);
  transition: -webkit-transform .3s cubic-bezier(.22, .61, .36, 1);
  transition: transform .3s cubic-bezier(.22, .61, .36, 1);
  transition: transform .3s cubic-bezier(.22, .61, .36, 1), -webkit-transform .3s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.post-navigation__title {
  color: #151515;
}

.cookies-alert {
  z-index: 1030;
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  max-width: 706px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.cookies-alert p a {
  color: currentColor;
  text-decoration: underline;
}

.cookies-alert p a:hover {
  text-decoration: none;
}

.alert-dismissible .close {
  width: 40px;
  height: 40px;
  padding: 0;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.alert-dismissible .close:not(:disabled):not(.disabled):hover, .alert-dismissible .close:not(:disabled):not(.disabled):focus {
  outline: none;
  color: #ffffff;
  opacity: .5;
}

.alert-dismissible .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}

.logo-variant.primary .navbar-brand__image {
  fill: #1047a7;
}

.navbar {
  z-index: 2060;
  position: absolute;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 5.625rem;
}

.navbar__holder {
  z-index: 3;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar.fixed-position > .container {
  max-width: 1440px;
}

.resize-active .navbar.is-fixed {
  position: fixed;
}

[data-navbar-contacts] {
  display: none;
}

@-webkit-keyframes show-header {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes show-header {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar-collapse {
  display: block !important;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #151515;
  background-size: cover;
  color: #ffffff;
  -webkit-transition: -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: transform cubic-bezier(0, .4, .4, 1) .35s, -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
}

.resize-active .navbar-collapse {
  -webkit-transition: none;
  transition: none;
}

.navbar-collapse:before, .navbar-collapse:after {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#151515), color-stop(50%, #151515), to(rgba(21, 21, 21, 0)));
  background: linear-gradient(to bottom, #151515 0%, #151515 50%, rgba(21, 21, 21, 0) 100%);
  content: '';
}

.navbar-collapse:after {
  top: auto;
  bottom: 0;
  height: 5.625rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.js-opened-state .navbar-collapse {
  display: block !important;
  visibility: hidden;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  height: 100vh !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #151515;
  background-size: cover;
  color: #ffffff;
  -webkit-transition: -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: transform cubic-bezier(0, .4, .4, 1) .35s;
  transition: transform cubic-bezier(0, .4, .4, 1) .35s, -webkit-transform cubic-bezier(0, .4, .4, 1) .35s;
  -webkit-transition: none;
  transition: none;
}

.resize-active .js-opened-state .navbar-collapse {
  -webkit-transition: none;
  transition: none;
}

.navbar-nav {
  padding-left: 0;
  font-size: 2.1875rem;
  line-height: 1.2;
  list-style: none;
  opacity: 1;
}

.navbar-nav li {
  padding-left: 0;
}

.navbar-nav li:after {
  display: none;
}

.navbar-nav > .nav-item {
  position: relative;
  overflow: hidden;
}

.navbar-nav > .nav-item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #1047a7;
  content: '';
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.navbar-nav > .nav-item a {
  color: #ffffff;
}

.navbar-nav > .nav-item a:hover {
  color: #1047a7;
}

.page-transitioning .navbar-nav > .nav-item a:hover {
  color: #040817;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.navbar-nav > .nav-item.active a {
  color: #1047a7;
}

.page-transitioning .navbar-nav > .nav-item.active a {
  color: #040817;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.navbar-nav > .nav-item.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is-fixed .navbar-nav > .nav-item.active:before {
  display: none;
}

.js-opened-state .navbar-collapse__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  opacity: .2;
}

.navbar-collapse__wrapper {
  z-index: 2;
  position: relative;
  height: 100%;
  padding-top: 8.625rem;
  overflow: auto;
}

.navbar-collapse__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.touchevents .navbar-collapse__inner {
  -webkit-overflow-scrolling: touch;
  height: 101%;
}

.navbar-collapse__content {
  width: 100%;
  padding: 0 20px 5.625rem;
}

.navbar__social-list {
  color: #b2b2b2;
}

.navbar__social-list a {
  color: currentColor;
}

.navbar__social-list a:hover {
  color: #ffffff;
}

.navbar-brand {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-position .navbar-brand__text {
  opacity: 0;
}

.navbar-brand__image {
  display: block;
}

.navbar-brand a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo-variant__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible !important;
}

.navbar-light .navbar-toggler__bar {
  background: #1047a7;
}

.navbar-light .navbar-toggler:hover .navbar-toggler__bar {
  background: #092961;
}

.navbar-expand > .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-expand .navbar-toggler {
  display: block;
}

.navbar-toggler {
  position: relative;
  width: 3.9375rem;
  height: 3.9375rem;
  background: #1047a7;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.navbar-toggler__bar {
  position: absolute;
  left: 50%;
  width: 21px;
  height: 4px;
  margin-left: -10.5px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #ffffff;
  pointer-events: none;
  -webkit-transition: background .2s, opacity .2s .2s, -webkit-transform .2s;
  transition: background .2s, opacity .2s .2s, -webkit-transform .2s;
  transition: background .2s, opacity .2s .2s, transform .2s;
  transition: background .2s, opacity .2s .2s, transform .2s, -webkit-transform .2s;
}

.navbar-toggler__bar--top {
  top: 50%;
  margin-top: -8px;
}

.navbar-toggler__bar--bottom {
  top: 50%;
  margin-top: 4px;
}

.navbar-toggler:focus, .navbar-toggler.focus {
  outline: none;
}

.navbar-toggler.is-innactive .navbar-toggler__bar--top {
  -webkit-animation: togglerTopBackward .4s forwards;
  animation: togglerTopBackward .4s forwards;
}

.navbar-toggler.is-innactive .navbar-toggler__bar--bottom {
  -webkit-animation: togglerBottomBackward .4s forwards;
  animation: togglerBottomBackward .4s forwards;
}

.navbar-toggler.is-active .navbar-toggler__bar--top {
  -webkit-animation: togglerTop .4s forwards;
  animation: togglerTop .4s forwards;
}

.navbar-toggler.is-active .navbar-toggler__bar--bottom {
  -webkit-animation: togglerBottom .4s forwards;
  animation: togglerBottom .4s forwards;
}

.navbar-toggler:hover {
  background: #0c3378;
}

@-webkit-keyframes togglerTop {
  50% {
    margin-top: -2px;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  100% {
    margin-top: -2px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
}

@keyframes togglerTop {
  50% {
    margin-top: -2px;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  100% {
    margin-top: -2px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes togglerBottom {
  50% {
    margin-top: -2px;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  100% {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
}

@keyframes togglerBottom {
  50% {
    margin-top: -2px;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  100% {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes togglerTopBackward {
  0% {
    margin-top: -2px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }

  50% {
    margin-top: -2px;
  }
}

@keyframes togglerTopBackward {
  0% {
    margin-top: -2px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }

  50% {
    margin-top: -2px;
  }
}

@-webkit-keyframes togglerBottomBackward {
  0% {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }

  50% {
    margin-top: -2px;
  }
}

@keyframes togglerBottomBackward {
  0% {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }

  50% {
    margin-top: -2px;
  }
}

.footer {
  z-index: 3;
  position: relative;
}

.footer ul {
  font-size: 1rem;
}

.footer .container {
  opacity: 0;
}

.ie-browser .footer .container {
  opacity: 1;
}

.footer.in-viewport .container {
  opacity: 1;
}

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

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slick slider styles */

.slick-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider[data-fade-carousel] {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.slick-slider[data-fade-carousel]:not(.slick-initialized) {
  display: block;
  opacity: 0;
}

.slick-slider[data-fade-carousel] .slick-list {
  overflow: visible;
}

.carousel__arrows .btn {
  margin-right: 3px;
}

.testimonials-carousel__visual {
  position: relative;
  max-width: 280px;
  height: 384px;
  min-height: 15rem;
  max-height: 40rem;
  overflow: hidden;
  background-position: 100% 100%;
}

.testimonials-carousel__visual .slick-list {
  overflow: visible;
}

.testimonials-carousel__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonials-carousel__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-position: center;
}

.slick-initialized .testimonials-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials-carousel__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-carousel__images .slick-list,
.testimonials-carousel__images .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-carousel__images .testimonials-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-carousel .slick-list,
.testimonials-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.testimonials-carousel .slick-list {
  width: 100%;
}

.testimonials-carousel__overlay {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 200%;
  height: 100%;
  background: #c4d5ea;
}

.default-carousel__image {
  padding-top: 46.75214%;
}

.carousel-offcanvas__title {
  z-index: -1;
  position: relative;
  bottom: .1em;
  height: 1em;
  margin: 0;
  margin-bottom: -.2em;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  font-size: 70px;
}

.carousel-offcanvas__holder {
  position: relative;
}

.carousel-offcanvas .card__image-overlay {
  position: relative;
}

.carousel-offcanvas .card__image-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  content: '';
  opacity: .1;
}

.carousel-offcanvas .text-outline {
  color: #dcdcdc;
  opacity: .3;
  -webkit-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
}

.carousel-offcanvas .text-outline text {
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.carousel-offcanvas .card-text {
  line-height: 1.8;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.carousel-offcanvas .slick-slide:not(.slick-current) .card-text {
  opacity: .3;
}

.carousel-offcanvas .slick-slide.slick-current .text-outline {
  color: #1047a7 !important;
  opacity: 1;
}

.carousel-offcanvas .slick-slide.slick-current .text-outline text {
  fill: #1047a7 !important;
}

.carousel-offcanvas .slick-slide.slick-current .card__image-overlay:after {
  opacity: 0;
}

.carousel-offcanvas .slick-slide.slick-current + .slick-active:last-child .card-text {
  opacity: 1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 0;
  list-style: none;
}

.slick-dots li {
  padding-left: 0;
}

.slick-dots li:after {
  display: none;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  margin: .3125rem;
  padding: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: rgba(154, 169, 193, .6);
  font-size: 0;
  line-height: 0;
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background, color, 1s;
  transition: background, color, 1s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.slick-dots button:hover {
  background: #1047a7;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.slick-dots .slick-active button {
  background: #1047a7;
}

@media (min-width: 640px) {
  .section--offset-bottom-sm-0 {
    margin-bottom: 0;
  }

  .section--offset-bottom-sm-0 .section__holder {
    padding-top: 0;
  }

  .section--offset-bottom-sm-0 .section__holder:before {
    bottom: 0;
  }

  .section--offset-bottom-sm-0 .site-section__overlay {
    bottom: 0;
  }

  .section--offset-bottom-sm-0 + .site-section .section__holder {
    padding-top: 0;
  }

  .section--offset-top-sm-0 {
    margin-top: 0;
    padding-top: 0;
  }

  .section--offset-top-sm-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-top-sm-0 .section__offcanvas-block {
    margin-top: 0;
  }

  .section--offset-top-sm-0.site-section--testimonials {
    padding-top: calc(0 + 55px);
  }

  .section--offset-top-sm-0.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0 - 55px);
  }

  .section--offset-bottom-sm-0 .offset-block__notes,
  .section--offset-top-sm-0 .offset-block__notes {
    min-height: 0;
  }

  .next-section--offset-top-sm-0.section--offset-top-sm-0 {
    padding-bottom: 0;
  }

  .next-section--offset-top-sm-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-bottom-sm-0_1 {
    margin-bottom: -0.0625rem;
  }

  .section--offset-bottom-sm-0_1 .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-bottom-sm-0_1 .section__holder:before {
    bottom: .0625rem;
  }

  .section--offset-bottom-sm-0_1 .site-section__overlay {
    bottom: .0625rem;
  }

  .section--offset-bottom-sm-0_1 + .site-section .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-top-sm-0_1 {
    margin-top: -0.0625rem;
    padding-top: .0625rem;
  }

  .section--offset-top-sm-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-top-sm-0_1 .section__offcanvas-block {
    margin-top: -0.0625rem;
  }

  .section--offset-top-sm-0_1.site-section--testimonials {
    padding-top: calc(.0625rem + 55px);
  }

  .section--offset-top-sm-0_1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.0625rem - 55px);
  }

  .section--offset-bottom-sm-0_1 .offset-block__notes,
  .section--offset-top-sm-0_1 .offset-block__notes {
    min-height: .0625rem;
  }

  .next-section--offset-top-sm-0_1.section--offset-top-sm-0_1 {
    padding-bottom: .0625rem;
  }

  .next-section--offset-top-sm-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-bottom-sm-0_2 {
    margin-bottom: -0.125rem;
  }

  .section--offset-bottom-sm-0_2 .section__holder {
    padding-top: .125rem;
  }

  .section--offset-bottom-sm-0_2 .section__holder:before {
    bottom: .125rem;
  }

  .section--offset-bottom-sm-0_2 .site-section__overlay {
    bottom: .125rem;
  }

  .section--offset-bottom-sm-0_2 + .site-section .section__holder {
    padding-top: .125rem;
  }

  .section--offset-top-sm-0_2 {
    margin-top: -0.125rem;
    padding-top: .125rem;
  }

  .section--offset-top-sm-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-top-sm-0_2 .section__offcanvas-block {
    margin-top: -0.125rem;
  }

  .section--offset-top-sm-0_2.site-section--testimonials {
    padding-top: calc(.125rem + 55px);
  }

  .section--offset-top-sm-0_2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.125rem - 55px);
  }

  .section--offset-bottom-sm-0_2 .offset-block__notes,
  .section--offset-top-sm-0_2 .offset-block__notes {
    min-height: .125rem;
  }

  .next-section--offset-top-sm-0_2.section--offset-top-sm-0_2 {
    padding-bottom: .125rem;
  }

  .next-section--offset-top-sm-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-bottom-sm-0_3 {
    margin-bottom: -0.1875rem;
  }

  .section--offset-bottom-sm-0_3 .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-bottom-sm-0_3 .section__holder:before {
    bottom: .1875rem;
  }

  .section--offset-bottom-sm-0_3 .site-section__overlay {
    bottom: .1875rem;
  }

  .section--offset-bottom-sm-0_3 + .site-section .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-top-sm-0_3 {
    margin-top: -0.1875rem;
    padding-top: .1875rem;
  }

  .section--offset-top-sm-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-top-sm-0_3 .section__offcanvas-block {
    margin-top: -0.1875rem;
  }

  .section--offset-top-sm-0_3.site-section--testimonials {
    padding-top: calc(.1875rem + 55px);
  }

  .section--offset-top-sm-0_3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.1875rem - 55px);
  }

  .section--offset-bottom-sm-0_3 .offset-block__notes,
  .section--offset-top-sm-0_3 .offset-block__notes {
    min-height: .1875rem;
  }

  .next-section--offset-top-sm-0_3.section--offset-top-sm-0_3 {
    padding-bottom: .1875rem;
  }

  .next-section--offset-top-sm-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-bottom-sm-0_4 {
    margin-bottom: -0.25rem;
  }

  .section--offset-bottom-sm-0_4 .section__holder {
    padding-top: .25rem;
  }

  .section--offset-bottom-sm-0_4 .section__holder:before {
    bottom: .25rem;
  }

  .section--offset-bottom-sm-0_4 .site-section__overlay {
    bottom: .25rem;
  }

  .section--offset-bottom-sm-0_4 + .site-section .section__holder {
    padding-top: .25rem;
  }

  .section--offset-top-sm-0_4 {
    margin-top: -0.25rem;
    padding-top: .25rem;
  }

  .section--offset-top-sm-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-top-sm-0_4 .section__offcanvas-block {
    margin-top: -0.25rem;
  }

  .section--offset-top-sm-0_4.site-section--testimonials {
    padding-top: calc(.25rem + 55px);
  }

  .section--offset-top-sm-0_4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.25rem - 55px);
  }

  .section--offset-bottom-sm-0_4 .offset-block__notes,
  .section--offset-top-sm-0_4 .offset-block__notes {
    min-height: .25rem;
  }

  .next-section--offset-top-sm-0_4.section--offset-top-sm-0_4 {
    padding-bottom: .25rem;
  }

  .next-section--offset-top-sm-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-bottom-sm-0_5 {
    margin-bottom: -0.3125rem;
  }

  .section--offset-bottom-sm-0_5 .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-bottom-sm-0_5 .section__holder:before {
    bottom: .3125rem;
  }

  .section--offset-bottom-sm-0_5 .site-section__overlay {
    bottom: .3125rem;
  }

  .section--offset-bottom-sm-0_5 + .site-section .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-top-sm-0_5 {
    margin-top: -0.3125rem;
    padding-top: .3125rem;
  }

  .section--offset-top-sm-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-top-sm-0_5 .section__offcanvas-block {
    margin-top: -0.3125rem;
  }

  .section--offset-top-sm-0_5.site-section--testimonials {
    padding-top: calc(.3125rem + 55px);
  }

  .section--offset-top-sm-0_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.3125rem - 55px);
  }

  .section--offset-bottom-sm-0_5 .offset-block__notes,
  .section--offset-top-sm-0_5 .offset-block__notes {
    min-height: .3125rem;
  }

  .next-section--offset-top-sm-0_5.section--offset-top-sm-0_5 {
    padding-bottom: .3125rem;
  }

  .next-section--offset-top-sm-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-bottom-sm-0_6 {
    margin-bottom: -0.375rem;
  }

  .section--offset-bottom-sm-0_6 .section__holder {
    padding-top: .375rem;
  }

  .section--offset-bottom-sm-0_6 .section__holder:before {
    bottom: .375rem;
  }

  .section--offset-bottom-sm-0_6 .site-section__overlay {
    bottom: .375rem;
  }

  .section--offset-bottom-sm-0_6 + .site-section .section__holder {
    padding-top: .375rem;
  }

  .section--offset-top-sm-0_6 {
    margin-top: -0.375rem;
    padding-top: .375rem;
  }

  .section--offset-top-sm-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-top-sm-0_6 .section__offcanvas-block {
    margin-top: -0.375rem;
  }

  .section--offset-top-sm-0_6.site-section--testimonials {
    padding-top: calc(.375rem + 55px);
  }

  .section--offset-top-sm-0_6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.375rem - 55px);
  }

  .section--offset-bottom-sm-0_6 .offset-block__notes,
  .section--offset-top-sm-0_6 .offset-block__notes {
    min-height: .375rem;
  }

  .next-section--offset-top-sm-0_6.section--offset-top-sm-0_6 {
    padding-bottom: .375rem;
  }

  .next-section--offset-top-sm-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-bottom-sm-0_7 {
    margin-bottom: -0.4375rem;
  }

  .section--offset-bottom-sm-0_7 .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-bottom-sm-0_7 .section__holder:before {
    bottom: .4375rem;
  }

  .section--offset-bottom-sm-0_7 .site-section__overlay {
    bottom: .4375rem;
  }

  .section--offset-bottom-sm-0_7 + .site-section .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-top-sm-0_7 {
    margin-top: -0.4375rem;
    padding-top: .4375rem;
  }

  .section--offset-top-sm-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-top-sm-0_7 .section__offcanvas-block {
    margin-top: -0.4375rem;
  }

  .section--offset-top-sm-0_7.site-section--testimonials {
    padding-top: calc(.4375rem + 55px);
  }

  .section--offset-top-sm-0_7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.4375rem - 55px);
  }

  .section--offset-bottom-sm-0_7 .offset-block__notes,
  .section--offset-top-sm-0_7 .offset-block__notes {
    min-height: .4375rem;
  }

  .next-section--offset-top-sm-0_7.section--offset-top-sm-0_7 {
    padding-bottom: .4375rem;
  }

  .next-section--offset-top-sm-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-bottom-sm-0_8 {
    margin-bottom: -0.5rem;
  }

  .section--offset-bottom-sm-0_8 .section__holder {
    padding-top: .5rem;
  }

  .section--offset-bottom-sm-0_8 .section__holder:before {
    bottom: .5rem;
  }

  .section--offset-bottom-sm-0_8 .site-section__overlay {
    bottom: .5rem;
  }

  .section--offset-bottom-sm-0_8 + .site-section .section__holder {
    padding-top: .5rem;
  }

  .section--offset-top-sm-0_8 {
    margin-top: -0.5rem;
    padding-top: .5rem;
  }

  .section--offset-top-sm-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-top-sm-0_8 .section__offcanvas-block {
    margin-top: -0.5rem;
  }

  .section--offset-top-sm-0_8.site-section--testimonials {
    padding-top: calc(.5rem + 55px);
  }

  .section--offset-top-sm-0_8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5rem - 55px);
  }

  .section--offset-bottom-sm-0_8 .offset-block__notes,
  .section--offset-top-sm-0_8 .offset-block__notes {
    min-height: .5rem;
  }

  .next-section--offset-top-sm-0_8.section--offset-top-sm-0_8 {
    padding-bottom: .5rem;
  }

  .next-section--offset-top-sm-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-bottom-sm-0_9 {
    margin-bottom: -0.5625rem;
  }

  .section--offset-bottom-sm-0_9 .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-bottom-sm-0_9 .section__holder:before {
    bottom: .5625rem;
  }

  .section--offset-bottom-sm-0_9 .site-section__overlay {
    bottom: .5625rem;
  }

  .section--offset-bottom-sm-0_9 + .site-section .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-top-sm-0_9 {
    margin-top: -0.5625rem;
    padding-top: .5625rem;
  }

  .section--offset-top-sm-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-top-sm-0_9 .section__offcanvas-block {
    margin-top: -0.5625rem;
  }

  .section--offset-top-sm-0_9.site-section--testimonials {
    padding-top: calc(.5625rem + 55px);
  }

  .section--offset-top-sm-0_9.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5625rem - 55px);
  }

  .section--offset-bottom-sm-0_9 .offset-block__notes,
  .section--offset-top-sm-0_9 .offset-block__notes {
    min-height: .5625rem;
  }

  .next-section--offset-top-sm-0_9.section--offset-top-sm-0_9 {
    padding-bottom: .5625rem;
  }

  .next-section--offset-top-sm-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-bottom-sm-1 {
    margin-bottom: -0.625rem;
  }

  .section--offset-bottom-sm-1 .section__holder {
    padding-top: .625rem;
  }

  .section--offset-bottom-sm-1 .section__holder:before {
    bottom: .625rem;
  }

  .section--offset-bottom-sm-1 .site-section__overlay {
    bottom: .625rem;
  }

  .section--offset-bottom-sm-1 + .site-section .section__holder {
    padding-top: .625rem;
  }

  .section--offset-top-sm-1 {
    margin-top: -0.625rem;
    padding-top: .625rem;
  }

  .section--offset-top-sm-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-top-sm-1 .section__offcanvas-block {
    margin-top: -0.625rem;
  }

  .section--offset-top-sm-1.site-section--testimonials {
    padding-top: calc(.625rem + 55px);
  }

  .section--offset-top-sm-1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.625rem - 55px);
  }

  .section--offset-bottom-sm-1 .offset-block__notes,
  .section--offset-top-sm-1 .offset-block__notes {
    min-height: .625rem;
  }

  .next-section--offset-top-sm-1.section--offset-top-sm-1 {
    padding-bottom: .625rem;
  }

  .next-section--offset-top-sm-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-bottom-sm-1_5 {
    margin-bottom: -0.9375rem;
  }

  .section--offset-bottom-sm-1_5 .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-bottom-sm-1_5 .section__holder:before {
    bottom: .9375rem;
  }

  .section--offset-bottom-sm-1_5 .site-section__overlay {
    bottom: .9375rem;
  }

  .section--offset-bottom-sm-1_5 + .site-section .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-top-sm-1_5 {
    margin-top: -0.9375rem;
    padding-top: .9375rem;
  }

  .section--offset-top-sm-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-top-sm-1_5 .section__offcanvas-block {
    margin-top: -0.9375rem;
  }

  .section--offset-top-sm-1_5.site-section--testimonials {
    padding-top: calc(.9375rem + 55px);
  }

  .section--offset-top-sm-1_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.9375rem - 55px);
  }

  .section--offset-bottom-sm-1_5 .offset-block__notes,
  .section--offset-top-sm-1_5 .offset-block__notes {
    min-height: .9375rem;
  }

  .next-section--offset-top-sm-1_5.section--offset-top-sm-1_5 {
    padding-bottom: .9375rem;
  }

  .next-section--offset-top-sm-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-bottom-sm-2 {
    margin-bottom: -1.25rem;
  }

  .section--offset-bottom-sm-2 .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-bottom-sm-2 .section__holder:before {
    bottom: 1.25rem;
  }

  .section--offset-bottom-sm-2 .site-section__overlay {
    bottom: 1.25rem;
  }

  .section--offset-bottom-sm-2 + .site-section .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-top-sm-2 {
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }

  .section--offset-top-sm-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-top-sm-2 .section__offcanvas-block {
    margin-top: -1.25rem;
  }

  .section--offset-top-sm-2.site-section--testimonials {
    padding-top: calc(1.25rem + 55px);
  }

  .section--offset-top-sm-2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.25rem - 55px);
  }

  .section--offset-bottom-sm-2 .offset-block__notes,
  .section--offset-top-sm-2 .offset-block__notes {
    min-height: 1.25rem;
  }

  .next-section--offset-top-sm-2.section--offset-top-sm-2 {
    padding-bottom: 1.25rem;
  }

  .next-section--offset-top-sm-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-bottom-sm-2_5 {
    margin-bottom: -1.5625rem;
  }

  .section--offset-bottom-sm-2_5 .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-bottom-sm-2_5 .section__holder:before {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-sm-2_5 .site-section__overlay {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-sm-2_5 + .site-section .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-top-sm-2_5 {
    margin-top: -1.5625rem;
    padding-top: 1.5625rem;
  }

  .section--offset-top-sm-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-top-sm-2_5 .section__offcanvas-block {
    margin-top: -1.5625rem;
  }

  .section--offset-top-sm-2_5.site-section--testimonials {
    padding-top: calc(1.5625rem + 55px);
  }

  .section--offset-top-sm-2_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.5625rem - 55px);
  }

  .section--offset-bottom-sm-2_5 .offset-block__notes,
  .section--offset-top-sm-2_5 .offset-block__notes {
    min-height: 1.5625rem;
  }

  .next-section--offset-top-sm-2_5.section--offset-top-sm-2_5 {
    padding-bottom: 1.5625rem;
  }

  .next-section--offset-top-sm-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-bottom-sm-3 {
    margin-bottom: -1.875rem;
  }

  .section--offset-bottom-sm-3 .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-bottom-sm-3 .section__holder:before {
    bottom: 1.875rem;
  }

  .section--offset-bottom-sm-3 .site-section__overlay {
    bottom: 1.875rem;
  }

  .section--offset-bottom-sm-3 + .site-section .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-top-sm-3 {
    margin-top: -1.875rem;
    padding-top: 1.875rem;
  }

  .section--offset-top-sm-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-top-sm-3 .section__offcanvas-block {
    margin-top: -1.875rem;
  }

  .section--offset-top-sm-3.site-section--testimonials {
    padding-top: calc(1.875rem + 55px);
  }

  .section--offset-top-sm-3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.875rem - 55px);
  }

  .section--offset-bottom-sm-3 .offset-block__notes,
  .section--offset-top-sm-3 .offset-block__notes {
    min-height: 1.875rem;
  }

  .next-section--offset-top-sm-3.section--offset-top-sm-3 {
    padding-bottom: 1.875rem;
  }

  .next-section--offset-top-sm-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-bottom-sm-3_5 {
    margin-bottom: -2.1875rem;
  }

  .section--offset-bottom-sm-3_5 .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-bottom-sm-3_5 .section__holder:before {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-sm-3_5 .site-section__overlay {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-sm-3_5 + .site-section .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-top-sm-3_5 {
    margin-top: -2.1875rem;
    padding-top: 2.1875rem;
  }

  .section--offset-top-sm-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-top-sm-3_5 .section__offcanvas-block {
    margin-top: -2.1875rem;
  }

  .section--offset-top-sm-3_5.site-section--testimonials {
    padding-top: calc(2.1875rem + 55px);
  }

  .section--offset-top-sm-3_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.1875rem - 55px);
  }

  .section--offset-bottom-sm-3_5 .offset-block__notes,
  .section--offset-top-sm-3_5 .offset-block__notes {
    min-height: 2.1875rem;
  }

  .next-section--offset-top-sm-3_5.section--offset-top-sm-3_5 {
    padding-bottom: 2.1875rem;
  }

  .next-section--offset-top-sm-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-bottom-sm-4 {
    margin-bottom: -2.5rem;
  }

  .section--offset-bottom-sm-4 .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-bottom-sm-4 .section__holder:before {
    bottom: 2.5rem;
  }

  .section--offset-bottom-sm-4 .site-section__overlay {
    bottom: 2.5rem;
  }

  .section--offset-bottom-sm-4 + .site-section .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-top-sm-4 {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }

  .section--offset-top-sm-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-top-sm-4 .section__offcanvas-block {
    margin-top: -2.5rem;
  }

  .section--offset-top-sm-4.site-section--testimonials {
    padding-top: calc(2.5rem + 55px);
  }

  .section--offset-top-sm-4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.5rem - 55px);
  }

  .section--offset-bottom-sm-4 .offset-block__notes,
  .section--offset-top-sm-4 .offset-block__notes {
    min-height: 2.5rem;
  }

  .next-section--offset-top-sm-4.section--offset-top-sm-4 {
    padding-bottom: 2.5rem;
  }

  .next-section--offset-top-sm-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-bottom-sm-4_5 {
    margin-bottom: -2.8125rem;
  }

  .section--offset-bottom-sm-4_5 .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-bottom-sm-4_5 .section__holder:before {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-sm-4_5 .site-section__overlay {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-sm-4_5 + .site-section .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-top-sm-4_5 {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
  }

  .section--offset-top-sm-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-top-sm-4_5 .section__offcanvas-block {
    margin-top: -2.8125rem;
  }

  .section--offset-top-sm-4_5.site-section--testimonials {
    padding-top: calc(2.8125rem + 55px);
  }

  .section--offset-top-sm-4_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.8125rem - 55px);
  }

  .section--offset-bottom-sm-4_5 .offset-block__notes,
  .section--offset-top-sm-4_5 .offset-block__notes {
    min-height: 2.8125rem;
  }

  .next-section--offset-top-sm-4_5.section--offset-top-sm-4_5 {
    padding-bottom: 2.8125rem;
  }

  .next-section--offset-top-sm-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-bottom-sm-5 {
    margin-bottom: -3.125rem;
  }

  .section--offset-bottom-sm-5 .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-bottom-sm-5 .section__holder:before {
    bottom: 3.125rem;
  }

  .section--offset-bottom-sm-5 .site-section__overlay {
    bottom: 3.125rem;
  }

  .section--offset-bottom-sm-5 + .site-section .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-top-sm-5 {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }

  .section--offset-top-sm-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-top-sm-5 .section__offcanvas-block {
    margin-top: -3.125rem;
  }

  .section--offset-top-sm-5.site-section--testimonials {
    padding-top: calc(3.125rem + 55px);
  }

  .section--offset-top-sm-5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.125rem - 55px);
  }

  .section--offset-bottom-sm-5 .offset-block__notes,
  .section--offset-top-sm-5 .offset-block__notes {
    min-height: 3.125rem;
  }

  .next-section--offset-top-sm-5.section--offset-top-sm-5 {
    padding-bottom: 3.125rem;
  }

  .next-section--offset-top-sm-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-bottom-sm-5_5 {
    margin-bottom: -3.4375rem;
  }

  .section--offset-bottom-sm-5_5 .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-bottom-sm-5_5 .section__holder:before {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-sm-5_5 .site-section__overlay {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-sm-5_5 + .site-section .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-top-sm-5_5 {
    margin-top: -3.4375rem;
    padding-top: 3.4375rem;
  }

  .section--offset-top-sm-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-top-sm-5_5 .section__offcanvas-block {
    margin-top: -3.4375rem;
  }

  .section--offset-top-sm-5_5.site-section--testimonials {
    padding-top: calc(3.4375rem + 55px);
  }

  .section--offset-top-sm-5_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.4375rem - 55px);
  }

  .section--offset-bottom-sm-5_5 .offset-block__notes,
  .section--offset-top-sm-5_5 .offset-block__notes {
    min-height: 3.4375rem;
  }

  .next-section--offset-top-sm-5_5.section--offset-top-sm-5_5 {
    padding-bottom: 3.4375rem;
  }

  .next-section--offset-top-sm-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-bottom-sm-6 {
    margin-bottom: -3.75rem;
  }

  .section--offset-bottom-sm-6 .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-bottom-sm-6 .section__holder:before {
    bottom: 3.75rem;
  }

  .section--offset-bottom-sm-6 .site-section__overlay {
    bottom: 3.75rem;
  }

  .section--offset-bottom-sm-6 + .site-section .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-top-sm-6 {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }

  .section--offset-top-sm-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-top-sm-6 .section__offcanvas-block {
    margin-top: -3.75rem;
  }

  .section--offset-top-sm-6.site-section--testimonials {
    padding-top: calc(3.75rem + 55px);
  }

  .section--offset-top-sm-6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.75rem - 55px);
  }

  .section--offset-bottom-sm-6 .offset-block__notes,
  .section--offset-top-sm-6 .offset-block__notes {
    min-height: 3.75rem;
  }

  .next-section--offset-top-sm-6.section--offset-top-sm-6 {
    padding-bottom: 3.75rem;
  }

  .next-section--offset-top-sm-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-bottom-sm-6_5 {
    margin-bottom: -4.0625rem;
  }

  .section--offset-bottom-sm-6_5 .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-bottom-sm-6_5 .section__holder:before {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-sm-6_5 .site-section__overlay {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-sm-6_5 + .site-section .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-top-sm-6_5 {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }

  .section--offset-top-sm-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-top-sm-6_5 .section__offcanvas-block {
    margin-top: -4.0625rem;
  }

  .section--offset-top-sm-6_5.site-section--testimonials {
    padding-top: calc(4.0625rem + 55px);
  }

  .section--offset-top-sm-6_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.0625rem - 55px);
  }

  .section--offset-bottom-sm-6_5 .offset-block__notes,
  .section--offset-top-sm-6_5 .offset-block__notes {
    min-height: 4.0625rem;
  }

  .next-section--offset-top-sm-6_5.section--offset-top-sm-6_5 {
    padding-bottom: 4.0625rem;
  }

  .next-section--offset-top-sm-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-bottom-sm-7 {
    margin-bottom: -4.375rem;
  }

  .section--offset-bottom-sm-7 .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-bottom-sm-7 .section__holder:before {
    bottom: 4.375rem;
  }

  .section--offset-bottom-sm-7 .site-section__overlay {
    bottom: 4.375rem;
  }

  .section--offset-bottom-sm-7 + .site-section .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-top-sm-7 {
    margin-top: -4.375rem;
    padding-top: 4.375rem;
  }

  .section--offset-top-sm-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-top-sm-7 .section__offcanvas-block {
    margin-top: -4.375rem;
  }

  .section--offset-top-sm-7.site-section--testimonials {
    padding-top: calc(4.375rem + 55px);
  }

  .section--offset-top-sm-7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.375rem - 55px);
  }

  .section--offset-bottom-sm-7 .offset-block__notes,
  .section--offset-top-sm-7 .offset-block__notes {
    min-height: 4.375rem;
  }

  .next-section--offset-top-sm-7.section--offset-top-sm-7 {
    padding-bottom: 4.375rem;
  }

  .next-section--offset-top-sm-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-bottom-sm-7_5 {
    margin-bottom: -4.6875rem;
  }

  .section--offset-bottom-sm-7_5 .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-bottom-sm-7_5 .section__holder:before {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-sm-7_5 .site-section__overlay {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-sm-7_5 + .site-section .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-top-sm-7_5 {
    margin-top: -4.6875rem;
    padding-top: 4.6875rem;
  }

  .section--offset-top-sm-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-top-sm-7_5 .section__offcanvas-block {
    margin-top: -4.6875rem;
  }

  .section--offset-top-sm-7_5.site-section--testimonials {
    padding-top: calc(4.6875rem + 55px);
  }

  .section--offset-top-sm-7_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.6875rem - 55px);
  }

  .section--offset-bottom-sm-7_5 .offset-block__notes,
  .section--offset-top-sm-7_5 .offset-block__notes {
    min-height: 4.6875rem;
  }

  .next-section--offset-top-sm-7_5.section--offset-top-sm-7_5 {
    padding-bottom: 4.6875rem;
  }

  .next-section--offset-top-sm-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-bottom-sm-8 {
    margin-bottom: -5rem;
  }

  .section--offset-bottom-sm-8 .section__holder {
    padding-top: 5rem;
  }

  .section--offset-bottom-sm-8 .section__holder:before {
    bottom: 5rem;
  }

  .section--offset-bottom-sm-8 .site-section__overlay {
    bottom: 5rem;
  }

  .section--offset-bottom-sm-8 + .site-section .section__holder {
    padding-top: 5rem;
  }

  .section--offset-top-sm-8 {
    margin-top: -5rem;
    padding-top: 5rem;
  }

  .section--offset-top-sm-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-top-sm-8 .section__offcanvas-block {
    margin-top: -5rem;
  }

  .section--offset-top-sm-8.site-section--testimonials {
    padding-top: calc(5rem + 55px);
  }

  .section--offset-top-sm-8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-5rem - 55px);
  }

  .section--offset-bottom-sm-8 .offset-block__notes,
  .section--offset-top-sm-8 .offset-block__notes {
    min-height: 5rem;
  }

  .next-section--offset-top-sm-8.section--offset-top-sm-8 {
    padding-bottom: 5rem;
  }

  .next-section--offset-top-sm-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-bottom-sm-12 {
    margin-bottom: -7.5rem;
  }

  .section--offset-bottom-sm-12 .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-bottom-sm-12 .section__holder:before {
    bottom: 7.5rem;
  }

  .section--offset-bottom-sm-12 .site-section__overlay {
    bottom: 7.5rem;
  }

  .section--offset-bottom-sm-12 + .site-section .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-top-sm-12 {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .section--offset-top-sm-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-top-sm-12 .section__offcanvas-block {
    margin-top: -7.5rem;
  }

  .section--offset-top-sm-12.site-section--testimonials {
    padding-top: calc(7.5rem + 55px);
  }

  .section--offset-top-sm-12.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-7.5rem - 55px);
  }

  .section--offset-bottom-sm-12 .offset-block__notes,
  .section--offset-top-sm-12 .offset-block__notes {
    min-height: 7.5rem;
  }

  .next-section--offset-top-sm-12.section--offset-top-sm-12 {
    padding-bottom: 7.5rem;
  }

  .next-section--offset-top-sm-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-bottom-sm-14 {
    margin-bottom: -8.75rem;
  }

  .section--offset-bottom-sm-14 .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-bottom-sm-14 .section__holder:before {
    bottom: 8.75rem;
  }

  .section--offset-bottom-sm-14 .site-section__overlay {
    bottom: 8.75rem;
  }

  .section--offset-bottom-sm-14 + .site-section .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-top-sm-14 {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }

  .section--offset-top-sm-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-top-sm-14 .section__offcanvas-block {
    margin-top: -8.75rem;
  }

  .section--offset-top-sm-14.site-section--testimonials {
    padding-top: calc(8.75rem + 55px);
  }

  .section--offset-top-sm-14.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-8.75rem - 55px);
  }

  .section--offset-bottom-sm-14 .offset-block__notes,
  .section--offset-top-sm-14 .offset-block__notes {
    min-height: 8.75rem;
  }

  .next-section--offset-top-sm-14.section--offset-top-sm-14 {
    padding-bottom: 8.75rem;
  }

  .next-section--offset-top-sm-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-bottom-sm-15 {
    margin-bottom: -9.375rem;
  }

  .section--offset-bottom-sm-15 .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-bottom-sm-15 .section__holder:before {
    bottom: 9.375rem;
  }

  .section--offset-bottom-sm-15 .site-section__overlay {
    bottom: 9.375rem;
  }

  .section--offset-bottom-sm-15 + .site-section .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-top-sm-15 {
    margin-top: -9.375rem;
    padding-top: 9.375rem;
  }

  .section--offset-top-sm-15 .section__holder {
    padding-bottom: 9.375rem;
  }

  .section--offset-top-sm-15 .section__offcanvas-block {
    margin-top: -9.375rem;
  }

  .section--offset-top-sm-15.site-section--testimonials {
    padding-top: calc(9.375rem + 55px);
  }

  .section--offset-top-sm-15.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-9.375rem - 55px);
  }

  .section--offset-bottom-sm-15 .offset-block__notes,
  .section--offset-top-sm-15 .offset-block__notes {
    min-height: 9.375rem;
  }

  .next-section--offset-top-sm-15.section--offset-top-sm-15 {
    padding-bottom: 9.375rem;
  }

  .next-section--offset-top-sm-15 .section__holder {
    padding-bottom: 9.375rem;
  }
  .h-sm-100vh {
    min-height: 100vh !important;
  }

  .h-sm-0vh {
    min-height: 0 !important;
  }

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

  .h-sm-auto {
    height: auto !important;
  }
  .navbar-expand-sm > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-expand-sm .navbar-toggler {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .process__item {
    width: 50%;
  }
  .dl-inline dt {
    margin-right: .35em;
    float: left;
    clear: left;
    font-weight: inherit;
  }
  .dl-inline dd {
    display: block;
    overflow: hidden;
  }
  dt:last-of-type,
  dd:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .offset-block__notes {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .section--offset-bottom-md-0 {
    margin-bottom: 0;
  }

  .section--offset-bottom-md-0 .section__holder {
    padding-top: 0;
  }

  .section--offset-bottom-md-0 .section__holder:before {
    bottom: 0;
  }

  .section--offset-bottom-md-0 .site-section__overlay {
    bottom: 0;
  }

  .section--offset-bottom-md-0 + .site-section .section__holder {
    padding-top: 0;
  }

  .section--offset-top-md-0 {
    margin-top: 0;
    padding-top: 0;
  }

  .section--offset-top-md-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-top-md-0 .section__offcanvas-block {
    margin-top: 0;
  }

  .section--offset-top-md-0.site-section--testimonials {
    padding-top: calc(0 + 55px);
  }

  .section--offset-top-md-0.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0 - 55px);
  }

  .section--offset-bottom-md-0 .offset-block__notes,
  .section--offset-top-md-0 .offset-block__notes {
    min-height: 0;
  }

  .next-section--offset-top-md-0.section--offset-top-md-0 {
    padding-bottom: 0;
  }

  .next-section--offset-top-md-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-bottom-md-0_1 {
    margin-bottom: -0.0625rem;
  }

  .section--offset-bottom-md-0_1 .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-bottom-md-0_1 .section__holder:before {
    bottom: .0625rem;
  }

  .section--offset-bottom-md-0_1 .site-section__overlay {
    bottom: .0625rem;
  }

  .section--offset-bottom-md-0_1 + .site-section .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-top-md-0_1 {
    margin-top: -0.0625rem;
    padding-top: .0625rem;
  }

  .section--offset-top-md-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-top-md-0_1 .section__offcanvas-block {
    margin-top: -0.0625rem;
  }

  .section--offset-top-md-0_1.site-section--testimonials {
    padding-top: calc(.0625rem + 55px);
  }

  .section--offset-top-md-0_1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.0625rem - 55px);
  }

  .section--offset-bottom-md-0_1 .offset-block__notes,
  .section--offset-top-md-0_1 .offset-block__notes {
    min-height: .0625rem;
  }

  .next-section--offset-top-md-0_1.section--offset-top-md-0_1 {
    padding-bottom: .0625rem;
  }

  .next-section--offset-top-md-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-bottom-md-0_2 {
    margin-bottom: -0.125rem;
  }

  .section--offset-bottom-md-0_2 .section__holder {
    padding-top: .125rem;
  }

  .section--offset-bottom-md-0_2 .section__holder:before {
    bottom: .125rem;
  }

  .section--offset-bottom-md-0_2 .site-section__overlay {
    bottom: .125rem;
  }

  .section--offset-bottom-md-0_2 + .site-section .section__holder {
    padding-top: .125rem;
  }

  .section--offset-top-md-0_2 {
    margin-top: -0.125rem;
    padding-top: .125rem;
  }

  .section--offset-top-md-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-top-md-0_2 .section__offcanvas-block {
    margin-top: -0.125rem;
  }

  .section--offset-top-md-0_2.site-section--testimonials {
    padding-top: calc(.125rem + 55px);
  }

  .section--offset-top-md-0_2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.125rem - 55px);
  }

  .section--offset-bottom-md-0_2 .offset-block__notes,
  .section--offset-top-md-0_2 .offset-block__notes {
    min-height: .125rem;
  }

  .next-section--offset-top-md-0_2.section--offset-top-md-0_2 {
    padding-bottom: .125rem;
  }

  .next-section--offset-top-md-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-bottom-md-0_3 {
    margin-bottom: -0.1875rem;
  }

  .section--offset-bottom-md-0_3 .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-bottom-md-0_3 .section__holder:before {
    bottom: .1875rem;
  }

  .section--offset-bottom-md-0_3 .site-section__overlay {
    bottom: .1875rem;
  }

  .section--offset-bottom-md-0_3 + .site-section .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-top-md-0_3 {
    margin-top: -0.1875rem;
    padding-top: .1875rem;
  }

  .section--offset-top-md-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-top-md-0_3 .section__offcanvas-block {
    margin-top: -0.1875rem;
  }

  .section--offset-top-md-0_3.site-section--testimonials {
    padding-top: calc(.1875rem + 55px);
  }

  .section--offset-top-md-0_3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.1875rem - 55px);
  }

  .section--offset-bottom-md-0_3 .offset-block__notes,
  .section--offset-top-md-0_3 .offset-block__notes {
    min-height: .1875rem;
  }

  .next-section--offset-top-md-0_3.section--offset-top-md-0_3 {
    padding-bottom: .1875rem;
  }

  .next-section--offset-top-md-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-bottom-md-0_4 {
    margin-bottom: -0.25rem;
  }

  .section--offset-bottom-md-0_4 .section__holder {
    padding-top: .25rem;
  }

  .section--offset-bottom-md-0_4 .section__holder:before {
    bottom: .25rem;
  }

  .section--offset-bottom-md-0_4 .site-section__overlay {
    bottom: .25rem;
  }

  .section--offset-bottom-md-0_4 + .site-section .section__holder {
    padding-top: .25rem;
  }

  .section--offset-top-md-0_4 {
    margin-top: -0.25rem;
    padding-top: .25rem;
  }

  .section--offset-top-md-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-top-md-0_4 .section__offcanvas-block {
    margin-top: -0.25rem;
  }

  .section--offset-top-md-0_4.site-section--testimonials {
    padding-top: calc(.25rem + 55px);
  }

  .section--offset-top-md-0_4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.25rem - 55px);
  }

  .section--offset-bottom-md-0_4 .offset-block__notes,
  .section--offset-top-md-0_4 .offset-block__notes {
    min-height: .25rem;
  }

  .next-section--offset-top-md-0_4.section--offset-top-md-0_4 {
    padding-bottom: .25rem;
  }

  .next-section--offset-top-md-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-bottom-md-0_5 {
    margin-bottom: -0.3125rem;
  }

  .section--offset-bottom-md-0_5 .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-bottom-md-0_5 .section__holder:before {
    bottom: .3125rem;
  }

  .section--offset-bottom-md-0_5 .site-section__overlay {
    bottom: .3125rem;
  }

  .section--offset-bottom-md-0_5 + .site-section .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-top-md-0_5 {
    margin-top: -0.3125rem;
    padding-top: .3125rem;
  }

  .section--offset-top-md-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-top-md-0_5 .section__offcanvas-block {
    margin-top: -0.3125rem;
  }

  .section--offset-top-md-0_5.site-section--testimonials {
    padding-top: calc(.3125rem + 55px);
  }

  .section--offset-top-md-0_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.3125rem - 55px);
  }

  .section--offset-bottom-md-0_5 .offset-block__notes,
  .section--offset-top-md-0_5 .offset-block__notes {
    min-height: .3125rem;
  }

  .next-section--offset-top-md-0_5.section--offset-top-md-0_5 {
    padding-bottom: .3125rem;
  }

  .next-section--offset-top-md-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-bottom-md-0_6 {
    margin-bottom: -0.375rem;
  }

  .section--offset-bottom-md-0_6 .section__holder {
    padding-top: .375rem;
  }

  .section--offset-bottom-md-0_6 .section__holder:before {
    bottom: .375rem;
  }

  .section--offset-bottom-md-0_6 .site-section__overlay {
    bottom: .375rem;
  }

  .section--offset-bottom-md-0_6 + .site-section .section__holder {
    padding-top: .375rem;
  }

  .section--offset-top-md-0_6 {
    margin-top: -0.375rem;
    padding-top: .375rem;
  }

  .section--offset-top-md-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-top-md-0_6 .section__offcanvas-block {
    margin-top: -0.375rem;
  }

  .section--offset-top-md-0_6.site-section--testimonials {
    padding-top: calc(.375rem + 55px);
  }

  .section--offset-top-md-0_6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.375rem - 55px);
  }

  .section--offset-bottom-md-0_6 .offset-block__notes,
  .section--offset-top-md-0_6 .offset-block__notes {
    min-height: .375rem;
  }

  .next-section--offset-top-md-0_6.section--offset-top-md-0_6 {
    padding-bottom: .375rem;
  }

  .next-section--offset-top-md-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-bottom-md-0_7 {
    margin-bottom: -0.4375rem;
  }

  .section--offset-bottom-md-0_7 .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-bottom-md-0_7 .section__holder:before {
    bottom: .4375rem;
  }

  .section--offset-bottom-md-0_7 .site-section__overlay {
    bottom: .4375rem;
  }

  .section--offset-bottom-md-0_7 + .site-section .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-top-md-0_7 {
    margin-top: -0.4375rem;
    padding-top: .4375rem;
  }

  .section--offset-top-md-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-top-md-0_7 .section__offcanvas-block {
    margin-top: -0.4375rem;
  }

  .section--offset-top-md-0_7.site-section--testimonials {
    padding-top: calc(.4375rem + 55px);
  }

  .section--offset-top-md-0_7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.4375rem - 55px);
  }

  .section--offset-bottom-md-0_7 .offset-block__notes,
  .section--offset-top-md-0_7 .offset-block__notes {
    min-height: .4375rem;
  }

  .next-section--offset-top-md-0_7.section--offset-top-md-0_7 {
    padding-bottom: .4375rem;
  }

  .next-section--offset-top-md-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-bottom-md-0_8 {
    margin-bottom: -0.5rem;
  }

  .section--offset-bottom-md-0_8 .section__holder {
    padding-top: .5rem;
  }

  .section--offset-bottom-md-0_8 .section__holder:before {
    bottom: .5rem;
  }

  .section--offset-bottom-md-0_8 .site-section__overlay {
    bottom: .5rem;
  }

  .section--offset-bottom-md-0_8 + .site-section .section__holder {
    padding-top: .5rem;
  }

  .section--offset-top-md-0_8 {
    margin-top: -0.5rem;
    padding-top: .5rem;
  }

  .section--offset-top-md-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-top-md-0_8 .section__offcanvas-block {
    margin-top: -0.5rem;
  }

  .section--offset-top-md-0_8.site-section--testimonials {
    padding-top: calc(.5rem + 55px);
  }

  .section--offset-top-md-0_8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5rem - 55px);
  }

  .section--offset-bottom-md-0_8 .offset-block__notes,
  .section--offset-top-md-0_8 .offset-block__notes {
    min-height: .5rem;
  }

  .next-section--offset-top-md-0_8.section--offset-top-md-0_8 {
    padding-bottom: .5rem;
  }

  .next-section--offset-top-md-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-bottom-md-0_9 {
    margin-bottom: -0.5625rem;
  }

  .section--offset-bottom-md-0_9 .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-bottom-md-0_9 .section__holder:before {
    bottom: .5625rem;
  }

  .section--offset-bottom-md-0_9 .site-section__overlay {
    bottom: .5625rem;
  }

  .section--offset-bottom-md-0_9 + .site-section .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-top-md-0_9 {
    margin-top: -0.5625rem;
    padding-top: .5625rem;
  }

  .section--offset-top-md-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-top-md-0_9 .section__offcanvas-block {
    margin-top: -0.5625rem;
  }

  .section--offset-top-md-0_9.site-section--testimonials {
    padding-top: calc(.5625rem + 55px);
  }

  .section--offset-top-md-0_9.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5625rem - 55px);
  }

  .section--offset-bottom-md-0_9 .offset-block__notes,
  .section--offset-top-md-0_9 .offset-block__notes {
    min-height: .5625rem;
  }

  .next-section--offset-top-md-0_9.section--offset-top-md-0_9 {
    padding-bottom: .5625rem;
  }

  .next-section--offset-top-md-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-bottom-md-1 {
    margin-bottom: -0.625rem;
  }

  .section--offset-bottom-md-1 .section__holder {
    padding-top: .625rem;
  }

  .section--offset-bottom-md-1 .section__holder:before {
    bottom: .625rem;
  }

  .section--offset-bottom-md-1 .site-section__overlay {
    bottom: .625rem;
  }

  .section--offset-bottom-md-1 + .site-section .section__holder {
    padding-top: .625rem;
  }

  .section--offset-top-md-1 {
    margin-top: -0.625rem;
    padding-top: .625rem;
  }

  .section--offset-top-md-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-top-md-1 .section__offcanvas-block {
    margin-top: -0.625rem;
  }

  .section--offset-top-md-1.site-section--testimonials {
    padding-top: calc(.625rem + 55px);
  }

  .section--offset-top-md-1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.625rem - 55px);
  }

  .section--offset-bottom-md-1 .offset-block__notes,
  .section--offset-top-md-1 .offset-block__notes {
    min-height: .625rem;
  }

  .next-section--offset-top-md-1.section--offset-top-md-1 {
    padding-bottom: .625rem;
  }

  .next-section--offset-top-md-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-bottom-md-1_5 {
    margin-bottom: -0.9375rem;
  }

  .section--offset-bottom-md-1_5 .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-bottom-md-1_5 .section__holder:before {
    bottom: .9375rem;
  }

  .section--offset-bottom-md-1_5 .site-section__overlay {
    bottom: .9375rem;
  }

  .section--offset-bottom-md-1_5 + .site-section .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-top-md-1_5 {
    margin-top: -0.9375rem;
    padding-top: .9375rem;
  }

  .section--offset-top-md-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-top-md-1_5 .section__offcanvas-block {
    margin-top: -0.9375rem;
  }

  .section--offset-top-md-1_5.site-section--testimonials {
    padding-top: calc(.9375rem + 55px);
  }

  .section--offset-top-md-1_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.9375rem - 55px);
  }

  .section--offset-bottom-md-1_5 .offset-block__notes,
  .section--offset-top-md-1_5 .offset-block__notes {
    min-height: .9375rem;
  }

  .next-section--offset-top-md-1_5.section--offset-top-md-1_5 {
    padding-bottom: .9375rem;
  }

  .next-section--offset-top-md-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-bottom-md-2 {
    margin-bottom: -1.25rem;
  }

  .section--offset-bottom-md-2 .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-bottom-md-2 .section__holder:before {
    bottom: 1.25rem;
  }

  .section--offset-bottom-md-2 .site-section__overlay {
    bottom: 1.25rem;
  }

  .section--offset-bottom-md-2 + .site-section .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-top-md-2 {
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }

  .section--offset-top-md-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-top-md-2 .section__offcanvas-block {
    margin-top: -1.25rem;
  }

  .section--offset-top-md-2.site-section--testimonials {
    padding-top: calc(1.25rem + 55px);
  }

  .section--offset-top-md-2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.25rem - 55px);
  }

  .section--offset-bottom-md-2 .offset-block__notes,
  .section--offset-top-md-2 .offset-block__notes {
    min-height: 1.25rem;
  }

  .next-section--offset-top-md-2.section--offset-top-md-2 {
    padding-bottom: 1.25rem;
  }

  .next-section--offset-top-md-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-bottom-md-2_5 {
    margin-bottom: -1.5625rem;
  }

  .section--offset-bottom-md-2_5 .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-bottom-md-2_5 .section__holder:before {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-md-2_5 .site-section__overlay {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-md-2_5 + .site-section .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-top-md-2_5 {
    margin-top: -1.5625rem;
    padding-top: 1.5625rem;
  }

  .section--offset-top-md-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-top-md-2_5 .section__offcanvas-block {
    margin-top: -1.5625rem;
  }

  .section--offset-top-md-2_5.site-section--testimonials {
    padding-top: calc(1.5625rem + 55px);
  }

  .section--offset-top-md-2_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.5625rem - 55px);
  }

  .section--offset-bottom-md-2_5 .offset-block__notes,
  .section--offset-top-md-2_5 .offset-block__notes {
    min-height: 1.5625rem;
  }

  .next-section--offset-top-md-2_5.section--offset-top-md-2_5 {
    padding-bottom: 1.5625rem;
  }

  .next-section--offset-top-md-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-bottom-md-3 {
    margin-bottom: -1.875rem;
  }

  .section--offset-bottom-md-3 .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-bottom-md-3 .section__holder:before {
    bottom: 1.875rem;
  }

  .section--offset-bottom-md-3 .site-section__overlay {
    bottom: 1.875rem;
  }

  .section--offset-bottom-md-3 + .site-section .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-top-md-3 {
    margin-top: -1.875rem;
    padding-top: 1.875rem;
  }

  .section--offset-top-md-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-top-md-3 .section__offcanvas-block {
    margin-top: -1.875rem;
  }

  .section--offset-top-md-3.site-section--testimonials {
    padding-top: calc(1.875rem + 55px);
  }

  .section--offset-top-md-3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.875rem - 55px);
  }

  .section--offset-bottom-md-3 .offset-block__notes,
  .section--offset-top-md-3 .offset-block__notes {
    min-height: 1.875rem;
  }

  .next-section--offset-top-md-3.section--offset-top-md-3 {
    padding-bottom: 1.875rem;
  }

  .next-section--offset-top-md-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-bottom-md-3_5 {
    margin-bottom: -2.1875rem;
  }

  .section--offset-bottom-md-3_5 .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-bottom-md-3_5 .section__holder:before {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-md-3_5 .site-section__overlay {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-md-3_5 + .site-section .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-top-md-3_5 {
    margin-top: -2.1875rem;
    padding-top: 2.1875rem;
  }

  .section--offset-top-md-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-top-md-3_5 .section__offcanvas-block {
    margin-top: -2.1875rem;
  }

  .section--offset-top-md-3_5.site-section--testimonials {
    padding-top: calc(2.1875rem + 55px);
  }

  .section--offset-top-md-3_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.1875rem - 55px);
  }

  .section--offset-bottom-md-3_5 .offset-block__notes,
  .section--offset-top-md-3_5 .offset-block__notes {
    min-height: 2.1875rem;
  }

  .next-section--offset-top-md-3_5.section--offset-top-md-3_5 {
    padding-bottom: 2.1875rem;
  }

  .next-section--offset-top-md-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-bottom-md-4 {
    margin-bottom: -2.5rem;
  }

  .section--offset-bottom-md-4 .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-bottom-md-4 .section__holder:before {
    bottom: 2.5rem;
  }

  .section--offset-bottom-md-4 .site-section__overlay {
    bottom: 2.5rem;
  }

  .section--offset-bottom-md-4 + .site-section .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-top-md-4 {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }

  .section--offset-top-md-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-top-md-4 .section__offcanvas-block {
    margin-top: -2.5rem;
  }

  .section--offset-top-md-4.site-section--testimonials {
    padding-top: calc(2.5rem + 55px);
  }

  .section--offset-top-md-4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.5rem - 55px);
  }

  .section--offset-bottom-md-4 .offset-block__notes,
  .section--offset-top-md-4 .offset-block__notes {
    min-height: 2.5rem;
  }

  .next-section--offset-top-md-4.section--offset-top-md-4 {
    padding-bottom: 2.5rem;
  }

  .next-section--offset-top-md-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-bottom-md-4_5 {
    margin-bottom: -2.8125rem;
  }

  .section--offset-bottom-md-4_5 .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-bottom-md-4_5 .section__holder:before {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-md-4_5 .site-section__overlay {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-md-4_5 + .site-section .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-top-md-4_5 {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
  }

  .section--offset-top-md-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-top-md-4_5 .section__offcanvas-block {
    margin-top: -2.8125rem;
  }

  .section--offset-top-md-4_5.site-section--testimonials {
    padding-top: calc(2.8125rem + 55px);
  }

  .section--offset-top-md-4_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.8125rem - 55px);
  }

  .section--offset-bottom-md-4_5 .offset-block__notes,
  .section--offset-top-md-4_5 .offset-block__notes {
    min-height: 2.8125rem;
  }

  .next-section--offset-top-md-4_5.section--offset-top-md-4_5 {
    padding-bottom: 2.8125rem;
  }

  .next-section--offset-top-md-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-bottom-md-5 {
    margin-bottom: -3.125rem;
  }

  .section--offset-bottom-md-5 .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-bottom-md-5 .section__holder:before {
    bottom: 3.125rem;
  }

  .section--offset-bottom-md-5 .site-section__overlay {
    bottom: 3.125rem;
  }

  .section--offset-bottom-md-5 + .site-section .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-top-md-5 {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }

  .section--offset-top-md-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-top-md-5 .section__offcanvas-block {
    margin-top: -3.125rem;
  }

  .section--offset-top-md-5.site-section--testimonials {
    padding-top: calc(3.125rem + 55px);
  }

  .section--offset-top-md-5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.125rem - 55px);
  }

  .section--offset-bottom-md-5 .offset-block__notes,
  .section--offset-top-md-5 .offset-block__notes {
    min-height: 3.125rem;
  }

  .next-section--offset-top-md-5.section--offset-top-md-5 {
    padding-bottom: 3.125rem;
  }

  .next-section--offset-top-md-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-bottom-md-5_5 {
    margin-bottom: -3.4375rem;
  }

  .section--offset-bottom-md-5_5 .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-bottom-md-5_5 .section__holder:before {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-md-5_5 .site-section__overlay {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-md-5_5 + .site-section .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-top-md-5_5 {
    margin-top: -3.4375rem;
    padding-top: 3.4375rem;
  }

  .section--offset-top-md-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-top-md-5_5 .section__offcanvas-block {
    margin-top: -3.4375rem;
  }

  .section--offset-top-md-5_5.site-section--testimonials {
    padding-top: calc(3.4375rem + 55px);
  }

  .section--offset-top-md-5_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.4375rem - 55px);
  }

  .section--offset-bottom-md-5_5 .offset-block__notes,
  .section--offset-top-md-5_5 .offset-block__notes {
    min-height: 3.4375rem;
  }

  .next-section--offset-top-md-5_5.section--offset-top-md-5_5 {
    padding-bottom: 3.4375rem;
  }

  .next-section--offset-top-md-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-bottom-md-6 {
    margin-bottom: -3.75rem;
  }

  .section--offset-bottom-md-6 .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-bottom-md-6 .section__holder:before {
    bottom: 3.75rem;
  }

  .section--offset-bottom-md-6 .site-section__overlay {
    bottom: 3.75rem;
  }

  .section--offset-bottom-md-6 + .site-section .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-top-md-6 {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }

  .section--offset-top-md-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-top-md-6 .section__offcanvas-block {
    margin-top: -3.75rem;
  }

  .section--offset-top-md-6.site-section--testimonials {
    padding-top: calc(3.75rem + 55px);
  }

  .section--offset-top-md-6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.75rem - 55px);
  }

  .section--offset-bottom-md-6 .offset-block__notes,
  .section--offset-top-md-6 .offset-block__notes {
    min-height: 3.75rem;
  }

  .next-section--offset-top-md-6.section--offset-top-md-6 {
    padding-bottom: 3.75rem;
  }

  .next-section--offset-top-md-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-bottom-md-6_5 {
    margin-bottom: -4.0625rem;
  }

  .section--offset-bottom-md-6_5 .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-bottom-md-6_5 .section__holder:before {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-md-6_5 .site-section__overlay {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-md-6_5 + .site-section .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-top-md-6_5 {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }

  .section--offset-top-md-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-top-md-6_5 .section__offcanvas-block {
    margin-top: -4.0625rem;
  }

  .section--offset-top-md-6_5.site-section--testimonials {
    padding-top: calc(4.0625rem + 55px);
  }

  .section--offset-top-md-6_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.0625rem - 55px);
  }

  .section--offset-bottom-md-6_5 .offset-block__notes,
  .section--offset-top-md-6_5 .offset-block__notes {
    min-height: 4.0625rem;
  }

  .next-section--offset-top-md-6_5.section--offset-top-md-6_5 {
    padding-bottom: 4.0625rem;
  }

  .next-section--offset-top-md-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-bottom-md-7 {
    margin-bottom: -4.375rem;
  }

  .section--offset-bottom-md-7 .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-bottom-md-7 .section__holder:before {
    bottom: 4.375rem;
  }

  .section--offset-bottom-md-7 .site-section__overlay {
    bottom: 4.375rem;
  }

  .section--offset-bottom-md-7 + .site-section .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-top-md-7 {
    margin-top: -4.375rem;
    padding-top: 4.375rem;
  }

  .section--offset-top-md-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-top-md-7 .section__offcanvas-block {
    margin-top: -4.375rem;
  }

  .section--offset-top-md-7.site-section--testimonials {
    padding-top: calc(4.375rem + 55px);
  }

  .section--offset-top-md-7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.375rem - 55px);
  }

  .section--offset-bottom-md-7 .offset-block__notes,
  .section--offset-top-md-7 .offset-block__notes {
    min-height: 4.375rem;
  }

  .next-section--offset-top-md-7.section--offset-top-md-7 {
    padding-bottom: 4.375rem;
  }

  .next-section--offset-top-md-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-bottom-md-7_5 {
    margin-bottom: -4.6875rem;
  }

  .section--offset-bottom-md-7_5 .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-bottom-md-7_5 .section__holder:before {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-md-7_5 .site-section__overlay {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-md-7_5 + .site-section .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-top-md-7_5 {
    margin-top: -4.6875rem;
    padding-top: 4.6875rem;
  }

  .section--offset-top-md-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-top-md-7_5 .section__offcanvas-block {
    margin-top: -4.6875rem;
  }

  .section--offset-top-md-7_5.site-section--testimonials {
    padding-top: calc(4.6875rem + 55px);
  }

  .section--offset-top-md-7_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.6875rem - 55px);
  }

  .section--offset-bottom-md-7_5 .offset-block__notes,
  .section--offset-top-md-7_5 .offset-block__notes {
    min-height: 4.6875rem;
  }

  .next-section--offset-top-md-7_5.section--offset-top-md-7_5 {
    padding-bottom: 4.6875rem;
  }

  .next-section--offset-top-md-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-bottom-md-8 {
    margin-bottom: -5rem;
  }

  .section--offset-bottom-md-8 .section__holder {
    padding-top: 5rem;
  }

  .section--offset-bottom-md-8 .section__holder:before {
    bottom: 5rem;
  }

  .section--offset-bottom-md-8 .site-section__overlay {
    bottom: 5rem;
  }

  .section--offset-bottom-md-8 + .site-section .section__holder {
    padding-top: 5rem;
  }

  .section--offset-top-md-8 {
    margin-top: -5rem;
    padding-top: 5rem;
  }

  .section--offset-top-md-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-top-md-8 .section__offcanvas-block {
    margin-top: -5rem;
  }

  .section--offset-top-md-8.site-section--testimonials {
    padding-top: calc(5rem + 55px);
  }

  .section--offset-top-md-8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-5rem - 55px);
  }

  .section--offset-bottom-md-8 .offset-block__notes,
  .section--offset-top-md-8 .offset-block__notes {
    min-height: 5rem;
  }

  .next-section--offset-top-md-8.section--offset-top-md-8 {
    padding-bottom: 5rem;
  }

  .next-section--offset-top-md-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-bottom-md-12 {
    margin-bottom: -7.5rem;
  }

  .section--offset-bottom-md-12 .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-bottom-md-12 .section__holder:before {
    bottom: 7.5rem;
  }

  .section--offset-bottom-md-12 .site-section__overlay {
    bottom: 7.5rem;
  }

  .section--offset-bottom-md-12 + .site-section .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-top-md-12 {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .section--offset-top-md-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-top-md-12 .section__offcanvas-block {
    margin-top: -7.5rem;
  }

  .section--offset-top-md-12.site-section--testimonials {
    padding-top: calc(7.5rem + 55px);
  }

  .section--offset-top-md-12.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-7.5rem - 55px);
  }

  .section--offset-bottom-md-12 .offset-block__notes,
  .section--offset-top-md-12 .offset-block__notes {
    min-height: 7.5rem;
  }

  .next-section--offset-top-md-12.section--offset-top-md-12 {
    padding-bottom: 7.5rem;
  }

  .next-section--offset-top-md-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-bottom-md-14 {
    margin-bottom: -8.75rem;
  }

  .section--offset-bottom-md-14 .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-bottom-md-14 .section__holder:before {
    bottom: 8.75rem;
  }

  .section--offset-bottom-md-14 .site-section__overlay {
    bottom: 8.75rem;
  }

  .section--offset-bottom-md-14 + .site-section .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-top-md-14 {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }

  .section--offset-top-md-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-top-md-14 .section__offcanvas-block {
    margin-top: -8.75rem;
  }

  .section--offset-top-md-14.site-section--testimonials {
    padding-top: calc(8.75rem + 55px);
  }

  .section--offset-top-md-14.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-8.75rem - 55px);
  }

  .section--offset-bottom-md-14 .offset-block__notes,
  .section--offset-top-md-14 .offset-block__notes {
    min-height: 8.75rem;
  }

  .next-section--offset-top-md-14.section--offset-top-md-14 {
    padding-bottom: 8.75rem;
  }

  .next-section--offset-top-md-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-bottom-md-15 {
    margin-bottom: -9.375rem;
  }

  .section--offset-bottom-md-15 .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-bottom-md-15 .section__holder:before {
    bottom: 9.375rem;
  }

  .section--offset-bottom-md-15 .site-section__overlay {
    bottom: 9.375rem;
  }

  .section--offset-bottom-md-15 + .site-section .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-top-md-15 {
    margin-top: -9.375rem;
    padding-top: 9.375rem;
  }

  .section--offset-top-md-15 .section__holder {
    padding-bottom: 9.375rem;
  }

  .section--offset-top-md-15 .section__offcanvas-block {
    margin-top: -9.375rem;
  }

  .section--offset-top-md-15.site-section--testimonials {
    padding-top: calc(9.375rem + 55px);
  }

  .section--offset-top-md-15.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-9.375rem - 55px);
  }

  .section--offset-bottom-md-15 .offset-block__notes,
  .section--offset-top-md-15 .offset-block__notes {
    min-height: 9.375rem;
  }

  .next-section--offset-top-md-15.section--offset-top-md-15 {
    padding-bottom: 9.375rem;
  }

  .next-section--offset-top-md-15 .section__holder {
    padding-bottom: 9.375rem;
  }
  .h-md-100vh {
    min-height: 100vh !important;
  }

  .h-md-0vh {
    min-height: 0 !important;
  }

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

  .h-md-auto {
    height: auto !important;
  }
  .cookies-alert {
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  .navbar-expand-md > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .text-outline {
    display: block;
  }
  .btn-play {
    width: 120px;
    height: 120px;
  }
  .hero-section__scroller {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-70px) translateY(-100%);
    transform: translateY(-70px) translateY(-100%);
  }
  .hero-section__holder {
    min-height: 400px;
  }
  .hero-section__decoration-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
  }
  .hero-section__decoration-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    cursor: default;
    pointer-events: none;
  }
  .bzOpening > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .offset-block__notes {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .video-playing .offset-block__notes {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .offset-block--right {
    margin-right: auto;
    margin-left: auto;
  }
  .offcanvas-block__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: -100%;
    width: 100vw;
    background: #e9eff6;
  }
  .offcanvas-block--reverse .offcanvas-block__visual {
    margin-left: auto;
  }
  .offcanvas-block--reverse .offcanvas-block__bg {
    right: auto;
    left: 50%;
  }
  .site-section--testimonials .offcanvas-block__bg {
    top: -55px;
  }
  .process__item {
    width: 33.33333%;
  }
  .mouse {
    bottom: 40px;
  }
  .stack-svg__holder--largest {
    max-width: 450px;
  }
  .swap-title {
    font-size: 3.375rem;
  }
  .post-navigation {
    min-height: 150px;
  }
  .navbar-nav {
    font-size: 3rem;
  }
  .footer {
    font-size: .875rem;
  }
  .footer ul {
    font-size: inherit;
  }
  .footer__contact {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .testimonials-carousel__visual {
    max-width: 29.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-outline {
    position: absolute;
    bottom: -20px;
  }
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.5625rem;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1.125rem;
  }
  .text-size-base {
    font-size: 1rem !important;
  }
  .text-size-lg {
    font-size: 1.125rem !important;
  }
  .text-size-md {
    font-size: .875rem !important;
  }
  .text-size-sm {
    font-size: .75rem !important;
  }
  .text-size-xs {
    font-size: 8px !important;
  }
  ul {
    margin-bottom: 1.25rem;
  }
  p {
    margin-bottom: 1.25rem;
  }
  .btn {
    min-width: calc(3.4875rem + 2px - .05rem);
    height: 1px;
    min-height: calc(3.4875rem + 2px - .05rem);
    padding: 1.21875rem 1.21875rem;
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.2;
  }
  .btn.card__number {
    margin-top: calc(((3.4875rem + 2px - .05rem) / -2));
  }

  .btn.btn-arrowed .btn__arrow {
    width: calc(3.4875rem + 2px - .05rem);
  }

  .btn.btn-arrowed--right .btn__text {
    margin-right: calc(3.4875rem + 2px - .05rem);
  }

  .btn.btn-arrowed--right:hover .btn__text {
    -webkit-transform: translateX(1.74375rem);
    transform: translateX(1.74375rem);
  }

  .btn.btn-arrowed--right:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(3.4875rem) translateX(2px) translateX(-0.05rem);
    transform: translateX(3.4875rem) translateX(2px) translateX(-0.05rem);
  }

  .btn.btn-arrowed--left .btn__text {
    margin-left: calc(3.4875rem + 2px - .05rem);
  }

  .btn.btn-arrowed--left:hover .btn__text {
    -webkit-transform: translateX(-1.74375rem);
    transform: translateX(-1.74375rem);
  }

  .btn.btn-arrowed--left:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(-3.4875rem) translateX(-2px) translateX(.05rem);
    transform: translateX(-3.4875rem) translateX(-2px) translateX(.05rem);
  }
  .btn-play {
    height: 120px;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-section__holder {
    min-height: 500px;
  }
  .hero-section__decoration-canvas {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hero-section--autoheight {
    height: auto;
  }
  .hero-section--offset-image {
    height: auto;
    margin-bottom: 120px;
  }
  .hero-section--offset-image .section__offset-block {
    margin-bottom: -150px;
  }
  .imagemap-block__card {
    min-width: 230px;
    height: auto !important;
  }
  .imagemap-block__card.collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .imagemap-block__aside {
    margin-right: -230px;
  }
  .imagemap-block__visual {
    margin: 0;
  }
  .map-popup {
    font-size: 17px;
  }
  .map-popup__opener {
    width: 2.35294em;
    height: 2.35294em;
  }
  .map-popup__content {
    display: block;
  }
  .offset-block__title {
    position: relative;
  }
  .offset-block__play {
    top: 50%;
  }
  .offcanvas-block__bg {
    right: 100%;
    margin-right: -237.5px;
  }
  .offcanvas-block--reverse .offcanvas-block__bg {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -237.5px;
  }
  .offcanvas-block--visual-lg .offcanvas-block__bg {
    margin-left: -463.33333px;
  }
  .process__item {
    width: 20%;
  }
  .pagination .page-link {
    width: 75px;
    height: 75px;
  }
  html {
    font-size: 14px;
  }
  body {
    font-size: 1rem;
  }
  .post-navigation {
    min-height: 200px;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse {
    visibility: visible;
  }
  .navbar-collapse:before, .navbar-collapse:after {
    display: none;
  }
  .navbar-collapse {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-nav {
    font-size: 1rem;
  }
  .navbar-nav > .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
  }
  .js-opened-state .navbar-nav > .nav-item {
    margin-bottom: 2.5rem;
  }
  .js-opened-state .navbar-nav > .nav-item:last-child {
    margin-bottom: 0;
  }
  .navbar-nav > .nav-item:before {
    top: -0.875rem;
    bottom: auto;
  }
  .js-opened-state .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
    -webkit-transition: opacity .15s cubic-bezier(0, .4, .4, 1);
    transition: opacity .15s cubic-bezier(0, .4, .4, 1);
  }
  .navbar-collapse__wrapper {
    padding-top: 0;
    overflow: visible;
  }
  .js-opened-state .navbar-collapse__wrapper {
    padding-top: 9.0625rem;
  }
  .navbar-collapse__content {
    padding: 0;
  }
  .js-opened-state .navbar-collapse__content {
    padding: 0 0 9.0625rem;
  }
  .js-opened-state .navbar-collapse__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: -20px;
    margin-left: -20px;
  }
  .navbar-collapse__content-block {
    display: none;
  }
  .navbar-collapse__content-block--main {
    display: block;
  }

  .fixed-position .navbar-collapse__content-block--main {
    display: none;
  }
  .js-opened-state .navbar-collapse__content-block {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .js-opened-state .nav-link {
    padding: 0;
  }
  .navbar-toggler {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
  }
  .fixed-position .navbar-toggler {
    clip: unset;
    position: relative;
    width: 3.9375rem;
    height: 3.9375rem;
    padding: 0 0;
    overflow: visible;
    border: 0;
    white-space: normal;
  }
  .testimonials-carousel__visual {
    height: 100%;
    min-height: 500px;
    max-height: 636px;
  }
  .carousel-offcanvas__title {
    position: relative;
    bottom: .1em;
  }
  .carousel-offcanvas .card-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .section--offset-bottom-lg-0 {
    margin-bottom: 0;
  }

  .section--offset-bottom-lg-0 .section__holder {
    padding-top: 0;
  }

  .section--offset-bottom-lg-0 .section__holder:before {
    bottom: 0;
  }

  .section--offset-bottom-lg-0 .site-section__overlay {
    bottom: 0;
  }

  .section--offset-bottom-lg-0 + .site-section .section__holder {
    padding-top: 0;
  }

  .section--offset-top-lg-0 {
    margin-top: 0;
    padding-top: 0;
  }

  .section--offset-top-lg-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-top-lg-0 .section__offcanvas-block {
    margin-top: 0;
  }

  .section--offset-top-lg-0.site-section--testimonials {
    padding-top: calc(0 + 55px);
  }

  .section--offset-top-lg-0.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0 - 55px);
  }

  .section--offset-bottom-lg-0 .offset-block__notes,
  .section--offset-top-lg-0 .offset-block__notes {
    min-height: 0;
  }

  .next-section--offset-top-lg-0.section--offset-top-lg-0 {
    padding-bottom: 0;
  }

  .next-section--offset-top-lg-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-bottom-lg-0_1 {
    margin-bottom: -0.0625rem;
  }

  .section--offset-bottom-lg-0_1 .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-bottom-lg-0_1 .section__holder:before {
    bottom: .0625rem;
  }

  .section--offset-bottom-lg-0_1 .site-section__overlay {
    bottom: .0625rem;
  }

  .section--offset-bottom-lg-0_1 + .site-section .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-top-lg-0_1 {
    margin-top: -0.0625rem;
    padding-top: .0625rem;
  }

  .section--offset-top-lg-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-top-lg-0_1 .section__offcanvas-block {
    margin-top: -0.0625rem;
  }

  .section--offset-top-lg-0_1.site-section--testimonials {
    padding-top: calc(.0625rem + 55px);
  }

  .section--offset-top-lg-0_1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.0625rem - 55px);
  }

  .section--offset-bottom-lg-0_1 .offset-block__notes,
  .section--offset-top-lg-0_1 .offset-block__notes {
    min-height: .0625rem;
  }

  .next-section--offset-top-lg-0_1.section--offset-top-lg-0_1 {
    padding-bottom: .0625rem;
  }

  .next-section--offset-top-lg-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-bottom-lg-0_2 {
    margin-bottom: -0.125rem;
  }

  .section--offset-bottom-lg-0_2 .section__holder {
    padding-top: .125rem;
  }

  .section--offset-bottom-lg-0_2 .section__holder:before {
    bottom: .125rem;
  }

  .section--offset-bottom-lg-0_2 .site-section__overlay {
    bottom: .125rem;
  }

  .section--offset-bottom-lg-0_2 + .site-section .section__holder {
    padding-top: .125rem;
  }

  .section--offset-top-lg-0_2 {
    margin-top: -0.125rem;
    padding-top: .125rem;
  }

  .section--offset-top-lg-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-top-lg-0_2 .section__offcanvas-block {
    margin-top: -0.125rem;
  }

  .section--offset-top-lg-0_2.site-section--testimonials {
    padding-top: calc(.125rem + 55px);
  }

  .section--offset-top-lg-0_2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.125rem - 55px);
  }

  .section--offset-bottom-lg-0_2 .offset-block__notes,
  .section--offset-top-lg-0_2 .offset-block__notes {
    min-height: .125rem;
  }

  .next-section--offset-top-lg-0_2.section--offset-top-lg-0_2 {
    padding-bottom: .125rem;
  }

  .next-section--offset-top-lg-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-bottom-lg-0_3 {
    margin-bottom: -0.1875rem;
  }

  .section--offset-bottom-lg-0_3 .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-bottom-lg-0_3 .section__holder:before {
    bottom: .1875rem;
  }

  .section--offset-bottom-lg-0_3 .site-section__overlay {
    bottom: .1875rem;
  }

  .section--offset-bottom-lg-0_3 + .site-section .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-top-lg-0_3 {
    margin-top: -0.1875rem;
    padding-top: .1875rem;
  }

  .section--offset-top-lg-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-top-lg-0_3 .section__offcanvas-block {
    margin-top: -0.1875rem;
  }

  .section--offset-top-lg-0_3.site-section--testimonials {
    padding-top: calc(.1875rem + 55px);
  }

  .section--offset-top-lg-0_3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.1875rem - 55px);
  }

  .section--offset-bottom-lg-0_3 .offset-block__notes,
  .section--offset-top-lg-0_3 .offset-block__notes {
    min-height: .1875rem;
  }

  .next-section--offset-top-lg-0_3.section--offset-top-lg-0_3 {
    padding-bottom: .1875rem;
  }

  .next-section--offset-top-lg-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-bottom-lg-0_4 {
    margin-bottom: -0.25rem;
  }

  .section--offset-bottom-lg-0_4 .section__holder {
    padding-top: .25rem;
  }

  .section--offset-bottom-lg-0_4 .section__holder:before {
    bottom: .25rem;
  }

  .section--offset-bottom-lg-0_4 .site-section__overlay {
    bottom: .25rem;
  }

  .section--offset-bottom-lg-0_4 + .site-section .section__holder {
    padding-top: .25rem;
  }

  .section--offset-top-lg-0_4 {
    margin-top: -0.25rem;
    padding-top: .25rem;
  }

  .section--offset-top-lg-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-top-lg-0_4 .section__offcanvas-block {
    margin-top: -0.25rem;
  }

  .section--offset-top-lg-0_4.site-section--testimonials {
    padding-top: calc(.25rem + 55px);
  }

  .section--offset-top-lg-0_4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.25rem - 55px);
  }

  .section--offset-bottom-lg-0_4 .offset-block__notes,
  .section--offset-top-lg-0_4 .offset-block__notes {
    min-height: .25rem;
  }

  .next-section--offset-top-lg-0_4.section--offset-top-lg-0_4 {
    padding-bottom: .25rem;
  }

  .next-section--offset-top-lg-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-bottom-lg-0_5 {
    margin-bottom: -0.3125rem;
  }

  .section--offset-bottom-lg-0_5 .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-bottom-lg-0_5 .section__holder:before {
    bottom: .3125rem;
  }

  .section--offset-bottom-lg-0_5 .site-section__overlay {
    bottom: .3125rem;
  }

  .section--offset-bottom-lg-0_5 + .site-section .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-top-lg-0_5 {
    margin-top: -0.3125rem;
    padding-top: .3125rem;
  }

  .section--offset-top-lg-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-top-lg-0_5 .section__offcanvas-block {
    margin-top: -0.3125rem;
  }

  .section--offset-top-lg-0_5.site-section--testimonials {
    padding-top: calc(.3125rem + 55px);
  }

  .section--offset-top-lg-0_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.3125rem - 55px);
  }

  .section--offset-bottom-lg-0_5 .offset-block__notes,
  .section--offset-top-lg-0_5 .offset-block__notes {
    min-height: .3125rem;
  }

  .next-section--offset-top-lg-0_5.section--offset-top-lg-0_5 {
    padding-bottom: .3125rem;
  }

  .next-section--offset-top-lg-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-bottom-lg-0_6 {
    margin-bottom: -0.375rem;
  }

  .section--offset-bottom-lg-0_6 .section__holder {
    padding-top: .375rem;
  }

  .section--offset-bottom-lg-0_6 .section__holder:before {
    bottom: .375rem;
  }

  .section--offset-bottom-lg-0_6 .site-section__overlay {
    bottom: .375rem;
  }

  .section--offset-bottom-lg-0_6 + .site-section .section__holder {
    padding-top: .375rem;
  }

  .section--offset-top-lg-0_6 {
    margin-top: -0.375rem;
    padding-top: .375rem;
  }

  .section--offset-top-lg-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-top-lg-0_6 .section__offcanvas-block {
    margin-top: -0.375rem;
  }

  .section--offset-top-lg-0_6.site-section--testimonials {
    padding-top: calc(.375rem + 55px);
  }

  .section--offset-top-lg-0_6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.375rem - 55px);
  }

  .section--offset-bottom-lg-0_6 .offset-block__notes,
  .section--offset-top-lg-0_6 .offset-block__notes {
    min-height: .375rem;
  }

  .next-section--offset-top-lg-0_6.section--offset-top-lg-0_6 {
    padding-bottom: .375rem;
  }

  .next-section--offset-top-lg-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-bottom-lg-0_7 {
    margin-bottom: -0.4375rem;
  }

  .section--offset-bottom-lg-0_7 .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-bottom-lg-0_7 .section__holder:before {
    bottom: .4375rem;
  }

  .section--offset-bottom-lg-0_7 .site-section__overlay {
    bottom: .4375rem;
  }

  .section--offset-bottom-lg-0_7 + .site-section .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-top-lg-0_7 {
    margin-top: -0.4375rem;
    padding-top: .4375rem;
  }

  .section--offset-top-lg-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-top-lg-0_7 .section__offcanvas-block {
    margin-top: -0.4375rem;
  }

  .section--offset-top-lg-0_7.site-section--testimonials {
    padding-top: calc(.4375rem + 55px);
  }

  .section--offset-top-lg-0_7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.4375rem - 55px);
  }

  .section--offset-bottom-lg-0_7 .offset-block__notes,
  .section--offset-top-lg-0_7 .offset-block__notes {
    min-height: .4375rem;
  }

  .next-section--offset-top-lg-0_7.section--offset-top-lg-0_7 {
    padding-bottom: .4375rem;
  }

  .next-section--offset-top-lg-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-bottom-lg-0_8 {
    margin-bottom: -0.5rem;
  }

  .section--offset-bottom-lg-0_8 .section__holder {
    padding-top: .5rem;
  }

  .section--offset-bottom-lg-0_8 .section__holder:before {
    bottom: .5rem;
  }

  .section--offset-bottom-lg-0_8 .site-section__overlay {
    bottom: .5rem;
  }

  .section--offset-bottom-lg-0_8 + .site-section .section__holder {
    padding-top: .5rem;
  }

  .section--offset-top-lg-0_8 {
    margin-top: -0.5rem;
    padding-top: .5rem;
  }

  .section--offset-top-lg-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-top-lg-0_8 .section__offcanvas-block {
    margin-top: -0.5rem;
  }

  .section--offset-top-lg-0_8.site-section--testimonials {
    padding-top: calc(.5rem + 55px);
  }

  .section--offset-top-lg-0_8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5rem - 55px);
  }

  .section--offset-bottom-lg-0_8 .offset-block__notes,
  .section--offset-top-lg-0_8 .offset-block__notes {
    min-height: .5rem;
  }

  .next-section--offset-top-lg-0_8.section--offset-top-lg-0_8 {
    padding-bottom: .5rem;
  }

  .next-section--offset-top-lg-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-bottom-lg-0_9 {
    margin-bottom: -0.5625rem;
  }

  .section--offset-bottom-lg-0_9 .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-bottom-lg-0_9 .section__holder:before {
    bottom: .5625rem;
  }

  .section--offset-bottom-lg-0_9 .site-section__overlay {
    bottom: .5625rem;
  }

  .section--offset-bottom-lg-0_9 + .site-section .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-top-lg-0_9 {
    margin-top: -0.5625rem;
    padding-top: .5625rem;
  }

  .section--offset-top-lg-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-top-lg-0_9 .section__offcanvas-block {
    margin-top: -0.5625rem;
  }

  .section--offset-top-lg-0_9.site-section--testimonials {
    padding-top: calc(.5625rem + 55px);
  }

  .section--offset-top-lg-0_9.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5625rem - 55px);
  }

  .section--offset-bottom-lg-0_9 .offset-block__notes,
  .section--offset-top-lg-0_9 .offset-block__notes {
    min-height: .5625rem;
  }

  .next-section--offset-top-lg-0_9.section--offset-top-lg-0_9 {
    padding-bottom: .5625rem;
  }

  .next-section--offset-top-lg-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-bottom-lg-1 {
    margin-bottom: -0.625rem;
  }

  .section--offset-bottom-lg-1 .section__holder {
    padding-top: .625rem;
  }

  .section--offset-bottom-lg-1 .section__holder:before {
    bottom: .625rem;
  }

  .section--offset-bottom-lg-1 .site-section__overlay {
    bottom: .625rem;
  }

  .section--offset-bottom-lg-1 + .site-section .section__holder {
    padding-top: .625rem;
  }

  .section--offset-top-lg-1 {
    margin-top: -0.625rem;
    padding-top: .625rem;
  }

  .section--offset-top-lg-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-top-lg-1 .section__offcanvas-block {
    margin-top: -0.625rem;
  }

  .section--offset-top-lg-1.site-section--testimonials {
    padding-top: calc(.625rem + 55px);
  }

  .section--offset-top-lg-1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.625rem - 55px);
  }

  .section--offset-bottom-lg-1 .offset-block__notes,
  .section--offset-top-lg-1 .offset-block__notes {
    min-height: .625rem;
  }

  .next-section--offset-top-lg-1.section--offset-top-lg-1 {
    padding-bottom: .625rem;
  }

  .next-section--offset-top-lg-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-bottom-lg-1_5 {
    margin-bottom: -0.9375rem;
  }

  .section--offset-bottom-lg-1_5 .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-bottom-lg-1_5 .section__holder:before {
    bottom: .9375rem;
  }

  .section--offset-bottom-lg-1_5 .site-section__overlay {
    bottom: .9375rem;
  }

  .section--offset-bottom-lg-1_5 + .site-section .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-top-lg-1_5 {
    margin-top: -0.9375rem;
    padding-top: .9375rem;
  }

  .section--offset-top-lg-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-top-lg-1_5 .section__offcanvas-block {
    margin-top: -0.9375rem;
  }

  .section--offset-top-lg-1_5.site-section--testimonials {
    padding-top: calc(.9375rem + 55px);
  }

  .section--offset-top-lg-1_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.9375rem - 55px);
  }

  .section--offset-bottom-lg-1_5 .offset-block__notes,
  .section--offset-top-lg-1_5 .offset-block__notes {
    min-height: .9375rem;
  }

  .next-section--offset-top-lg-1_5.section--offset-top-lg-1_5 {
    padding-bottom: .9375rem;
  }

  .next-section--offset-top-lg-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-bottom-lg-2 {
    margin-bottom: -1.25rem;
  }

  .section--offset-bottom-lg-2 .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-bottom-lg-2 .section__holder:before {
    bottom: 1.25rem;
  }

  .section--offset-bottom-lg-2 .site-section__overlay {
    bottom: 1.25rem;
  }

  .section--offset-bottom-lg-2 + .site-section .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-top-lg-2 {
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }

  .section--offset-top-lg-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-top-lg-2 .section__offcanvas-block {
    margin-top: -1.25rem;
  }

  .section--offset-top-lg-2.site-section--testimonials {
    padding-top: calc(1.25rem + 55px);
  }

  .section--offset-top-lg-2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.25rem - 55px);
  }

  .section--offset-bottom-lg-2 .offset-block__notes,
  .section--offset-top-lg-2 .offset-block__notes {
    min-height: 1.25rem;
  }

  .next-section--offset-top-lg-2.section--offset-top-lg-2 {
    padding-bottom: 1.25rem;
  }

  .next-section--offset-top-lg-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-bottom-lg-2_5 {
    margin-bottom: -1.5625rem;
  }

  .section--offset-bottom-lg-2_5 .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-bottom-lg-2_5 .section__holder:before {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-lg-2_5 .site-section__overlay {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-lg-2_5 + .site-section .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-top-lg-2_5 {
    margin-top: -1.5625rem;
    padding-top: 1.5625rem;
  }

  .section--offset-top-lg-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-top-lg-2_5 .section__offcanvas-block {
    margin-top: -1.5625rem;
  }

  .section--offset-top-lg-2_5.site-section--testimonials {
    padding-top: calc(1.5625rem + 55px);
  }

  .section--offset-top-lg-2_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.5625rem - 55px);
  }

  .section--offset-bottom-lg-2_5 .offset-block__notes,
  .section--offset-top-lg-2_5 .offset-block__notes {
    min-height: 1.5625rem;
  }

  .next-section--offset-top-lg-2_5.section--offset-top-lg-2_5 {
    padding-bottom: 1.5625rem;
  }

  .next-section--offset-top-lg-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-bottom-lg-3 {
    margin-bottom: -1.875rem;
  }

  .section--offset-bottom-lg-3 .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-bottom-lg-3 .section__holder:before {
    bottom: 1.875rem;
  }

  .section--offset-bottom-lg-3 .site-section__overlay {
    bottom: 1.875rem;
  }

  .section--offset-bottom-lg-3 + .site-section .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-top-lg-3 {
    margin-top: -1.875rem;
    padding-top: 1.875rem;
  }

  .section--offset-top-lg-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-top-lg-3 .section__offcanvas-block {
    margin-top: -1.875rem;
  }

  .section--offset-top-lg-3.site-section--testimonials {
    padding-top: calc(1.875rem + 55px);
  }

  .section--offset-top-lg-3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.875rem - 55px);
  }

  .section--offset-bottom-lg-3 .offset-block__notes,
  .section--offset-top-lg-3 .offset-block__notes {
    min-height: 1.875rem;
  }

  .next-section--offset-top-lg-3.section--offset-top-lg-3 {
    padding-bottom: 1.875rem;
  }

  .next-section--offset-top-lg-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-bottom-lg-3_5 {
    margin-bottom: -2.1875rem;
  }

  .section--offset-bottom-lg-3_5 .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-bottom-lg-3_5 .section__holder:before {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-lg-3_5 .site-section__overlay {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-lg-3_5 + .site-section .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-top-lg-3_5 {
    margin-top: -2.1875rem;
    padding-top: 2.1875rem;
  }

  .section--offset-top-lg-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-top-lg-3_5 .section__offcanvas-block {
    margin-top: -2.1875rem;
  }

  .section--offset-top-lg-3_5.site-section--testimonials {
    padding-top: calc(2.1875rem + 55px);
  }

  .section--offset-top-lg-3_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.1875rem - 55px);
  }

  .section--offset-bottom-lg-3_5 .offset-block__notes,
  .section--offset-top-lg-3_5 .offset-block__notes {
    min-height: 2.1875rem;
  }

  .next-section--offset-top-lg-3_5.section--offset-top-lg-3_5 {
    padding-bottom: 2.1875rem;
  }

  .next-section--offset-top-lg-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-bottom-lg-4 {
    margin-bottom: -2.5rem;
  }

  .section--offset-bottom-lg-4 .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-bottom-lg-4 .section__holder:before {
    bottom: 2.5rem;
  }

  .section--offset-bottom-lg-4 .site-section__overlay {
    bottom: 2.5rem;
  }

  .section--offset-bottom-lg-4 + .site-section .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-top-lg-4 {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }

  .section--offset-top-lg-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-top-lg-4 .section__offcanvas-block {
    margin-top: -2.5rem;
  }

  .section--offset-top-lg-4.site-section--testimonials {
    padding-top: calc(2.5rem + 55px);
  }

  .section--offset-top-lg-4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.5rem - 55px);
  }

  .section--offset-bottom-lg-4 .offset-block__notes,
  .section--offset-top-lg-4 .offset-block__notes {
    min-height: 2.5rem;
  }

  .next-section--offset-top-lg-4.section--offset-top-lg-4 {
    padding-bottom: 2.5rem;
  }

  .next-section--offset-top-lg-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-bottom-lg-4_5 {
    margin-bottom: -2.8125rem;
  }

  .section--offset-bottom-lg-4_5 .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-bottom-lg-4_5 .section__holder:before {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-lg-4_5 .site-section__overlay {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-lg-4_5 + .site-section .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-top-lg-4_5 {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
  }

  .section--offset-top-lg-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-top-lg-4_5 .section__offcanvas-block {
    margin-top: -2.8125rem;
  }

  .section--offset-top-lg-4_5.site-section--testimonials {
    padding-top: calc(2.8125rem + 55px);
  }

  .section--offset-top-lg-4_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.8125rem - 55px);
  }

  .section--offset-bottom-lg-4_5 .offset-block__notes,
  .section--offset-top-lg-4_5 .offset-block__notes {
    min-height: 2.8125rem;
  }

  .next-section--offset-top-lg-4_5.section--offset-top-lg-4_5 {
    padding-bottom: 2.8125rem;
  }

  .next-section--offset-top-lg-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-bottom-lg-5 {
    margin-bottom: -3.125rem;
  }

  .section--offset-bottom-lg-5 .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-bottom-lg-5 .section__holder:before {
    bottom: 3.125rem;
  }

  .section--offset-bottom-lg-5 .site-section__overlay {
    bottom: 3.125rem;
  }

  .section--offset-bottom-lg-5 + .site-section .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-top-lg-5 {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }

  .section--offset-top-lg-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-top-lg-5 .section__offcanvas-block {
    margin-top: -3.125rem;
  }

  .section--offset-top-lg-5.site-section--testimonials {
    padding-top: calc(3.125rem + 55px);
  }

  .section--offset-top-lg-5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.125rem - 55px);
  }

  .section--offset-bottom-lg-5 .offset-block__notes,
  .section--offset-top-lg-5 .offset-block__notes {
    min-height: 3.125rem;
  }

  .next-section--offset-top-lg-5.section--offset-top-lg-5 {
    padding-bottom: 3.125rem;
  }

  .next-section--offset-top-lg-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-bottom-lg-5_5 {
    margin-bottom: -3.4375rem;
  }

  .section--offset-bottom-lg-5_5 .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-bottom-lg-5_5 .section__holder:before {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-lg-5_5 .site-section__overlay {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-lg-5_5 + .site-section .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-top-lg-5_5 {
    margin-top: -3.4375rem;
    padding-top: 3.4375rem;
  }

  .section--offset-top-lg-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-top-lg-5_5 .section__offcanvas-block {
    margin-top: -3.4375rem;
  }

  .section--offset-top-lg-5_5.site-section--testimonials {
    padding-top: calc(3.4375rem + 55px);
  }

  .section--offset-top-lg-5_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.4375rem - 55px);
  }

  .section--offset-bottom-lg-5_5 .offset-block__notes,
  .section--offset-top-lg-5_5 .offset-block__notes {
    min-height: 3.4375rem;
  }

  .next-section--offset-top-lg-5_5.section--offset-top-lg-5_5 {
    padding-bottom: 3.4375rem;
  }

  .next-section--offset-top-lg-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-bottom-lg-6 {
    margin-bottom: -3.75rem;
  }

  .section--offset-bottom-lg-6 .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-bottom-lg-6 .section__holder:before {
    bottom: 3.75rem;
  }

  .section--offset-bottom-lg-6 .site-section__overlay {
    bottom: 3.75rem;
  }

  .section--offset-bottom-lg-6 + .site-section .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-top-lg-6 {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }

  .section--offset-top-lg-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-top-lg-6 .section__offcanvas-block {
    margin-top: -3.75rem;
  }

  .section--offset-top-lg-6.site-section--testimonials {
    padding-top: calc(3.75rem + 55px);
  }

  .section--offset-top-lg-6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.75rem - 55px);
  }

  .section--offset-bottom-lg-6 .offset-block__notes,
  .section--offset-top-lg-6 .offset-block__notes {
    min-height: 3.75rem;
  }

  .next-section--offset-top-lg-6.section--offset-top-lg-6 {
    padding-bottom: 3.75rem;
  }

  .next-section--offset-top-lg-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-bottom-lg-6_5 {
    margin-bottom: -4.0625rem;
  }

  .section--offset-bottom-lg-6_5 .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-bottom-lg-6_5 .section__holder:before {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-lg-6_5 .site-section__overlay {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-lg-6_5 + .site-section .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-top-lg-6_5 {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }

  .section--offset-top-lg-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-top-lg-6_5 .section__offcanvas-block {
    margin-top: -4.0625rem;
  }

  .section--offset-top-lg-6_5.site-section--testimonials {
    padding-top: calc(4.0625rem + 55px);
  }

  .section--offset-top-lg-6_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.0625rem - 55px);
  }

  .section--offset-bottom-lg-6_5 .offset-block__notes,
  .section--offset-top-lg-6_5 .offset-block__notes {
    min-height: 4.0625rem;
  }

  .next-section--offset-top-lg-6_5.section--offset-top-lg-6_5 {
    padding-bottom: 4.0625rem;
  }

  .next-section--offset-top-lg-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-bottom-lg-7 {
    margin-bottom: -4.375rem;
  }

  .section--offset-bottom-lg-7 .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-bottom-lg-7 .section__holder:before {
    bottom: 4.375rem;
  }

  .section--offset-bottom-lg-7 .site-section__overlay {
    bottom: 4.375rem;
  }

  .section--offset-bottom-lg-7 + .site-section .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-top-lg-7 {
    margin-top: -4.375rem;
    padding-top: 4.375rem;
  }

  .section--offset-top-lg-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-top-lg-7 .section__offcanvas-block {
    margin-top: -4.375rem;
  }

  .section--offset-top-lg-7.site-section--testimonials {
    padding-top: calc(4.375rem + 55px);
  }

  .section--offset-top-lg-7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.375rem - 55px);
  }

  .section--offset-bottom-lg-7 .offset-block__notes,
  .section--offset-top-lg-7 .offset-block__notes {
    min-height: 4.375rem;
  }

  .next-section--offset-top-lg-7.section--offset-top-lg-7 {
    padding-bottom: 4.375rem;
  }

  .next-section--offset-top-lg-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-bottom-lg-7_5 {
    margin-bottom: -4.6875rem;
  }

  .section--offset-bottom-lg-7_5 .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-bottom-lg-7_5 .section__holder:before {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-lg-7_5 .site-section__overlay {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-lg-7_5 + .site-section .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-top-lg-7_5 {
    margin-top: -4.6875rem;
    padding-top: 4.6875rem;
  }

  .section--offset-top-lg-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-top-lg-7_5 .section__offcanvas-block {
    margin-top: -4.6875rem;
  }

  .section--offset-top-lg-7_5.site-section--testimonials {
    padding-top: calc(4.6875rem + 55px);
  }

  .section--offset-top-lg-7_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.6875rem - 55px);
  }

  .section--offset-bottom-lg-7_5 .offset-block__notes,
  .section--offset-top-lg-7_5 .offset-block__notes {
    min-height: 4.6875rem;
  }

  .next-section--offset-top-lg-7_5.section--offset-top-lg-7_5 {
    padding-bottom: 4.6875rem;
  }

  .next-section--offset-top-lg-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-bottom-lg-8 {
    margin-bottom: -5rem;
  }

  .section--offset-bottom-lg-8 .section__holder {
    padding-top: 5rem;
  }

  .section--offset-bottom-lg-8 .section__holder:before {
    bottom: 5rem;
  }

  .section--offset-bottom-lg-8 .site-section__overlay {
    bottom: 5rem;
  }

  .section--offset-bottom-lg-8 + .site-section .section__holder {
    padding-top: 5rem;
  }

  .section--offset-top-lg-8 {
    margin-top: -5rem;
    padding-top: 5rem;
  }

  .section--offset-top-lg-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-top-lg-8 .section__offcanvas-block {
    margin-top: -5rem;
  }

  .section--offset-top-lg-8.site-section--testimonials {
    padding-top: calc(5rem + 55px);
  }

  .section--offset-top-lg-8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-5rem - 55px);
  }

  .section--offset-bottom-lg-8 .offset-block__notes,
  .section--offset-top-lg-8 .offset-block__notes {
    min-height: 5rem;
  }

  .next-section--offset-top-lg-8.section--offset-top-lg-8 {
    padding-bottom: 5rem;
  }

  .next-section--offset-top-lg-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-bottom-lg-12 {
    margin-bottom: -7.5rem;
  }

  .section--offset-bottom-lg-12 .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-bottom-lg-12 .section__holder:before {
    bottom: 7.5rem;
  }

  .section--offset-bottom-lg-12 .site-section__overlay {
    bottom: 7.5rem;
  }

  .section--offset-bottom-lg-12 + .site-section .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-top-lg-12 {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .section--offset-top-lg-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-top-lg-12 .section__offcanvas-block {
    margin-top: -7.5rem;
  }

  .section--offset-top-lg-12.site-section--testimonials {
    padding-top: calc(7.5rem + 55px);
  }

  .section--offset-top-lg-12.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-7.5rem - 55px);
  }

  .section--offset-bottom-lg-12 .offset-block__notes,
  .section--offset-top-lg-12 .offset-block__notes {
    min-height: 7.5rem;
  }

  .next-section--offset-top-lg-12.section--offset-top-lg-12 {
    padding-bottom: 7.5rem;
  }

  .next-section--offset-top-lg-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-bottom-lg-14 {
    margin-bottom: -8.75rem;
  }

  .section--offset-bottom-lg-14 .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-bottom-lg-14 .section__holder:before {
    bottom: 8.75rem;
  }

  .section--offset-bottom-lg-14 .site-section__overlay {
    bottom: 8.75rem;
  }

  .section--offset-bottom-lg-14 + .site-section .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-top-lg-14 {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }

  .section--offset-top-lg-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-top-lg-14 .section__offcanvas-block {
    margin-top: -8.75rem;
  }

  .section--offset-top-lg-14.site-section--testimonials {
    padding-top: calc(8.75rem + 55px);
  }

  .section--offset-top-lg-14.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-8.75rem - 55px);
  }

  .section--offset-bottom-lg-14 .offset-block__notes,
  .section--offset-top-lg-14 .offset-block__notes {
    min-height: 8.75rem;
  }

  .next-section--offset-top-lg-14.section--offset-top-lg-14 {
    padding-bottom: 8.75rem;
  }

  .next-section--offset-top-lg-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-bottom-lg-15 {
    margin-bottom: -9.375rem;
  }

  .section--offset-bottom-lg-15 .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-bottom-lg-15 .section__holder:before {
    bottom: 9.375rem;
  }

  .section--offset-bottom-lg-15 .site-section__overlay {
    bottom: 9.375rem;
  }

  .section--offset-bottom-lg-15 + .site-section .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-top-lg-15 {
    margin-top: -9.375rem;
    padding-top: 9.375rem;
  }

  .section--offset-top-lg-15 .section__holder {
    padding-bottom: 9.375rem;
  }

  .section--offset-top-lg-15 .section__offcanvas-block {
    margin-top: -9.375rem;
  }

  .section--offset-top-lg-15.site-section--testimonials {
    padding-top: calc(9.375rem + 55px);
  }

  .section--offset-top-lg-15.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-9.375rem - 55px);
  }

  .section--offset-bottom-lg-15 .offset-block__notes,
  .section--offset-top-lg-15 .offset-block__notes {
    min-height: 9.375rem;
  }

  .next-section--offset-top-lg-15.section--offset-top-lg-15 {
    padding-bottom: 9.375rem;
  }

  .next-section--offset-top-lg-15 .section__holder {
    padding-bottom: 9.375rem;
  }
  .h-lg-100vh {
    min-height: 100vh !important;
  }

  .h-lg-0vh {
    min-height: 0 !important;
  }

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

  .h-lg-auto {
    height: auto !important;
  }
  .cookies-alert {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 40px;
    font-size: 16px;
  }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .js-opened-state .navbar-nav {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 1366px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 2.5rem;
  }
  ul {
    margin-bottom: 2.5rem;
  }
  p {
    margin-bottom: 2.5rem;
  }
  .hero-section__decoration-holder {
    max-width: 100%;
  }
  .offset-block__image {
    min-height: 36.6875rem;
    padding-top: 0;
  }
  .offset-block__placeholder {
    padding: 0;
  }
  .offset-block__placeholder--0 {
    min-height: 0;
  }
  .offset-block__placeholder--0_1 {
    min-height: .0625rem;
  }
  .offset-block__placeholder--0_2 {
    min-height: .125rem;
  }
  .offset-block__placeholder--0_3 {
    min-height: .1875rem;
  }
  .offset-block__placeholder--0_4 {
    min-height: .25rem;
  }
  .offset-block__placeholder--0_5 {
    min-height: .3125rem;
  }
  .offset-block__placeholder--0_6 {
    min-height: .375rem;
  }
  .offset-block__placeholder--0_7 {
    min-height: .4375rem;
  }
  .offset-block__placeholder--0_8 {
    min-height: .5rem;
  }
  .offset-block__placeholder--0_9 {
    min-height: .5625rem;
  }
  .offset-block__placeholder--1 {
    min-height: .625rem;
  }
  .offset-block__placeholder--1_5 {
    min-height: .9375rem;
  }
  .offset-block__placeholder--2 {
    min-height: 1.25rem;
  }
  .offset-block__placeholder--2_5 {
    min-height: 1.5625rem;
  }
  .offset-block__placeholder--3 {
    min-height: 1.875rem;
  }
  .offset-block__placeholder--3_5 {
    min-height: 2.1875rem;
  }
  .offset-block__placeholder--4 {
    min-height: 2.5rem;
  }
  .offset-block__placeholder--4_5 {
    min-height: 2.8125rem;
  }
  .offset-block__placeholder--5 {
    min-height: 3.125rem;
  }
  .offset-block__placeholder--5_5 {
    min-height: 3.4375rem;
  }
  .offset-block__placeholder--6 {
    min-height: 3.75rem;
  }
  .offset-block__placeholder--6_5 {
    min-height: 4.0625rem;
  }
  .offset-block__placeholder--7 {
    min-height: 4.375rem;
  }
  .offset-block__placeholder--7_5 {
    min-height: 4.6875rem;
  }
  .offset-block__placeholder--8 {
    min-height: 5rem;
  }
  .offset-block__placeholder--12 {
    min-height: 7.5rem;
  }
  .offset-block__placeholder--14 {
    min-height: 8.75rem;
  }
  .offset-block__placeholder--15 {
    min-height: 9.375rem;
  }
  .offset-block .video-block__video:before {
    padding-top: 36.6875rem;
  }
  .offset-block--left {
    margin-right: auto;
    margin-left: auto;
  }
  .process__road:before {
    background: radial-gradient(580px at 50% 100%, #636974 0%, rgba(150, 186, 249, 0) 100%);
  }
  .table {
    font-size: 1.125rem;
  }
  .table th,
  .table td {
    height: 5rem;
    padding: .75rem 1.875rem;
  }
  .table thead th {
    font-size: 1.5625rem;
  }
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg blockquote,
  .wysiwyg table {
    margin-bottom: 2.5rem;
  }
  .post-navigation {
    min-height: 293px;
  }
  .navbar {
    min-height: 9.0625rem;
  }
  .navbar.fixed-position {
    background: none;
  }
  .navbar-nav {
    height: 1px;
    min-height: calc(9.0625rem - 1.75rem);
  }

  .is-fixed .navbar-nav {
    height: auto;
  }
  .js-opened-state .navbar-nav {
    font-size: 2.5rem;
  }
  .carousel-offcanvas__carousel {
    padding-right: 290px;
  }
  .carousel-offcanvas .slick-list {
    overflow: visible;
  }
}

@media (min-width: 1366px) {
  .section--offset-bottom-xl-0 {
    margin-bottom: 0;
  }

  .section--offset-bottom-xl-0 .section__holder {
    padding-top: 0;
  }

  .section--offset-bottom-xl-0 .section__holder:before {
    bottom: 0;
  }

  .section--offset-bottom-xl-0 .site-section__overlay {
    bottom: 0;
  }

  .section--offset-bottom-xl-0 + .site-section .section__holder {
    padding-top: 0;
  }

  .section--offset-top-xl-0 {
    margin-top: 0;
    padding-top: 0;
  }

  .section--offset-top-xl-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-top-xl-0 .section__offcanvas-block {
    margin-top: 0;
  }

  .section--offset-top-xl-0.site-section--testimonials {
    padding-top: calc(0 + 55px);
  }

  .section--offset-top-xl-0.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0 - 55px);
  }

  .section--offset-bottom-xl-0 .offset-block__notes,
  .section--offset-top-xl-0 .offset-block__notes {
    min-height: 0;
  }

  .next-section--offset-top-xl-0.section--offset-top-xl-0 {
    padding-bottom: 0;
  }

  .next-section--offset-top-xl-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-bottom-xl-0_1 {
    margin-bottom: -0.0625rem;
  }

  .section--offset-bottom-xl-0_1 .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-bottom-xl-0_1 .section__holder:before {
    bottom: .0625rem;
  }

  .section--offset-bottom-xl-0_1 .site-section__overlay {
    bottom: .0625rem;
  }

  .section--offset-bottom-xl-0_1 + .site-section .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-top-xl-0_1 {
    margin-top: -0.0625rem;
    padding-top: .0625rem;
  }

  .section--offset-top-xl-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-top-xl-0_1 .section__offcanvas-block {
    margin-top: -0.0625rem;
  }

  .section--offset-top-xl-0_1.site-section--testimonials {
    padding-top: calc(.0625rem + 55px);
  }

  .section--offset-top-xl-0_1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.0625rem - 55px);
  }

  .section--offset-bottom-xl-0_1 .offset-block__notes,
  .section--offset-top-xl-0_1 .offset-block__notes {
    min-height: .0625rem;
  }

  .next-section--offset-top-xl-0_1.section--offset-top-xl-0_1 {
    padding-bottom: .0625rem;
  }

  .next-section--offset-top-xl-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-bottom-xl-0_2 {
    margin-bottom: -0.125rem;
  }

  .section--offset-bottom-xl-0_2 .section__holder {
    padding-top: .125rem;
  }

  .section--offset-bottom-xl-0_2 .section__holder:before {
    bottom: .125rem;
  }

  .section--offset-bottom-xl-0_2 .site-section__overlay {
    bottom: .125rem;
  }

  .section--offset-bottom-xl-0_2 + .site-section .section__holder {
    padding-top: .125rem;
  }

  .section--offset-top-xl-0_2 {
    margin-top: -0.125rem;
    padding-top: .125rem;
  }

  .section--offset-top-xl-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-top-xl-0_2 .section__offcanvas-block {
    margin-top: -0.125rem;
  }

  .section--offset-top-xl-0_2.site-section--testimonials {
    padding-top: calc(.125rem + 55px);
  }

  .section--offset-top-xl-0_2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.125rem - 55px);
  }

  .section--offset-bottom-xl-0_2 .offset-block__notes,
  .section--offset-top-xl-0_2 .offset-block__notes {
    min-height: .125rem;
  }

  .next-section--offset-top-xl-0_2.section--offset-top-xl-0_2 {
    padding-bottom: .125rem;
  }

  .next-section--offset-top-xl-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-bottom-xl-0_3 {
    margin-bottom: -0.1875rem;
  }

  .section--offset-bottom-xl-0_3 .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-bottom-xl-0_3 .section__holder:before {
    bottom: .1875rem;
  }

  .section--offset-bottom-xl-0_3 .site-section__overlay {
    bottom: .1875rem;
  }

  .section--offset-bottom-xl-0_3 + .site-section .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-top-xl-0_3 {
    margin-top: -0.1875rem;
    padding-top: .1875rem;
  }

  .section--offset-top-xl-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-top-xl-0_3 .section__offcanvas-block {
    margin-top: -0.1875rem;
  }

  .section--offset-top-xl-0_3.site-section--testimonials {
    padding-top: calc(.1875rem + 55px);
  }

  .section--offset-top-xl-0_3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.1875rem - 55px);
  }

  .section--offset-bottom-xl-0_3 .offset-block__notes,
  .section--offset-top-xl-0_3 .offset-block__notes {
    min-height: .1875rem;
  }

  .next-section--offset-top-xl-0_3.section--offset-top-xl-0_3 {
    padding-bottom: .1875rem;
  }

  .next-section--offset-top-xl-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-bottom-xl-0_4 {
    margin-bottom: -0.25rem;
  }

  .section--offset-bottom-xl-0_4 .section__holder {
    padding-top: .25rem;
  }

  .section--offset-bottom-xl-0_4 .section__holder:before {
    bottom: .25rem;
  }

  .section--offset-bottom-xl-0_4 .site-section__overlay {
    bottom: .25rem;
  }

  .section--offset-bottom-xl-0_4 + .site-section .section__holder {
    padding-top: .25rem;
  }

  .section--offset-top-xl-0_4 {
    margin-top: -0.25rem;
    padding-top: .25rem;
  }

  .section--offset-top-xl-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-top-xl-0_4 .section__offcanvas-block {
    margin-top: -0.25rem;
  }

  .section--offset-top-xl-0_4.site-section--testimonials {
    padding-top: calc(.25rem + 55px);
  }

  .section--offset-top-xl-0_4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.25rem - 55px);
  }

  .section--offset-bottom-xl-0_4 .offset-block__notes,
  .section--offset-top-xl-0_4 .offset-block__notes {
    min-height: .25rem;
  }

  .next-section--offset-top-xl-0_4.section--offset-top-xl-0_4 {
    padding-bottom: .25rem;
  }

  .next-section--offset-top-xl-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-bottom-xl-0_5 {
    margin-bottom: -0.3125rem;
  }

  .section--offset-bottom-xl-0_5 .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-bottom-xl-0_5 .section__holder:before {
    bottom: .3125rem;
  }

  .section--offset-bottom-xl-0_5 .site-section__overlay {
    bottom: .3125rem;
  }

  .section--offset-bottom-xl-0_5 + .site-section .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-top-xl-0_5 {
    margin-top: -0.3125rem;
    padding-top: .3125rem;
  }

  .section--offset-top-xl-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-top-xl-0_5 .section__offcanvas-block {
    margin-top: -0.3125rem;
  }

  .section--offset-top-xl-0_5.site-section--testimonials {
    padding-top: calc(.3125rem + 55px);
  }

  .section--offset-top-xl-0_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.3125rem - 55px);
  }

  .section--offset-bottom-xl-0_5 .offset-block__notes,
  .section--offset-top-xl-0_5 .offset-block__notes {
    min-height: .3125rem;
  }

  .next-section--offset-top-xl-0_5.section--offset-top-xl-0_5 {
    padding-bottom: .3125rem;
  }

  .next-section--offset-top-xl-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-bottom-xl-0_6 {
    margin-bottom: -0.375rem;
  }

  .section--offset-bottom-xl-0_6 .section__holder {
    padding-top: .375rem;
  }

  .section--offset-bottom-xl-0_6 .section__holder:before {
    bottom: .375rem;
  }

  .section--offset-bottom-xl-0_6 .site-section__overlay {
    bottom: .375rem;
  }

  .section--offset-bottom-xl-0_6 + .site-section .section__holder {
    padding-top: .375rem;
  }

  .section--offset-top-xl-0_6 {
    margin-top: -0.375rem;
    padding-top: .375rem;
  }

  .section--offset-top-xl-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-top-xl-0_6 .section__offcanvas-block {
    margin-top: -0.375rem;
  }

  .section--offset-top-xl-0_6.site-section--testimonials {
    padding-top: calc(.375rem + 55px);
  }

  .section--offset-top-xl-0_6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.375rem - 55px);
  }

  .section--offset-bottom-xl-0_6 .offset-block__notes,
  .section--offset-top-xl-0_6 .offset-block__notes {
    min-height: .375rem;
  }

  .next-section--offset-top-xl-0_6.section--offset-top-xl-0_6 {
    padding-bottom: .375rem;
  }

  .next-section--offset-top-xl-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-bottom-xl-0_7 {
    margin-bottom: -0.4375rem;
  }

  .section--offset-bottom-xl-0_7 .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-bottom-xl-0_7 .section__holder:before {
    bottom: .4375rem;
  }

  .section--offset-bottom-xl-0_7 .site-section__overlay {
    bottom: .4375rem;
  }

  .section--offset-bottom-xl-0_7 + .site-section .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-top-xl-0_7 {
    margin-top: -0.4375rem;
    padding-top: .4375rem;
  }

  .section--offset-top-xl-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-top-xl-0_7 .section__offcanvas-block {
    margin-top: -0.4375rem;
  }

  .section--offset-top-xl-0_7.site-section--testimonials {
    padding-top: calc(.4375rem + 55px);
  }

  .section--offset-top-xl-0_7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.4375rem - 55px);
  }

  .section--offset-bottom-xl-0_7 .offset-block__notes,
  .section--offset-top-xl-0_7 .offset-block__notes {
    min-height: .4375rem;
  }

  .next-section--offset-top-xl-0_7.section--offset-top-xl-0_7 {
    padding-bottom: .4375rem;
  }

  .next-section--offset-top-xl-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-bottom-xl-0_8 {
    margin-bottom: -0.5rem;
  }

  .section--offset-bottom-xl-0_8 .section__holder {
    padding-top: .5rem;
  }

  .section--offset-bottom-xl-0_8 .section__holder:before {
    bottom: .5rem;
  }

  .section--offset-bottom-xl-0_8 .site-section__overlay {
    bottom: .5rem;
  }

  .section--offset-bottom-xl-0_8 + .site-section .section__holder {
    padding-top: .5rem;
  }

  .section--offset-top-xl-0_8 {
    margin-top: -0.5rem;
    padding-top: .5rem;
  }

  .section--offset-top-xl-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-top-xl-0_8 .section__offcanvas-block {
    margin-top: -0.5rem;
  }

  .section--offset-top-xl-0_8.site-section--testimonials {
    padding-top: calc(.5rem + 55px);
  }

  .section--offset-top-xl-0_8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5rem - 55px);
  }

  .section--offset-bottom-xl-0_8 .offset-block__notes,
  .section--offset-top-xl-0_8 .offset-block__notes {
    min-height: .5rem;
  }

  .next-section--offset-top-xl-0_8.section--offset-top-xl-0_8 {
    padding-bottom: .5rem;
  }

  .next-section--offset-top-xl-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-bottom-xl-0_9 {
    margin-bottom: -0.5625rem;
  }

  .section--offset-bottom-xl-0_9 .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-bottom-xl-0_9 .section__holder:before {
    bottom: .5625rem;
  }

  .section--offset-bottom-xl-0_9 .site-section__overlay {
    bottom: .5625rem;
  }

  .section--offset-bottom-xl-0_9 + .site-section .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-top-xl-0_9 {
    margin-top: -0.5625rem;
    padding-top: .5625rem;
  }

  .section--offset-top-xl-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-top-xl-0_9 .section__offcanvas-block {
    margin-top: -0.5625rem;
  }

  .section--offset-top-xl-0_9.site-section--testimonials {
    padding-top: calc(.5625rem + 55px);
  }

  .section--offset-top-xl-0_9.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5625rem - 55px);
  }

  .section--offset-bottom-xl-0_9 .offset-block__notes,
  .section--offset-top-xl-0_9 .offset-block__notes {
    min-height: .5625rem;
  }

  .next-section--offset-top-xl-0_9.section--offset-top-xl-0_9 {
    padding-bottom: .5625rem;
  }

  .next-section--offset-top-xl-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-bottom-xl-1 {
    margin-bottom: -0.625rem;
  }

  .section--offset-bottom-xl-1 .section__holder {
    padding-top: .625rem;
  }

  .section--offset-bottom-xl-1 .section__holder:before {
    bottom: .625rem;
  }

  .section--offset-bottom-xl-1 .site-section__overlay {
    bottom: .625rem;
  }

  .section--offset-bottom-xl-1 + .site-section .section__holder {
    padding-top: .625rem;
  }

  .section--offset-top-xl-1 {
    margin-top: -0.625rem;
    padding-top: .625rem;
  }

  .section--offset-top-xl-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-top-xl-1 .section__offcanvas-block {
    margin-top: -0.625rem;
  }

  .section--offset-top-xl-1.site-section--testimonials {
    padding-top: calc(.625rem + 55px);
  }

  .section--offset-top-xl-1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.625rem - 55px);
  }

  .section--offset-bottom-xl-1 .offset-block__notes,
  .section--offset-top-xl-1 .offset-block__notes {
    min-height: .625rem;
  }

  .next-section--offset-top-xl-1.section--offset-top-xl-1 {
    padding-bottom: .625rem;
  }

  .next-section--offset-top-xl-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-bottom-xl-1_5 {
    margin-bottom: -0.9375rem;
  }

  .section--offset-bottom-xl-1_5 .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-bottom-xl-1_5 .section__holder:before {
    bottom: .9375rem;
  }

  .section--offset-bottom-xl-1_5 .site-section__overlay {
    bottom: .9375rem;
  }

  .section--offset-bottom-xl-1_5 + .site-section .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-top-xl-1_5 {
    margin-top: -0.9375rem;
    padding-top: .9375rem;
  }

  .section--offset-top-xl-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-top-xl-1_5 .section__offcanvas-block {
    margin-top: -0.9375rem;
  }

  .section--offset-top-xl-1_5.site-section--testimonials {
    padding-top: calc(.9375rem + 55px);
  }

  .section--offset-top-xl-1_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.9375rem - 55px);
  }

  .section--offset-bottom-xl-1_5 .offset-block__notes,
  .section--offset-top-xl-1_5 .offset-block__notes {
    min-height: .9375rem;
  }

  .next-section--offset-top-xl-1_5.section--offset-top-xl-1_5 {
    padding-bottom: .9375rem;
  }

  .next-section--offset-top-xl-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-bottom-xl-2 {
    margin-bottom: -1.25rem;
  }

  .section--offset-bottom-xl-2 .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-bottom-xl-2 .section__holder:before {
    bottom: 1.25rem;
  }

  .section--offset-bottom-xl-2 .site-section__overlay {
    bottom: 1.25rem;
  }

  .section--offset-bottom-xl-2 + .site-section .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-top-xl-2 {
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }

  .section--offset-top-xl-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-top-xl-2 .section__offcanvas-block {
    margin-top: -1.25rem;
  }

  .section--offset-top-xl-2.site-section--testimonials {
    padding-top: calc(1.25rem + 55px);
  }

  .section--offset-top-xl-2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.25rem - 55px);
  }

  .section--offset-bottom-xl-2 .offset-block__notes,
  .section--offset-top-xl-2 .offset-block__notes {
    min-height: 1.25rem;
  }

  .next-section--offset-top-xl-2.section--offset-top-xl-2 {
    padding-bottom: 1.25rem;
  }

  .next-section--offset-top-xl-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-bottom-xl-2_5 {
    margin-bottom: -1.5625rem;
  }

  .section--offset-bottom-xl-2_5 .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-bottom-xl-2_5 .section__holder:before {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-xl-2_5 .site-section__overlay {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-xl-2_5 + .site-section .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-top-xl-2_5 {
    margin-top: -1.5625rem;
    padding-top: 1.5625rem;
  }

  .section--offset-top-xl-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-top-xl-2_5 .section__offcanvas-block {
    margin-top: -1.5625rem;
  }

  .section--offset-top-xl-2_5.site-section--testimonials {
    padding-top: calc(1.5625rem + 55px);
  }

  .section--offset-top-xl-2_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.5625rem - 55px);
  }

  .section--offset-bottom-xl-2_5 .offset-block__notes,
  .section--offset-top-xl-2_5 .offset-block__notes {
    min-height: 1.5625rem;
  }

  .next-section--offset-top-xl-2_5.section--offset-top-xl-2_5 {
    padding-bottom: 1.5625rem;
  }

  .next-section--offset-top-xl-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-bottom-xl-3 {
    margin-bottom: -1.875rem;
  }

  .section--offset-bottom-xl-3 .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-bottom-xl-3 .section__holder:before {
    bottom: 1.875rem;
  }

  .section--offset-bottom-xl-3 .site-section__overlay {
    bottom: 1.875rem;
  }

  .section--offset-bottom-xl-3 + .site-section .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-top-xl-3 {
    margin-top: -1.875rem;
    padding-top: 1.875rem;
  }

  .section--offset-top-xl-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-top-xl-3 .section__offcanvas-block {
    margin-top: -1.875rem;
  }

  .section--offset-top-xl-3.site-section--testimonials {
    padding-top: calc(1.875rem + 55px);
  }

  .section--offset-top-xl-3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.875rem - 55px);
  }

  .section--offset-bottom-xl-3 .offset-block__notes,
  .section--offset-top-xl-3 .offset-block__notes {
    min-height: 1.875rem;
  }

  .next-section--offset-top-xl-3.section--offset-top-xl-3 {
    padding-bottom: 1.875rem;
  }

  .next-section--offset-top-xl-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-bottom-xl-3_5 {
    margin-bottom: -2.1875rem;
  }

  .section--offset-bottom-xl-3_5 .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-bottom-xl-3_5 .section__holder:before {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-xl-3_5 .site-section__overlay {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-xl-3_5 + .site-section .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-top-xl-3_5 {
    margin-top: -2.1875rem;
    padding-top: 2.1875rem;
  }

  .section--offset-top-xl-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-top-xl-3_5 .section__offcanvas-block {
    margin-top: -2.1875rem;
  }

  .section--offset-top-xl-3_5.site-section--testimonials {
    padding-top: calc(2.1875rem + 55px);
  }

  .section--offset-top-xl-3_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.1875rem - 55px);
  }

  .section--offset-bottom-xl-3_5 .offset-block__notes,
  .section--offset-top-xl-3_5 .offset-block__notes {
    min-height: 2.1875rem;
  }

  .next-section--offset-top-xl-3_5.section--offset-top-xl-3_5 {
    padding-bottom: 2.1875rem;
  }

  .next-section--offset-top-xl-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-bottom-xl-4 {
    margin-bottom: -2.5rem;
  }

  .section--offset-bottom-xl-4 .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-bottom-xl-4 .section__holder:before {
    bottom: 2.5rem;
  }

  .section--offset-bottom-xl-4 .site-section__overlay {
    bottom: 2.5rem;
  }

  .section--offset-bottom-xl-4 + .site-section .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-top-xl-4 {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }

  .section--offset-top-xl-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-top-xl-4 .section__offcanvas-block {
    margin-top: -2.5rem;
  }

  .section--offset-top-xl-4.site-section--testimonials {
    padding-top: calc(2.5rem + 55px);
  }

  .section--offset-top-xl-4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.5rem - 55px);
  }

  .section--offset-bottom-xl-4 .offset-block__notes,
  .section--offset-top-xl-4 .offset-block__notes {
    min-height: 2.5rem;
  }

  .next-section--offset-top-xl-4.section--offset-top-xl-4 {
    padding-bottom: 2.5rem;
  }

  .next-section--offset-top-xl-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-bottom-xl-4_5 {
    margin-bottom: -2.8125rem;
  }

  .section--offset-bottom-xl-4_5 .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-bottom-xl-4_5 .section__holder:before {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-xl-4_5 .site-section__overlay {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-xl-4_5 + .site-section .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-top-xl-4_5 {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
  }

  .section--offset-top-xl-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-top-xl-4_5 .section__offcanvas-block {
    margin-top: -2.8125rem;
  }

  .section--offset-top-xl-4_5.site-section--testimonials {
    padding-top: calc(2.8125rem + 55px);
  }

  .section--offset-top-xl-4_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.8125rem - 55px);
  }

  .section--offset-bottom-xl-4_5 .offset-block__notes,
  .section--offset-top-xl-4_5 .offset-block__notes {
    min-height: 2.8125rem;
  }

  .next-section--offset-top-xl-4_5.section--offset-top-xl-4_5 {
    padding-bottom: 2.8125rem;
  }

  .next-section--offset-top-xl-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-bottom-xl-5 {
    margin-bottom: -3.125rem;
  }

  .section--offset-bottom-xl-5 .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-bottom-xl-5 .section__holder:before {
    bottom: 3.125rem;
  }

  .section--offset-bottom-xl-5 .site-section__overlay {
    bottom: 3.125rem;
  }

  .section--offset-bottom-xl-5 + .site-section .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-top-xl-5 {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }

  .section--offset-top-xl-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-top-xl-5 .section__offcanvas-block {
    margin-top: -3.125rem;
  }

  .section--offset-top-xl-5.site-section--testimonials {
    padding-top: calc(3.125rem + 55px);
  }

  .section--offset-top-xl-5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.125rem - 55px);
  }

  .section--offset-bottom-xl-5 .offset-block__notes,
  .section--offset-top-xl-5 .offset-block__notes {
    min-height: 3.125rem;
  }

  .next-section--offset-top-xl-5.section--offset-top-xl-5 {
    padding-bottom: 3.125rem;
  }

  .next-section--offset-top-xl-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-bottom-xl-5_5 {
    margin-bottom: -3.4375rem;
  }

  .section--offset-bottom-xl-5_5 .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-bottom-xl-5_5 .section__holder:before {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-xl-5_5 .site-section__overlay {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-xl-5_5 + .site-section .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-top-xl-5_5 {
    margin-top: -3.4375rem;
    padding-top: 3.4375rem;
  }

  .section--offset-top-xl-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-top-xl-5_5 .section__offcanvas-block {
    margin-top: -3.4375rem;
  }

  .section--offset-top-xl-5_5.site-section--testimonials {
    padding-top: calc(3.4375rem + 55px);
  }

  .section--offset-top-xl-5_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.4375rem - 55px);
  }

  .section--offset-bottom-xl-5_5 .offset-block__notes,
  .section--offset-top-xl-5_5 .offset-block__notes {
    min-height: 3.4375rem;
  }

  .next-section--offset-top-xl-5_5.section--offset-top-xl-5_5 {
    padding-bottom: 3.4375rem;
  }

  .next-section--offset-top-xl-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-bottom-xl-6 {
    margin-bottom: -3.75rem;
  }

  .section--offset-bottom-xl-6 .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-bottom-xl-6 .section__holder:before {
    bottom: 3.75rem;
  }

  .section--offset-bottom-xl-6 .site-section__overlay {
    bottom: 3.75rem;
  }

  .section--offset-bottom-xl-6 + .site-section .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-top-xl-6 {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }

  .section--offset-top-xl-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-top-xl-6 .section__offcanvas-block {
    margin-top: -3.75rem;
  }

  .section--offset-top-xl-6.site-section--testimonials {
    padding-top: calc(3.75rem + 55px);
  }

  .section--offset-top-xl-6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.75rem - 55px);
  }

  .section--offset-bottom-xl-6 .offset-block__notes,
  .section--offset-top-xl-6 .offset-block__notes {
    min-height: 3.75rem;
  }

  .next-section--offset-top-xl-6.section--offset-top-xl-6 {
    padding-bottom: 3.75rem;
  }

  .next-section--offset-top-xl-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-bottom-xl-6_5 {
    margin-bottom: -4.0625rem;
  }

  .section--offset-bottom-xl-6_5 .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-bottom-xl-6_5 .section__holder:before {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-xl-6_5 .site-section__overlay {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-xl-6_5 + .site-section .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-top-xl-6_5 {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }

  .section--offset-top-xl-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-top-xl-6_5 .section__offcanvas-block {
    margin-top: -4.0625rem;
  }

  .section--offset-top-xl-6_5.site-section--testimonials {
    padding-top: calc(4.0625rem + 55px);
  }

  .section--offset-top-xl-6_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.0625rem - 55px);
  }

  .section--offset-bottom-xl-6_5 .offset-block__notes,
  .section--offset-top-xl-6_5 .offset-block__notes {
    min-height: 4.0625rem;
  }

  .next-section--offset-top-xl-6_5.section--offset-top-xl-6_5 {
    padding-bottom: 4.0625rem;
  }

  .next-section--offset-top-xl-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-bottom-xl-7 {
    margin-bottom: -4.375rem;
  }

  .section--offset-bottom-xl-7 .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-bottom-xl-7 .section__holder:before {
    bottom: 4.375rem;
  }

  .section--offset-bottom-xl-7 .site-section__overlay {
    bottom: 4.375rem;
  }

  .section--offset-bottom-xl-7 + .site-section .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-top-xl-7 {
    margin-top: -4.375rem;
    padding-top: 4.375rem;
  }

  .section--offset-top-xl-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-top-xl-7 .section__offcanvas-block {
    margin-top: -4.375rem;
  }

  .section--offset-top-xl-7.site-section--testimonials {
    padding-top: calc(4.375rem + 55px);
  }

  .section--offset-top-xl-7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.375rem - 55px);
  }

  .section--offset-bottom-xl-7 .offset-block__notes,
  .section--offset-top-xl-7 .offset-block__notes {
    min-height: 4.375rem;
  }

  .next-section--offset-top-xl-7.section--offset-top-xl-7 {
    padding-bottom: 4.375rem;
  }

  .next-section--offset-top-xl-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-bottom-xl-7_5 {
    margin-bottom: -4.6875rem;
  }

  .section--offset-bottom-xl-7_5 .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-bottom-xl-7_5 .section__holder:before {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-xl-7_5 .site-section__overlay {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-xl-7_5 + .site-section .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-top-xl-7_5 {
    margin-top: -4.6875rem;
    padding-top: 4.6875rem;
  }

  .section--offset-top-xl-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-top-xl-7_5 .section__offcanvas-block {
    margin-top: -4.6875rem;
  }

  .section--offset-top-xl-7_5.site-section--testimonials {
    padding-top: calc(4.6875rem + 55px);
  }

  .section--offset-top-xl-7_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.6875rem - 55px);
  }

  .section--offset-bottom-xl-7_5 .offset-block__notes,
  .section--offset-top-xl-7_5 .offset-block__notes {
    min-height: 4.6875rem;
  }

  .next-section--offset-top-xl-7_5.section--offset-top-xl-7_5 {
    padding-bottom: 4.6875rem;
  }

  .next-section--offset-top-xl-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-bottom-xl-8 {
    margin-bottom: -5rem;
  }

  .section--offset-bottom-xl-8 .section__holder {
    padding-top: 5rem;
  }

  .section--offset-bottom-xl-8 .section__holder:before {
    bottom: 5rem;
  }

  .section--offset-bottom-xl-8 .site-section__overlay {
    bottom: 5rem;
  }

  .section--offset-bottom-xl-8 + .site-section .section__holder {
    padding-top: 5rem;
  }

  .section--offset-top-xl-8 {
    margin-top: -5rem;
    padding-top: 5rem;
  }

  .section--offset-top-xl-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-top-xl-8 .section__offcanvas-block {
    margin-top: -5rem;
  }

  .section--offset-top-xl-8.site-section--testimonials {
    padding-top: calc(5rem + 55px);
  }

  .section--offset-top-xl-8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-5rem - 55px);
  }

  .section--offset-bottom-xl-8 .offset-block__notes,
  .section--offset-top-xl-8 .offset-block__notes {
    min-height: 5rem;
  }

  .next-section--offset-top-xl-8.section--offset-top-xl-8 {
    padding-bottom: 5rem;
  }

  .next-section--offset-top-xl-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-bottom-xl-12 {
    margin-bottom: -7.5rem;
  }

  .section--offset-bottom-xl-12 .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-bottom-xl-12 .section__holder:before {
    bottom: 7.5rem;
  }

  .section--offset-bottom-xl-12 .site-section__overlay {
    bottom: 7.5rem;
  }

  .section--offset-bottom-xl-12 + .site-section .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-top-xl-12 {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .section--offset-top-xl-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-top-xl-12 .section__offcanvas-block {
    margin-top: -7.5rem;
  }

  .section--offset-top-xl-12.site-section--testimonials {
    padding-top: calc(7.5rem + 55px);
  }

  .section--offset-top-xl-12.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-7.5rem - 55px);
  }

  .section--offset-bottom-xl-12 .offset-block__notes,
  .section--offset-top-xl-12 .offset-block__notes {
    min-height: 7.5rem;
  }

  .next-section--offset-top-xl-12.section--offset-top-xl-12 {
    padding-bottom: 7.5rem;
  }

  .next-section--offset-top-xl-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-bottom-xl-14 {
    margin-bottom: -8.75rem;
  }

  .section--offset-bottom-xl-14 .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-bottom-xl-14 .section__holder:before {
    bottom: 8.75rem;
  }

  .section--offset-bottom-xl-14 .site-section__overlay {
    bottom: 8.75rem;
  }

  .section--offset-bottom-xl-14 + .site-section .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-top-xl-14 {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }

  .section--offset-top-xl-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-top-xl-14 .section__offcanvas-block {
    margin-top: -8.75rem;
  }

  .section--offset-top-xl-14.site-section--testimonials {
    padding-top: calc(8.75rem + 55px);
  }

  .section--offset-top-xl-14.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-8.75rem - 55px);
  }

  .section--offset-bottom-xl-14 .offset-block__notes,
  .section--offset-top-xl-14 .offset-block__notes {
    min-height: 8.75rem;
  }

  .next-section--offset-top-xl-14.section--offset-top-xl-14 {
    padding-bottom: 8.75rem;
  }

  .next-section--offset-top-xl-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-bottom-xl-15 {
    margin-bottom: -9.375rem;
  }

  .section--offset-bottom-xl-15 .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-bottom-xl-15 .section__holder:before {
    bottom: 9.375rem;
  }

  .section--offset-bottom-xl-15 .site-section__overlay {
    bottom: 9.375rem;
  }

  .section--offset-bottom-xl-15 + .site-section .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-top-xl-15 {
    margin-top: -9.375rem;
    padding-top: 9.375rem;
  }

  .section--offset-top-xl-15 .section__holder {
    padding-bottom: 9.375rem;
  }

  .section--offset-top-xl-15 .section__offcanvas-block {
    margin-top: -9.375rem;
  }

  .section--offset-top-xl-15.site-section--testimonials {
    padding-top: calc(9.375rem + 55px);
  }

  .section--offset-top-xl-15.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-9.375rem - 55px);
  }

  .section--offset-bottom-xl-15 .offset-block__notes,
  .section--offset-top-xl-15 .offset-block__notes {
    min-height: 9.375rem;
  }

  .next-section--offset-top-xl-15.section--offset-top-xl-15 {
    padding-bottom: 9.375rem;
  }

  .next-section--offset-top-xl-15 .section__holder {
    padding-bottom: 9.375rem;
  }
  .h-xl-100vh {
    min-height: 100vh !important;
  }

  .h-xl-0vh {
    min-height: 0 !important;
  }

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

  .h-xl-auto {
    height: auto !important;
  }
  .navbar-expand-xl > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-expand-xl .navbar-toggler {
    display: block;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1440px) {
  .btn-md {
    font-size: .875rem;
  }
  .btn-lg {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .btn {
    font-size: .875rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-outline {
    bottom: 0;
  }
  .display-1 {
    font-size: 10.5rem;
  }
  .display-2 {
    font-size: 8.75rem;
  }
  .display-3 {
    font-size: 4.75rem;
  }
  .display-4 {
    font-size: 3.375rem;
  }
  .blockquote {
    font-size: 1.5625rem;
  }
  .blockquote-footer {
    font-size: 1rem;
  }
  .btn {
    font-size: 1.4rem;
  }
  .btn-arrowed .btn__arrow {
    font-size: 1.4em;
  }
  .btn-sm {
    font-size: .875rem;
  }
  .btn-md {
    min-width: calc(3.8rem + 2px - .05rem);
    height: 1px;
    min-height: calc(3.8rem + 2px - .05rem);
    padding: 1.375rem 1.21875rem;
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.2;
  }
  .btn-md.card__number {
    margin-top: calc(((3.8rem + 2px - .05rem) / -2));
  }

  .btn-md.btn-arrowed .btn__arrow {
    width: calc(3.8rem + 2px - .05rem);
  }

  .btn-md.btn-arrowed--right .btn__text {
    margin-right: calc(3.8rem + 2px - .05rem);
  }

  .btn-md.btn-arrowed--right:hover .btn__text {
    -webkit-transform: translateX(1.9rem);
    transform: translateX(1.9rem);
  }

  .btn-md.btn-arrowed--right:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(3.8rem) translateX(2px) translateX(-0.05rem);
    transform: translateX(3.8rem) translateX(2px) translateX(-0.05rem);
  }

  .btn-md.btn-arrowed--left .btn__text {
    margin-left: calc(3.8rem + 2px - .05rem);
  }

  .btn-md.btn-arrowed--left:hover .btn__text {
    -webkit-transform: translateX(-1.9rem);
    transform: translateX(-1.9rem);
  }

  .btn-md.btn-arrowed--left:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(-3.8rem) translateX(-2px) translateX(.05rem);
    transform: translateX(-3.8rem) translateX(-2px) translateX(.05rem);
  }
  .btn-lg {
    min-width: calc(4.6125rem + 2px - .05rem);
    height: 1px;
    min-height: calc(4.6125rem + 2px - .05rem);
    padding: 1.78125rem 1.21875rem;
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.2;
  }
  .btn-lg.card__number {
    margin-top: calc(((4.6125rem + 2px - .05rem) / -2));
  }

  .btn-lg.btn-arrowed .btn__arrow {
    width: calc(4.6125rem + 2px - .05rem);
  }

  .btn-lg.btn-arrowed--right .btn__text {
    margin-right: calc(4.6125rem + 2px - .05rem);
  }

  .btn-lg.btn-arrowed--right:hover .btn__text {
    -webkit-transform: translateX(2.30625rem);
    transform: translateX(2.30625rem);
  }

  .btn-lg.btn-arrowed--right:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(4.6125rem) translateX(2px) translateX(-0.05rem);
    transform: translateX(4.6125rem) translateX(2px) translateX(-0.05rem);
  }

  .btn-lg.btn-arrowed--left .btn__text {
    margin-left: calc(4.6125rem + 2px - .05rem);
  }

  .btn-lg.btn-arrowed--left:hover .btn__text {
    -webkit-transform: translateX(-2.30625rem);
    transform: translateX(-2.30625rem);
  }

  .btn-lg.btn-arrowed--left:hover .btn__arrow:not(:only-child) {
    -webkit-transform: translateX(-4.6125rem) translateX(-2px) translateX(.05rem);
    transform: translateX(-4.6125rem) translateX(-2px) translateX(.05rem);
  }
  .hero-section {
    padding-top: 9.0625rem;
  }
  .card__image-overlay:before {
    padding-top: 67.25664%;
  }
  html {
    font-size: 16px;
  }
  .stack-svg__holder--smallest {
    padding-top: 277px;
  }
  .stack-svg__holder--largest {
    padding-top: 590px;
  }
  .contact-section {
    background-size: auto;
  }
  .testimonials-carousel__visual {
    min-height: 39.75rem;
  }
  .carousel-offcanvas__title {
    margin-top: -0.5em;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 1440px) {
  .section--offset-bottom-xxl-0 {
    margin-bottom: 0;
  }

  .section--offset-bottom-xxl-0 .section__holder {
    padding-top: 0;
  }

  .section--offset-bottom-xxl-0 .section__holder:before {
    bottom: 0;
  }

  .section--offset-bottom-xxl-0 .site-section__overlay {
    bottom: 0;
  }

  .section--offset-bottom-xxl-0 + .site-section .section__holder {
    padding-top: 0;
  }

  .section--offset-top-xxl-0 {
    margin-top: 0;
    padding-top: 0;
  }

  .section--offset-top-xxl-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-top-xxl-0 .section__offcanvas-block {
    margin-top: 0;
  }

  .section--offset-top-xxl-0.site-section--testimonials {
    padding-top: calc(0 + 55px);
  }

  .section--offset-top-xxl-0.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0 - 55px);
  }

  .section--offset-bottom-xxl-0 .offset-block__notes,
  .section--offset-top-xxl-0 .offset-block__notes {
    min-height: 0;
  }

  .next-section--offset-top-xxl-0.section--offset-top-xxl-0 {
    padding-bottom: 0;
  }

  .next-section--offset-top-xxl-0 .section__holder {
    padding-bottom: 0;
  }

  .section--offset-bottom-xxl-0_1 {
    margin-bottom: -0.0625rem;
  }

  .section--offset-bottom-xxl-0_1 .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-bottom-xxl-0_1 .section__holder:before {
    bottom: .0625rem;
  }

  .section--offset-bottom-xxl-0_1 .site-section__overlay {
    bottom: .0625rem;
  }

  .section--offset-bottom-xxl-0_1 + .site-section .section__holder {
    padding-top: .0625rem;
  }

  .section--offset-top-xxl-0_1 {
    margin-top: -0.0625rem;
    padding-top: .0625rem;
  }

  .section--offset-top-xxl-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-top-xxl-0_1 .section__offcanvas-block {
    margin-top: -0.0625rem;
  }

  .section--offset-top-xxl-0_1.site-section--testimonials {
    padding-top: calc(.0625rem + 55px);
  }

  .section--offset-top-xxl-0_1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.0625rem - 55px);
  }

  .section--offset-bottom-xxl-0_1 .offset-block__notes,
  .section--offset-top-xxl-0_1 .offset-block__notes {
    min-height: .0625rem;
  }

  .next-section--offset-top-xxl-0_1.section--offset-top-xxl-0_1 {
    padding-bottom: .0625rem;
  }

  .next-section--offset-top-xxl-0_1 .section__holder {
    padding-bottom: .0625rem;
  }

  .section--offset-bottom-xxl-0_2 {
    margin-bottom: -0.125rem;
  }

  .section--offset-bottom-xxl-0_2 .section__holder {
    padding-top: .125rem;
  }

  .section--offset-bottom-xxl-0_2 .section__holder:before {
    bottom: .125rem;
  }

  .section--offset-bottom-xxl-0_2 .site-section__overlay {
    bottom: .125rem;
  }

  .section--offset-bottom-xxl-0_2 + .site-section .section__holder {
    padding-top: .125rem;
  }

  .section--offset-top-xxl-0_2 {
    margin-top: -0.125rem;
    padding-top: .125rem;
  }

  .section--offset-top-xxl-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-top-xxl-0_2 .section__offcanvas-block {
    margin-top: -0.125rem;
  }

  .section--offset-top-xxl-0_2.site-section--testimonials {
    padding-top: calc(.125rem + 55px);
  }

  .section--offset-top-xxl-0_2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.125rem - 55px);
  }

  .section--offset-bottom-xxl-0_2 .offset-block__notes,
  .section--offset-top-xxl-0_2 .offset-block__notes {
    min-height: .125rem;
  }

  .next-section--offset-top-xxl-0_2.section--offset-top-xxl-0_2 {
    padding-bottom: .125rem;
  }

  .next-section--offset-top-xxl-0_2 .section__holder {
    padding-bottom: .125rem;
  }

  .section--offset-bottom-xxl-0_3 {
    margin-bottom: -0.1875rem;
  }

  .section--offset-bottom-xxl-0_3 .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-bottom-xxl-0_3 .section__holder:before {
    bottom: .1875rem;
  }

  .section--offset-bottom-xxl-0_3 .site-section__overlay {
    bottom: .1875rem;
  }

  .section--offset-bottom-xxl-0_3 + .site-section .section__holder {
    padding-top: .1875rem;
  }

  .section--offset-top-xxl-0_3 {
    margin-top: -0.1875rem;
    padding-top: .1875rem;
  }

  .section--offset-top-xxl-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-top-xxl-0_3 .section__offcanvas-block {
    margin-top: -0.1875rem;
  }

  .section--offset-top-xxl-0_3.site-section--testimonials {
    padding-top: calc(.1875rem + 55px);
  }

  .section--offset-top-xxl-0_3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.1875rem - 55px);
  }

  .section--offset-bottom-xxl-0_3 .offset-block__notes,
  .section--offset-top-xxl-0_3 .offset-block__notes {
    min-height: .1875rem;
  }

  .next-section--offset-top-xxl-0_3.section--offset-top-xxl-0_3 {
    padding-bottom: .1875rem;
  }

  .next-section--offset-top-xxl-0_3 .section__holder {
    padding-bottom: .1875rem;
  }

  .section--offset-bottom-xxl-0_4 {
    margin-bottom: -0.25rem;
  }

  .section--offset-bottom-xxl-0_4 .section__holder {
    padding-top: .25rem;
  }

  .section--offset-bottom-xxl-0_4 .section__holder:before {
    bottom: .25rem;
  }

  .section--offset-bottom-xxl-0_4 .site-section__overlay {
    bottom: .25rem;
  }

  .section--offset-bottom-xxl-0_4 + .site-section .section__holder {
    padding-top: .25rem;
  }

  .section--offset-top-xxl-0_4 {
    margin-top: -0.25rem;
    padding-top: .25rem;
  }

  .section--offset-top-xxl-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-top-xxl-0_4 .section__offcanvas-block {
    margin-top: -0.25rem;
  }

  .section--offset-top-xxl-0_4.site-section--testimonials {
    padding-top: calc(.25rem + 55px);
  }

  .section--offset-top-xxl-0_4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.25rem - 55px);
  }

  .section--offset-bottom-xxl-0_4 .offset-block__notes,
  .section--offset-top-xxl-0_4 .offset-block__notes {
    min-height: .25rem;
  }

  .next-section--offset-top-xxl-0_4.section--offset-top-xxl-0_4 {
    padding-bottom: .25rem;
  }

  .next-section--offset-top-xxl-0_4 .section__holder {
    padding-bottom: .25rem;
  }

  .section--offset-bottom-xxl-0_5 {
    margin-bottom: -0.3125rem;
  }

  .section--offset-bottom-xxl-0_5 .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-bottom-xxl-0_5 .section__holder:before {
    bottom: .3125rem;
  }

  .section--offset-bottom-xxl-0_5 .site-section__overlay {
    bottom: .3125rem;
  }

  .section--offset-bottom-xxl-0_5 + .site-section .section__holder {
    padding-top: .3125rem;
  }

  .section--offset-top-xxl-0_5 {
    margin-top: -0.3125rem;
    padding-top: .3125rem;
  }

  .section--offset-top-xxl-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-top-xxl-0_5 .section__offcanvas-block {
    margin-top: -0.3125rem;
  }

  .section--offset-top-xxl-0_5.site-section--testimonials {
    padding-top: calc(.3125rem + 55px);
  }

  .section--offset-top-xxl-0_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.3125rem - 55px);
  }

  .section--offset-bottom-xxl-0_5 .offset-block__notes,
  .section--offset-top-xxl-0_5 .offset-block__notes {
    min-height: .3125rem;
  }

  .next-section--offset-top-xxl-0_5.section--offset-top-xxl-0_5 {
    padding-bottom: .3125rem;
  }

  .next-section--offset-top-xxl-0_5 .section__holder {
    padding-bottom: .3125rem;
  }

  .section--offset-bottom-xxl-0_6 {
    margin-bottom: -0.375rem;
  }

  .section--offset-bottom-xxl-0_6 .section__holder {
    padding-top: .375rem;
  }

  .section--offset-bottom-xxl-0_6 .section__holder:before {
    bottom: .375rem;
  }

  .section--offset-bottom-xxl-0_6 .site-section__overlay {
    bottom: .375rem;
  }

  .section--offset-bottom-xxl-0_6 + .site-section .section__holder {
    padding-top: .375rem;
  }

  .section--offset-top-xxl-0_6 {
    margin-top: -0.375rem;
    padding-top: .375rem;
  }

  .section--offset-top-xxl-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-top-xxl-0_6 .section__offcanvas-block {
    margin-top: -0.375rem;
  }

  .section--offset-top-xxl-0_6.site-section--testimonials {
    padding-top: calc(.375rem + 55px);
  }

  .section--offset-top-xxl-0_6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.375rem - 55px);
  }

  .section--offset-bottom-xxl-0_6 .offset-block__notes,
  .section--offset-top-xxl-0_6 .offset-block__notes {
    min-height: .375rem;
  }

  .next-section--offset-top-xxl-0_6.section--offset-top-xxl-0_6 {
    padding-bottom: .375rem;
  }

  .next-section--offset-top-xxl-0_6 .section__holder {
    padding-bottom: .375rem;
  }

  .section--offset-bottom-xxl-0_7 {
    margin-bottom: -0.4375rem;
  }

  .section--offset-bottom-xxl-0_7 .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-bottom-xxl-0_7 .section__holder:before {
    bottom: .4375rem;
  }

  .section--offset-bottom-xxl-0_7 .site-section__overlay {
    bottom: .4375rem;
  }

  .section--offset-bottom-xxl-0_7 + .site-section .section__holder {
    padding-top: .4375rem;
  }

  .section--offset-top-xxl-0_7 {
    margin-top: -0.4375rem;
    padding-top: .4375rem;
  }

  .section--offset-top-xxl-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-top-xxl-0_7 .section__offcanvas-block {
    margin-top: -0.4375rem;
  }

  .section--offset-top-xxl-0_7.site-section--testimonials {
    padding-top: calc(.4375rem + 55px);
  }

  .section--offset-top-xxl-0_7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.4375rem - 55px);
  }

  .section--offset-bottom-xxl-0_7 .offset-block__notes,
  .section--offset-top-xxl-0_7 .offset-block__notes {
    min-height: .4375rem;
  }

  .next-section--offset-top-xxl-0_7.section--offset-top-xxl-0_7 {
    padding-bottom: .4375rem;
  }

  .next-section--offset-top-xxl-0_7 .section__holder {
    padding-bottom: .4375rem;
  }

  .section--offset-bottom-xxl-0_8 {
    margin-bottom: -0.5rem;
  }

  .section--offset-bottom-xxl-0_8 .section__holder {
    padding-top: .5rem;
  }

  .section--offset-bottom-xxl-0_8 .section__holder:before {
    bottom: .5rem;
  }

  .section--offset-bottom-xxl-0_8 .site-section__overlay {
    bottom: .5rem;
  }

  .section--offset-bottom-xxl-0_8 + .site-section .section__holder {
    padding-top: .5rem;
  }

  .section--offset-top-xxl-0_8 {
    margin-top: -0.5rem;
    padding-top: .5rem;
  }

  .section--offset-top-xxl-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-top-xxl-0_8 .section__offcanvas-block {
    margin-top: -0.5rem;
  }

  .section--offset-top-xxl-0_8.site-section--testimonials {
    padding-top: calc(.5rem + 55px);
  }

  .section--offset-top-xxl-0_8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5rem - 55px);
  }

  .section--offset-bottom-xxl-0_8 .offset-block__notes,
  .section--offset-top-xxl-0_8 .offset-block__notes {
    min-height: .5rem;
  }

  .next-section--offset-top-xxl-0_8.section--offset-top-xxl-0_8 {
    padding-bottom: .5rem;
  }

  .next-section--offset-top-xxl-0_8 .section__holder {
    padding-bottom: .5rem;
  }

  .section--offset-bottom-xxl-0_9 {
    margin-bottom: -0.5625rem;
  }

  .section--offset-bottom-xxl-0_9 .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-bottom-xxl-0_9 .section__holder:before {
    bottom: .5625rem;
  }

  .section--offset-bottom-xxl-0_9 .site-section__overlay {
    bottom: .5625rem;
  }

  .section--offset-bottom-xxl-0_9 + .site-section .section__holder {
    padding-top: .5625rem;
  }

  .section--offset-top-xxl-0_9 {
    margin-top: -0.5625rem;
    padding-top: .5625rem;
  }

  .section--offset-top-xxl-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-top-xxl-0_9 .section__offcanvas-block {
    margin-top: -0.5625rem;
  }

  .section--offset-top-xxl-0_9.site-section--testimonials {
    padding-top: calc(.5625rem + 55px);
  }

  .section--offset-top-xxl-0_9.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.5625rem - 55px);
  }

  .section--offset-bottom-xxl-0_9 .offset-block__notes,
  .section--offset-top-xxl-0_9 .offset-block__notes {
    min-height: .5625rem;
  }

  .next-section--offset-top-xxl-0_9.section--offset-top-xxl-0_9 {
    padding-bottom: .5625rem;
  }

  .next-section--offset-top-xxl-0_9 .section__holder {
    padding-bottom: .5625rem;
  }

  .section--offset-bottom-xxl-1 {
    margin-bottom: -0.625rem;
  }

  .section--offset-bottom-xxl-1 .section__holder {
    padding-top: .625rem;
  }

  .section--offset-bottom-xxl-1 .section__holder:before {
    bottom: .625rem;
  }

  .section--offset-bottom-xxl-1 .site-section__overlay {
    bottom: .625rem;
  }

  .section--offset-bottom-xxl-1 + .site-section .section__holder {
    padding-top: .625rem;
  }

  .section--offset-top-xxl-1 {
    margin-top: -0.625rem;
    padding-top: .625rem;
  }

  .section--offset-top-xxl-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-top-xxl-1 .section__offcanvas-block {
    margin-top: -0.625rem;
  }

  .section--offset-top-xxl-1.site-section--testimonials {
    padding-top: calc(.625rem + 55px);
  }

  .section--offset-top-xxl-1.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.625rem - 55px);
  }

  .section--offset-bottom-xxl-1 .offset-block__notes,
  .section--offset-top-xxl-1 .offset-block__notes {
    min-height: .625rem;
  }

  .next-section--offset-top-xxl-1.section--offset-top-xxl-1 {
    padding-bottom: .625rem;
  }

  .next-section--offset-top-xxl-1 .section__holder {
    padding-bottom: .625rem;
  }

  .section--offset-bottom-xxl-1_5 {
    margin-bottom: -0.9375rem;
  }

  .section--offset-bottom-xxl-1_5 .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-bottom-xxl-1_5 .section__holder:before {
    bottom: .9375rem;
  }

  .section--offset-bottom-xxl-1_5 .site-section__overlay {
    bottom: .9375rem;
  }

  .section--offset-bottom-xxl-1_5 + .site-section .section__holder {
    padding-top: .9375rem;
  }

  .section--offset-top-xxl-1_5 {
    margin-top: -0.9375rem;
    padding-top: .9375rem;
  }

  .section--offset-top-xxl-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-top-xxl-1_5 .section__offcanvas-block {
    margin-top: -0.9375rem;
  }

  .section--offset-top-xxl-1_5.site-section--testimonials {
    padding-top: calc(.9375rem + 55px);
  }

  .section--offset-top-xxl-1_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-0.9375rem - 55px);
  }

  .section--offset-bottom-xxl-1_5 .offset-block__notes,
  .section--offset-top-xxl-1_5 .offset-block__notes {
    min-height: .9375rem;
  }

  .next-section--offset-top-xxl-1_5.section--offset-top-xxl-1_5 {
    padding-bottom: .9375rem;
  }

  .next-section--offset-top-xxl-1_5 .section__holder {
    padding-bottom: .9375rem;
  }

  .section--offset-bottom-xxl-2 {
    margin-bottom: -1.25rem;
  }

  .section--offset-bottom-xxl-2 .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-bottom-xxl-2 .section__holder:before {
    bottom: 1.25rem;
  }

  .section--offset-bottom-xxl-2 .site-section__overlay {
    bottom: 1.25rem;
  }

  .section--offset-bottom-xxl-2 + .site-section .section__holder {
    padding-top: 1.25rem;
  }

  .section--offset-top-xxl-2 {
    margin-top: -1.25rem;
    padding-top: 1.25rem;
  }

  .section--offset-top-xxl-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-top-xxl-2 .section__offcanvas-block {
    margin-top: -1.25rem;
  }

  .section--offset-top-xxl-2.site-section--testimonials {
    padding-top: calc(1.25rem + 55px);
  }

  .section--offset-top-xxl-2.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.25rem - 55px);
  }

  .section--offset-bottom-xxl-2 .offset-block__notes,
  .section--offset-top-xxl-2 .offset-block__notes {
    min-height: 1.25rem;
  }

  .next-section--offset-top-xxl-2.section--offset-top-xxl-2 {
    padding-bottom: 1.25rem;
  }

  .next-section--offset-top-xxl-2 .section__holder {
    padding-bottom: 1.25rem;
  }

  .section--offset-bottom-xxl-2_5 {
    margin-bottom: -1.5625rem;
  }

  .section--offset-bottom-xxl-2_5 .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-bottom-xxl-2_5 .section__holder:before {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-xxl-2_5 .site-section__overlay {
    bottom: 1.5625rem;
  }

  .section--offset-bottom-xxl-2_5 + .site-section .section__holder {
    padding-top: 1.5625rem;
  }

  .section--offset-top-xxl-2_5 {
    margin-top: -1.5625rem;
    padding-top: 1.5625rem;
  }

  .section--offset-top-xxl-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-top-xxl-2_5 .section__offcanvas-block {
    margin-top: -1.5625rem;
  }

  .section--offset-top-xxl-2_5.site-section--testimonials {
    padding-top: calc(1.5625rem + 55px);
  }

  .section--offset-top-xxl-2_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.5625rem - 55px);
  }

  .section--offset-bottom-xxl-2_5 .offset-block__notes,
  .section--offset-top-xxl-2_5 .offset-block__notes {
    min-height: 1.5625rem;
  }

  .next-section--offset-top-xxl-2_5.section--offset-top-xxl-2_5 {
    padding-bottom: 1.5625rem;
  }

  .next-section--offset-top-xxl-2_5 .section__holder {
    padding-bottom: 1.5625rem;
  }

  .section--offset-bottom-xxl-3 {
    margin-bottom: -1.875rem;
  }

  .section--offset-bottom-xxl-3 .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-bottom-xxl-3 .section__holder:before {
    bottom: 1.875rem;
  }

  .section--offset-bottom-xxl-3 .site-section__overlay {
    bottom: 1.875rem;
  }

  .section--offset-bottom-xxl-3 + .site-section .section__holder {
    padding-top: 1.875rem;
  }

  .section--offset-top-xxl-3 {
    margin-top: -1.875rem;
    padding-top: 1.875rem;
  }

  .section--offset-top-xxl-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-top-xxl-3 .section__offcanvas-block {
    margin-top: -1.875rem;
  }

  .section--offset-top-xxl-3.site-section--testimonials {
    padding-top: calc(1.875rem + 55px);
  }

  .section--offset-top-xxl-3.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-1.875rem - 55px);
  }

  .section--offset-bottom-xxl-3 .offset-block__notes,
  .section--offset-top-xxl-3 .offset-block__notes {
    min-height: 1.875rem;
  }

  .next-section--offset-top-xxl-3.section--offset-top-xxl-3 {
    padding-bottom: 1.875rem;
  }

  .next-section--offset-top-xxl-3 .section__holder {
    padding-bottom: 1.875rem;
  }

  .section--offset-bottom-xxl-3_5 {
    margin-bottom: -2.1875rem;
  }

  .section--offset-bottom-xxl-3_5 .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-bottom-xxl-3_5 .section__holder:before {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-xxl-3_5 .site-section__overlay {
    bottom: 2.1875rem;
  }

  .section--offset-bottom-xxl-3_5 + .site-section .section__holder {
    padding-top: 2.1875rem;
  }

  .section--offset-top-xxl-3_5 {
    margin-top: -2.1875rem;
    padding-top: 2.1875rem;
  }

  .section--offset-top-xxl-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-top-xxl-3_5 .section__offcanvas-block {
    margin-top: -2.1875rem;
  }

  .section--offset-top-xxl-3_5.site-section--testimonials {
    padding-top: calc(2.1875rem + 55px);
  }

  .section--offset-top-xxl-3_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.1875rem - 55px);
  }

  .section--offset-bottom-xxl-3_5 .offset-block__notes,
  .section--offset-top-xxl-3_5 .offset-block__notes {
    min-height: 2.1875rem;
  }

  .next-section--offset-top-xxl-3_5.section--offset-top-xxl-3_5 {
    padding-bottom: 2.1875rem;
  }

  .next-section--offset-top-xxl-3_5 .section__holder {
    padding-bottom: 2.1875rem;
  }

  .section--offset-bottom-xxl-4 {
    margin-bottom: -2.5rem;
  }

  .section--offset-bottom-xxl-4 .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-bottom-xxl-4 .section__holder:before {
    bottom: 2.5rem;
  }

  .section--offset-bottom-xxl-4 .site-section__overlay {
    bottom: 2.5rem;
  }

  .section--offset-bottom-xxl-4 + .site-section .section__holder {
    padding-top: 2.5rem;
  }

  .section--offset-top-xxl-4 {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }

  .section--offset-top-xxl-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-top-xxl-4 .section__offcanvas-block {
    margin-top: -2.5rem;
  }

  .section--offset-top-xxl-4.site-section--testimonials {
    padding-top: calc(2.5rem + 55px);
  }

  .section--offset-top-xxl-4.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.5rem - 55px);
  }

  .section--offset-bottom-xxl-4 .offset-block__notes,
  .section--offset-top-xxl-4 .offset-block__notes {
    min-height: 2.5rem;
  }

  .next-section--offset-top-xxl-4.section--offset-top-xxl-4 {
    padding-bottom: 2.5rem;
  }

  .next-section--offset-top-xxl-4 .section__holder {
    padding-bottom: 2.5rem;
  }

  .section--offset-bottom-xxl-4_5 {
    margin-bottom: -2.8125rem;
  }

  .section--offset-bottom-xxl-4_5 .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-bottom-xxl-4_5 .section__holder:before {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-xxl-4_5 .site-section__overlay {
    bottom: 2.8125rem;
  }

  .section--offset-bottom-xxl-4_5 + .site-section .section__holder {
    padding-top: 2.8125rem;
  }

  .section--offset-top-xxl-4_5 {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
  }

  .section--offset-top-xxl-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-top-xxl-4_5 .section__offcanvas-block {
    margin-top: -2.8125rem;
  }

  .section--offset-top-xxl-4_5.site-section--testimonials {
    padding-top: calc(2.8125rem + 55px);
  }

  .section--offset-top-xxl-4_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-2.8125rem - 55px);
  }

  .section--offset-bottom-xxl-4_5 .offset-block__notes,
  .section--offset-top-xxl-4_5 .offset-block__notes {
    min-height: 2.8125rem;
  }

  .next-section--offset-top-xxl-4_5.section--offset-top-xxl-4_5 {
    padding-bottom: 2.8125rem;
  }

  .next-section--offset-top-xxl-4_5 .section__holder {
    padding-bottom: 2.8125rem;
  }

  .section--offset-bottom-xxl-5 {
    margin-bottom: -3.125rem;
  }

  .section--offset-bottom-xxl-5 .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-bottom-xxl-5 .section__holder:before {
    bottom: 3.125rem;
  }

  .section--offset-bottom-xxl-5 .site-section__overlay {
    bottom: 3.125rem;
  }

  .section--offset-bottom-xxl-5 + .site-section .section__holder {
    padding-top: 3.125rem;
  }

  .section--offset-top-xxl-5 {
    margin-top: -3.125rem;
    padding-top: 3.125rem;
  }

  .section--offset-top-xxl-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-top-xxl-5 .section__offcanvas-block {
    margin-top: -3.125rem;
  }

  .section--offset-top-xxl-5.site-section--testimonials {
    padding-top: calc(3.125rem + 55px);
  }

  .section--offset-top-xxl-5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.125rem - 55px);
  }

  .section--offset-bottom-xxl-5 .offset-block__notes,
  .section--offset-top-xxl-5 .offset-block__notes {
    min-height: 3.125rem;
  }

  .next-section--offset-top-xxl-5.section--offset-top-xxl-5 {
    padding-bottom: 3.125rem;
  }

  .next-section--offset-top-xxl-5 .section__holder {
    padding-bottom: 3.125rem;
  }

  .section--offset-bottom-xxl-5_5 {
    margin-bottom: -3.4375rem;
  }

  .section--offset-bottom-xxl-5_5 .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-bottom-xxl-5_5 .section__holder:before {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-xxl-5_5 .site-section__overlay {
    bottom: 3.4375rem;
  }

  .section--offset-bottom-xxl-5_5 + .site-section .section__holder {
    padding-top: 3.4375rem;
  }

  .section--offset-top-xxl-5_5 {
    margin-top: -3.4375rem;
    padding-top: 3.4375rem;
  }

  .section--offset-top-xxl-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-top-xxl-5_5 .section__offcanvas-block {
    margin-top: -3.4375rem;
  }

  .section--offset-top-xxl-5_5.site-section--testimonials {
    padding-top: calc(3.4375rem + 55px);
  }

  .section--offset-top-xxl-5_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.4375rem - 55px);
  }

  .section--offset-bottom-xxl-5_5 .offset-block__notes,
  .section--offset-top-xxl-5_5 .offset-block__notes {
    min-height: 3.4375rem;
  }

  .next-section--offset-top-xxl-5_5.section--offset-top-xxl-5_5 {
    padding-bottom: 3.4375rem;
  }

  .next-section--offset-top-xxl-5_5 .section__holder {
    padding-bottom: 3.4375rem;
  }

  .section--offset-bottom-xxl-6 {
    margin-bottom: -3.75rem;
  }

  .section--offset-bottom-xxl-6 .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-bottom-xxl-6 .section__holder:before {
    bottom: 3.75rem;
  }

  .section--offset-bottom-xxl-6 .site-section__overlay {
    bottom: 3.75rem;
  }

  .section--offset-bottom-xxl-6 + .site-section .section__holder {
    padding-top: 3.75rem;
  }

  .section--offset-top-xxl-6 {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }

  .section--offset-top-xxl-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-top-xxl-6 .section__offcanvas-block {
    margin-top: -3.75rem;
  }

  .section--offset-top-xxl-6.site-section--testimonials {
    padding-top: calc(3.75rem + 55px);
  }

  .section--offset-top-xxl-6.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-3.75rem - 55px);
  }

  .section--offset-bottom-xxl-6 .offset-block__notes,
  .section--offset-top-xxl-6 .offset-block__notes {
    min-height: 3.75rem;
  }

  .next-section--offset-top-xxl-6.section--offset-top-xxl-6 {
    padding-bottom: 3.75rem;
  }

  .next-section--offset-top-xxl-6 .section__holder {
    padding-bottom: 3.75rem;
  }

  .section--offset-bottom-xxl-6_5 {
    margin-bottom: -4.0625rem;
  }

  .section--offset-bottom-xxl-6_5 .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-bottom-xxl-6_5 .section__holder:before {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-xxl-6_5 .site-section__overlay {
    bottom: 4.0625rem;
  }

  .section--offset-bottom-xxl-6_5 + .site-section .section__holder {
    padding-top: 4.0625rem;
  }

  .section--offset-top-xxl-6_5 {
    margin-top: -4.0625rem;
    padding-top: 4.0625rem;
  }

  .section--offset-top-xxl-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-top-xxl-6_5 .section__offcanvas-block {
    margin-top: -4.0625rem;
  }

  .section--offset-top-xxl-6_5.site-section--testimonials {
    padding-top: calc(4.0625rem + 55px);
  }

  .section--offset-top-xxl-6_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.0625rem - 55px);
  }

  .section--offset-bottom-xxl-6_5 .offset-block__notes,
  .section--offset-top-xxl-6_5 .offset-block__notes {
    min-height: 4.0625rem;
  }

  .next-section--offset-top-xxl-6_5.section--offset-top-xxl-6_5 {
    padding-bottom: 4.0625rem;
  }

  .next-section--offset-top-xxl-6_5 .section__holder {
    padding-bottom: 4.0625rem;
  }

  .section--offset-bottom-xxl-7 {
    margin-bottom: -4.375rem;
  }

  .section--offset-bottom-xxl-7 .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-bottom-xxl-7 .section__holder:before {
    bottom: 4.375rem;
  }

  .section--offset-bottom-xxl-7 .site-section__overlay {
    bottom: 4.375rem;
  }

  .section--offset-bottom-xxl-7 + .site-section .section__holder {
    padding-top: 4.375rem;
  }

  .section--offset-top-xxl-7 {
    margin-top: -4.375rem;
    padding-top: 4.375rem;
  }

  .section--offset-top-xxl-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-top-xxl-7 .section__offcanvas-block {
    margin-top: -4.375rem;
  }

  .section--offset-top-xxl-7.site-section--testimonials {
    padding-top: calc(4.375rem + 55px);
  }

  .section--offset-top-xxl-7.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.375rem - 55px);
  }

  .section--offset-bottom-xxl-7 .offset-block__notes,
  .section--offset-top-xxl-7 .offset-block__notes {
    min-height: 4.375rem;
  }

  .next-section--offset-top-xxl-7.section--offset-top-xxl-7 {
    padding-bottom: 4.375rem;
  }

  .next-section--offset-top-xxl-7 .section__holder {
    padding-bottom: 4.375rem;
  }

  .section--offset-bottom-xxl-7_5 {
    margin-bottom: -4.6875rem;
  }

  .section--offset-bottom-xxl-7_5 .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-bottom-xxl-7_5 .section__holder:before {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-xxl-7_5 .site-section__overlay {
    bottom: 4.6875rem;
  }

  .section--offset-bottom-xxl-7_5 + .site-section .section__holder {
    padding-top: 4.6875rem;
  }

  .section--offset-top-xxl-7_5 {
    margin-top: -4.6875rem;
    padding-top: 4.6875rem;
  }

  .section--offset-top-xxl-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-top-xxl-7_5 .section__offcanvas-block {
    margin-top: -4.6875rem;
  }

  .section--offset-top-xxl-7_5.site-section--testimonials {
    padding-top: calc(4.6875rem + 55px);
  }

  .section--offset-top-xxl-7_5.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-4.6875rem - 55px);
  }

  .section--offset-bottom-xxl-7_5 .offset-block__notes,
  .section--offset-top-xxl-7_5 .offset-block__notes {
    min-height: 4.6875rem;
  }

  .next-section--offset-top-xxl-7_5.section--offset-top-xxl-7_5 {
    padding-bottom: 4.6875rem;
  }

  .next-section--offset-top-xxl-7_5 .section__holder {
    padding-bottom: 4.6875rem;
  }

  .section--offset-bottom-xxl-8 {
    margin-bottom: -5rem;
  }

  .section--offset-bottom-xxl-8 .section__holder {
    padding-top: 5rem;
  }

  .section--offset-bottom-xxl-8 .section__holder:before {
    bottom: 5rem;
  }

  .section--offset-bottom-xxl-8 .site-section__overlay {
    bottom: 5rem;
  }

  .section--offset-bottom-xxl-8 + .site-section .section__holder {
    padding-top: 5rem;
  }

  .section--offset-top-xxl-8 {
    margin-top: -5rem;
    padding-top: 5rem;
  }

  .section--offset-top-xxl-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-top-xxl-8 .section__offcanvas-block {
    margin-top: -5rem;
  }

  .section--offset-top-xxl-8.site-section--testimonials {
    padding-top: calc(5rem + 55px);
  }

  .section--offset-top-xxl-8.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-5rem - 55px);
  }

  .section--offset-bottom-xxl-8 .offset-block__notes,
  .section--offset-top-xxl-8 .offset-block__notes {
    min-height: 5rem;
  }

  .next-section--offset-top-xxl-8.section--offset-top-xxl-8 {
    padding-bottom: 5rem;
  }

  .next-section--offset-top-xxl-8 .section__holder {
    padding-bottom: 5rem;
  }

  .section--offset-bottom-xxl-12 {
    margin-bottom: -7.5rem;
  }

  .section--offset-bottom-xxl-12 .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-bottom-xxl-12 .section__holder:before {
    bottom: 7.5rem;
  }

  .section--offset-bottom-xxl-12 .site-section__overlay {
    bottom: 7.5rem;
  }

  .section--offset-bottom-xxl-12 + .site-section .section__holder {
    padding-top: 7.5rem;
  }

  .section--offset-top-xxl-12 {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }

  .section--offset-top-xxl-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-top-xxl-12 .section__offcanvas-block {
    margin-top: -7.5rem;
  }

  .section--offset-top-xxl-12.site-section--testimonials {
    padding-top: calc(7.5rem + 55px);
  }

  .section--offset-top-xxl-12.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-7.5rem - 55px);
  }

  .section--offset-bottom-xxl-12 .offset-block__notes,
  .section--offset-top-xxl-12 .offset-block__notes {
    min-height: 7.5rem;
  }

  .next-section--offset-top-xxl-12.section--offset-top-xxl-12 {
    padding-bottom: 7.5rem;
  }

  .next-section--offset-top-xxl-12 .section__holder {
    padding-bottom: 7.5rem;
  }

  .section--offset-bottom-xxl-14 {
    margin-bottom: -8.75rem;
  }

  .section--offset-bottom-xxl-14 .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-bottom-xxl-14 .section__holder:before {
    bottom: 8.75rem;
  }

  .section--offset-bottom-xxl-14 .site-section__overlay {
    bottom: 8.75rem;
  }

  .section--offset-bottom-xxl-14 + .site-section .section__holder {
    padding-top: 8.75rem;
  }

  .section--offset-top-xxl-14 {
    margin-top: -8.75rem;
    padding-top: 8.75rem;
  }

  .section--offset-top-xxl-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-top-xxl-14 .section__offcanvas-block {
    margin-top: -8.75rem;
  }

  .section--offset-top-xxl-14.site-section--testimonials {
    padding-top: calc(8.75rem + 55px);
  }

  .section--offset-top-xxl-14.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-8.75rem - 55px);
  }

  .section--offset-bottom-xxl-14 .offset-block__notes,
  .section--offset-top-xxl-14 .offset-block__notes {
    min-height: 8.75rem;
  }

  .next-section--offset-top-xxl-14.section--offset-top-xxl-14 {
    padding-bottom: 8.75rem;
  }

  .next-section--offset-top-xxl-14 .section__holder {
    padding-bottom: 8.75rem;
  }

  .section--offset-bottom-xxl-15 {
    margin-bottom: -9.375rem;
  }

  .section--offset-bottom-xxl-15 .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-bottom-xxl-15 .section__holder:before {
    bottom: 9.375rem;
  }

  .section--offset-bottom-xxl-15 .site-section__overlay {
    bottom: 9.375rem;
  }

  .section--offset-bottom-xxl-15 + .site-section .section__holder {
    padding-top: 9.375rem;
  }

  .section--offset-top-xxl-15 {
    margin-top: -9.375rem;
    padding-top: 9.375rem;
  }

  .section--offset-top-xxl-15 .section__holder {
    padding-bottom: 9.375rem;
  }

  .section--offset-top-xxl-15 .section__offcanvas-block {
    margin-top: -9.375rem;
  }

  .section--offset-top-xxl-15.site-section--testimonials {
    padding-top: calc(9.375rem + 55px);
  }

  .section--offset-top-xxl-15.site-section--testimonials .section__offcanvas-block {
    margin-top: calc(-9.375rem - 55px);
  }

  .section--offset-bottom-xxl-15 .offset-block__notes,
  .section--offset-top-xxl-15 .offset-block__notes {
    min-height: 9.375rem;
  }

  .next-section--offset-top-xxl-15.section--offset-top-xxl-15 {
    padding-bottom: 9.375rem;
  }

  .next-section--offset-top-xxl-15 .section__holder {
    padding-bottom: 9.375rem;
  }
  .h-xxl-100vh {
    min-height: 100vh !important;
  }

  .h-xxl-0vh {
    min-height: 0 !important;
  }

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

  .h-xxl-auto {
    height: auto !important;
  }
  .navbar-expand-xxl > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .form-control,
  .form-control-lg,
  .form-control-sm,
  .form-control-md {
    font-size: 1rem !important;
  }
  .form-control::-webkit-input-placeholder,
  .form-control-lg::-webkit-input-placeholder,
  .form-control-sm::-webkit-input-placeholder,
  .form-control-md::-webkit-input-placeholder {
    font-size: 1rem !important;
  }
  .form-control:-ms-input-placeholder,
  .form-control-lg:-ms-input-placeholder,
  .form-control-sm:-ms-input-placeholder,
  .form-control-md:-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .form-control::-ms-input-placeholder,
  .form-control-lg::-ms-input-placeholder,
  .form-control-sm::-ms-input-placeholder,
  .form-control-md::-ms-input-placeholder {
    font-size: 1rem !important;
  }
  .form-control::placeholder,
  .form-control-lg::placeholder,
  .form-control-sm::placeholder,
  .form-control-md::placeholder {
    font-size: 1rem !important;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    transition: none;
  }
  a[class*='alpha-'] {
    -webkit-transition: none;
    transition: none;
  }
  .text-underline__line, .text-underline:after {
    -webkit-transition: none;
    transition: none;
  }
  .text-outline {
    -webkit-transition: none;
    transition: none;
  }
  .btn-arrowed .btn__arrow,
  .btn-arrowed .btn__text {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::-webkit-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }
  .form-control:-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::-ms-input-placeholder {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::placeholder {
    -webkit-transition: none;
    transition: none;
  }
  .media__visual {
    -webkit-transition: none;
    transition: none;
  }
  .media--hoverable {
    -webkit-transition: none;
    transition: none;
  }
  .media--hoverable:after {
    -webkit-transition: none;
    transition: none;
  }
  .imagemap-block__card-title, .imagemap-block__card-subtitle {
    -webkit-transition: none;
    transition: none;
  }
  .card--primary, .card--dark {
    -webkit-transition: none;
    transition: none;
  }
  .card-img-top {
    -webkit-transition: none;
    transition: none;
  }
  .collapsing.fade {
    -webkit-transition: none;
    transition: none;
  }
  .video-block__video {
    -webkit-transition: none;
    transition: none;
  }
  .post-navigation {
    -webkit-transition: none;
    transition: none;
  }
  .alert-dismissible .close {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-collapse {
    -webkit-transition: none;
    transition: none;
  }
  .js-opened-state .navbar-collapse {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-nav > .nav-item:before {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-toggler__bar {
    -webkit-transition: none;
    transition: none;
  }
  .slick-slider[data-fade-carousel] {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-offcanvas .text-outline {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-offcanvas .text-outline text {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-offcanvas .card-text {
    -webkit-transition: none;
    transition: none;
  }
}
