/*!
 * App CSS
 * @description App CSS
 * @author Ricardo Lopes
 */
/* IMPORT EXAMPLE */
/* IMPORT EXAMPLE */
/* CUSTOM ICON FONT EXAMPLE */
/*
@font-face {
	font-family: dficon;
	src: url("./../webfonts/dficon/dficon.eot?v751zj");
	src: url("./../webfonts/dficon/dficon.eot?v751zj#iefix") format("embedded-opentype"),
		 url("./../webfonts/dficon/dficon.ttf?v751zj") format("truetype"),
		 url("./../webfonts/dficon/dficon.woff?v751zj") format("woff"),
		 url("./../webfonts/dficon/dficon.svg?v751zj#dficon") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
*/
/* CUSTOM FONT EXAMPLE */
@font-face {
  font-family: "Beirut Text";
  src: url("./../webfonts/beirut-text/BeirutTextWeb-Light.eot");
  src: url("./../webfonts/beirut-text/BeirutTextWeb-Light.eot?#iefix") format("embedded-opentype"), url("./../webfonts/beirut-text/BeirutTextWeb-Light.woff2") format("woff2"), url("./../webfonts/beirut-text/BeirutTextWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*
@font-face{
	font-family: 'Beirut Text';
	src: url("./../webfonts/beirut-text/BeirutTextWeb-LightItalic.eot");
	src: url("./../webfonts/beirut-text/BeirutTextWeb-LightItalic.eot?#iefix") format("embedded-opentype"),
		 url("./../webfonts/beirut-text/BeirutTextWeb-LightItalic.woff2") format("woff2"),
		 url("./../webfonts/beirut-text/BeirutTextWeb-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
*/
@font-face {
  font-family: "Circular";
  src: url("./../webfonts/circular/lineto-circular-book.eot");
  src: url("./../webfonts/circular/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("./../webfonts/circular/lineto-circular-book.woff2") format("woff2"), url("./../webfonts/circular/lineto-circular-book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
@font-face{
	font-family: 'Circular';
	src: url("./../webfonts/circular/lineto-circular-bookitalic.eot");
	src: url("./../webfonts/circular/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"),
		 url("./../webfonts/circular/lineto-circular-bookitalic.woff2") format("woff2"),
		 url("./../webfonts/circular/lineto-circular-bookitalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
*/
@font-face {
  font-family: "Circular";
  src: url("./../webfonts/circular/lineto-circular-bold.eot");
  src: url("./../webfonts/circular/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("./../webfonts/circular/lineto-circular-bold.woff2") format("woff2"), url("./../webfonts/circular/lineto-circular-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
@font-face{
	font-family: 'Circular';
	src: url("./../webfonts/circular/lineto-circular-bolditalic.eot");
	src: url("./../webfonts/circular/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"),
		 url("./../webfonts/circular/lineto-circular-bolditalic.woff2") format("woff2"),
		 url("./../webfonts/circular/lineto-circular-bolditalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
*/
/* Complex Colors System */
/*
$colors-list: (
	'blue': #09C,
	'navy': #000046,
	'grey': #5B6570,
	'orange': #EC8200,
	'yellow': #FFB400,
	'green': #0B9D4D,
	'red': #F7442C
);
*/
/*
 * Example output:
 *
 */
/*
%font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.title-h1, h1 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Circular", arial, helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (width >= 768px) {
  .title-h1, h1 {
    font-size: 2.5rem;
  }
}
@media (width >= 1025px) {
  .title-h1, h1 {
    font-size: 3rem;
  }
}

.body-text, p {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Beirut Text", georgia, serif;
  font-size: 1rem;
  line-height: 1.53;
  font-weight: 500;
}
@media (width >= 768px) {
  .body-text, p {
    font-size: 1.125rem;
  }
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:active, *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Beirut Text", georgia, serif;
  overflow-x: hidden;
}

body {
  color: #0A3C5A;
  line-height: 1.5555;
  overflow-x: hidden !important; /* stylelint-disable-line declaration-no-important -- important needed */
}

::-moz-selection {
  background-color: #FFF;
  color: #0A3C5A;
}

::selection {
  background-color: #FFF;
  color: #0A3C5A;
}

img::-moz-selection {
  color: #FFF;
  background: transparent;
}

img::selection {
  color: #FFF;
  background: transparent;
}

strong,
b {
  font-weight: 700;
}

em,
i,
var {
  font-style: italic;
}

pre,
code,
kbd {
  background: #000;
  border: 1px solid #FFF;
  border-radius: 2px;
  font-family: monospace;
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 1rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
}

q::before, q::after {
  content: "";
}

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

figure,
img,
svg {
  height: auto;
  max-width: 100%;
}

svg {
  max-height: 100%;
  width: auto;
}

button,
input,
textarea {
  font-family: inherit;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

abbr,
acronym {
  border-bottom: 1px dotted #0A3C5A;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}

/*
 * Example output:
 *
 */
/*
.font-heading-01 {
	font-feature-settings: "ss01";
	font-family: "proxima-nova", arial, helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.1429;
	font-weight: 700;

	@media (width >= 768px) {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	@media (width >= 1024px) {
		font-size: 3rem;
		line-height: 1.0833;
	}
}
*/
/* stylelint-disable scss/no-duplicate-dollar-variables -- I need to replace default vars to test on next iteration */
/* stylelint-disable at-rule-empty-line-before -- Just for the sake of maintaning all ifs together */
.font-heading-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Circular", arial, helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (width >= 768px) {
  .font-heading-01 {
    font-size: 2.5rem;
  }
}
@media (width >= 1025px) {
  .font-heading-01 {
    font-size: 3rem;
  }
}

.font-body-01 {
  -webkit-font-feature-settings: "ss01";
          font-feature-settings: "ss01";
  font-family: "Beirut Text", georgia, serif;
  font-size: 1rem;
  line-height: 1.53;
  font-weight: 500;
}
@media (width >= 768px) {
  .font-body-01 {
    font-size: 1.125rem;
  }
}
/* stylelint-enable scss/no-duplicate-dollar-variables */
/* stylelint-enable at-rule-empty-line-before -- Reason: testing */
.semibold {
  font-weight: 600;
}

strong, b, .bold {
  font-weight: 700;
}

em, i, .italic {
  font-style: italic;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword -- Reason: there is no fallback font for icons */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  color: #0A3C5A;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/*
.icon-arrow-back::before {
	content: "\e901";
}
*/
.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 24px;
}
.container.--fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 48px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 64px;
  }
}

.hide, .hidden {
  display: none;
}

@media (max-width: 479px) {
  .hide-xs {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide-sm {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-md {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none !important; /* stylelint-disable-line declaration-no-important -- important needed */
  }
}
.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
} /* stylelint-disable-line declaration-no-important -- important needed */
@media (max-width: 479px) {
  .show-xs {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 480px) and (max-width: 767px) {
  .show-sm {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .show-md {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .show-lg {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
@media (min-width: 1200px) {
  .show-xl {
    display: block !important;
  } /* stylelint-disable-line declaration-no-important -- important needed */
}
.height-0 {
  height: 0;
}

.gap-0 {
  grid-gap: 0;
}

.margin-0 {
  margin: 0 0;
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 0;
}

.padding-t-0 {
  padding-top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.height-1 {
  height: 0.0625rem;
}

.gap-1 {
  grid-gap: 0.0625rem;
}

.margin-1 {
  margin: 0.0625rem 0;
}

.margin-t-1 {
  margin-top: 0.0625rem;
}

.margin-b-1 {
  margin-bottom: 0.0625rem;
}

.padding-1 {
  padding: 0.0625rem 0;
}

.padding-t-1 {
  padding-top: 0.0625rem;
}

.padding-b-1 {
  padding-bottom: 0.0625rem;
}

.height-2 {
  height: 0.125rem;
}

.gap-2 {
  grid-gap: 0.125rem;
}

.margin-2 {
  margin: 0.125rem 0;
}

.margin-t-2 {
  margin-top: 0.125rem;
}

.margin-b-2 {
  margin-bottom: 0.125rem;
}

.padding-2 {
  padding: 0.125rem 0;
}

.padding-t-2 {
  padding-top: 0.125rem;
}

.padding-b-2 {
  padding-bottom: 0.125rem;
}

.height-4 {
  height: 0.25rem;
}

.gap-4 {
  grid-gap: 0.25rem;
}

.margin-4 {
  margin: 0.25rem 0;
}

.margin-t-4 {
  margin-top: 0.25rem;
}

.margin-b-4 {
  margin-bottom: 0.25rem;
}

.padding-4 {
  padding: 0.25rem 0;
}

.padding-t-4 {
  padding-top: 0.25rem;
}

.padding-b-4 {
  padding-bottom: 0.25rem;
}

.height-8 {
  height: 0.5rem;
}

.gap-8 {
  grid-gap: 0.5rem;
}

.margin-8 {
  margin: 0.5rem 0;
}

.margin-t-8 {
  margin-top: 0.5rem;
}

.margin-b-8 {
  margin-bottom: 0.5rem;
}

.padding-8 {
  padding: 0.5rem 0;
}

.padding-t-8 {
  padding-top: 0.5rem;
}

.padding-b-8 {
  padding-bottom: 0.5rem;
}

.height-12 {
  height: 0.75rem;
}

.gap-12 {
  grid-gap: 0.75rem;
}

.margin-12 {
  margin: 0.75rem 0;
}

.margin-t-12 {
  margin-top: 0.75rem;
}

.margin-b-12 {
  margin-bottom: 0.75rem;
}

.padding-12 {
  padding: 0.75rem 0;
}

.padding-t-12 {
  padding-top: 0.75rem;
}

.padding-b-12 {
  padding-bottom: 0.75rem;
}

.height-16 {
  height: 1rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.margin-16 {
  margin: 1rem 0;
}

.margin-t-16 {
  margin-top: 1rem;
}

.margin-b-16 {
  margin-bottom: 1rem;
}

.padding-16 {
  padding: 1rem 0;
}

.padding-t-16 {
  padding-top: 1rem;
}

.padding-b-16 {
  padding-bottom: 1rem;
}

.height-20 {
  height: 1.25rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.margin-20 {
  margin: 1.25rem 0;
}

.margin-t-20 {
  margin-top: 1.25rem;
}

.margin-b-20 {
  margin-bottom: 1.25rem;
}

.padding-20 {
  padding: 1.25rem 0;
}

.padding-t-20 {
  padding-top: 1.25rem;
}

.padding-b-20 {
  padding-bottom: 1.25rem;
}

.height-24 {
  height: 1.5rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.margin-24 {
  margin: 1.5rem 0;
}

.margin-t-24 {
  margin-top: 1.5rem;
}

.margin-b-24 {
  margin-bottom: 1.5rem;
}

.padding-24 {
  padding: 1.5rem 0;
}

.padding-t-24 {
  padding-top: 1.5rem;
}

.padding-b-24 {
  padding-bottom: 1.5rem;
}

.height-32 {
  height: 2rem;
}

.gap-32 {
  grid-gap: 2rem;
}

.margin-32 {
  margin: 2rem 0;
}

.margin-t-32 {
  margin-top: 2rem;
}

.margin-b-32 {
  margin-bottom: 2rem;
}

.padding-32 {
  padding: 2rem 0;
}

.padding-t-32 {
  padding-top: 2rem;
}

.padding-b-32 {
  padding-bottom: 2rem;
}

.height-48 {
  height: 3rem;
}

.gap-48 {
  grid-gap: 3rem;
}

.margin-48 {
  margin: 3rem 0;
}

.margin-t-48 {
  margin-top: 3rem;
}

.margin-b-48 {
  margin-bottom: 3rem;
}

.padding-48 {
  padding: 3rem 0;
}

.padding-t-48 {
  padding-top: 3rem;
}

.padding-b-48 {
  padding-bottom: 3rem;
}

.height-64 {
  height: 4rem;
}

.gap-64 {
  grid-gap: 4rem;
}

.margin-64 {
  margin: 4rem 0;
}

.margin-t-64 {
  margin-top: 4rem;
}

.margin-b-64 {
  margin-bottom: 4rem;
}

.padding-64 {
  padding: 4rem 0;
}

.padding-t-64 {
  padding-top: 4rem;
}

.padding-b-64 {
  padding-bottom: 4rem;
}

.height-128 {
  height: 8rem;
}

.gap-128 {
  grid-gap: 8rem;
}

.margin-128 {
  margin: 8rem 0;
}

.margin-t-128 {
  margin-top: 8rem;
}

.margin-b-128 {
  margin-bottom: 8rem;
}

.padding-128 {
  padding: 8rem 0;
}

.padding-t-128 {
  padding-top: 8rem;
}

.padding-b-128 {
  padding-bottom: 8rem;
}

html, body {
  min-height: 100%;
  background-color: #FFF;
  font-family: "Beirut Text", georgia, serif;
  color: #313131;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 500;
  overflow-x: hidden;
}

body {
  position: relative;
}

body.in-popup, body.is-in-popup, html.in-popup, html.is-in-popup {
  overflow: hidden !important;
}

.swiper-custom-nav span { /*outline: none;*/ }

.swiper-custom-prev { /*outline: none;*/ }

.swiper-custom-next { /*outline: none;*/ }

.clearfix {
  display: flow-root;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Circular", arial, helvetica, sans-serif;
  color: #0A3C5A;
  font-weight: 500;
  margin: 0;
}

p {
  font-family: "Beirut Text", georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #313131;
}

a, a:visited {
  color: #0A3C5A;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  a, a:visited {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

table {
  width: 100%;
}
table td {
  vertical-align: top;
  padding: 1rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.svg-sprite {
  display: none;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

image {
  border: none;
}
image.responsive {
  max-width: 100%;
  height: auto;
}
image.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

a.full-link,
a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p0, .no-padding {
  padding: 0;
}

.m0, .no-margin {
  margin: 0;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

video {
  border: none;
}
video.responsive {
  max-width: 100%;
  height: auto;
}
video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

body.--header-expanded, html.--header-expanded {
  overflow: hidden;
}

#headerWrapper {
  background-color: #FFF;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
#headerWrapper.--expanded {
  height: 100vh;
  overflow: scroll;
}
#headerWrapper.--expanded .header-navs {
  display: block;
}
#headerWrapper .logo {
  padding: 16px 0;
}
#headerWrapper .logo a, #headerWrapper .logo a:visited {
  display: block;
}
#headerWrapper .logo svg {
  width: 145px;
  height: 32px;
  display: inherit;
}
#headerWrapper .nav-toggle {
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  height: 32px;
}
#headerWrapper .nav-toggle svg {
  width: 32px;
  height: 32px;
}
#headerWrapper .nav-toggle svg.icon-nav {
  width: 32px;
  height: 32px;
}
#headerWrapper .nav-toggle svg.icon-close {
  display: none;
}
#headerWrapper .header-navs {
  display: none;
  border-top: 1px solid #a09d99;
  margin: 0 -24px;
}
#headerWrapper .header-navs nav > ul > li {
  position: relative;
  border-bottom: 1px solid #a09d99;
}
#headerWrapper .header-navs nav > ul > li.--opened .nav-title a.subnav-toggle svg, #headerWrapper .header-navs nav > ul > li.--opened .nav-title a.subnav-toggle:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#headerWrapper .header-navs nav > ul > li .nav-title {
  position: relative;
}
#headerWrapper .header-navs nav > ul > li > a, #headerWrapper .header-navs nav > ul > li > a:visited, #headerWrapper .header-navs nav > ul > li .nav-title a:first-child, #headerWrapper .header-navs nav > ul > li .nav-title a:first-child:visited {
  display: block;
  color: #0A3C5A;
  text-decoration: none;
  font-size: 16px;
  font-family: "Circular", arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.48;
  padding: 8px 24px;
}
#headerWrapper .header-navs nav > ul > li a.subnav-toggle, #headerWrapper .header-navs nav > ul > li a.subnav-toggle:visited {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 8px;
}
#headerWrapper .header-navs nav > ul > li a.subnav-toggle svg, #headerWrapper .header-navs nav > ul > li a.subnav-toggle:visited svg {
  width: 16px;
  height: 16px;
  fill: #EC0000;
}
#headerWrapper .header-navs nav > ul > li ul {
  display: none;
  padding: 0 24px;
  background-color: #F4F4F4;
}
#headerWrapper .header-navs nav > ul > li ul li a, #headerWrapper .header-navs nav > ul > li ul li a:visited {
  display: block;
  text-decoration: none;
  color: #0A3C5A;
  font-size: 16px;
  font-family: "Circular", arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.48;
  border-bottom: 1px solid #FFF;
  padding: 8px 0;
}
@media (min-width: 768px) {
  #headerWrapper .logo {
    margin-left: -24px;
  }
  #headerWrapper .header-navs {
    margin: 0 -48px;
  }
}
@media (min-width: 1025px) {
  #headerWrapper .logo {
    margin-left: -48px;
  }
  #headerWrapper .header-navs {
    margin: 0 -64px;
  }
}
@media (min-width: 1200px) {
  #headerWrapper .nav-toggle {
    display: none;
  }
  #headerWrapper .logo {
    width: 145px;
    margin-left: 0;
  }
  #headerWrapper .container {
    max-width: 1504px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
  #headerWrapper .header-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: calc(100% - 145px);
    border-top: 0;
    margin: 0;
  }
  #headerWrapper .header-navs nav a:hover, #headerWrapper .header-navs nav a:visited:hover {
    color: #EC0000 !important;
  }
  #headerWrapper .header-navs nav.main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
  #headerWrapper .header-navs nav.secondary-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
  #headerWrapper .header-navs nav.secondary-nav > ul a, #headerWrapper .header-navs nav.secondary-nav > ul a:visited {
    padding: 0;
    font-size: 16px;
  }
  #headerWrapper .header-navs nav > ul > li {
    position: relative;
    border-bottom: 0;
    padding: 0;
  }
  #headerWrapper .header-navs nav > ul > li .nav-title {
    position: relative;
  }
  #headerWrapper .header-navs nav > ul > li > a, #headerWrapper .header-navs nav > ul > li > a:visited, #headerWrapper .header-navs nav > ul > li .nav-title a:first-child, #headerWrapper .header-navs nav > ul > li .nav-title a:first-child:visited {
    font-size: 20px;
    line-height: 32px;
    padding: 16px 0;
    padding-right: 24px;
  }
  #headerWrapper .header-navs nav > ul > li a.subnav-toggle, #headerWrapper .header-navs nav > ul > li a.subnav-toggle:visited {
    pointer-events: none;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 0;
  }
  #headerWrapper .header-navs nav > ul > li a.subnav-toggle svg, #headerWrapper .header-navs nav > ul > li a.subnav-toggle:visited svg {
    width: 20px;
    height: 20px;
  }
  #headerWrapper .header-navs nav > ul > li:hover ul {
    pointer-events: auto;
  }
  #headerWrapper .header-navs nav > ul > li:hover ul li {
    opacity: 1;
  }
  #headerWrapper .header-navs nav > ul > li:hover ul::before {
    height: 100%;
  }
  #headerWrapper .header-navs nav > ul > li ul {
    display: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 32px;
    background-color: transparent;
    pointer-events: none;
  }
  #headerWrapper .header-navs nav > ul > li ul::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100vw;
    right: -100vw;
    height: 0;
    background-color: #F4F4F4;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #headerWrapper .header-navs nav > ul > li ul li {
    z-index: 2;
    width: auto;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  #headerWrapper .header-navs nav > ul > li ul li a, #headerWrapper .header-navs nav > ul > li ul li a:visited {
    font-size: 18px;
    border-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  #headerWrapper .header-navs {
    gap: 64px;
  }
  #headerWrapper .header-navs nav.main-nav > ul {
    gap: 64px;
  }
}

#footerWrapper .footer-top {
  margin: 0 -24px;
}
#footerWrapper .footer-top .footer-navs {
  background-color: #0A3C5A;
}
#footerWrapper .footer-top .footer-navs .footer-nav {
  border-bottom: 1px solid #157BB9;
}
#footerWrapper .footer-top .footer-navs .footer-nav.--opened .nav-title a.menu-toggle svg, #footerWrapper .footer-top .footer-navs .footer-nav.--opened .nav-title a.menu-toggle:visited svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footerWrapper .footer-top .footer-navs .footer-nav:last-child {
  border-bottom: none;
}
#footerWrapper .footer-top .footer-navs .footer-nav .nav-title {
  position: relative;
}
#footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.link, #footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.link:visited {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-family: "Circular", arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.48;
  padding: 8px 24px;
}
#footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.menu-toggle, #footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.menu-toggle:visited {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 8px;
}
#footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.menu-toggle svg, #footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.menu-toggle:visited svg {
  width: 16px;
  height: 16px;
  fill: #FFF;
}
#footerWrapper .footer-top .footer-navs .footer-nav ul {
  display: none;
  border-top: 1px solid #157BB9;
  padding: 0 24px;
  padding-left: 32px;
}
#footerWrapper .footer-top .footer-navs .footer-nav ul li a, #footerWrapper .footer-top .footer-navs .footer-nav ul li a:visited {
  display: block;
  text-decoration: none;
  padding: 4px 0;
  color: #FFF;
  font-size: 14px;
  font-family: "Circular", arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.48;
  border-bottom: 1px solid #FFF;
}
#footerWrapper .footer-top .footer-navs .footer-nav ul li:last-child a, #footerWrapper .footer-top .footer-navs .footer-nav ul li:last-child a:visited {
  padding-bottom: 12px;
  border-bottom: 0;
}
#footerWrapper .footer-top .location-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #F2F2F2;
  padding: 16px 24px;
}
#footerWrapper .footer-top .location-contacts .footer-logo {
  margin-bottom: 16px;
}
#footerWrapper .footer-top .location-contacts .footer-logo a, #footerWrapper .footer-top .location-contacts .footer-logo a:visited {
  display: inline-block;
}
#footerWrapper .footer-top .location-contacts .footer-logo svg {
  width: 70px;
  height: 24px;
}
#footerWrapper .footer-top .location-contacts p {
  margin-bottom: 16px;
  font-family: "Circular", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.48;
}
#footerWrapper .footer-top .location-contacts p a, #footerWrapper .footer-top .location-contacts p a:visited {
  text-decoration: none;
  color: #313131;
}
#footerWrapper .footer-top .location-contacts p.contacts {
  margin-bottom: 0;
}
#footerWrapper .footer-top .location-contacts a.linkedin, #footerWrapper .footer-top .location-contacts a.linkedin:visited {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
}
#footerWrapper .footer-top .location-contacts a.linkedin svg, #footerWrapper .footer-top .location-contacts a.linkedin:visited svg {
  width: 24px;
  height: 24px;
}
#footerWrapper .footer-bottom {
  padding: 16px 0;
}
#footerWrapper .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#footerWrapper .footer-bottom ul.legal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
#footerWrapper .footer-bottom ul.legal-nav li {
  font-size: 14px;
  line-height: 1.48;
  font-family: "Circular", arial, helvetica, sans-serif;
}
#footerWrapper .footer-bottom ul.legal-nav li a, #footerWrapper .footer-bottom ul.legal-nav li a:visited {
  text-decoration: none;
  color: #313131;
}
#footerWrapper .footer-bottom p.copyright {
  text-align: center;
  margin-bottom: 0;
  color: #757575;
  font-size: 14px;
  line-height: 1.48;
  font-family: "Circular", arial, helvetica, sans-serif;
}
@media (min-width: 768px) {
  #footerWrapper .footer-top {
    margin: 0 -48px;
  }
  #footerWrapper .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footerWrapper .footer-top .container .footer-navs {
    width: 50%;
  }
  #footerWrapper .footer-top .container .location-contacts {
    width: 50%;
  }
  #footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.link, #footerWrapper .footer-top .footer-navs .footer-nav .nav-title a.link:visited {
    padding-left: 48px;
  }
  #footerWrapper .footer-top .footer-navs .footer-nav ul {
    padding-left: 56px;
  }
  #footerWrapper .footer-top .location-contacts {
    padding-right: 48px;
  }
  #footerWrapper .footer-top .location-contacts a.linkedin, #footerWrapper .footer-top .location-contacts a.linkedin:visited {
    right: 48px;
  }
}
@media (min-width: 1025px) {
  #footerWrapper .container {
    max-width: 1504px;
    position: relative;
    z-index: 1;
  }
  #footerWrapper .footer-top {
    margin: 0;
    position: relative;
  }
  #footerWrapper .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #0A3C5A;
  }
  #footerWrapper .footer-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #F2F2F2;
  }
  #footerWrapper .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footerWrapper .footer-top .container .footer-navs {
    width: calc(100% - 350px);
    padding: 48px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav {
    border-bottom: 0;
    width: calc(50% - 32px);
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav .nav-title {
    margin-bottom: 8px;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav .nav-title a.link, #footerWrapper .footer-top .container .footer-navs .footer-nav .nav-title a.link:visited {
    display: inline-block;
    font-size: 20px;
    line-height: 1.16;
    padding: 0;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav .nav-title a.menu-toggle, #footerWrapper .footer-top .container .footer-navs .footer-nav .nav-title a.menu-toggle:visited {
    display: none;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-top: 0;
    padding: 0;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav ul li a, #footerWrapper .footer-top .container .footer-navs .footer-nav ul li a:visited {
    padding: 0;
    font-size: 16px;
    line-height: 1.16;
    border-bottom: 0;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav ul li:last-child a, #footerWrapper .footer-top .container .footer-navs .footer-nav ul li:last-child a:visited {
    padding-bottom: 12px;
    border-bottom: 0;
  }
  #footerWrapper .footer-top .container .location-contacts {
    width: 350px;
    padding: 48px;
    padding-right: 0;
  }
  #footerWrapper .footer-top .container .location-contacts .footer-logo svg {
    width: 141px;
    height: 48px;
  }
  #footerWrapper .footer-top .container .location-contacts a.linkedin, #footerWrapper .footer-top .container .location-contacts a.linkedin:visited {
    right: auto;
    left: 48px;
    bottom: 48px;
  }
  #footerWrapper .footer-bottom ul.legal-nav li a:hover, #footerWrapper .footer-bottom ul.legal-nav li a:visited:hover {
    color: #EC0000;
  }
}
@media (min-width: 1300px) {
  #footerWrapper .footer-top .container .footer-navs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #footerWrapper .footer-top .container .footer-navs .footer-nav {
    width: auto;
  }
  #footerWrapper .footer-bottom .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footerWrapper .footer-bottom ul.legal-nav {
    gap: 24px;
  }
}

.b-text .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.b-text .title {
  color: #0A3C5A;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.b-text .description {
  max-width: 910px;
  margin: 0 auto;
}
.b-text .description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.48;
  margin-bottom: 12px;
}
.b-text .description p:last-child {
  margin-bottom: 0;
}
.b-text.--with-slider .info {
  margin-bottom: 3rem;
}
.b-text.--with-slider .slider {
  max-width: 910px;
  margin: 0 auto;
}
.b-text.--with-slider .slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}
.b-text.--with-slider .slider-header .title {
  color: #0A3C5A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.16;
  padding-right: 3rem;
}
.b-text.--with-slider .slider-header .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 72px;
  font-size: 0;
}
.b-text.--with-slider .slider-header .swiper-navigation a, .b-text.--with-slider .slider-header .swiper-navigation a:visited {
  display: block;
  width: 32px;
  height: 32px;
}
.b-text.--with-slider .slider-header .swiper-navigation svg {
  width: 32px;
  height: 32px;
  fill: #0A3C5A;
}
.b-text.--with-slider .slider-header .swiper-navigation .swiper-button-disabled {
  pointer-events: none;
}
.b-text.--with-slider .slider-header .swiper-navigation .swiper-button-disabled svg {
  fill: #D6D6D6;
}
.b-text.--with-slider .swiper-container {
  overflow: visible;
}
.b-text.--with-slider .swiper-slide {
  width: 73.39%;
}
.b-text.--with-slider .swiper-slide .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 650px) {
  .b-text.--with-slider .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .b-text.--with-slider .swiper-slide {
    width: 47.45%;
  }
}
@media (min-width: 1025px) {
  .b-text .info {
    gap: 3rem;
  }
  .b-text .title {
    font-size: 60px;
    line-height: 1.083;
    letter-spacing: -0.6px;
  }
  .b-text .description p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  .b-text .description p:last-child {
    margin-bottom: 0;
  }
  .b-text.--with-slider .info {
    margin-bottom: 7rem;
  }
  .b-text.--with-slider .slider-header {
    margin-bottom: 2rem;
  }
  .b-text.--with-slider .slider-header .title {
    font-size: 24px;
    padding-right: 0;
  }
  .b-text.--with-slider .slider-header .swiper-navigation {
    width: 104px;
  }
  .b-text.--with-slider .slider-header .swiper-navigation a, .b-text.--with-slider .slider-header .swiper-navigation a:visited {
    width: 48px;
    height: 48px;
  }
  .b-text.--with-slider .slider-header .swiper-navigation a:hover svg, .b-text.--with-slider .slider-header .swiper-navigation a:visited:hover svg {
    fill: #EC0000;
  }
  .b-text.--with-slider .slider-header .swiper-navigation svg {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1400px) {
  .b-text.--with-slider .slider-header .swiper-navigation {
    position: relative;
    right: -208px;
  }
}

.b-image.--full .container {
  max-width: 100%;
  padding: 0;
}
.b-image.--full .image {
  position: relative;
  width: 100%;
  padding-top: 56.41%;
}
.b-image.--full .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1025px) {
  .b-image.--full .image {
    padding-top: 56.25%;
  }
}

.b-banner-video .media {
  position: relative;
  width: 100%;
  padding-top: 56.41%;
  overflow: hidden;
}
.b-banner-video .media .image, .b-banner-video .media .video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-banner-video .media .image img, .b-banner-video .media .image video, .b-banner-video .media .video img, .b-banner-video .media .video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-banner-video .media .image {
  z-index: 2;
}
.b-banner-video .media a.play-button, .b-banner-video .media a.play-button:visited {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.b-banner-video .media a.play-button::after, .b-banner-video .media a.play-button:visited::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/svg/icon-play.svg") no-repeat center center;
  background-size: contain;
}
.b-banner-video .media a.play-button svg, .b-banner-video .media a.play-button:visited svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1025px) {
  .b-banner-video .media {
    padding-top: 56.25%;
    padding-top: 0;
    height: calc(100vh - 64px);
  }
  .b-banner-video .media a.play-button, .b-banner-video .media a.play-button:visited {
    width: 80px;
    height: 80px;
  }
  .b-banner-video .media a.play-button svg, .b-banner-video .media a.play-button:visited svg {
    width: 80px;
    height: 80px;
  }
}

.b-anniversary-slider .container {
  position: relative;
}
.b-anniversary-slider span.number {
  position: absolute;
  top: -25px;
  left: -25px;
  font-size: 132px;
  line-height: 1;
  font-weight: 700;
  color: #0A3C5A;
  font-family: "Circular", arial, helvetica, sans-serif;
  letter-spacing: -3.96px;
}
.b-anniversary-slider .slider {
  max-width: 910px;
  margin: 0 auto;
}
.b-anniversary-slider .slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}
.b-anniversary-slider .slider-header .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 72px;
  font-size: 0;
}
.b-anniversary-slider .slider-header .swiper-navigation a, .b-anniversary-slider .slider-header .swiper-navigation a:visited {
  display: block;
  width: 32px;
  height: 32px;
}
.b-anniversary-slider .slider-header .swiper-navigation svg {
  width: 32px;
  height: 32px;
  fill: #0A3C5A;
}
.b-anniversary-slider .slider-header .swiper-navigation .swiper-button-disabled {
  pointer-events: none;
}
.b-anniversary-slider .slider-header .swiper-navigation .swiper-button-disabled svg {
  fill: #D6D6D6;
}
.b-anniversary-slider .swiper-container {
  overflow: visible;
}
.b-anniversary-slider .swiper-slide {
  width: 73.39%;
}
.b-anniversary-slider .swiper-slide .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-anniversary-slider .swiper-slide .info {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.b-anniversary-slider .swiper-slide .info .year {
  font-family: "Circular", arial, helvetica, sans-serif;
  color: #0A3C5A;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
}
.b-anniversary-slider .swiper-slide .info p {
  font-family: "Circular", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.b-anniversary-slider .swiper-slide:nth-child(even) {
  padding-top: 3rem;
}
@media (min-width: 650px) {
  .b-anniversary-slider .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .b-anniversary-slider .swiper-slide {
    width: 47.45%;
  }
}
@media (min-width: 1025px) {
  .b-anniversary-slider.content-block {
    margin-top: 328px;
  }
  .b-anniversary-slider span.number {
    top: -125px;
    left: -60px;
    font-size: 300px;
    letter-spacing: -10px;
  }
  .b-anniversary-slider .slider-header {
    margin-bottom: 2rem;
  }
  .b-anniversary-slider .slider-header .swiper-navigation {
    width: 104px;
  }
  .b-anniversary-slider .slider-header .swiper-navigation a, .b-anniversary-slider .slider-header .swiper-navigation a:visited {
    width: 48px;
    height: 48px;
  }
  .b-anniversary-slider .slider-header .swiper-navigation a:hover svg, .b-anniversary-slider .slider-header .swiper-navigation a:visited:hover svg {
    fill: #EC0000;
  }
  .b-anniversary-slider .slider-header .swiper-navigation svg {
    width: 48px;
    height: 48px;
  }
  .b-anniversary-slider .swiper-slide:nth-child(even) {
    padding-top: 7rem;
  }
}
@media (min-width: 1400px) {
  .b-anniversary-slider span.number {
    top: -150px;
    left: -140px;
    font-size: 400px;
    letter-spacing: -12.5px;
  }
  .b-anniversary-slider .slider-header .swiper-navigation {
    position: relative;
    right: -208px;
  }
}
@media (min-width: 1900px) {
  .b-anniversary-slider span.number {
    top: -225px;
    left: -425px;
    font-size: 500px;
    letter-spacing: -15px;
  }
}

/* NUMBER ANIMATION */
.b-anniversary-slider .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease, letter-spacing 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, letter-spacing 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, letter-spacing 0.3s ease, filter 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, letter-spacing 0.3s ease, filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
}
.b-anniversary-slider .digit-wrapper {
  overflow-y: hidden;
  overflow-x: visible;
  height: 500px; /* or match font-size */
  display: inline-block;
  position: relative;
}
.b-anniversary-slider .digit {
  display: inline-block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1 !important;
  opacity: 0;
}

#main {
  padding-top: 64px;
}

.content-block {
  margin: 3rem 0;
}
.content-block:first-child {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .content-block {
    margin: 14.5rem 0;
  }
}
/*# sourceMappingURL=app.css.map */
