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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1872px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 480px) {
  .container, .container-b375, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-b375, .container-sm, .container-b680, .container-md {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .container, .container-b375, .container-sm, .container-b680, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1280px) {
  .container, .container-b375, .container-sm, .container-b680, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1920px) {
  .container, .container-b375, .container-sm, .container-b680, .container-md, .container-lg, .container-xl, .container-b1366, .container-b1400, .container-xxl {
    max-width: 1872px; } }

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #2d3d65 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #151d30 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #FDBE0D !important; }

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

.text-danger {
  color: #E62B1E !important; }

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

.text-light {
  color: #f8f9fa !important; }

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

.text-dark {
  color: #343a40 !important; }

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

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important; }

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

.vw-100 {
  width: 100vw !important; }

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Black"), url("../fonts/Montserrat-Black.eot") format("eot"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto Slab";
  src: local("Roboto Slab Bold"), url("../fonts/RobotoSlab-Bold.eot") format("eot"), url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), url("../fonts/Roboto-Regular.eot") format("eot"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), url("../fonts/Roboto-Medium.eot") format("eot"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), url("../fonts/Roboto-Black.eot") format("eot"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 105.2%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e25728;
  margin-left: -0.15625vw;
  margin-top: -0.26042vw; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 2.08333vw; } }
  @media (max-width: 960px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.33333vw;
  line-height: 105.2%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2d3d65;
  margin-left: -0.15625vw;
  margin-top: -0.52083vw;
  margin-bottom: 3.125vw; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 36px; } }
  @media (max-width: 400px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 1.146vw;
  line-height: 130%;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    h3 {
      font-size: 22px; } }
  @media (max-width: 1200px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 0.83333vw;
  letter-spacing: 0.05em; }

p {
  font-family: Roboto;
  font-size: 1.04167vw;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    p {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    p {
      font-size: 14px; } }

.preloader {
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #fff; }
  .preloader .preloader-wrapper {
    z-index: 1001;
    position: absolute;
    left: 11.04167vw;
    -webkit-transform: translateY(3.90625vw);
            transform: translateY(3.90625vw);
    height: 14.479vw;
    width: 37.08333vw; }
    @media (max-width: 1200px) {
      .preloader .preloader-wrapper {
        -webkit-transform: translateY(4.375vw);
                transform: translateY(4.375vw);
        left: 3.125vw; } }
    @media (max-width: 960px) {
      .preloader .preloader-wrapper {
        -webkit-transform: translateY(4.79167vw);
                transform: translateY(4.79167vw);
        left: 35px;
        width: 51.14583vw;
        height: 20vw; } }
    @media (max-width: 768px) {
      .preloader .preloader-wrapper {
        -webkit-transform: translateY(7.29167vw);
                transform: translateY(7.29167vw); } }
    @media (max-width: 400px) {
      .preloader .preloader-wrapper {
        -webkit-transform: translateY(13.28125vw);
                transform: translateY(13.28125vw); } }
  .preloader svg {
    display: none; }
  .preloader path {
    stroke-width: 100;
    fill: #e25728;
    fill-opacity: 0;
    stroke: #e25728;
    stroke-dasharray: 102833.9453125;
    stroke-dashoffset: 102833.9453125;
    will-change: stroke-dashoffset;
    stroke-opacity: 0;
    -webkit-animation: logo-animate 4s linear forwards;
            animation: logo-animate 4s linear forwards; }

@-webkit-keyframes logo-animate {
  60% {
    stroke-dashoffset: 50000;
    stroke-opacity: 1;
    fill-opacity: 0; }
  70% {
    fill-opacity: 0.2; }
  85% {
    stroke-dashoffset: 0;
    fill-opacity: 0.9; }
  100% {
    fill-opacity: 0; } }

@keyframes logo-animate {
  60% {
    stroke-dashoffset: 50000;
    stroke-opacity: 1;
    fill-opacity: 0; }
  70% {
    fill-opacity: 0.2; }
  85% {
    stroke-dashoffset: 0;
    fill-opacity: 0.9; }
  100% {
    fill-opacity: 0; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f3f5;
  height: 6.25vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0 3.125vw; }
  @media (max-width: 1200px) {
    header {
      height: 80px;
      padding: 0 28px; } }
  header .header-logo img {
    height: 32px;
    margin-left: 2px;
    margin-top: 3px; }
    @media (max-width: 400px) {
      header .header-logo img {
        height: 30px;
        margin-top: 5px;
        margin-left: 0; } }
  header .header-menu {
    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;
    width: 85.83333vw; }
    header .header-menu .buttons-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 1200px) {
        header .header-menu .buttons-wrapper {
          margin-left: 30px; } }
      @media (max-width: 768px) {
        header .header-menu .buttons-wrapper {
          margin-right: 10px;
          margin-left: 10px; } }
      header .header-menu .buttons-wrapper .ticket-order {
        margin-left: 3.125vw; }
        @media (max-width: 1200px) {
          header .header-menu .buttons-wrapper .ticket-order {
            margin-left: 1.5625vw; } }
        @media (max-width: 768px) {
          header .header-menu .buttons-wrapper .ticket-order {
            padding: 7px 10px;
            margin: 0 10px;
            background: #2d3d65; }
            header .header-menu .buttons-wrapper .ticket-order span {
              display: none; } }
      header .header-menu .buttons-wrapper .soc-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        @media (max-width: 1200px) {
          header .header-menu .buttons-wrapper .soc-icons {
            margin-left: 10px; } }
        @media (max-width: 500px) {
          header .header-menu .buttons-wrapper .soc-icons {
            display: none; } }
        header .header-menu .buttons-wrapper .soc-icons a {
          margin-left: 1.5625vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 1200px) {
            header .header-menu .buttons-wrapper .soc-icons a {
              margin-left: 1.5625vw; } }
          header .header-menu .buttons-wrapper .soc-icons a svg {
            fill: none;
            width: 1.5625vw; }
            @media (max-width: 1200px) {
              header .header-menu .buttons-wrapper .soc-icons a svg {
                width: 30px; } }
            header .header-menu .buttons-wrapper .soc-icons a svg path {
              fill: #e25728;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            header .header-menu .buttons-wrapper .soc-icons a svg:hover path {
              fill: #2d3d65; }
  header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 20;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    @media (max-width: 1200px) {
      header .burger {
        margin-left: 1.5625vw; } }
    header .burger.open span {
      background-color: #fff; }
      header .burger.open span:nth-of-type(1) {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 30px; }
      header .burger.open span:nth-of-type(2) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 30px; }
      header .burger.open span:nth-of-type(3) {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 30px; }
    header .burger:hover span {
      background-color: #2d3d65; }
    header .burger span {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      display: block;
      width: 40px;
      height: 4px;
      background-color: #e25728;
      -webkit-transition: background-color 0.3s, -webkit-transform 0.4s;
      transition: background-color 0.3s, -webkit-transform 0.4s;
      transition: background-color 0.3s, transform 0.4s;
      transition: background-color 0.3s, transform 0.4s, -webkit-transform 0.4s; }
      header .burger span:nth-of-type(1) {
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%; }
      header .burger span:nth-of-type(3) {
        -webkit-transform-origin: 0% 100%;
                transform-origin: 0% 100%; }

header .lang-switcher {
  display: none; }
  @media (max-width: 1200px) {
    header .lang-switcher {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom-width: 2px;
      width: 100px; }
      header .lang-switcher a {
        border-bottom-width: 4px;
        bottom: -3.5px; }
        header .lang-switcher a span {
          font-size: 16px; }
        header .lang-switcher a.lang-switch__link-active {
          border-bottom-width: 4px; } }

.lang-popup {
  visibility: hidden; }
  @media (max-width: 1200px) {
    .lang-popup {
      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;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1000; }
      .lang-popup .close-button {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L28 28M28 2L2 28' stroke='%23E25728' stroke-width='4'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat; }
      .lang-popup__inner {
        width: 275px;
        height: 185px;
        background-color: #fff;
        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;
        position: relative; } }

.lang-switcher__button {
  display: none; }
  @media (max-width: 1200px) {
    .lang-switcher__button {
      display: block;
      border: none;
      background: none;
      color: #e25728;
      font-size: 18px;
      margin-right: 10px; } }

footer {
  margin-top: 7.8125vw; }

.footer-subscribe {
  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;
  padding: 3.64583vw 3.125vw 3.64583vw 18.90625vw;
  min-height: 14.0625vw;
  background-color: #f2f3f5; }
  @media (max-width: 1200px) {
    .footer-subscribe {
      padding-left: 13vw; } }
  @media (max-width: 960px) {
    .footer-subscribe {
      padding: 30px 14vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 768px) {
    .footer-subscribe {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer-subscribe .subscribe-title {
    width: 23.4375vw; }
    @media (max-width: 1200px) {
      .footer-subscribe .subscribe-title {
        width: 31.25vw; } }
    @media (max-width: 960px) {
      .footer-subscribe .subscribe-title {
        width: auto;
        margin-bottom: 30px; } }
    .footer-subscribe .subscribe-title h3 {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 900;
      font-size: 24px;
      line-height: 105.2%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 1.5625vw; }
      @media (max-width: 960px) {
        .footer-subscribe .subscribe-title h3 {
          font-size: 22px; } }
  .footer-subscribe .subscribe-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1200px) {
      .footer-subscribe .subscribe-input {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
    @media (max-width: 768px) {
      .footer-subscribe .subscribe-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .footer-subscribe input {
    font-family: Roboto Slab;
    font-weight: bold;
    padding: 0.48vw 0.78125vw;
    font-size: 16px;
    line-height: 100.6%;
    letter-spacing: 0.09em;
    min-width: 20.83333vw;
    border: none;
    border-top: 0.10417vw solid #d9dbe1; }
    @media (max-width: 768px) {
      .footer-subscribe input {
        margin-bottom: 15px;
        width: 75vw; } }
    .footer-subscribe input::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #2d3d65;
      opacity: 1;
      /* Firefox */ }
    .footer-subscribe input::-moz-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #2d3d65;
      opacity: 1;
      /* Firefox */ }
    .footer-subscribe input::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #2d3d65;
      opacity: 1;
      /* Firefox */ }
    .footer-subscribe input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #2d3d65;
      opacity: 1;
      /* Firefox */ }
    .footer-subscribe input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #2d3d65; }
    .footer-subscribe input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #2d3d65; }
  .footer-subscribe .all-news {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.09375vw;
    letter-spacing: 0.05em;
    color: #e25728;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5625vw; }
    @media (max-width: 768px) {
      .footer-subscribe .all-news {
        margin-top: 25px; } }
    .footer-subscribe .all-news svg {
      width: 10px;
      height: 17px;
      margin-left: 0.52083vw; }

.footer-bottom {
  width: 100%;
  background-color: #2d3d65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer-bottom * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.footer_wrapper {
  width: 77.96875vw;
  margin-left: 18.90625vw;
  margin-right: 3.125vw;
  margin-top: 2.86458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .footer_wrapper {
      width: calc(100vw - 100px);
      margin-left: auto;
      margin-right: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 768px) {
    .footer_wrapper {
      width: 100%; } }

.footer-menu_wrapper {
  width: 46.35417vw; }
  @media (max-width: 1200px) {
    .footer-menu_wrapper {
      width: 100%; } }
  @media (max-width: 768px) {
    .footer-menu_wrapper {
      margin-top: 30px; } }
  .footer-menu_wrapper ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer-menu_wrapper ul {
        width: 70vw;
        margin: 0 auto 30px; } }
    @media (max-width: 768px) {
      .footer-menu_wrapper ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto 20px; } }
    .footer-menu_wrapper ul li > a {
      display: block;
      font-family: Montserrat, sans-serif;
      font-weight: 900;
      font-size: 1.25vw;
      line-height: 105.2%;
      text-decoration: none;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1200px) {
        .footer-menu_wrapper ul li > a {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .footer-menu_wrapper ul li > a {
          line-height: 200%; } }
      .footer-menu_wrapper ul li > a:hover, .footer-menu_wrapper ul li > a[aria-current] {
        color: #e25728; }

.footer-info_wrapper {
  width: 22.60417vw; }
  @media (max-width: 1200px) {
    .footer-info_wrapper {
      width: 80%;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .footer-info_wrapper {
      width: 100%; } }
  .footer-info_wrapper .footer-contacts_wrapper {
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .footer-info_wrapper .footer-contacts_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 768px) {
      .footer-info_wrapper .footer-contacts_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-info_wrapper .footer-contacts_wrapper .contact-by {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 768px) {
        .footer-info_wrapper .footer-contacts_wrapper .contact-by {
          text-align: center;
          margin-bottom: 20px; } }
      .footer-info_wrapper .footer-contacts_wrapper .contact-by a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 1.25vw;
        font-family: Roboto;
        font-size: 0.83333vw;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #e25728; }
        @media (max-width: 1400px) {
          .footer-info_wrapper .footer-contacts_wrapper .contact-by a {
            font-size: 14px; } }
        @media (max-width: 1200px) {
          .footer-info_wrapper .footer-contacts_wrapper .contact-by a {
            margin-right: 24px;
            font-size: 14px; } }
        @media (max-width: 768px) {
          .footer-info_wrapper .footer-contacts_wrapper .contact-by a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0; } }
        .footer-info_wrapper .footer-contacts_wrapper .contact-by a:hover {
          color: #d9dbe1; }
          .footer-info_wrapper .footer-contacts_wrapper .contact-by a:hover svg {
            fill: #d9dbe1; }
        .footer-info_wrapper .footer-contacts_wrapper .contact-by a svg {
          fill: #e25728;
          width: 24px;
          height: 24px;
          margin-right: 1.04167vw; }
          @media (max-width: 768px) {
            .footer-info_wrapper .footer-contacts_wrapper .contact-by a svg {
              display: none; } }
    .footer-info_wrapper .footer-contacts_wrapper .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-info_wrapper .footer-contacts_wrapper .social a {
        text-decoration: none;
        margin-right: 30px; }
        .footer-info_wrapper .footer-contacts_wrapper .social a:last-of-type {
          margin-right: 0; }
      .footer-info_wrapper .footer-contacts_wrapper .social svg {
        fill: none;
        width: 24px; }
        .footer-info_wrapper .footer-contacts_wrapper .social svg path {
          fill: #e25728; }
        .footer-info_wrapper .footer-contacts_wrapper .social svg:hover path {
          fill: #fff; }
  .footer-info_wrapper .footer-license {
    -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-top: 1.5625vw;
    padding-bottom: 3.125vw; }
    @media (max-width: 768px) {
      .footer-info_wrapper .footer-license {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 15px auto;
        max-width: 60vw;
        text-align: center; } }
    .footer-info_wrapper .footer-license a {
      margin: 5px auto 0;
      display: block;
      color: #fff;
      font-family: Roboto;
      font-size: 0.72917vw;
      line-height: 150%; }
      @media (max-width: 1200px) {
        .footer-info_wrapper .footer-license a {
          font-size: 12px; } }
      .footer-info_wrapper .footer-license a:hover {
        color: #d9dbe1; }
    .footer-info_wrapper .footer-license .policy {
      text-transform: lowercase; }
    .footer-info_wrapper .footer-license .design {
      opacity: 0.5; }

.gotop {
  position: fixed;
  background-color: #d9dbe1;
  bottom: 3.125vw;
  right: 3.125vw;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  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;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 1200px) {
    .gotop {
      right: 28px;
      bottom: 35px; } }
  .gotop img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%; }
  .gotop.open {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .gotop:hover img {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }

aside .lang-switcher {
  position: fixed;
  z-index: 10;
  bottom: 3.125vw; }

.lang-switcher {
  width: 6.25vw;
  left: 3.125vw;
  border-bottom: 0.20833vw solid #d9dbe1;
  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; }
  @media (max-width: 1200px) {
    .lang-switcher {
      display: none; } }
  .lang-switcher a {
    position: relative;
    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: 33.3%;
    border-bottom: 0.3125vw solid transparent;
    padding-bottom: 0.625vw;
    bottom: -0.20833vw; }
    .lang-switcher a span {
      width: 80%;
      color: #d9dbe1;
      font-family: Roboto;
      font-size: 0.9375vw;
      line-height: 120%;
      text-transform: capitalize;
      text-align: center;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
    .lang-switcher a.lang-switch__link-active {
      border-bottom: 0.3125vw solid #e25728; }
      .lang-switcher a.lang-switch__link-active span {
        color: #e25728; }
    .lang-switcher a:hover span {
      color: #e25728; }

.super-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
  display: none; }

.super-menu {
  position: absolute;
  width: 68.75vw;
  min-height: 100vh;
  right: 0;
  top: 0;
  background-color: #e25728;
  z-index: 5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .super-menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  @media (max-width: 1200px) {
    .super-menu {
      width: 100%; } }
  @media (max-width: 960px) {
    .super-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: space-between;
          -ms-flex-align: space-between;
              align-items: space-between; } }
  .super-menu .menu-header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 6.25vw;
    padding: 0 3.125vw; }
    @media (max-width: 1200px) {
      .super-menu .menu-header {
        height: 80px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 200px 0 35px; } }
    @media (max-width: 1200px) {
      .super-menu .menu-header .supermenu-logo img {
        width: 120px; } }
    .super-menu .menu-header .event-info {
      position: absolute;
      width: 44.79167vw;
      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;
      left: 15.625vw; }
      @media (max-width: 1200px) {
        .super-menu .menu-header .event-info {
          position: relative;
          width: 100%;
          left: 0;
          margin-left: 100px; } }
      @media (max-width: 960px) {
        .super-menu .menu-header .event-info {
          display: none; } }
      .super-menu .menu-header .event-info .counter {
        display: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.25vw;
        font-weight: 900;
        line-height: 133%;
        text-transform: uppercase;
        color: #fff; }
        .super-menu .menu-header .event-info .counter .till-event-text {
          opacity: .4; }
        @media (max-width: 960px) {
          .super-menu .menu-header .event-info .counter {
            font-size: 12px; } }
      .super-menu .menu-header .event-info .ticket-order {
        background-color: #fff;
        color: #e25728; }
        @media (max-width: 768px) {
          .super-menu .menu-header .event-info .ticket-order span {
            display: none; } }
        @media (max-width: 400px) {
          .super-menu .menu-header .event-info .ticket-order {
            display: none; } }
        .super-menu .menu-header .event-info .ticket-order svg {
          fill: #e25728; }
  .super-menu .menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15.625vw;
    margin-top: 10.41667vw; }
    @media (max-width: 1200px) {
      .super-menu .menu-body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        margin-left: 0; } }
    @media (max-width: 960px) {
      .super-menu .menu-body {
        margin-top: 7.8125vw; } }
    @media (max-width: 768px) {
      .super-menu .menu-body {
        margin-top: 25vw; } }
    .super-menu .menu-body .menu-col-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .super-menu .menu-body .menu-col-1 ul {
        list-style: none;
        margin-left: -0.26042vw; }
        .super-menu .menu-body .menu-col-1 ul li > a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 900;
          font-size: 3.33333vw;
          line-height: 150%;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          text-decoration: none;
          color: #f2f3f5;
          -webkit-transition: all .5s ease;
          transition: all .5s ease; }
          @media (max-width: 1200px) {
            .super-menu .menu-body .menu-col-1 ul li > a {
              font-size: 40px; } }
          @media (max-width: 960px) {
            .super-menu .menu-body .menu-col-1 ul li > a {
              font-size: 36px; } }
          @media (max-width: 400px) {
            .super-menu .menu-body .menu-col-1 ul li > a {
              font-size: 28px; } }
          .super-menu .menu-body .menu-col-1 ul li > a:hover, .super-menu .menu-body .menu-col-1 ul li > a[aria-current] {
            color: #2d3d65; }
  .super-menu .menu-footer {
    padding-left: 15.625vw;
    padding-right: 8.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.60417vw;
    margin-bottom: 2.60417vw; }
    @media (max-width: 1200px) {
      .super-menu .menu-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 960px) {
      .super-menu .menu-footer {
        margin-top: 30px;
        margin-bottom: 50px; } }
    .super-menu .menu-footer .contacts {
      width: 31.771vw;
      margin-bottom: 40px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 1200px) {
        .super-menu .menu-footer .contacts {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-width: 50%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .super-menu .menu-footer .contacts a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0.833vw;
        margin-bottom: 10px;
        font-family: Roboto;
        font-size: 1.04167vw;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .super-menu .menu-footer .contacts a:hover {
          color: #2d3d65; }
          .super-menu .menu-footer .contacts a:hover svg {
            fill: #2d3d65; }
        @media (max-width: 1200px) {
          .super-menu .menu-footer .contacts a {
            font-size: 20px; } }
        @media (max-width: 400px) {
          .super-menu .menu-footer .contacts a {
            font-size: 16px;
            margin-bottom: 5px; } }
        @media (max-width: 768px) {
          .super-menu .menu-footer .contacts a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .super-menu .menu-footer .contacts a svg {
          fill: #fff;
          width: 30px;
          margin-right: 1.250vw; }
          @media (max-width: 768px) {
            .super-menu .menu-footer .contacts a svg {
              display: none; } }
    .super-menu .menu-footer .soc-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .super-menu .menu-footer .soc-icons a {
        margin-left: 1.563vw;
        text-decoration: none; }
        @media (max-width: 960px) {
          .super-menu .menu-footer .soc-icons a {
            margin-right: 20px; } }
        .super-menu .menu-footer .soc-icons a:last-of-type {
          margin-right: 0; }
      .super-menu .menu-footer .soc-icons svg {
        fill: none;
        width: 30px; }
        .super-menu .menu-footer .soc-icons svg path {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          fill: #fff; }
        .super-menu .menu-footer .soc-icons svg:hover path {
          fill: #2d3d65; }

.lmf-button {
  font-family: Roboto Slab;
  font-weight: bold;
  padding: 0.83333vw 1.5625vw;
  font-size: 0.83333vw;
  line-height: 100.6%;
  letter-spacing: 0.09em;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .lmf-button {
      font-size: 16px;
      padding: 12px 20px; } }
  .lmf-button.orange {
    background: #e25728; }
    .lmf-button.orange:hover {
      background: #2d3d65; }
  .lmf-button.blue {
    background: #2d3d65; }
    .lmf-button.blue:hover {
      background: #e25728; }
  .lmf-button svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .lmf-button:hover svg {
    -webkit-transform: translateX(15%);
            transform: translateX(15%); }

.ticket-order {
  font-size: 16px;
  padding: 0.625vw 1.25vw; }
  @media (max-width: 1200px) {
    .ticket-order {
      padding: 0.72917vw 1.25vw; } }
  .ticket-order svg {
    fill: #fff;
    height: 1.823vw;
    width: 1.823vw;
    margin-left: 0.781vw; }
    @media (max-width: 1200px) {
      .ticket-order svg {
        height: 20px;
        width: 20px;
        margin-left: 10px; } }
    @media (max-width: 768px) {
      .ticket-order svg {
        margin: 0; } }

.goback {
  background: #f2f3f5;
  color: #e25728;
  margin-top: 50px; }
  .goback path {
    fill: #e25728; }
  .goback span {
    margin-left: 10px; }
  .goback:hover {
    background-color: #d9dbe1; }
    .goback:hover svg {
      -webkit-transform: translateX(-15%);
              transform: translateX(-15%); }

.link-arrow {
  width: 0.57292vw;
  height: 1.30208vw;
  margin-left: 1.25vw; }
  @media (max-width: 1200px) {
    .link-arrow {
      width: 10px;
      height: 16px;
      margin-left: 10px; } }

button.loadmore {
  display: block;
  margin: 1.5625vw auto;
  border: none;
  border-bottom: 0.20833vw solid #e25728;
  padding-bottom: 0.26042vw;
  cursor: pointer;
  text-transform: lowercase;
  background: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #AFB4C2; }
  button.loadmore.hidden {
    display: none; }

.swiper-button-next,
.swiper-button-prev {
  z-index: 5;
  color: #d9dbe1; }
  @media (max-width: 1200px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none; } }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 2em; }

.swiper-pagination {
  z-index: 5;
  display: none;
  position: relative;
  margin-top: 15px; }
  @media (max-width: 1200px) {
    .swiper-pagination {
      display: block; } }
  .swiper-pagination-bullet {
    margin-left: 2px;
    margin-right: 2px; }
    .swiper-pagination-bullet-active {
      background: #e25728; }

.swiper-slide {
  height: auto; }

.news-thumb {
  display: block;
  margin-bottom: 4.42708vw !important; }
  .news-thumb figure {
    margin: 0; }
  .news-thumb.grid-item {
    width: calc(33.33% - 4vw);
    margin: 2vw; }
    .news-thumb.grid-item figure {
      margin: 0; }
    @media (max-width: 1400px) {
      .news-thumb.grid-item {
        width: calc(50% - 4vw); } }
    @media (max-width: 768px) {
      .news-thumb.grid-item {
        width: calc(100% - 4vw);
        margin-bottom: 28px; } }
  .news-thumb .new-thumb {
    background: #2d3d65;
    position: relative;
    width: 100%;
    height: 12.5vw;
    overflow: hidden; }
    @media (max-width: 1400px) {
      .news-thumb .new-thumb {
        height: 18.5vw; } }
    @media (max-width: 1200px) {
      .news-thumb .new-thumb {
        height: 24vw; } }
    @media (max-width: 768px) {
      .news-thumb .new-thumb {
        height: 50vw; } }
    .news-thumb .new-thumb img {
      -webkit-filter: grayscale(50%);
              filter: grayscale(50%);
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .news-thumb figcaption {
    padding-top: 1.30208vw;
    height: 60%; }
    @media (max-width: 768px) {
      .news-thumb figcaption {
        padding-top: 15px; } }
    .news-thumb figcaption h3 {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      margin-bottom: 0.78125vw; }
      @media (max-width: 768px) {
        .news-thumb figcaption h3 {
          margin-bottom: 15px; } }
  .news-thumb:hover img {
    -webkit-filter: none;
            filter: none; }
  .news-thumb:hover h3 {
    color: #e25728; }
  .news-thumb .new-tags {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-thumb .new-tags a {
      text-decoration: none;
      display: block;
      font-family: Roboto;
      font-weight: 900;
      margin-right: 1.04167vw;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .news-thumb .new-tags a:last-of-type {
        margin-right: 0; }
      .news-thumb .new-tags a:hover {
        color: #e25728; }
      .news-thumb .new-tags a:before {
        content: "#"; }
    .news-thumb .new-tags .tag-cloud-link {
      font-size: 0.72917vw !important; }

.lmf-timeline {
  margin-top: 13.02083vw;
  position: relative; }
  @media (max-width: 960px) {
    .lmf-timeline {
      margin-top: 60px; } }
  .lmf-timeline .swiper-container {
    width: 100%;
    height: 100%; }
  .lmf-timeline .swiper-slide {
    width: 100%;
    height: 100%; }
  .lmf-timeline .years-slider .swiper-pagination.year-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    border-bottom: 0.20833vw solid #f2f3f5; }
    @media (max-width: 768px) {
      .lmf-timeline .years-slider .swiper-pagination.year-pagination {
        border: none; } }
    .lmf-timeline .years-slider .swiper-pagination.year-pagination .swiper-pagination-bullet {
      background-color: transparent;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-family: Roboto;
      font-weight: 900;
      font-size: 1.5625vw;
      line-height: 150%;
      letter-spacing: 0.03em;
      color: #606060;
      border-radius: 0;
      border-bottom: 0.20833vw solid transparent;
      padding-bottom: 0.41667vw;
      margin-bottom: -0.20833vw;
      text-align: center;
      height: auto;
      width: auto;
      opacity: 1;
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important; }
      @media (max-width: 1200px) {
        .lmf-timeline .years-slider .swiper-pagination.year-pagination .swiper-pagination-bullet {
          margin-left: 10px;
          margin-right: 10px;
          font-size: 20px; } }
      @media (max-width: 768px) {
        .lmf-timeline .years-slider .swiper-pagination.year-pagination .swiper-pagination-bullet {
          margin-bottom: 0;
          padding-bottom: 0;
          border: none; } }
      .lmf-timeline .years-slider .swiper-pagination.year-pagination .swiper-pagination-bullet-active, .lmf-timeline .years-slider .swiper-pagination.year-pagination .swiper-pagination-bullet:hover {
        color: #e25728; }
  .lmf-timeline .years-slider .year-slider {
    height: 31.25vw; }
    .lmf-timeline .years-slider .year-slider::before {
      position: absolute;
      content: "";
      right: 0;
      top: -5%;
      width: 80%;
      height: 110%;
      background-color: #f2f3f5; }
      @media (max-width: 768px) {
        .lmf-timeline .years-slider .year-slider::before {
          display: none; } }
    @media (max-width: 1200px) {
      .lmf-timeline .years-slider .year-slider {
        height: 46.875vw; } }
    @media (max-width: 768px) {
      .lmf-timeline .years-slider .year-slider {
        height: 60vh; } }
  .lmf-timeline .year-slide {
    height: 100%; }
  .lmf-timeline .month-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .lmf-timeline .month-slider .swiper-button-prev.prev-month {
      margin: 0;
      top: 1.04167vw;
      bottom: auto;
      right: 1.04167vw;
      left: auto;
      background-image: url("data:image/svg+xml,%3Csvg width='27' height='15' viewBox='0 0 27 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 11.002L25.0091 0.874023L26.991 3.12616L13.5 14.9982L0.00908279 3.12616L1.99097 0.874023L13.5 11.002Z' fill='%23AFB4C2'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      z-index: 10;
      width: 1.40625vw;
      height: 0.78125vw;
      display: block !important; }
      .lmf-timeline .month-slider .swiper-button-prev.prev-month::after {
        display: none; }
      @media (max-width: 768px) {
        .lmf-timeline .month-slider .swiper-button-prev.prev-month {
          display: none !important; } }
    .lmf-timeline .month-slider .swiper-button-next.next-month {
      margin: 0;
      right: 1.04167vw;
      left: auto;
      bottom: 1.04167vw;
      top: auto;
      background-image: url("data:image/svg+xml,%3Csvg width='27' height='15' viewBox='0 0 27 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 11.002L25.0091 0.874023L26.991 3.12616L13.5 14.9982L0.00908279 3.12616L1.99097 0.874023L13.5 11.002Z' fill='%23AFB4C2'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 10;
      width: 1.40625vw;
      height: 0.78125vw;
      display: block !important; }
      .lmf-timeline .month-slider .swiper-button-next.next-month::after {
        display: none; }
      @media (max-width: 768px) {
        .lmf-timeline .month-slider .swiper-button-next.next-month {
          display: none !important; } }
    .lmf-timeline .month-slider .swiper-button-next::after,
    .lmf-timeline .month-slider .swiper-button-prev::after {
      content: ""; }
    .lmf-timeline .month-slider .swiper-pagination.month-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: auto;
      position: absolute;
      right: 1.04167vw;
      left: auto; }
      @media (max-width: 768px) {
        .lmf-timeline .month-slider .swiper-pagination.month-pagination {
          display: none; } }
    .lmf-timeline .month-slider .swiper-pagination-bullet {
      background: transparent;
      text-transform: lowercase;
      font-family: Roboto;
      font-size: 0.83333vw;
      line-height: 150%;
      letter-spacing: 0.02em;
      color: #606060;
      border: none;
      border-radius: 0;
      border-bottom: 0.20833vw solid transparent;
      position: relative;
      padding-bottom: 0.20833vw;
      height: auto;
      width: auto;
      opacity: 1;
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important; }
      .lmf-timeline .month-slider .swiper-pagination-bullet-active, .lmf-timeline .month-slider .swiper-pagination-bullet:hover {
        border-bottom-color: #e25728; }
  .lmf-timeline .month-event {
    margin-top: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .lmf-timeline .month-event {
        margin-top: 60px; } }
    @media (max-width: 768px) {
      .lmf-timeline .month-event {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
    .lmf-timeline .month-event .event-image {
      width: 31.77083vw;
      height: 21.875vw; }
      @media (max-width: 1200px) {
        .lmf-timeline .month-event .event-image {
          width: 67.70833vw;
          height: 33.85417vw; } }
      @media (max-width: 768px) {
        .lmf-timeline .month-event .event-image {
          width: 90vw;
          height: 58vw; } }
      @media (max-width: 400px) {
        .lmf-timeline .month-event .event-image {
          width: 80vw;
          height: 50vw; } }
      .lmf-timeline .month-event .event-image img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .lmf-timeline .month-event .event-info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 20px 3.125vw 0 20px;
      position: relative; }
      @media (max-width: 1200px) {
        .lmf-timeline .month-event .event-info {
          width: 100%;
          padding-right: 0; }
          .lmf-timeline .month-event .event-info > div {
            padding-right: 10px; } }
      @media (max-width: 400px) {
        .lmf-timeline .month-event .event-info {
          padding: 0;
          padding-top: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .lmf-timeline .month-event .event-info .year-title {
        font-family: Montserrat, sans-serif;
        font-weight: 900;
        font-size: 7.29167vw;
        line-height: 105.2%;
        text-align: center;
        letter-spacing: 0.05em;
        color: #e25728; }
      .lmf-timeline .month-event .event-info .event-title {
        font-family: Montserrat, sans-serif;
        margin-top: 0.521vw;
        font-weight: 900;
        font-size: 1.667vw;
        line-height: 105.2%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #e25728; }
        @media (max-width: 768px) {
          .lmf-timeline .month-event .event-info .event-title {
            font-size: 14px; } }
      .lmf-timeline .month-event .event-info .month-title {
        display: none;
        font-family: Roboto;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #606060; }
        @media (max-width: 768px) {
          .lmf-timeline .month-event .event-info .month-title {
            display: block; } }
      .lmf-timeline .month-event .event-info .event-details {
        margin-top: 2.083vw;
        font-family: Roboto;
        font-size: 1.25vw;
        line-height: 120%;
        letter-spacing: 0.03em;
        text-transform: capitalize;
        color: #e25728; }
        @media (max-width: 768px) {
          .lmf-timeline .month-event .event-info .event-details {
            font-size: 12px; } }

.loadmore-wrapper {
  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; }

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

html,
body {
  width: 100%;
  overflow-x: hidden; }
  html:not(.user-is-tabbing) button:focus,
  html:not(.user-is-tabbing) input:focus,
  html:not(.user-is-tabbing) select:focus,
  html:not(.user-is-tabbing) textarea:focus,
  body:not(.user-is-tabbing) button:focus,
  body:not(.user-is-tabbing) input:focus,
  body:not(.user-is-tabbing) select:focus,
  body:not(.user-is-tabbing) textarea:focus {
    outline: none; }

body {
  min-height: 100vh; }

main {
  margin-top: 6.25vw; }
  @media (max-width: 1200px) {
    main {
      margin-top: 80px; } }

.policy-page {
  margin-top: 120px; }

.wrap {
  width: 70.05208vw;
  margin-left: 18.90625vw; }
  @media (max-width: 1200px) {
    .wrap {
      width: calc(100vw - 75px);
      margin: 0 auto; } }

a {
  text-decoration: none;
  color: #e25728;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:focus {
  outline: 0; }

.single-post {
  min-height: calc(100vh - 28.125vw);
  margin-top: 10vw; }
  .single-post .post-content {
    margin: 2vw 0; }

.page404 {
  height: calc(100vh - 28.125vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page404 h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 3.333vw;
    line-height: 105.2%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e25728;
    margin-bottom: 3.385vw; }

.offerta,
.offerta-toggle {
  width: 65vw;
  margin: 50px auto; }

.offerta {
  display: none; }

.offerta-toggle {
  text-align: center; }
  .offerta-toggle span {
    text-transform: lowercase;
    cursor: pointer;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 150%;
    text-decoration: underline;
    color: #e25728;
    margin-right: 5px; }
    @media (max-width: 1200px) {
      .offerta-toggle span {
        font-size: 14px; } }
  .offerta-toggle svg {
    -webkit-transition: all 0.3s 0.3s ease;
    transition: all 0.3s 0.3s ease; }
  .offerta-toggle .rotate {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

.lmf-bg {
  width: 39.635vw;
  height: 15.469vw;
  background: url("../images/client/pages/main/lmf-big-logo.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: -1; }

.lmf-bg-right {
  width: 39.635vw;
  height: 15.469vw;
  background: url("../images/client/pages/main/lmf-big-logo.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0;
  margin-top: 45vh;
  right: 3.125vw;
  z-index: -1; }
  @media (max-width: 768px) {
    .lmf-bg-right {
      display: none; } }

.gray-bg {
  width: 41.563vw;
  height: 41vw;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transform: translateY(11%);
          transform: translateY(11%);
  background-color: #f2f3f5; }
  @media (max-width: 1200px) {
    .gray-bg {
      display: none; } }

.thankyou-page {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .thankyou-page div {
    padding: 2.60417vw;
    width: 50vw;
    background-color: #f2f3f5; }
    @media (max-width: 960px) {
      .thankyou-page div {
        padding: 4.16667vw;
        width: 80vw; } }
    @media (max-width: 768px) {
      .thankyou-page div {
        padding: 10.41667vw 5.20833vw;
        width: 85vw; } }
    @media (max-width: 400px) {
      .thankyou-page div {
        text-align: center; }
        .thankyou-page div h1 {
          font-size: 20px; } }
    .thankyou-page div button {
      margin-top: 50px; }
    .thankyou-page div a {
      color: #fff; }

.welcome {
  margin-left: 11.04167vw;
  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;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 6.25vw); }
  @media (max-width: 1200px) {
    .welcome {
      margin-left: 3.125vw;
      height: calc(100vh - 80px); } }
  @media (max-width: 960px) {
    .welcome {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-left: 0; } }
  @media (max-width: 768px) {
    .welcome {
      width: 100%; } }
  .welcome .lmf-title {
    width: 20.156vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 42vw; }
    @media (max-width: 960px) {
      .welcome .lmf-title {
        position: absolute;
        left: 35px;
        width: 100vw;
        height: 100%; } }
    .welcome .lmf-title .title-wrapper {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .welcome .lmf-title .title-wrapper .subtitle {
        display: block;
        max-width: 18vw;
        font-family: "Roboto";
        font-size: 1.25vw;
        line-height: 120%;
        color: #e25728;
        margin-bottom: 3.125vw; }
        @media (max-width: 1200px) {
          .welcome .lmf-title .title-wrapper .subtitle {
            font-size: 16px;
            max-width: 20vw; } }
        @media (max-width: 960px) {
          .welcome .lmf-title .title-wrapper .subtitle {
            max-width: 40vw; } }
        @media (max-width: 768px) {
          .welcome .lmf-title .title-wrapper .subtitle {
            max-width: 60vw; } }
      .welcome .lmf-title .title-wrapper .year-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .welcome .lmf-title .title-wrapper .year-title img {
          height: 14.479vw; }
          @media (max-width: 960px) {
            .welcome .lmf-title .title-wrapper .year-title img {
              height: 20vw; } }
        .welcome .lmf-title .title-wrapper .year-title span {
          font-family: "Montserrat", sans-serif;
          font-weight: 900;
          font-size: 5.36458vw;
          letter-spacing: 0.05em;
          color: #fff;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          margin-left: -0.8em; }
          @media (max-width: 960px) {
            .welcome .lmf-title .title-wrapper .year-title span {
              font-size: 7.5vw; } }
      .welcome .lmf-title .title-wrapper .lmf-button {
        margin-top: 3.125vw; }
  .welcome .lmf-promo {
    width: 68.802vw;
    min-height: 100%;
    background-color: #f2f3f5;
    position: relative;
    overflow: hidden;
    z-index: -100; }
    @media (max-width: 1200px) {
      .welcome .lmf-promo {
        width: calc(68.802vw + 6.25vw); } }
    @media (max-width: 960px) {
      .welcome .lmf-promo {
        width: 100%; } }
    .welcome .lmf-promo .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .welcome .lmf-promo video {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 130%;
      min-width: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .welcome .lmf-promo .lmf-image img {
      width: 100%;
      height: 100%; }

.lmf-ecosystem {
  margin-top: 10.41667vw;
  position: relative; }
  .lmf-ecosystem .next-project {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 0.88542vw;
    height: 1.40625vw;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M2 1L13 13.5L2 26' stroke='%23AFB4C2' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    right: -3vw; }
    .lmf-ecosystem .next-project.swiper-button-disabled {
      opacity: 0.3;
      pointer-events: none; }
  .lmf-ecosystem .prev-project {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 0.88542vw;
    height: 1.40625vw;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M13 26L2 13.5L13 1' stroke='%23AFB4C2' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    left: -3vw; }
    .lmf-ecosystem .prev-project.swiper-button-disabled {
      opacity: 0.3;
      pointer-events: none; }
  .lmf-ecosystem .projects-slider {
    margin-top: 5.98958vw;
    position: relative; }
    .lmf-ecosystem .projects-slider::before {
      content: "";
      display: block;
      position: absolute;
      height: calc(100% + 5.20833vw);
      width: 41.6vw;
      left: -18.90625vw;
      top: -2.60417vw;
      background-color: #f2f3f5;
      z-index: -1; }
      @media (max-width: 1200px) {
        .lmf-ecosystem .projects-slider::before {
          left: -5vw;
          width: 35.5vw; } }
      @media (max-width: 960px) {
        .lmf-ecosystem .projects-slider::before {
          display: none; } }
  @media (max-width: 960px) {
    .lmf-ecosystem {
      margin-top: 60px; } }
  .lmf-ecosystem .grid-item figure {
    margin: 0; }
  .lmf-ecosystem .grid-item .item-images {
    background: #2d3d65;
    position: relative;
    width: 100%;
    height: 14.0625vw; }
    @media (max-width: 1200px) {
      .lmf-ecosystem .grid-item .item-images {
        height: 200px; } }
    @media (max-width: 960px) {
      .lmf-ecosystem .grid-item .item-images {
        height: 250px; } }
    @media (max-width: 768px) {
      .lmf-ecosystem .grid-item .item-images {
        height: 300px; } }
    @media (max-width: 400px) {
      .lmf-ecosystem .grid-item .item-images {
        height: 200px; } }
  .lmf-ecosystem .grid-item .project-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden; }
    .lmf-ecosystem .grid-item .project-image img {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: lighten;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -o-object-fit: cover;
         object-fit: cover; }
  .lmf-ecosystem .grid-item .project-logo {
    left: -0.3125vw;
    bottom: 1.5625vw;
    width: 4.27083vw;
    height: 4.0625vw;
    position: absolute;
    background-color: #e25728; }
    @media (max-width: 960px) {
      .lmf-ecosystem .grid-item .project-logo {
        height: 60px;
        width: 66px;
        left: 0;
        bottom: 30px; } }
    .lmf-ecosystem .grid-item .project-logo img {
      width: 4.21875vw;
      height: 4.11458vw;
      -webkit-transform: translateX(0.3125vw);
              transform: translateX(0.3125vw); }
      @media (max-width: 960px) {
        .lmf-ecosystem .grid-item .project-logo img {
          height: 61px;
          width: 67px;
          -webkit-transform: translateX(6px);
                  transform: translateX(6px); } }
  .lmf-ecosystem .grid-item:hover .project-img {
    mix-blend-mode: normal; }
  .lmf-ecosystem .grid-item:hover h3 {
    color: #e25728; }
  .lmf-ecosystem .grid-item:hover .link {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .lmf-ecosystem .grid-item figcaption {
    margin-top: 1.5vw;
    padding-right: 15px; }
  .lmf-ecosystem .grid-item h3 {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-bottom: 10px; }
  .lmf-ecosystem .grid-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.52vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .lmf-ecosystem .grid-item .link span {
      display: block;
      width: 24px;
      height: 4px;
      background-color: #e25728;
      -webkit-transform: translateY(0.52083vw);
              transform: translateY(0.52083vw);
      margin-right: 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }
      @media (max-width: 768px) {
        .lmf-ecosystem .grid-item .link span {
          -webkit-transform: translateY(1.04167vw);
                  transform: translateY(1.04167vw); } }
      @media (max-width: 400px) {
        .lmf-ecosystem .grid-item .link span {
          -webkit-transform: translateY(2.08333vw);
                  transform: translateY(2.08333vw); } }
    .lmf-ecosystem .grid-item .link p {
      -webkit-box-flex: 12;
          -ms-flex: 12 12;
              flex: 12 12;
      font-size: 0.833vw;
      color: #e25728; }
      @media (max-width: 1400px) {
        .lmf-ecosystem .grid-item .link p {
          font-size: 14px; } }
  .lmf-ecosystem .swiper-button-next,
  .lmf-ecosystem .swiper-button-prev {
    z-index: 5;
    color: #d9dbe1; }
    @media (max-width: 1200px) {
      .lmf-ecosystem .swiper-button-next,
      .lmf-ecosystem .swiper-button-prev {
        display: none; } }
    .lmf-ecosystem .swiper-button-next::after,
    .lmf-ecosystem .swiper-button-prev::after {
      font-size: 2em; }

.lmf-news {
  margin-top: 13.02083vw;
  position: relative; }
  .lmf-news .next-new {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 0.88542vw;
    height: 1.40625vw;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M2 1L13 13.5L2 26' stroke='%23AFB4C2' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 7vw; }
    .lmf-news .next-new.swiper-button-disabled {
      opacity: 0.3;
      pointer-events: none; }
  .lmf-news .prev-new {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 0.88542vw;
    height: 1.40625vw;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M13 26L2 13.5L13 1' stroke='%23AFB4C2' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 16vw; }
    .lmf-news .prev-new.swiper-button-disabled {
      opacity: 0.3;
      pointer-events: none; }
  .lmf-news .tags {
    margin-top: 10px; }
    .lmf-news .tags p {
      color: #e25728;
      margin-top: 5px; }
  .lmf-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .lmf-news__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .lmf-news__title .lmf-button {
      background: #f2f3f5;
      color: #e25728; }
      @media (max-width: 768px) {
        .lmf-news__title .lmf-button {
          margin-top: 5px;
          margin-bottom: 10px; } }
      .lmf-news__title .lmf-button svg {
        margin-left: 0.78125vw; }
  @media (max-width: 1400px) {
    .lmf-news .news-thumb .new-thumb {
      height: 14vw; } }
  @media (max-width: 1200px) {
    .lmf-news .news-thumb .new-thumb {
      height: 18vw; } }
  @media (max-width: 960px) {
    .lmf-news .news-thumb .new-thumb {
      height: 25vw; } }
  @media (max-width: 768px) {
    .lmf-news .news-thumb .new-thumb {
      height: 50vw; } }

.lmf-life-progress {
  margin-top: 10.41667vw; }
  @media (max-width: 960px) {
    .lmf-life-progress {
      margin-top: 60px; } }
  .lmf-life-progress .flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 960px) {
      .lmf-life-progress .flex-grid {
        display: block; } }
  .lmf-life-progress article {
    width: calc(50% - 2vw); }
    @media (max-width: 960px) {
      .lmf-life-progress article {
        margin-bottom: 2vw;
        width: 100%; } }
  .lmf-life-progress .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 2vw); }
    @media (max-width: 960px) {
      .lmf-life-progress .progress {
        width: 100%; } }
    .lmf-life-progress .progress .progress-bar {
      width: 5%;
      height: 18.75vw;
      background-color: #d9dbe1;
      position: relative;
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      overflow: hidden; }
      @media (max-width: 960px) {
        .lmf-life-progress .progress .progress-bar {
          min-height: 300px;
          margin-top: 20px;
          width: 3vw; } }
      @media (max-width: 768px) {
        .lmf-life-progress .progress .progress-bar {
          min-height: 200px; } }
      @media (max-width: 400px) {
        .lmf-life-progress .progress .progress-bar {
          width: 4vw; } }
      .lmf-life-progress .progress .progress-bar .progress-text {
        color: #2d3d65;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 17%;
        top: 0;
        height: 100%;
        width: 13vw;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        overflow: hidden; }
        @media (max-width: 768px) {
          .lmf-life-progress .progress .progress-bar .progress-text {
            overflow: visible;
            width: 30vw;
            left: 16%; } }
        .lmf-life-progress .progress .progress-bar .progress-text span {
          font-family: "Montserrat", sans-serif;
          font-weight: 900;
          font-size: 1vw;
          text-transform: uppercase;
          display: block; }
          @media (max-width: 960px) {
            .lmf-life-progress .progress .progress-bar .progress-text span {
              font-size: 18px; } }
          @media (max-width: 768px) {
            .lmf-life-progress .progress .progress-bar .progress-text span {
              font-size: 12px; } }
          .lmf-life-progress .progress .progress-bar .progress-text span:first-of-type {
            font-size: 3.8vw; }
            @media (max-width: 960px) {
              .lmf-life-progress .progress .progress-bar .progress-text span:first-of-type {
                font-size: 40px; } }
            @media (max-width: 768px) {
              .lmf-life-progress .progress .progress-bar .progress-text span:first-of-type {
                font-size: 22px; } }
      .lmf-life-progress .progress .progress-bar .progress-color {
        position: absolute;
        background-color: #e25728;
        width: 100%;
        bottom: 0;
        left: 0; }

.lmf-team-section {
  margin-top: 10.41667vw;
  position: relative; }
  @media (max-width: 960px) {
    .lmf-team-section {
      margin-top: 60px; } }

.lmf-team {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .lmf-team {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
  .lmf-team article {
    display: block;
    width: 22.65625vw; }
    @media (max-width: 1200px) {
      .lmf-team article {
        width: 100%;
        margin-bottom: 60px; } }
    @media (max-width: 768px) {
      .lmf-team article {
        margin-bottom: 30px; } }
  .lmf-team .team-gallery {
    width: 42.86458vw;
    padding: 0 12px;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .lmf-team .team-gallery {
        width: 100%; } }
    .lmf-team .team-gallery .flex-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -24px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .lmf-team .team-gallery figure {
      width: calc(33.33% - 24px);
      margin: 0 12px 24px;
      cursor: pointer; }
      @media (max-width: 1400px) {
        .lmf-team .team-gallery figure {
          width: calc(50% - 24px); } }
      @media (max-width: 1200px) {
        .lmf-team .team-gallery figure {
          width: calc(25% - 24px); } }
      @media (max-width: 960px) {
        .lmf-team .team-gallery figure {
          width: calc(50% - 24px);
          margin-bottom: 45px; } }
      @media (max-width: 400px) {
        .lmf-team .team-gallery figure {
          width: calc(100% - 24px); } }
      .lmf-team .team-gallery figure .member-photo {
        height: 10.15625vw;
        position: relative;
        overflow: hidden;
        background-color: #2d3d65; }
        @media (max-width: 1400px) {
          .lmf-team .team-gallery figure .member-photo {
            height: 15.10417vw; } }
        @media (max-width: 1200px) {
          .lmf-team .team-gallery figure .member-photo {
            height: 16.66667vw; } }
        @media (max-width: 960px) {
          .lmf-team .team-gallery figure .member-photo {
            height: 31.25vw; } }
        @media (max-width: 400px) {
          .lmf-team .team-gallery figure .member-photo {
            height: 62.5vw; } }
      .lmf-team .team-gallery figure img {
        width: 100%;
        height: 101%;
        -webkit-filter: grayscale(50);
                filter: grayscale(50);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        mix-blend-mode: lighten; }
      .lmf-team .team-gallery figure .member-info {
        -webkit-box-shadow: inset 0.3125vw 0 0 #e25728;
                box-shadow: inset 0.3125vw 0 0 #e25728;
        width: 2.08333vw;
        background: #fff;
        position: absolute;
        bottom: 1.5625vw;
        left: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-left: 0.3125vw; }
        @media (max-width: 1200px) {
          .lmf-team .team-gallery figure .member-info {
            -webkit-box-shadow: inset 4px 0 0 #e25728;
                    box-shadow: inset 4px 0 0 #e25728; } }
        @media (max-width: 1400px) {
          .lmf-team .team-gallery figure .member-info {
            width: 40px; } }
        @media (max-width: 768px) {
          .lmf-team .team-gallery figure .member-info {
            width: 40px;
            bottom: 30px; } }
        .lmf-team .team-gallery figure .member-info a {
          width: 50%;
          margin: 6px auto;
          fill: #e25728;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .lmf-team .team-gallery figure .member-info a:hover {
            fill: #2d3d65; }
      .lmf-team .team-gallery figure h4 {
        line-height: 105.2%;
        text-transform: uppercase;
        color: #e25728;
        margin-top: 0.781vw; }
        @media (max-width: 1400px) {
          .lmf-team .team-gallery figure h4 {
            font-size: 14px; } }
        @media (max-width: 768px) {
          .lmf-team .team-gallery figure h4 {
            font-size: 12px;
            margin-top: 10px; } }
      .lmf-team .team-gallery figure span {
        font-family: "Roboto";
        font-size: 0.72917vw;
        letter-spacing: 0.02em;
        color: #e25728; }
        @media (max-width: 1400px) {
          .lmf-team .team-gallery figure span {
            font-size: 12px; } }
      .lmf-team .team-gallery figure:hover .member-info {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .lmf-team .team-gallery figure:hover img {
        -webkit-filter: none;
                filter: none;
        mix-blend-mode: normal; }

.gallery {
  margin-top: 10.41667vw;
  position: relative; }
  @media (max-width: 960px) {
    .gallery {
      margin-top: 60px; } }
  .gallery .gallery-bg {
    width: 53.5vw;
    height: 27vw;
    background-color: #f2f3f5;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(16%);
            transform: translateY(16%); }
    @media (max-width: 960px) {
      .gallery .gallery-bg {
        display: none; } }
  .gallery .gallery-wrap {
    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; }
    @media (max-width: 960px) {
      .gallery .gallery-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .gallery .gallery-wrap .video-player {
      width: 32.34375vw;
      height: 22.65625vw;
      position: relative;
      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; }
      @media (max-width: 1200px) {
        .gallery .gallery-wrap .video-player {
          width: 48%;
          height: 32.8125vw; } }
      @media (max-width: 960px) {
        .gallery .gallery-wrap .video-player {
          width: 100%;
          height: 62.5vw;
          margin-bottom: 80px; } }
      .gallery .gallery-wrap .video-player .info {
        -webkit-box-shadow: inset 0.3125vw 0 0 #e25728;
                box-shadow: inset 0.3125vw 0 0 #e25728;
        position: absolute;
        bottom: 2.08333vw;
        left: -0.3125vw;
        width: 5.20833vw;
        height: 5.20833vw;
        background-color: #fff;
        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; }
        @media (max-width: 1200px) {
          .gallery .gallery-wrap .video-player .info {
            -webkit-box-shadow: inset 4px 0 0 #e25728;
                    box-shadow: inset 4px 0 0 #e25728; } }
        @media (max-width: 1200px) {
          .gallery .gallery-wrap .video-player .info {
            width: 80px;
            height: 80px; } }
        @media (max-width: 768px) {
          .gallery .gallery-wrap .video-player .info {
            width: 60px;
            height: 60px; } }
        .gallery .gallery-wrap .video-player .info span.current-video {
          font-family: "Montserrat", sans-serif;
          font-weight: 900;
          font-size: 1.66667vw;
          line-height: 105.2%;
          text-align: right;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #e25728; }
          @media (max-width: 1200px) {
            .gallery .gallery-wrap .video-player .info span.current-video {
              font-size: 22px; } }
        .gallery .gallery-wrap .video-player .info span.all-video {
          font-family: "Roboto";
          font-size: 0.83333vw;
          line-height: 150%;
          letter-spacing: 0.02em;
          color: #e25728; }
          @media (max-width: 1200px) {
            .gallery .gallery-wrap .video-player .info span.all-video {
              font-size: 14px; } }
      .gallery .gallery-wrap .video-player .video-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        pointer-events: none;
        position: absolute;
        width: calc(100% - 35px); }
        @media (max-width: 400px) {
          .gallery .gallery-wrap .video-player .video-nav {
            width: calc(100% - 17.5px); } }
        .gallery .gallery-wrap .video-player .video-nav button {
          border: none;
          background: transparent;
          cursor: pointer;
          width: 30px;
          height: 30px;
          pointer-events: auto; }
          .gallery .gallery-wrap .video-player .video-nav button svg {
            width: 100%;
            height: 100%;
            fill: none; }
            .gallery .gallery-wrap .video-player .video-nav button svg path {
              fill: #d9dbe1;
              -webkit-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
            .gallery .gallery-wrap .video-player .video-nav button svg:hover path {
              opacity: 0.7; }
    .gallery .gallery-wrap .photos {
      width: 30.20833vw;
      padding: 15px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 1200px) {
        .gallery .gallery-wrap .photos {
          width: 48%; } }
      @media (max-width: 960px) {
        .gallery .gallery-wrap .photos {
          margin-top: 4.16667vw;
          width: 100%;
          padding: 0; } }
      .gallery .gallery-wrap .photos .tns-nav {
        margin-top: 20px;
        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; }
        .gallery .gallery-wrap .photos .tns-nav button {
          border: none;
          background: #d9dbe1;
          width: 12px;
          height: 12px;
          margin: 0 5px;
          border-radius: 50%; }
          .gallery .gallery-wrap .photos .tns-nav button.tns-nav-active {
            background: #e25728; }
      .gallery .gallery-wrap .photos .photo-grid {
        margin: -30px;
        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; }
        @media (max-width: 768px) {
          .gallery .gallery-wrap .photos .photo-grid {
            display: block;
            margin: 0;
            padding: 0;
            width: 100%; } }
      .gallery .gallery-wrap .photos figure {
        width: calc(50% - 30px);
        margin: 15px;
        height: 10.26042vw;
        position: relative;
        cursor: pointer;
        background-color: #2d3d65;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1200px) {
          .gallery .gallery-wrap .photos figure {
            height: 15.10417vw; } }
        @media (max-width: 960px) {
          .gallery .gallery-wrap .photos figure {
            height: 31.25vw; } }
        @media (max-width: 768px) {
          .gallery .gallery-wrap .photos figure {
            margin: 0;
            width: 100%;
            height: 300px; } }
        .gallery .gallery-wrap .photos figure > img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          mix-blend-mode: lighten;
          position: relative;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .gallery .gallery-wrap .photos figure:hover {
          background: none; }
          .gallery .gallery-wrap .photos figure:hover img {
            mix-blend-mode: normal; }
        .gallery .gallery-wrap .photos figure figcaption {
          position: absolute;
          left: 1.04167vw;
          bottom: 1.30208vw;
          width: 100%; }
          @media (max-width: 960px) {
            .gallery .gallery-wrap .photos figure figcaption {
              left: 30px;
              bottom: 30px; } }
          .gallery .gallery-wrap .photos figure figcaption h4 {
            font-size: 0.833vw;
            line-height: 105.2%;
            text-transform: uppercase;
            color: #e25728; }
            @media (max-width: 960px) {
              .gallery .gallery-wrap .photos figure figcaption h4 {
                font-size: 20px; } }
          .gallery .gallery-wrap .photos figure figcaption p {
            color: #fff; }
            @media (max-width: 960px) {
              .gallery .gallery-wrap .photos figure figcaption p {
                font-size: 14px; } }
  .gallery .gallery-modal {
    padding: 10vmin;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 50;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gallery .gallery-modal .tns-nav {
      margin-top: 20px;
      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; }
      .gallery .gallery-modal .tns-nav button {
        border: none;
        background: #d9dbe1;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border-radius: 50%; }
        .gallery .gallery-modal .tns-nav button.tns-nav-active {
          background: #e25728; }
    .gallery .gallery-modal span.close {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 30px;
      right: 30px;
      cursor: pointer;
      z-index: 200;
      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; }
      .gallery .gallery-modal span.close:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 10%;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .gallery .gallery-modal span.close:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 10%;
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .gallery .gallery-modal .slide-nav {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      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; }
      .gallery .gallery-modal .slide-nav button {
        width: 30px;
        height: 30px;
        border: none;
        background: transparent;
        cursor: pointer; }
        .gallery .gallery-modal .slide-nav button svg {
          width: 100%;
          height: 100%; }
          .gallery .gallery-modal .slide-nav button svg path {
            fill: #fff; }
        .gallery .gallery-modal .slide-nav button:hover path {
          fill: #d9dbe1; }
    .gallery .gallery-modal .tns-outer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    .gallery .gallery-modal .tns-ovh {
      width: 80vw;
      height: 80vh;
      text-align: center; }
    .gallery .gallery-modal .photo-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80vw;
      height: 80vh; }
      .gallery .gallery-modal .photo-slider img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        max-height: 100%; }

.partners {
  margin-top: 10.41667vw; }
  @media (max-width: 960px) {
    .partners {
      margin-top: 60px; } }

.partners-slider-wrap {
  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;
  position: relative;
  margin-bottom: 10.41667vw; }
  @media (max-width: 1200px) {
    .partners-slider-wrap {
      width: auto;
      margin: 3.125vw; } }
  @media (max-width: 960px) {
    .partners-slider-wrap {
      margin-bottom: 60px; } }
  .partners-slider-wrap .slide-nav {
    position: absolute;
    width: 108%;
    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;
    pointer-events: none; }
    @media (max-width: 400px) {
      .partners-slider-wrap .slide-nav {
        width: calc(100vw - 50px); } }
    .partners-slider-wrap .slide-nav button {
      width: 30px;
      height: 30px;
      border: none;
      background: transparent;
      cursor: pointer;
      pointer-events: auto; }
      .partners-slider-wrap .slide-nav button svg {
        width: 100%;
        height: 100%; }
        .partners-slider-wrap .slide-nav button svg path {
          fill: #d9dbe1; }
      .partners-slider-wrap .slide-nav button:hover path {
        fill: #f2f3f5; }

.slide {
  width: 13.802vw;
  height: 11.979vw; }
  @media (max-width: 1200px) {
    .slide {
      height: 15vw; } }
  .slide div,
  .slide a {
    width: 100%;
    height: 100%;
    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; }
  .slide img {
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: contain;
       object-fit: contain; }

.event-welcome {
  width: 100%;
  height: calc(100vh - 6.25vw);
  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;
  background-blend-mode: lighten; }
  .event-welcome .counter {
    max-width: 46.875vw; }
    @media (max-width: 960px) {
      .event-welcome .counter {
        max-width: 85vw; } }
  .event-welcome .till-event-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3.125vw;
    line-height: 200%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 768px) {
      .event-welcome .till-event-text {
        font-size: 30px;
        line-height: 150%; } }
  .event-welcome .tick-tack {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 4.6875vw;
    line-height: 113%;
    text-transform: uppercase;
    color: #e25728; }
    @media (max-width: 768px) {
      .event-welcome .tick-tack {
        font-size: 40px; } }
  .event-welcome .lmf-button {
    margin-top: 1.30208vw; }
    @media (max-width: 960px) {
      .event-welcome .lmf-button {
        margin-top: 15px;
        padding: 15px; }
        .event-welcome .lmf-button svg {
          margin-left: 10px;
          width: 25px;
          height: 25px; } }

.event-info .info-wrapper {
  margin-top: 8vw;
  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; }
  @media (max-width: 768px) {
    .event-info .info-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.event-info .description-1 {
  width: 45%; }
  @media (max-width: 768px) {
    .event-info .description-1 {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 50px; } }
  .event-info .description-1 .ticket-order {
    margin-top: 2vw; }

.event-info .description-2 {
  width: 45%;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.333vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e25728;
  position: relative; }
  @media (max-width: 768px) {
    .event-info .description-2 {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .event-info .description-2 .bg {
    position: absolute;
    width: 200%;
    height: 140%;
    margin: -3vw -15vw -6vw -3vw;
    background-color: #f2f3f5;
    z-index: -1; }

.event-program {
  margin-top: 10vw;
  position: relative; }
  .event-program::before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    width: 54.01042vw;
    height: 19.01042vw;
    background-color: #f2f3f5;
    z-index: -1; }
    @media (max-width: 1200px) {
      .event-program::before {
        display: none; } }

.event-program-wrapper {
  margin-left: 18.90625vw;
  position: relative; }
  @media (max-width: 1200px) {
    .event-program-wrapper {
      margin-left: 10vw; } }
  @media (max-width: 768px) {
    .event-program-wrapper {
      margin-left: 37.5px; } }
  .event-program-wrapper .event-filter {
    margin-top: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .event-program-wrapper .event-filter .custom-select {
      border-top: 2px solid #d9dbe1;
      position: relative;
      min-width: 500px;
      margin-right: 60px;
      font-family: "Roboto";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.03em;
      color: #2d3d65;
      /* Style the arrow inside the select element: */
      /* Point the arrow upwards when the select box is open (active): */
      /* style the items (options), including the selected item: */
      /* Style items (options): */
      /* Hide the items when the select box is closed: */ }
      @media (max-width: 1400px) {
        .event-program-wrapper .event-filter .custom-select {
          margin-top: 20px;
          min-width: 400px; } }
      @media (max-width: 400px) {
        .event-program-wrapper .event-filter .custom-select {
          min-width: 260px;
          width: 260px; } }
      .event-program-wrapper .event-filter .custom-select select {
        display: none; }
      .event-program-wrapper .event-filter .custom-select .select-selected {
        background-color: #f2f3f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .event-program-wrapper .event-filter .custom-select .select-selected:after {
        position: absolute;
        content: "";
        right: 25px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #2d3d65 transparent transparent transparent; }
      .event-program-wrapper .event-filter .custom-select .select-selected.select-arrow-active:after {
        border-color: transparent transparent #2d3d65 transparent;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .event-program-wrapper .event-filter .custom-select .select-items {
        -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); }
      .event-program-wrapper .event-filter .custom-select .select-items div,
      .event-program-wrapper .event-filter .custom-select .select-selected {
        padding: 18px;
        cursor: pointer; }
        @media (max-width: 400px) {
          .event-program-wrapper .event-filter .custom-select .select-items div,
          .event-program-wrapper .event-filter .custom-select .select-selected {
            padding: 10px 18px; } }
      .event-program-wrapper .event-filter .custom-select .select-items {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99; }
      .event-program-wrapper .event-filter .custom-select .select-hide {
        display: none; }
      .event-program-wrapper .event-filter .custom-select .select-items div:hover,
      .event-program-wrapper .event-filter .custom-select .same-as-selected {
        background-color: #f2f3f5; }
  .event-program-wrapper .event-days__slider-wrapper {
    position: relative; }
  .event-program-wrapper .prev-day {
    width: 3.125vw;
    height: 3.125vw;
    background-color: #fff;
    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;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    margin: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
    @media (max-width: 768px) {
      .event-program-wrapper .prev-day {
        display: none; } }
    .event-program-wrapper .prev-day::after {
      content: "";
      width: 30%;
      height: 30%;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 7.69995L8 12.5L6.8 13.7L1.54815e-06 6.89995L6.8 -4.92668e-05L8 1.29995L3.3 5.99995L14 5.99995L14 7.69995L3.3 7.69995Z' fill='%23e25728'/%3E%3C/svg%3E"); }
  .event-program-wrapper .next-day {
    width: 3.125vw;
    height: 3.125vw;
    background-color: #fff;
    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;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .event-program-wrapper .next-day {
        display: none; } }
    .event-program-wrapper .next-day::after {
      content: "";
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg);
      width: 30%;
      height: 30%;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7 6L6 1.2L7.2 0L14 6.8L7.2 13.7L6 12.4L10.7 7.7H0V6H10.7Z' fill='%23e25728'/%3E%3C/svg%3E%0A"); }
  .event-program-wrapper .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: all; }
  .event-program-wrapper .event-days .swiper-slide {
    width: 23.4375vw; }
    @media (max-width: 1400px) {
      .event-program-wrapper .event-days .swiper-slide {
        width: 400px;
        height: 180px; } }
    @media (max-width: 400px) {
      .event-program-wrapper .event-days .swiper-slide {
        width: 80vw;
        min-height: 36vw; } }
  .event-program-wrapper .event-days .event-day {
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 1.82292vw 1.82292vw 1.82292vw 4.16667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 768px) {
      .event-program-wrapper .event-days .event-day {
        padding-top: 30px;
        padding-left: 20px; } }
    .event-program-wrapper .event-days .event-day.active {
      background: #e25728 url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 175'%3E%3Cpath opacity='0.1' fill='white' d='M285.755 0.239746H301.898V174.728H256.362V94.4287L219.304 133.209H214.075L176.966 94.4287V174.728H131.43V0.239746H147.573L216.766 75.5706L285.755 0.239746ZM45.5361 133.97H108.535V174.728H0V0.747391H45.5361V133.97ZM384.798 118.56H440.537V78.765H384.798V40.2885H448V0.747391H339.261V174.728H384.798V118.56Z' /%3E%3C/svg%3E");
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-position: bottom;
      background-repeat: no-repeat; }
    .event-program-wrapper .event-days .event-day__image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #2d3d65;
      z-index: -1; }
      .event-program-wrapper .event-days .event-day__image img {
        mix-blend-mode: lighten;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .event-program-wrapper .event-days .event-day .event-big-date {
      font-family: "Montserrat", sans-serif;
      color: #fff;
      opacity: 0.8;
      font-weight: 900;
      font-size: 2.5vw;
      display: block;
      line-height: 105.2%;
      letter-spacing: 0.05em; }
      @media (max-width: 1400px) {
        .event-program-wrapper .event-days .event-day .event-big-date {
          font-size: 48px; } }
      @media (max-width: 400px) {
        .event-program-wrapper .event-days .event-day .event-big-date {
          font-size: 30px; } }
    .event-program-wrapper .event-days .event-day .loc-title {
      margin-top: 0.521vw;
      font-family: "Montserrat", sans-serif;
      font-weight: 900;
      font-size: 1.25vw;
      line-height: 105.2%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1400px) {
        .event-program-wrapper .event-days .event-day .loc-title {
          font-size: 24px; } }
      @media (max-width: 400px) {
        .event-program-wrapper .event-days .event-day .loc-title {
          font-size: 20px;
          margin-top: 10px; } }
    .event-program-wrapper .event-days .event-day .loc-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.521vw; }
      @media (max-width: 400px) {
        .event-program-wrapper .event-days .event-day .loc-address {
          margin-top: 10px; } }
      .event-program-wrapper .event-days .event-day .loc-address .loc-marker {
        position: relative;
        width: 1.25vw;
        height: 1.30208vw;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
        @media (max-width: 1400px) {
          .event-program-wrapper .event-days .event-day .loc-address .loc-marker {
            width: 24px;
            height: 25px; } }
        .event-program-wrapper .event-days .event-day .loc-address .loc-marker svg {
          position: absolute;
          width: 100%;
          height: 100%;
          fill: #fff; }
      .event-program-wrapper .event-days .event-day .loc-address p {
        margin-left: 5px;
        color: #fff;
        font-size: 0.83333vw; }
        @media (max-width: 1400px) {
          .event-program-wrapper .event-days .event-day .loc-address p {
            font-size: 16px; } }
        @media (max-width: 400px) {
          .event-program-wrapper .event-days .event-day .loc-address p {
            font-size: 14px; } }
    .event-program-wrapper .event-days .event-day:hover .event-big-date {
      opacity: 1; }
    .event-program-wrapper .event-days .event-day.active .event-big-date {
      color: #2d3d65;
      opacity: 1; }
    .event-program-wrapper .event-days .event-day.active .loc-title {
      color: #2d3d65; }
  .event-program-wrapper .event-timing {
    position: absolute;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
    pointer-events: none; }
    @media (max-width: 768px) {
      .event-program-wrapper .event-timing {
        -webkit-transform: translate(0, -20px);
                transform: translate(0, -20px); } }
    .event-program-wrapper .event-timing .time-marker {
      padding-right: 1.30208vw;
      position: relative; }
      .event-program-wrapper .event-timing .time-marker__text {
        -webkit-transform: translateY(-40%);
                transform: translateY(-40%);
        font-family: Montserrat;
        font-weight: 900;
        font-size: 1.25vw;
        text-align: right;
        letter-spacing: 0.05em;
        color: #e25728; }
        @media (max-width: 1400px) {
          .event-program-wrapper .event-timing .time-marker__text {
            font-size: 20px; } }
        @media (max-width: 768px) {
          .event-program-wrapper .event-timing .time-marker__text {
            text-align: left; } }

.flows-slider__wrapper {
  height: auto;
  width: 100%;
  overflow-x: hidden; }

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 !important; }

.flows-slider {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .flows-slider .swiper-slide {
    padding-bottom: 4.6875vw;
    cursor: -webkit-grab;
    cursor: grab; }
  .flows-slider .event-halls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .flows-slider .event-halls .hall {
      height: 3.33333vw;
      width: 14.79167vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1400px) {
        .flows-slider .event-halls .hall {
          width: 284px;
          height: 64px; } }
    .flows-slider .event-halls p {
      color: #fff;
      font-size: 0.72917vw; }
      @media (max-width: 1400px) {
        .flows-slider .event-halls p {
          font-size: 14px; } }
  .flows-slider .day-schedule {
    display: none; }
    .flows-slider .day-schedule.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      pointer-events: none;
      width: 100%; }
    .flows-slider .day-schedule .time-row {
      margin-top: 4.6875vw;
      position: relative; }
      .flows-slider .day-schedule .time-row.hidden {
        display: none; }
      @media (max-width: 768px) {
        .flows-slider .day-schedule .time-row {
          margin-top: 80px; } }
      .flows-slider .day-schedule .time-row::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 0.20833vw;
        top: 0;
        left: 0;
        background-color: #d9dbe1; }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .time-row::after {
            height: 4px; } }
    .flows-slider .day-schedule .single-flow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .flows-slider .day-schedule .single-flow__image {
        width: 36.97917vw;
        min-height: 10.9375vw;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        background: #e25728 url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 175'%3E%3Cpath opacity='0.1' fill='white' d='M285.755 0.239746H301.898V174.728H256.362V94.4287L219.304 133.209H214.075L176.966 94.4287V174.728H131.43V0.239746H147.573L216.766 75.5706L285.755 0.239746ZM45.5361 133.97H108.535V174.728H0V0.747391H45.5361V133.97ZM384.798 118.56H440.537V78.765H384.798V40.2885H448V0.747391H339.261V174.728H384.798V118.56Z' /%3E%3C/svg%3E");
        background-position: bottom;
        background-repeat: no-repeat; }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .single-flow__image {
            width: 710px;
            min-height: 210px; } }
        .flows-slider .day-schedule .single-flow__image img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      .flows-slider .day-schedule .single-flow__desc {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #f2f3f5;
        padding: 5px 5px 5px 6.25vw; }
      .flows-slider .day-schedule .single-flow__title {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 1.875vw;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2d3d65;
        margin-bottom: 0.52083vw; }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .single-flow__title {
            font-size: 36px;
            margin-bottom: 10px; } }
      .flows-slider .day-schedule .single-flow__time {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 1.25vw;
        line-height: 105.2%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #e25728; }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .single-flow__time {
            font-size: 24px; } }
      .flows-slider .day-schedule .single-flow__location {
        margin-top: 0.52083vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .single-flow__location {
            margin-top: 10px; } }
        .flows-slider .day-schedule .single-flow__location-marker {
          width: 1.04167vw;
          height: 1.04167vw;
          margin-right: 0.26042vw; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .single-flow__location-marker {
              width: 20px;
              height: 20px;
              margin-bottom: 5px;
              margin-right: 5px; } }
          .flows-slider .day-schedule .single-flow__location-marker svg {
            width: 100%;
            height: 100%;
            fill: #e25728; }
        .flows-slider .day-schedule .single-flow__location span {
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          font-size: 0.83333vw;
          color: #e25728; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .single-flow__location span {
              font-size: 16px; } }
    .flows-slider .day-schedule .multi-flow {
      display: grid;
      grid-template-rows: 1fr;
      grid-gap: 0;
      grid-auto-flow: column; }
      .flows-slider .day-schedule .multi-flow__col {
        width: 14.79167vw;
        min-height: 200px;
        position: relative;
        padding-top: 1.30208vw;
        padding-right: 1.30208vw; }
        .flows-slider .day-schedule .multi-flow__col.hidden {
          display: none; }
        .flows-slider .day-schedule .multi-flow__col.active {
          grid-column-start: 1 !important; }
        @media (max-width: 768px) {
          .flows-slider .day-schedule .multi-flow__col {
            padding-top: 25px;
            padding-right: 25px; } }
        @media (max-width: 1400px) {
          .flows-slider .day-schedule .multi-flow__col {
            width: 284px; } }
        .flows-slider .day-schedule .multi-flow__col .text {
          font-family: Roboto;
          font-weight: 500;
          font-size: 0.83333vw;
          line-height: 150%;
          color: #2d3d65; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .multi-flow__col .text {
              font-size: 16px; } }
        .flows-slider .day-schedule .multi-flow__col .icon {
          width: 1.14583vw;
          height: 1.14583vw;
          margin-right: 0.52083vw;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .multi-flow__col .icon {
              width: 22px;
              height: 22px;
              margin-right: 10px; } }
          .flows-slider .day-schedule .multi-flow__col .icon svg {
            width: 100%;
            height: 100%; }
        .flows-slider .day-schedule .multi-flow__col .hall-border {
          position: absolute;
          top: -0.05208vw;
          left: 0;
          width: 100%;
          height: 0.3125vw;
          z-index: 2; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .multi-flow__col .hall-border {
              top: -1px;
              height: 6px; } }
        .flows-slider .day-schedule .multi-flow__col-title {
          font-family: Roboto Slab;
          font-weight: bold;
          font-size: 0.9375vw;
          line-height: 120%;
          color: #2d3d65;
          margin-bottom: 1.5625vw; }
          @media (max-width: 1400px) {
            .flows-slider .day-schedule .multi-flow__col-title {
              font-size: 18px; } }
          @media (max-width: 768px) {
            .flows-slider .day-schedule .multi-flow__col-title {
              margin-bottom: 20px; } }
        .flows-slider .day-schedule .multi-flow__col-time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0.78125vw; }
          @media (max-width: 768px) {
            .flows-slider .day-schedule .multi-flow__col-time {
              margin-bottom: 10px; } }
        .flows-slider .day-schedule .multi-flow__col-theme {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0.78125vw; }
          @media (max-width: 768px) {
            .flows-slider .day-schedule .multi-flow__col-theme {
              margin-bottom: 10px; } }
          .flows-slider .day-schedule .multi-flow__col-theme span {
            font-family: Roboto;
            font-weight: bold;
            font-size: 0.9375vw;
            line-height: 150%; }
            @media (max-width: 1400px) {
              .flows-slider .day-schedule .multi-flow__col-theme span {
                font-size: 18px; } }
        .flows-slider .day-schedule .multi-flow__col-speakers {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0.78125vw; }
          @media (max-width: 768px) {
            .flows-slider .day-schedule .multi-flow__col-speakers {
              margin-bottom: 10px; } }
          .flows-slider .day-schedule .multi-flow__col-speakers .speaker-list {
            list-style-type: none; }
            .flows-slider .day-schedule .multi-flow__col-speakers .speaker-list a {
              color: #2d3d65;
              pointer-events: all;
              cursor: pointer;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
              .flows-slider .day-schedule .multi-flow__col-speakers .speaker-list a:hover {
                color: #e25728; }

.event-speakers {
  margin-top: 13.02083vw; }

.speaker-info {
  width: 88.958vw;
  margin-top: 13vw;
  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;
  margin-bottom: 10vw; }
  @media (max-width: 1200px) {
    .speaker-info {
      display: block;
      margin-bottom: 5vw; } }
  .speaker-info .left-col {
    width: 42.604vw;
    height: 22.76vw;
    background-color: #2d3d65;
    position: relative; }
    @media (max-width: 1200px) {
      .speaker-info .left-col {
        width: 100vw;
        height: 40vw; } }
    .speaker-info .left-col .speaker-img {
      background-color: #fff;
      width: 22.292vw;
      height: 16.875vw;
      position: absolute;
      right: 3.75vw;
      top: -3.75vw;
      z-index: 2;
      overflow: hidden; }
      @media (max-width: 1200px) {
        .speaker-info .left-col .speaker-img {
          right: 10.5vw;
          width: 300px;
          height: 300px; } }
      @media (max-width: 768px) {
        .speaker-info .left-col .speaker-img {
          right: 6.5vw;
          width: 200px;
          height: 200px; } }
      .speaker-info .left-col .speaker-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .speaker-info .left-col svg {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }
  .speaker-info .right-col {
    width: 38.542vw; }
    @media (max-width: 1200px) {
      .speaker-info .right-col {
        width: 76vw;
        margin-top: 80px;
        margin-left: auto; } }
    .speaker-info .right-col .position {
      font-family: Roboto;
      font-size: 1.667vw;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #e25728; }
      @media (max-width: 768px) {
        .speaker-info .right-col .position {
          font-size: 14px; } }
    .speaker-info .right-col p {
      margin-top: 2.604vw; }

.event-speakers {
  margin-bottom: 10.41667vw; }

.speakers-wrapper {
  padding: 12px; }
  .speakers-wrapper .flex-grid {
    margin: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .speakers-wrapper .speaker-thumb {
    width: calc(25% - 24px);
    position: relative;
    margin: 12px; }
    .speakers-wrapper .speaker-thumb figure {
      margin: 0; }
    @media (max-width: 960px) {
      .speakers-wrapper .speaker-thumb {
        width: calc(33.33% - 24px); } }
    @media (max-width: 768px) {
      .speakers-wrapper .speaker-thumb {
        width: calc(50% - 24px); } }
    @media (max-width: 400px) {
      .speakers-wrapper .speaker-thumb {
        width: calc(100% - 24px); } }
    .speakers-wrapper .speaker-thumb .img-wrapper {
      width: 100%;
      height: 11.45833vw;
      position: relative;
      overflow: hidden; }
      @media (max-width: 960px) {
        .speakers-wrapper .speaker-thumb .img-wrapper {
          height: 18.22917vw; } }
      @media (max-width: 768px) {
        .speakers-wrapper .speaker-thumb .img-wrapper {
          height: 26.04167vw; } }
      @media (max-width: 400px) {
        .speakers-wrapper .speaker-thumb .img-wrapper {
          height: 52.08333vw; } }
    .speakers-wrapper .speaker-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .speakers-wrapper .speaker-thumb .excerpt {
      -webkit-box-shadow: inset 0.3125vw 0 0 #e25728;
              box-shadow: inset 0.3125vw 0 0 #e25728;
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 1vw; }
      @media (max-width: 1200px) {
        .speakers-wrapper .speaker-thumb .excerpt {
          -webkit-box-shadow: inset 4px 0 0 #e25728;
                  box-shadow: inset 4px 0 0 #e25728; } }
      .speakers-wrapper .speaker-thumb .excerpt p {
        font-size: 0.8vw;
        line-height: 130%;
        color: #2d3d65; }
        @media (max-width: 1400px) {
          .speakers-wrapper .speaker-thumb .excerpt p {
            font-size: 12px; } }
    .speakers-wrapper .speaker-thumb:hover .excerpt {
      height: 100%;
      opacity: 1; }
    .speakers-wrapper .speaker-thumb h4 {
      font-size: 0.938vw;
      line-height: 105.2%;
      text-transform: uppercase;
      color: #e25728;
      margin-top: 0.781vw; }
      @media (max-width: 1400px) {
        .speakers-wrapper .speaker-thumb h4 {
          font-size: 14px; } }
    .speakers-wrapper .speaker-thumb p {
      font-size: 0.729vw;
      color: #e25728; }
      @media (max-width: 1400px) {
        .speakers-wrapper .speaker-thumb p {
          font-size: 12px; } }

.speakers-page {
  margin-bottom: 16.094vw; }

.other-speakers {
  width: 74vw;
  margin-right: 11.042vw;
  margin-left: auto; }

.projects-page .projects-title {
  margin-bottom: 4.271vw;
  margin-top: 10.41667vw; }
  @media (max-width: 1200px) {
    .projects-page .projects-title {
      margin-top: 150px; } }
  @media (max-width: 960px) {
    .projects-page .projects-title {
      margin-top: 120px; } }
  .projects-page .projects-title h1 {
    color: #2d3d65; }
    @media (max-width: 1200px) {
      .projects-page .projects-title h1 {
        font-size: 20px; } }

.projects-page .flex-grid_wrapper {
  padding: 2vw; }
  .projects-page .flex-grid_wrapper .flex-grid {
    margin: -4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.projects-page .grid-item {
  text-decoration: none;
  display: block;
  width: calc(33.33% - 4vw);
  margin: 2vw; }
  @media (max-width: 1200px) {
    .projects-page .grid-item {
      width: calc(50% - 4vw); } }
  @media (max-width: 768px) {
    .projects-page .grid-item {
      width: calc(100% - 4vw);
      margin-bottom: 28px; } }
  .projects-page .grid-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .projects-page .grid-item .item-images {
    background: #2d3d65;
    position: relative;
    width: 100%;
    height: 14.0625vw;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .projects-page .grid-item .item-images {
        height: 31.25vw; } }
    @media (max-width: 768px) {
      .projects-page .grid-item .item-images {
        height: 52.08333vw; } }
    .projects-page .grid-item .item-images img {
      -webkit-filter: grayscale(50%);
              filter: grayscale(50%);
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 100%;
      width: 100%; }
  .projects-page .grid-item figcaption {
    background-color: #f2f3f5;
    padding: 1.82292vw;
    height: 60%; }
    @media (max-width: 1200px) {
      .projects-page .grid-item figcaption {
        height: 80%; } }
    @media (max-width: 768px) {
      .projects-page .grid-item figcaption {
        padding: 3.64583vw 3.64583vw 5.20833vw;
        height: auto; } }
  .projects-page .grid-item h3 {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-bottom: 10px; }
  .projects-page .grid-item:hover img {
    -webkit-filter: none;
            filter: none; }
  .projects-page .grid-item:hover h3 {
    color: #e25728; }

.single-project .project-image {
  width: 100%;
  height: 34.063vw; }
  @media (max-width: 960px) {
    .single-project .project-image {
      height: 52.08333vw; } }
  .single-project .project-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.single-project .project-content {
  margin-top: 5.729vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .single-project .project-content {
      display: block; } }
  .single-project .project-content h1 {
    margin-bottom: 2vw;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 1.875vw;
    color: #2d3d65; }
    @media (max-width: 1200px) {
      .single-project .project-content h1 {
        font-size: 22px; } }

.single-project .project-description {
  width: 46.354vw; }
  @media (max-width: 1200px) {
    .single-project .project-description {
      width: 65%; } }
  @media (max-width: 768px) {
    .single-project .project-description {
      width: 100%;
      margin-bottom: 30px; } }

.single-project .other-projects {
  width: 19.635vw; }
  @media (max-width: 1200px) {
    .single-project .other-projects {
      width: 30%; } }
  @media (max-width: 768px) {
    .single-project .other-projects {
      width: 100%; } }

.single-project .other-project {
  margin-bottom: 3.64583vw;
  font-size: 1.14583vw; }
  @media (max-width: 1400px) {
    .single-project .other-project {
      font-size: 20px; } }
  @media (max-width: 1200px) {
    .single-project .other-project {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .single-project .other-project {
      font-size: 14px;
      margin-bottom: 7.8125vw; } }
  .single-project .other-project a {
    font-family: "Roboto Slab";
    font-weight: bold;
    color: #2d3d65; }
  .single-project .other-project:hover a {
    color: #e25728; }
  .single-project .other-project .project-thumb {
    height: 12.344vw;
    margin-bottom: 1.04167vw; }
    @media (max-width: 768px) {
      .single-project .other-project .project-thumb {
        margin-bottom: 15px;
        height: 52.08333vw; } }
    .single-project .other-project .project-thumb img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 10px; }

.news-page .top-tags {
  margin-left: 25px; }
  @media (max-width: 960px) {
    .news-page .top-tags {
      margin-left: 0; } }

.news-page .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10.41667vw; }
  @media (max-width: 1200px) {
    .news-page .news-title {
      margin-top: 150px; } }
  @media (max-width: 960px) {
    .news-page .news-title {
      margin-top: 120px;
      display: block; } }
  .news-page .news-title h1 {
    color: #2d3d65; }
    @media (max-width: 1200px) {
      .news-page .news-title h1 {
        font-size: 20px; } }
  .news-page .news-title .news-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-page .news-title .news-tags a {
      text-decoration: none;
      display: block;
      font-family: Roboto;
      font-weight: 900;
      line-height: 105.2%;
      letter-spacing: 0.05em;
      color: #2d3d65;
      margin-right: 20px;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .news-page .news-title .news-tags a:last-of-type {
        margin-right: 0; }
      .news-page .news-title .news-tags a:hover {
        color: #e25728; }
      .news-page .news-title .news-tags a:before {
        content: "#"; }
    .news-page .news-title .news-tags .tag-cloud-link {
      font-size: 14px !important; }

.news-page .flex-grid_wrapper {
  padding: 2vw; }
  .news-page .flex-grid_wrapper .flex-grid {
    margin: 0 -4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.single-new .news-image {
  width: 100%;
  height: 41vw;
  position: relative; }
  @media (max-width: 1200px) {
    .single-new .news-image {
      height: 60vw; } }
  .single-new .news-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.single-new .new-content {
  margin-top: 5.729vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 960px) {
    .single-new .new-content {
      display: block; } }
  .single-new .new-content h1 {
    margin-top: -0.7vw;
    margin-bottom: 2vw;
    font-family: Roboto Slab;
    font-weight: bold;
    font-size: 2.1875vw;
    color: #2d3d65; }
    @media (max-width: 1400px) {
      .single-new .new-content h1 {
        font-size: 40px; } }
    @media (max-width: 1200px) {
      .single-new .new-content h1 {
        font-size: 36px; } }
    @media (max-width: 400px) {
      .single-new .new-content h1 {
        font-size: 26px; } }
  .single-new .new-content .back {
    font-family: Roboto;
    font-weight: bold;
    font-size: 0.938vw;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #d9dbe1;
    margin-top: 3.125vw;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0.3vw;
    border-bottom: 4px solid #e25728; }

.single-new .new-description {
  width: 46.354vw; }
  @media (max-width: 1200px) {
    .single-new .new-description {
      width: 65%; } }
  @media (max-width: 960px) {
    .single-new .new-description {
      width: 100%;
      margin-bottom: 50px; } }

.single-new .other-news {
  width: 19.635vw; }
  @media (max-width: 1200px) {
    .single-new .other-news {
      width: 30%; } }
  @media (max-width: 960px) {
    .single-new .other-news {
      width: 100%; } }

.single-new .other-new {
  display: block;
  margin-bottom: 3.125vw;
  font-size: 1.14583vw; }
  @media (max-width: 1400px) {
    .single-new .other-new {
      font-size: 20px; } }
  @media (max-width: 960px) {
    .single-new .other-new {
      font-size: 16px;
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    .single-new .other-new {
      font-size: 14px;
      margin-bottom: 30px; } }
  .single-new .other-new h3 {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .single-new .other-new:hover h3 {
    color: #e25728; }
  .single-new .other-new .new-thumb {
    height: 12.344vw;
    margin-bottom: 15px; }
    @media (max-width: 1200px) {
      .single-new .other-new .new-thumb {
        height: 18vw; } }
    @media (max-width: 960px) {
      .single-new .other-new .new-thumb {
        height: 50vw; } }
    .single-new .other-new .new-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.news-date {
  font-family: Roboto;
  position: absolute;
  bottom: 1.5625vw;
  left: 1.5625vw;
  color: #fff; }

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10.41667vw;
  min-height: calc(80vh - 6.25vw); }
  @media (max-width: 960px) {
    .contacts-wrapper {
      margin-top: 15.625vw;
      display: block; } }
  @media (max-width: 768px) {
    .contacts-wrapper {
      margin-top: 31.25vw;
      display: block; } }
  .contacts-wrapper h1 {
    color: #2d3d65;
    margin-bottom: 2vw; }
  .contacts-wrapper .info {
    width: 45%; }
    @media (max-width: 960px) {
      .contacts-wrapper .info {
        width: 100%; } }
  .contacts-wrapper .content {
    margin-bottom: 3vw; }
  .contacts-wrapper .contact-page .c-contact {
    margin-bottom: 30px; }
    .contacts-wrapper .contact-page .c-contact > div {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contacts-wrapper .contact-page .c-contact > div:hover a {
        color: #2d3d65; }
      .contacts-wrapper .contact-page .c-contact > div:hover svg path {
        fill: #2d3d65; }
  .contacts-wrapper .contact-page .c-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contacts-wrapper .contact-page svg {
    width: 1.5625vw;
    fill: #e25728;
    margin-right: 20px; }
    .contacts-wrapper .contact-page svg path {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    @media (max-width: 1200px) {
      .contacts-wrapper .contact-page svg {
        width: 30px; } }
    .contacts-wrapper .contact-page svg:hover path {
      fill: #2d3d65; }
  .contacts-wrapper .contact-page a {
    text-decoration: none;
    color: #e25728;
    font-family: "Roboto", sans-serif;
    font-size: 1.25vw;
    line-height: 150%;
    letter-spacing: 0.03em; }
    @media (max-width: 1200px) {
      .contacts-wrapper .contact-page a {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .contacts-wrapper .contact-page a {
        font-size: 16px; } }
    @media (max-width: 400px) {
      .contacts-wrapper .contact-page a {
        font-size: 12px; } }
  .contacts-wrapper .map-bg {
    position: absolute;
    right: 0;
    width: 70%;
    height: 30vw;
    position: relative;
    background: url("../images/client/pages/contacts/lvivmap.webp") no-repeat center;
    background-size: 160%; }
    @media (max-width: 768px) {
      .contacts-wrapper .map-bg {
        width: 100%;
        height: 80vw;
        margin-top: 30px; } }

.ticket-order-page {
  margin-top: 120px; }

.ticket-form-body {
  margin: 2.604vw auto;
  width: 75%; }
  @media (max-width: 960px) {
    .ticket-form-body {
      width: 100%; } }

.ticket-select {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .ticket-select {
      display: block; } }
  .ticket-select .ticket-left {
    min-width: 45%;
    min-height: 16.667vw;
    position: relative;
    padding: 40px;
    z-index: 1; }
    .ticket-select .ticket-left img {
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1200px) {
      .ticket-select .ticket-left {
        min-height: 20vw; } }
    @media (max-width: 768px) {
      .ticket-select .ticket-left {
        min-height: 50vw;
        padding: 20px;
        min-width: 100%; } }
    @media (max-width: 400px) {
      .ticket-select .ticket-left {
        padding: 15px; } }
    .ticket-select .ticket-left .ticket-text {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 40px; }
    .ticket-select .ticket-left .ticket-title {
      font-family: Montserrat, sans-serif;
      font-weight: 900;
      font-size: 3.48958vw;
      line-height: 102%;
      letter-spacing: 0.05em;
      color: #fff;
      margin-bottom: 1.82292vw; }
      @media (max-width: 1400px) {
        .ticket-select .ticket-left .ticket-title {
          font-size: 40px; } }
      @media (max-width: 1200px) {
        .ticket-select .ticket-left .ticket-title {
          font-size: 32px; } }
      @media (max-width: 960px) {
        .ticket-select .ticket-left .ticket-title {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .ticket-select .ticket-left .ticket-title {
          font-size: 40px; } }
      @media (max-width: 400px) {
        .ticket-select .ticket-left .ticket-title {
          font-size: 32px; } }
    .ticket-select .ticket-left .ticket-date {
      font-family: Montserrat, sans-serif;
      font-weight: 900;
      font-size: 1.250vw;
      line-height: 105.2%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1200px) {
        .ticket-select .ticket-left .ticket-date {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .ticket-select .ticket-left .ticket-date {
          font-size: 30px; } }
      @media (max-width: 400px) {
        .ticket-select .ticket-left .ticket-date {
          font-size: 24px; } }
  .ticket-select .ticket-right {
    min-width: 55%;
    position: relative;
    min-height: 22vw; }
    .ticket-select .ticket-right::before {
      content: '';
      position: absolute;
      background-color: #f2f3f5;
      width: 120%;
      right: 0;
      top: 25%;
      height: 100%;
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%);
      z-index: -1; }
      @media (max-width: 768px) {
        .ticket-select .ticket-right::before {
          display: none; } }
    .ticket-select .ticket-right .ticket-info {
      padding: 3.385vw; }
      .ticket-select .ticket-right .ticket-info span {
        font-family: Montserrat, sans-serif;
        font-weight: 900;
        font-size: 1.25vw;
        line-height: 105.2%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2d3d65; }
        @media (max-width: 1200px) {
          .ticket-select .ticket-right .ticket-info span {
            font-size: 18px; } }
      .ticket-select .ticket-right .ticket-info ul {
        list-style: none;
        margin: 0.781vw 0; }
        .ticket-select .ticket-right .ticket-info ul li {
          font-family: Roboto Slab;
          font-weight: bold;
          font-size: 1.042vw;
          line-height: 130%;
          color: #2d3d65;
          position: relative;
          padding-left: 2.5vw; }
          @media (max-width: 768px) {
            .ticket-select .ticket-right .ticket-info ul li {
              padding-left: 4vw; } }
          @media (max-width: 1200px) {
            .ticket-select .ticket-right .ticket-info ul li {
              font-size: 16px; } }
          @media (max-width: 400px) {
            .ticket-select .ticket-right .ticket-info ul li {
              padding-left: 6vw; } }
          .ticket-select .ticket-right .ticket-info ul li::before {
            position: absolute;
            content: '';
            left: 0;
            top: .6vw;
            width: 1.042vw;
            height: 0.208vw;
            background-color: #e25728; }
            @media (max-width: 1200px) {
              .ticket-select .ticket-right .ticket-info ul li::before {
                top: 1vw;
                height: 4px;
                width: 12px; } }
            @media (max-width: 768px) {
              .ticket-select .ticket-right .ticket-info ul li::before {
                top: 1.5vw; } }
            @media (max-width: 400px) {
              .ticket-select .ticket-right .ticket-info ul li::before {
                top: 2.5vw; } }
  .ticket-select .ticket-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }
    @media (max-width: 400px) {
      .ticket-select .ticket-buy {
        display: block; } }
    .ticket-select .ticket-buy .ticket-price {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 1.875vw;
      line-height: 105.2%;
      text-transform: uppercase;
      color: #2d3d65; }
      @media (max-width: 768px) {
        .ticket-select .ticket-buy .ticket-price {
          font-size: 28px; } }
    .ticket-select .ticket-buy button {
      border: none;
      background-color: #e25728;
      cursor: pointer;
      font-family: Roboto Slab;
      font-weight: bold;
      font-size: 0.833vw;
      line-height: 120%;
      text-align: center;
      letter-spacing: 0.02em;
      color: #fff;
      padding: 1.042vw 1.302vw; }
      @media (max-width: 1200px) {
        .ticket-select .ticket-buy button {
          font-size: 18px; } }
      @media (max-width: 960px) {
        .ticket-select .ticket-buy button {
          font-size: 14px; } }
      @media (max-width: 960px) {
        .ticket-select .ticket-buy button {
          font-size: 16px;
          padding: 8px 15px; } }
      @media (max-width: 400px) {
        .ticket-select .ticket-buy button {
          margin-top: 10px; } }

.ticket-checkout {
  margin-top: 120px;
  font-family: 'Roboto'; }
  .ticket-checkout .woocommerce-info {
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 1.146vw;
    line-height: 130%;
    color: #2d3d65;
    border-top-color: #e25728; }
    @media (max-width: 1200px) {
      .ticket-checkout .woocommerce-info {
        font-size: 14px; } }
    .ticket-checkout .woocommerce-info:before {
      color: #e25728; }
    .ticket-checkout .woocommerce-info a {
      color: #e25728; }
  .ticket-checkout input {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 1.146vw;
    line-height: 130%;
    color: #2d3d65;
    padding: 8px 15px; }
    @media (max-width: 1400px) {
      .ticket-checkout input {
        font-size: 22px; } }
    @media (max-width: 1200px) {
      .ticket-checkout input {
        font-size: 18px; } }
  @media (max-width: 768px) {
    .ticket-checkout #billing_first_name_field {
      width: 100%; } }
  @media (max-width: 768px) {
    .ticket-checkout #billing_last_name_field {
      width: 100%; } }
  .ticket-checkout h3 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .ticket-checkout .woocommerce-checkout-review-order {
    font-family: 'Roboto';
    color: #2d3d65; }
  .ticket-checkout #payment {
    background: #f2f3f5; }
  .ticket-checkout #place_order {
    background: #e25728;
    font-family: 'Roboto Slab';
    border-radius: 0;
    padding: 12px 15px;
    line-height: 100.6%;
    letter-spacing: 0.09em; }
  .ticket-checkout .woocommerce-notices-wrapper {
    display: none; }
  .ticket-checkout .checkout_coupon {
    background-color: #fff; }

.block-content h2 {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 1.875vw;
  line-height: 130%;
  margin-top: 30px;
  margin-bottom: 0;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    .block-content h2 {
      font-size: 36px; } }
  @media (max-width: 1200px) {
    .block-content h2 {
      font-size: 30px; } }
  @media (max-width: 400px) {
    .block-content h2 {
      font-size: 28px; } }

.block-content h3 {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 1.66667vw;
  line-height: 130%;
  margin-bottom: 10px;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    .block-content h3 {
      font-size: 32px; } }
  @media (max-width: 1200px) {
    .block-content h3 {
      font-size: 28px; } }
  @media (max-width: 400px) {
    .block-content h3 {
      font-size: 24px; } }

.block-content h4 {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 1.45833vw;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    .block-content h4 {
      font-size: 28px; } }
  @media (max-width: 1200px) {
    .block-content h4 {
      font-size: 24px; } }
  @media (max-width: 400px) {
    .block-content h4 {
      font-size: 22px; } }

.block-content h5,
.block-content h6 {
  font-family: "Roboto Slab";
  font-size: 1.25vw;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    .block-content h5,
    .block-content h6 {
      font-size: 24px; } }
  @media (max-width: 1200px) {
    .block-content h5,
    .block-content h6 {
      font-size: 22px; } }
  @media (max-width: 400px) {
    .block-content h5,
    .block-content h6 {
      font-size: 20px; } }

.block-content p,
.block-content ul {
  font-family: Roboto;
  font-size: 1.04167vw;
  line-height: 150%;
  color: #2d3d65; }
  @media (max-width: 1400px) {
    .block-content p,
    .block-content ul {
      font-size: 20px; } }
  @media (max-width: 1200px) {
    .block-content p,
    .block-content ul {
      font-size: 16px; } }

.block-content p {
  margin-bottom: 1.30208vw; }

.block-content ul {
  padding-left: 20px;
  margin-bottom: 30px; }

.block-content figure {
  margin-top: 30px;
  margin-bottom: 30px; }

/*----------------------------------*/
/*  blocks */
/*----------------------------------*/
/*----------------------------------*/
/*  blocks base */
/*----------------------------------*/
.wrapper-min {
  padding-top: 2.66667rem;
  padding-bottom: 2.66667rem; }

.section-indent {
  padding-top: 0.88889rem;
  padding-bottom: 0.88889rem; }
  @media (min-width: 480px) {
    .section-indent {
      padding-top: 1.55556rem;
      padding-bottom: 1.55556rem; } }

.title {
  margin-top: 0.88889rem;
  margin-bottom: 0.88889rem;
  font-weight: 700; }
  .title--h1 {
    font-size: 2rem;
    line-height: 2.22222rem; }
    @media (min-width: 768px) {
      .title--h1 {
        font-size: 2.22222rem;
        line-height: 2.44444rem; } }
    @media (min-width: 1024px) {
      .title--h1 {
        font-size: 2.66667rem;
        line-height: 2.88889rem; } }
  .title--h2 {
    font-size: 1.66667rem;
    line-height: 2rem; }
    @media (min-width: 768px) {
      .title--h2 {
        font-size: 2rem;
        line-height: 2.38889rem; } }
  .title--h3 {
    font-size: 1.11111rem;
    line-height: 1.33333rem; }
    @media (min-width: 768px) {
      .title--h3 {
        font-size: 1.33333rem;
        line-height: 1.61111rem; } }

.widePic {
  padding-bottom: 1.77778rem; }
  .widePic__img {
    width: 100%;
    height: auto; }

.paragraph + .paragraph {
  margin-top: 1.33333rem; }

.paragraph p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.38889rem; }
  .paragraph p a {
    color: #76C044; }
    .paragraph p a:hover {
      color: #0094FF; }
  .paragraph p b, .paragraph p strong {
    font-weight: 600; }

.divider {
  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;
  padding-top: 1.55556rem;
  padding-bottom: 1.55556rem; }
  @media (min-width: 768px) {
    .divider {
      padding-top: 2.22222rem;
      padding-bottom: 2.22222rem; } }
  .divider__icon + .divider__icon {
    margin-left: 2.66667rem; }

.listBlock .list {
  padding-left: 1.33333rem; }
  .listBlock .list__item {
    font-size: 1rem;
    line-height: 1.38889rem; }
    .listBlock .list__item a {
      color: #76C044; }
      .listBlock .list__item a:hover {
        color: #0094FF; }
    .listBlock .list__item b, .listBlock .list__item strong {
      font-weight: 600; }

.support_block .btn {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.88889rem;
  padding-left: 0.88889rem;
  font-weight: 700;
  border-radius: 5px; }
  @media (min-width: 480px) {
    .support_block .btn {
      font-size: 1.11111rem;
      line-height: 1.33333rem; } }
  @media (min-width: 1024px) {
    .support_block .btn {
      width: auto; } }
  @media (min-width: 1280px) {
    .support_block .btn {
      padding-top: 0.55556rem;
      padding-bottom: 0.55556rem;
      padding-right: 1.33333rem;
      padding-left: 1.33333rem;
      font-size: 1.33333rem;
      line-height: 1.61111rem; } }
  .support_block .btn svg {
    width: 24px;
    height: 24px;
    margin-right: 0.88889rem; }
    @media (min-width: 1280px) {
      .support_block .btn svg {
        width: 32px;
        height: 32px; } }

/*----------------------------------*/
/*  block - quote */
/*----------------------------------*/
.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.77778rem;
  padding-bottom: 2.22222rem;
  padding-right: 2.66667rem;
  padding-left: 2.66667rem;
  background-color: #F7F7F7; }
  @media (min-width: 1280px) {
    .quote {
      padding-top: 2rem;
      padding-bottom: 2.44444rem;
      padding-right: 3.55556rem;
      padding-left: 3.55556rem; } }
  .quote__text, .quote__author {
    font-size: 1rem;
    line-height: 1.61111rem; }
  .quote__text {
    margin-top: 0.88889rem;
    margin-bottom: 0.88889rem;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 1280px) {
      .quote__text {
        margin-top: 1.33333rem;
        margin-bottom: 1.33333rem; } }

/*----------------------------------*/
/*  block - numbers-block */
/*----------------------------------*/
.numbersBlock__list {
  margin-bottom: -2.22222rem; }
  @media (min-width: 768px) {
    .numbersBlock__list {
      margin-bottom: 0; } }

.numbersBlock__item {
  margin-bottom: 2.22222rem; }
  @media (min-width: 768px) {
    .numbersBlock__item {
      margin-bottom: 0; } }
  .numbersBlock__item-num, .numbersBlock__item-text {
    text-align: center; }
  .numbersBlock__item-num {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.38889rem;
    color: #76C044; }
    @media (min-width: 1024px) {
      .numbersBlock__item-num {
        font-size: 2.66667rem;
        line-height: 3.22222rem; } }
  .numbersBlock__item-text {
    font-size: 0.88889rem;
    line-height: 1.27778rem; }

/*----------------------------------*/
/*  block - progress-bar */
/*----------------------------------*/
.progressBar__list {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 0.66667rem;
  padding: 0; }

.progressBar__item {
  position: relative;
  margin-bottom: 1.33333rem;
  padding-top: 64px;
  padding-bottom: 1.33333rem;
  padding-left: 0;
  counter-increment: line-number; }
  @media (min-width: 768px) {
    .progressBar__item {
      padding-top: 0;
      padding-bottom: 1.33333rem;
      padding-left: 5.55556rem; } }
  .progressBar__item::before {
    content: "0" counter(line-number);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    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: 48px;
    height: 48px;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .02em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #76C044; }
    @media (min-width: 768px) {
      .progressBar__item::before {
        width: 56px;
        height: 56px;
        font-size: 1.33333rem;
        line-height: 2.11111rem; } }
  .progressBar__item::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 25.5px;
    left: 64px;
    width: calc(100% - (48px + 16px));
    height: 3px;
    background-color: #76C044; }
    @media (min-width: 768px) {
      .progressBar__item::after {
        top: 56px;
        left: 28px;
        width: 3px;
        height: 100%; } }
  @media (min-width: 768px) {
    .progressBar__item:last-of-type::after {
      display: none; } }
  .progressBar__item-title {
    margin-bottom: 0.88889rem;
    font-size: 1.33333rem;
    line-height: 1.55556rem;
    font-weight: 700;
    letter-spacing: .02em; }
    @media (min-width: 768px) {
      .progressBar__item-title {
        line-height: 2.11111rem; } }
  .progressBar__item-text {
    font-size: 1rem;
    line-height: 1.44444rem; }

/*----------------------------------*/
/*  block - gallery */
/*----------------------------------*/
.gallery__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.33333rem; }
  @media (min-width: 375px) {
    .gallery__img {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 480px) {
    .gallery__img {
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 768px) {
    .gallery__img {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1024px) {
    .gallery__img {
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 1400px) {
    .gallery__img {
      padding-right: 12px;
      padding-left: 12px; } }
  .gallery__img-wrap {
    position: relative;
    width: 100%; }
  .gallery__img img {
    top: 0;
    left: 0;
    width: 100%; }

@media (min-width: 768px) {
  .gallery--g2 .gallery__img, .gallery--g3 .gallery__img:nth-of-type(2),
  .gallery--g3 .gallery__img:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .gallery--g4 .gallery__img:nth-of-type(2), .gallery--g4 .gallery__img:nth-of-type(3), .gallery--g4 .gallery__img:nth-of-type(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1024px) {
  .gallery--g4 .gallery__img:nth-of-type(2), .gallery--g4 .gallery__img:nth-of-type(3), .gallery--g4 .gallery__img:nth-of-type(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%; } }

@media (min-width: 768px) {
  .gallery--g5 .gallery__img:nth-of-type(1), .gallery--g5 .gallery__img:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .gallery--g5 .gallery__img:nth-of-type(3), .gallery--g5 .gallery__img:nth-of-type(4), .gallery--g5 .gallery__img:nth-of-type(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1024px) {
  .gallery--g5 .gallery__img:nth-of-type(3), .gallery--g5 .gallery__img:nth-of-type(4), .gallery--g5 .gallery__img:nth-of-type(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%; } }

.gallery__carousel {
  width: 100%; }
  .gallery__carousel ._carousel-slider {
    width: 100%;
    height: 184px; }
    @media (min-width: 480px) {
      .gallery__carousel ._carousel-slider {
        height: 235px; } }
    @media (min-width: 768px) {
      .gallery__carousel ._carousel-slider {
        height: 388px; } }
    @media (min-width: 1024px) {
      .gallery__carousel ._carousel-slider {
        height: 442px; } }
    @media (min-width: 1280px) {
      .gallery__carousel ._carousel-slider {
        height: 424px; } }
    @media (min-width: 1400px) {
      .gallery__carousel ._carousel-slider {
        height: 456px; } }
  .gallery__carousel .tns-item {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .gallery__carousel-nav {
    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;
    padding: 1.33333rem; }
  .gallery__carousel-navDot {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #C4C4C4; }
    .gallery__carousel-navDot.tns-nav-active {
      background-color: #76C044; }
  .gallery__carousel-navDot + .gallery__carousel-navDot {
    margin-left: 0.88889rem; }

/*----------------------------------*/
/*  block - media text */
/*----------------------------------*/
.mediaText__list--left .mediaText__item:nth-of-type(even) > .mediaText__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.mediaText__list--left .mediaText__item:nth-of-type(odd) > .mediaText__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.mediaText__list--right .mediaText__item:nth-of-type(even) > .mediaText__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.mediaText__list--right .mediaText__item:nth-of-type(odd) > .mediaText__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.mediaText__item + .mediaText__item {
  margin-top: 2.66667rem; }

.mediaText__item-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 1.33333rem; }
  .mediaText__item-thumb img {
    max-width: 100%;
    height: auto; }

.mediaText__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%; }

.mediaText__item-title {
  font-size: 1.33333rem;
  line-height: 1.61111rem;
  font-weight: 700; }

.mediaText__item-text {
  font-size: 1rem;
  line-height: 1.38889rem; }

.mediaText_background {
  background-color: #F5F9F8;
  margin: 0.88889rem 0rem 1.77778rem; }
  .mediaText_background .mediaText__item-thumb {
    margin-bottom: 0; }
  .mediaText_background .mediaText_background--rigth .mediaText__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .mediaText_background .mediaText_background--left .mediaText__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

/*----------------------------------*/
/*  block - partners */
/*----------------------------------*/
.partners {
  padding-top: 0rem; }
  .partners__list {
    margin-bottom: -0.88889rem; }
  .partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 0.88889rem;
    padding: 0.88889rem; }
    .partners__item-logo {
      width: auto;
      max-width: 146px;
      -o-object-fit: contain;
         object-fit: contain; }

/*----------------------------------*/
/*  block - icon block */
/*----------------------------------*/
.iconBlock {
  margin: 1.77778rem 0 1.77778rem; }
  .iconBlock__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1.33333rem; }
  .iconBlock__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 91px; }
    @media (min-width: 1024px) {
      .iconBlock__item-img {
        height: 71px; } }
    .iconBlock__item-img img {
      width: auto;
      height: 100%;
      -o-object-fit: unset;
         object-fit: unset; }
  .iconBlock__item-body {
    padding-top: 1.33333rem;
    padding-bottom: 1.33333rem; }
  .iconBlock__item-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.38889rem; }
  .iconBlock__item-text {
    margin-top: 0.44444rem;
    font-size: 0.88889rem;
    line-height: 1.27778rem; }

/*----------------------------------*/
/*  block - attach */
/*----------------------------------*/
.attach__item {
  color: #2C2F2A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem;
  padding-right: 0.88889rem;
  padding-left: 0.88889rem;
  background-color: #F7F7F7; }
  .attach__item:hover {
    color: #E62B1E;
    text-decoration: none; }

.attach__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 18px;
  margin-right: 1.33333rem;
  font-weight: 700;
  font-size: 0.77778rem;
  line-height: 0.72222rem;
  color: #fff;
  text-transform: uppercase; }
  .attach__icon.pdf {
    background: linear-gradient(225deg, #fff 4px, #D50000 0); }
  .attach__icon.doc {
    background-color: #1857b8; }
  .attach__icon.xlsx {
    background-color: #0f783f; }

/*----------------------------------*/
/*  block - news */
/*----------------------------------*/
.news__item {
  width: 100%;
  margin-bottom: 2.22222rem; }
  .news__item.single {
    margin-bottom: 0rem; }

.news__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 0.66667rem;
  padding-top: 276px; }
  .news__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.news__title {
  font-weight: 700;
  font-size: 1.33333rem;
  line-height: 1.61111rem; }

.news__description, .news__link {
  font-size: 1rem;
  line-height: 1.38889rem; }

.news__link {
  color: #76C044; }
  .news__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #76C044;
            text-decoration-color: #76C044; }

.news__Blocklink {
  text-decoration: none;
  color: #2C2F2A; }
  .news__Blocklink:hover {
    color: #2C2F2A; }
    .news__Blocklink:hover .news__title {
      color: #76C044;
      text-decoration: underline;
      -webkit-text-decoration-color: #76C044;
              text-decoration-color: #76C044; }
    .news__Blocklink:hover .news__date {
      text-decoration: none; }
    .news__Blocklink:hover .news__link {
      text-decoration: none; }

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.44444rem; }

.news__date {
  font-size: 1rem;
  line-height: 1.38889rem;
  color: #B6B6B6;
  margin-right: 0.44444rem; }
  .news__date.mb-2 {
    margin-bottom: 0.88889rem; }

/*----------------------------------*/
/*  block - link tool */
/*----------------------------------*/
.outerLink {
  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;
  padding: 0.88889rem 1.77778rem 1.33333rem;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, 0.2);
          box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, 0.2);
  text-decoration: none; }
  @media (min-width: 1024px) {
    .outerLink {
      padding: 1.33333rem 1.77778rem 1.33333rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .outerLink:hover {
    color: #0094FF; }
    .outerLink:hover .outerLink__url {
      color: #0094FF; }
  .outerLink__left {
    width: 100%; }
    @media (min-width: 1024px) {
      .outerLink__left {
        width: 60%;
        padding-right: 0.88889rem; } }
  .outerLink__right {
    width: 100%;
    padding-top: 0.88889rem; }
    @media (min-width: 1024px) {
      .outerLink__right {
        padding-top: 0;
        width: 40%; } }
    .outerLink__right img {
      border-radius: 10px; }
  .outerLink__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.44444rem; }
  .outerLink__description {
    font-size: 0.88889rem;
    line-height: 1.4; }
  .outerLink__url {
    font-size: 0.88889rem;
    line-height: 1.3;
    color: #d9dbe1;
    margin-top: 0.44444rem; }

/*----------------------------------*/
/*  block - figcaption */
/*----------------------------------*/
.figcaption__item {
  width: 100%;
  text-align: center; }
  .figcaption__item--withBorder .figcaption__item-img {
    border: 1px solid #e8e8eb; }
  .figcaption__item--stretched, .figcaption__item img {
    width: 100%;
    max-width: 100%; }
  .figcaption__item--withBackground .figcaption__item-img {
    padding-top: 0.88889rem;
    padding-bottom: 0.88889rem;
    background-color: #cdd1e0; }
    .figcaption__item--withBackground .figcaption__item-img img {
      max-width: 60%; }

.figcaption figure, .figcaption__item-img {
  display: inline-block;
  margin: 0;
  text-align: center; }

.figcaption img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto; }

.figcaption figcaption {
  margin-top: 0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.88889rem;
  line-height: 1rem;
  color: #B1B1B1; }

.object-fit-container {
  position: relative; }

.object-fit-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.object-fit-container.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.object-fit-container.cover img {
  -o-object-fit: cover;
     object-fit: cover; }

.no-object-fit .object-fit-container img {
  display: none; }

.lmf-title {
  color: #2d3d65; }

.lmf-subtitle {
  letter-spacing: 0;
  text-transform: none;
  margin: 0; }
