/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #000;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

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

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

.container {
  max-width: 374px;
}

@media (min-width: 375px) {
  .container-sm, .container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 1023px;
  }
}
@media (min-width: 1366px) {
  .container-lg, .container-ml, .container-md, .container-sm, .container {
    max-width: 1365px;
  }
}
@media (min-width: 1920px) {
  .container-xl, .container-lg, .container-ml, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-ml {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ml-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ml-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ml-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-ml-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ml-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ml-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ml-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ml-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ml-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ml-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ml-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ml-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ml-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ml-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ml-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ml-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ml-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ml-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ml-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ml-first {
    order: -1;
  }
  .order-ml-last {
    order: 13;
  }
  .order-ml-0 {
    order: 0;
  }
  .order-ml-1 {
    order: 1;
  }
  .order-ml-2 {
    order: 2;
  }
  .order-ml-3 {
    order: 3;
  }
  .order-ml-4 {
    order: 4;
  }
  .order-ml-5 {
    order: 5;
  }
  .order-ml-6 {
    order: 6;
  }
  .order-ml-7 {
    order: 7;
  }
  .order-ml-8 {
    order: 8;
  }
  .order-ml-9 {
    order: 9;
  }
  .order-ml-10 {
    order: 10;
  }
  .order-ml-11 {
    order: 11;
  }
  .order-ml-12 {
    order: 12;
  }
  .offset-ml-0 {
    margin-left: 0;
  }
  .offset-ml-1 {
    margin-left: 8.33333333%;
  }
  .offset-ml-2 {
    margin-left: 16.66666667%;
  }
  .offset-ml-3 {
    margin-left: 25%;
  }
  .offset-ml-4 {
    margin-left: 33.33333333%;
  }
  .offset-ml-5 {
    margin-left: 41.66666667%;
  }
  .offset-ml-6 {
    margin-left: 50%;
  }
  .offset-ml-7 {
    margin-left: 58.33333333%;
  }
  .offset-ml-8 {
    margin-left: 66.66666667%;
  }
  .offset-ml-9 {
    margin-left: 75%;
  }
  .offset-ml-10 {
    margin-left: 83.33333333%;
  }
  .offset-ml-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1366px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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: flex !important;
}

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

@media (min-width: 375px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-ml-none {
    display: none !important;
  }
  .d-ml-inline {
    display: inline !important;
  }
  .d-ml-inline-block {
    display: inline-block !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .d-ml-table {
    display: table !important;
  }
  .d-ml-table-row {
    display: table-row !important;
  }
  .d-ml-table-cell {
    display: table-cell !important;
  }
  .d-ml-flex {
    display: flex !important;
  }
  .d-ml-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-ml-row {
    flex-direction: row !important;
  }
  .flex-ml-column {
    flex-direction: column !important;
  }
  .flex-ml-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ml-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ml-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ml-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ml-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-ml-fill {
    flex: 1 1 auto !important;
  }
  .flex-ml-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ml-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ml-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ml-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-ml-start {
    justify-content: flex-start !important;
  }
  .justify-content-ml-end {
    justify-content: flex-end !important;
  }
  .justify-content-ml-center {
    justify-content: center !important;
  }
  .justify-content-ml-between {
    justify-content: space-between !important;
  }
  .justify-content-ml-around {
    justify-content: space-around !important;
  }
  .align-items-ml-start {
    align-items: flex-start !important;
  }
  .align-items-ml-end {
    align-items: flex-end !important;
  }
  .align-items-ml-center {
    align-items: center !important;
  }
  .align-items-ml-baseline {
    align-items: baseline !important;
  }
  .align-items-ml-stretch {
    align-items: stretch !important;
  }
  .align-content-ml-start {
    align-content: flex-start !important;
  }
  .align-content-ml-end {
    align-content: flex-end !important;
  }
  .align-content-ml-center {
    align-content: center !important;
  }
  .align-content-ml-between {
    align-content: space-between !important;
  }
  .align-content-ml-around {
    align-content: space-around !important;
  }
  .align-content-ml-stretch {
    align-content: stretch !important;
  }
  .align-self-ml-auto {
    align-self: auto !important;
  }
  .align-self-ml-start {
    align-self: flex-start !important;
  }
  .align-self-ml-end {
    align-self: flex-end !important;
  }
  .align-self-ml-center {
    align-self: center !important;
  }
  .align-self-ml-baseline {
    align-self: baseline !important;
  }
  .align-self-ml-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    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: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !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: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

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

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

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

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

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

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

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

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

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

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

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

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

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

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

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

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

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

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

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

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !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-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: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !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-ml-0 {
    margin: 0 !important;
  }
  .mt-ml-0,
  .my-ml-0 {
    margin-top: 0 !important;
  }
  .mr-ml-0,
  .mx-ml-0 {
    margin-right: 0 !important;
  }
  .mb-ml-0,
  .my-ml-0 {
    margin-bottom: 0 !important;
  }
  .ml-ml-0,
  .mx-ml-0 {
    margin-left: 0 !important;
  }
  .m-ml-1 {
    margin: 10px !important;
  }
  .mt-ml-1,
  .my-ml-1 {
    margin-top: 10px !important;
  }
  .mr-ml-1,
  .mx-ml-1 {
    margin-right: 10px !important;
  }
  .mb-ml-1,
  .my-ml-1 {
    margin-bottom: 10px !important;
  }
  .ml-ml-1,
  .mx-ml-1 {
    margin-left: 10px !important;
  }
  .m-ml-2 {
    margin: 20px !important;
  }
  .mt-ml-2,
  .my-ml-2 {
    margin-top: 20px !important;
  }
  .mr-ml-2,
  .mx-ml-2 {
    margin-right: 20px !important;
  }
  .mb-ml-2,
  .my-ml-2 {
    margin-bottom: 20px !important;
  }
  .ml-ml-2,
  .mx-ml-2 {
    margin-left: 20px !important;
  }
  .m-ml-3 {
    margin: 30px !important;
  }
  .mt-ml-3,
  .my-ml-3 {
    margin-top: 30px !important;
  }
  .mr-ml-3,
  .mx-ml-3 {
    margin-right: 30px !important;
  }
  .mb-ml-3,
  .my-ml-3 {
    margin-bottom: 30px !important;
  }
  .ml-ml-3,
  .mx-ml-3 {
    margin-left: 30px !important;
  }
  .m-ml-4 {
    margin: 40px !important;
  }
  .mt-ml-4,
  .my-ml-4 {
    margin-top: 40px !important;
  }
  .mr-ml-4,
  .mx-ml-4 {
    margin-right: 40px !important;
  }
  .mb-ml-4,
  .my-ml-4 {
    margin-bottom: 40px !important;
  }
  .ml-ml-4,
  .mx-ml-4 {
    margin-left: 40px !important;
  }
  .m-ml-5 {
    margin: 50px !important;
  }
  .mt-ml-5,
  .my-ml-5 {
    margin-top: 50px !important;
  }
  .mr-ml-5,
  .mx-ml-5 {
    margin-right: 50px !important;
  }
  .mb-ml-5,
  .my-ml-5 {
    margin-bottom: 50px !important;
  }
  .ml-ml-5,
  .mx-ml-5 {
    margin-left: 50px !important;
  }
  .m-ml-6 {
    margin: 60px !important;
  }
  .mt-ml-6,
  .my-ml-6 {
    margin-top: 60px !important;
  }
  .mr-ml-6,
  .mx-ml-6 {
    margin-right: 60px !important;
  }
  .mb-ml-6,
  .my-ml-6 {
    margin-bottom: 60px !important;
  }
  .ml-ml-6,
  .mx-ml-6 {
    margin-left: 60px !important;
  }
  .m-ml-7 {
    margin: 70px !important;
  }
  .mt-ml-7,
  .my-ml-7 {
    margin-top: 70px !important;
  }
  .mr-ml-7,
  .mx-ml-7 {
    margin-right: 70px !important;
  }
  .mb-ml-7,
  .my-ml-7 {
    margin-bottom: 70px !important;
  }
  .ml-ml-7,
  .mx-ml-7 {
    margin-left: 70px !important;
  }
  .m-ml-8 {
    margin: 80px !important;
  }
  .mt-ml-8,
  .my-ml-8 {
    margin-top: 80px !important;
  }
  .mr-ml-8,
  .mx-ml-8 {
    margin-right: 80px !important;
  }
  .mb-ml-8,
  .my-ml-8 {
    margin-bottom: 80px !important;
  }
  .ml-ml-8,
  .mx-ml-8 {
    margin-left: 80px !important;
  }
  .m-ml-9 {
    margin: 90px !important;
  }
  .mt-ml-9,
  .my-ml-9 {
    margin-top: 90px !important;
  }
  .mr-ml-9,
  .mx-ml-9 {
    margin-right: 90px !important;
  }
  .mb-ml-9,
  .my-ml-9 {
    margin-bottom: 90px !important;
  }
  .ml-ml-9,
  .mx-ml-9 {
    margin-left: 90px !important;
  }
  .m-ml-10 {
    margin: 100px !important;
  }
  .mt-ml-10,
  .my-ml-10 {
    margin-top: 100px !important;
  }
  .mr-ml-10,
  .mx-ml-10 {
    margin-right: 100px !important;
  }
  .mb-ml-10,
  .my-ml-10 {
    margin-bottom: 100px !important;
  }
  .ml-ml-10,
  .mx-ml-10 {
    margin-left: 100px !important;
  }
  .p-ml-0 {
    padding: 0 !important;
  }
  .pt-ml-0,
  .py-ml-0 {
    padding-top: 0 !important;
  }
  .pr-ml-0,
  .px-ml-0 {
    padding-right: 0 !important;
  }
  .pb-ml-0,
  .py-ml-0 {
    padding-bottom: 0 !important;
  }
  .pl-ml-0,
  .px-ml-0 {
    padding-left: 0 !important;
  }
  .p-ml-1 {
    padding: 10px !important;
  }
  .pt-ml-1,
  .py-ml-1 {
    padding-top: 10px !important;
  }
  .pr-ml-1,
  .px-ml-1 {
    padding-right: 10px !important;
  }
  .pb-ml-1,
  .py-ml-1 {
    padding-bottom: 10px !important;
  }
  .pl-ml-1,
  .px-ml-1 {
    padding-left: 10px !important;
  }
  .p-ml-2 {
    padding: 20px !important;
  }
  .pt-ml-2,
  .py-ml-2 {
    padding-top: 20px !important;
  }
  .pr-ml-2,
  .px-ml-2 {
    padding-right: 20px !important;
  }
  .pb-ml-2,
  .py-ml-2 {
    padding-bottom: 20px !important;
  }
  .pl-ml-2,
  .px-ml-2 {
    padding-left: 20px !important;
  }
  .p-ml-3 {
    padding: 30px !important;
  }
  .pt-ml-3,
  .py-ml-3 {
    padding-top: 30px !important;
  }
  .pr-ml-3,
  .px-ml-3 {
    padding-right: 30px !important;
  }
  .pb-ml-3,
  .py-ml-3 {
    padding-bottom: 30px !important;
  }
  .pl-ml-3,
  .px-ml-3 {
    padding-left: 30px !important;
  }
  .p-ml-4 {
    padding: 40px !important;
  }
  .pt-ml-4,
  .py-ml-4 {
    padding-top: 40px !important;
  }
  .pr-ml-4,
  .px-ml-4 {
    padding-right: 40px !important;
  }
  .pb-ml-4,
  .py-ml-4 {
    padding-bottom: 40px !important;
  }
  .pl-ml-4,
  .px-ml-4 {
    padding-left: 40px !important;
  }
  .p-ml-5 {
    padding: 50px !important;
  }
  .pt-ml-5,
  .py-ml-5 {
    padding-top: 50px !important;
  }
  .pr-ml-5,
  .px-ml-5 {
    padding-right: 50px !important;
  }
  .pb-ml-5,
  .py-ml-5 {
    padding-bottom: 50px !important;
  }
  .pl-ml-5,
  .px-ml-5 {
    padding-left: 50px !important;
  }
  .p-ml-6 {
    padding: 60px !important;
  }
  .pt-ml-6,
  .py-ml-6 {
    padding-top: 60px !important;
  }
  .pr-ml-6,
  .px-ml-6 {
    padding-right: 60px !important;
  }
  .pb-ml-6,
  .py-ml-6 {
    padding-bottom: 60px !important;
  }
  .pl-ml-6,
  .px-ml-6 {
    padding-left: 60px !important;
  }
  .p-ml-7 {
    padding: 70px !important;
  }
  .pt-ml-7,
  .py-ml-7 {
    padding-top: 70px !important;
  }
  .pr-ml-7,
  .px-ml-7 {
    padding-right: 70px !important;
  }
  .pb-ml-7,
  .py-ml-7 {
    padding-bottom: 70px !important;
  }
  .pl-ml-7,
  .px-ml-7 {
    padding-left: 70px !important;
  }
  .p-ml-8 {
    padding: 80px !important;
  }
  .pt-ml-8,
  .py-ml-8 {
    padding-top: 80px !important;
  }
  .pr-ml-8,
  .px-ml-8 {
    padding-right: 80px !important;
  }
  .pb-ml-8,
  .py-ml-8 {
    padding-bottom: 80px !important;
  }
  .pl-ml-8,
  .px-ml-8 {
    padding-left: 80px !important;
  }
  .p-ml-9 {
    padding: 90px !important;
  }
  .pt-ml-9,
  .py-ml-9 {
    padding-top: 90px !important;
  }
  .pr-ml-9,
  .px-ml-9 {
    padding-right: 90px !important;
  }
  .pb-ml-9,
  .py-ml-9 {
    padding-bottom: 90px !important;
  }
  .pl-ml-9,
  .px-ml-9 {
    padding-left: 90px !important;
  }
  .p-ml-10 {
    padding: 100px !important;
  }
  .pt-ml-10,
  .py-ml-10 {
    padding-top: 100px !important;
  }
  .pr-ml-10,
  .px-ml-10 {
    padding-right: 100px !important;
  }
  .pb-ml-10,
  .py-ml-10 {
    padding-bottom: 100px !important;
  }
  .pl-ml-10,
  .px-ml-10 {
    padding-left: 100px !important;
  }
  .m-ml-n1 {
    margin: -10px !important;
  }
  .mt-ml-n1,
  .my-ml-n1 {
    margin-top: -10px !important;
  }
  .mr-ml-n1,
  .mx-ml-n1 {
    margin-right: -10px !important;
  }
  .mb-ml-n1,
  .my-ml-n1 {
    margin-bottom: -10px !important;
  }
  .ml-ml-n1,
  .mx-ml-n1 {
    margin-left: -10px !important;
  }
  .m-ml-n2 {
    margin: -20px !important;
  }
  .mt-ml-n2,
  .my-ml-n2 {
    margin-top: -20px !important;
  }
  .mr-ml-n2,
  .mx-ml-n2 {
    margin-right: -20px !important;
  }
  .mb-ml-n2,
  .my-ml-n2 {
    margin-bottom: -20px !important;
  }
  .ml-ml-n2,
  .mx-ml-n2 {
    margin-left: -20px !important;
  }
  .m-ml-n3 {
    margin: -30px !important;
  }
  .mt-ml-n3,
  .my-ml-n3 {
    margin-top: -30px !important;
  }
  .mr-ml-n3,
  .mx-ml-n3 {
    margin-right: -30px !important;
  }
  .mb-ml-n3,
  .my-ml-n3 {
    margin-bottom: -30px !important;
  }
  .ml-ml-n3,
  .mx-ml-n3 {
    margin-left: -30px !important;
  }
  .m-ml-n4 {
    margin: -40px !important;
  }
  .mt-ml-n4,
  .my-ml-n4 {
    margin-top: -40px !important;
  }
  .mr-ml-n4,
  .mx-ml-n4 {
    margin-right: -40px !important;
  }
  .mb-ml-n4,
  .my-ml-n4 {
    margin-bottom: -40px !important;
  }
  .ml-ml-n4,
  .mx-ml-n4 {
    margin-left: -40px !important;
  }
  .m-ml-n5 {
    margin: -50px !important;
  }
  .mt-ml-n5,
  .my-ml-n5 {
    margin-top: -50px !important;
  }
  .mr-ml-n5,
  .mx-ml-n5 {
    margin-right: -50px !important;
  }
  .mb-ml-n5,
  .my-ml-n5 {
    margin-bottom: -50px !important;
  }
  .ml-ml-n5,
  .mx-ml-n5 {
    margin-left: -50px !important;
  }
  .m-ml-n6 {
    margin: -60px !important;
  }
  .mt-ml-n6,
  .my-ml-n6 {
    margin-top: -60px !important;
  }
  .mr-ml-n6,
  .mx-ml-n6 {
    margin-right: -60px !important;
  }
  .mb-ml-n6,
  .my-ml-n6 {
    margin-bottom: -60px !important;
  }
  .ml-ml-n6,
  .mx-ml-n6 {
    margin-left: -60px !important;
  }
  .m-ml-n7 {
    margin: -70px !important;
  }
  .mt-ml-n7,
  .my-ml-n7 {
    margin-top: -70px !important;
  }
  .mr-ml-n7,
  .mx-ml-n7 {
    margin-right: -70px !important;
  }
  .mb-ml-n7,
  .my-ml-n7 {
    margin-bottom: -70px !important;
  }
  .ml-ml-n7,
  .mx-ml-n7 {
    margin-left: -70px !important;
  }
  .m-ml-n8 {
    margin: -80px !important;
  }
  .mt-ml-n8,
  .my-ml-n8 {
    margin-top: -80px !important;
  }
  .mr-ml-n8,
  .mx-ml-n8 {
    margin-right: -80px !important;
  }
  .mb-ml-n8,
  .my-ml-n8 {
    margin-bottom: -80px !important;
  }
  .ml-ml-n8,
  .mx-ml-n8 {
    margin-left: -80px !important;
  }
  .m-ml-n9 {
    margin: -90px !important;
  }
  .mt-ml-n9,
  .my-ml-n9 {
    margin-top: -90px !important;
  }
  .mr-ml-n9,
  .mx-ml-n9 {
    margin-right: -90px !important;
  }
  .mb-ml-n9,
  .my-ml-n9 {
    margin-bottom: -90px !important;
  }
  .ml-ml-n9,
  .mx-ml-n9 {
    margin-left: -90px !important;
  }
  .m-ml-n10 {
    margin: -100px !important;
  }
  .mt-ml-n10,
  .my-ml-n10 {
    margin-top: -100px !important;
  }
  .mr-ml-n10,
  .mx-ml-n10 {
    margin-right: -100px !important;
  }
  .mb-ml-n10,
  .my-ml-n10 {
    margin-bottom: -100px !important;
  }
  .ml-ml-n10,
  .mx-ml-n10 {
    margin-left: -100px !important;
  }
  .m-ml-auto {
    margin: auto !important;
  }
  .mt-ml-auto,
  .my-ml-auto {
    margin-top: auto !important;
  }
  .mr-ml-auto,
  .mx-ml-auto {
    margin-right: auto !important;
  }
  .mb-ml-auto,
  .my-ml-auto {
    margin-bottom: auto !important;
  }
  .ml-ml-auto,
  .mx-ml-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .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: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !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: 1920px) {
  .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: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !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: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important;
  }
  .m-xl-n6 {
    margin: -60px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -60px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -60px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -60px !important;
  }
  .m-xl-n7 {
    margin: -70px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -70px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -70px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -70px !important;
  }
  .m-xl-n8 {
    margin: -80px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -80px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -80px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -80px !important;
  }
  .m-xl-n9 {
    margin: -90px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -90px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -90px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -90px !important;
  }
  .m-xl-n10 {
    margin: -100px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -100px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -100px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -100px !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;
  }
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row:not(.no-gutters) {
  margin-right: -10px;
  margin-left: -10px;
}

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 375px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row:not(.no-gutters) {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row:not(.no-gutters) {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row:not(.no-gutters) {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1366px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row:not(.no-gutters) {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row:not(.no-gutters) {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@font-face {
  font-family: "Raleway";
  src: url("/resources/fonts/Raleway-Bold.woff2") format("woff2"), url("/resources/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/resources/fonts/Raleway-Italic.woff2") format("woff2"), url("/resources/fonts/Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/resources/fonts/Raleway-Regular.woff2") format("woff2"), url("/resources/fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/resources/fonts/Lato-Bold.woff2") format("woff2"), url("/resources/fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/resources/fonts/Lato-Italic.woff2") format("woff2"), url("/resources/fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/resources/fonts/Lato-Regular.woff2") format("woff2"), url("/resources/fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
svg.sprite.icon_chevron_left {
  width: 24.1px;
  height: 45px;
}
svg.sprite.icon_chevron_right {
  width: 24.1px;
  height: 45px;
}
svg.sprite.icon_form_send {
  width: 34.6px;
  height: 30px;
}
svg.sprite.icon_link_arrow {
  height: 20px;
  width: 14.1px;
}
svg.sprite.icon_link_arrow_left {
  height: 20px;
  width: 14.1px;
}
svg.sprite.icon_pager_arrow_left {
  height: 20px;
  width: 14.1px;
}
svg.sprite.icon_pager_arrow_right {
  height: 20px;
  width: 14.1px;
}
svg.sprite.icon_play {
  height: 90px;
  width: 90px;
}
svg.sprite.icon_quote_blob {
  height: 65.2px;
  width: 66.7px;
}
svg.sprite.icon_social_facebook {
  height: 29px;
  width: 13.5px;
}
svg.sprite.icon_social_instagram {
  height: 28.7px;
  width: 28.7px;
}
svg.sprite.icon_social_linkedin {
  height: 28.4px;
  width: 27.1px;
}
svg.sprite.icon_social_twitter {
  height: 28px;
  width: 22.8px;
}
svg.sprite.icon_social_youtube {
  height: 21.9px;
  width: 31.2px;
}
svg.sprite.logo {
  height: 797.4px;
  width: 350.5px;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes leftRight {
  0% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes appearFromBottom {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: 70px;
  transition: transform 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  header {
    height: 75px;
  }
}
header.hidden {
  transform: translateY(-100%);
}
header.hidden.mobileMenuActive {
  transform: none;
}
@media (min-width: 768px) {
  header.hidden.mobileMenuActive {
    transform: translateY(-100%);
  }
}
header .container {
  height: 70px;
  height: 100%;
}
@media (min-width: 1366px) {
  header .container {
    height: 75px;
    height: 100%;
  }
}
header .container .row {
  height: 100%;
}
@media (min-width: 768px) {
  header .container .row {
    height: 100%;
  }
}
header .container .row .col,
header .container .row [class*=col-] {
  max-height: 100%;
}
header .logoColumn {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .logoColumn a {
  display: inline-block;
  max-height: 100%;
  width: 100%;
}
header .logoColumn img.logo {
  position: relative;
  width: 150px;
  animation-direction: normal;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-name: appear;
  animation-timing-function: cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  header .logoColumn img.logo {
    width: 200px;
  }
}
header .logoColumn img.logoSideways {
  position: relative;
  top: 7px;
  display: none;
  animation-direction: normal;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-name: appear;
  animation-timing-function: cubic-bezier(0.01, 0.71, 0.5, 0.99);
  width: 200px;
}
@media (min-width: 1366px) {
  header .logoColumn img.logoSideways {
    width: 210px;
  }
}
header.smallLogo img.logo, header.mobileMenuActive img.logo {
  display: none;
}
header.smallLogo img.logoSideways, header.mobileMenuActive img.logoSideways {
  display: inline;
}
header.scrolled .logoColumn svg .icon {
  transform: translateX(-30%);
}
header.scrolled .logoColumn svg .text {
  transform: translate(45%, -50%);
}

header .headerNavigation {
  text-align: right;
  padding-top: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

header nav {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  z-index: -1;
  background: #ffffff;
  height: 100vh;
  height: var(--fullHeight);
  height: calc(100vh - 70px);
  height: calc(var(--fullHeight) - 70px);
  overflow-y: auto;
  padding: 40px 50px;
  z-index: 1;
  transform: translateY(-100%) translateY(-70px);
  transition: transform 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  header nav {
    position: static;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
    background: transparent;
    height: auto;
    padding: 0;
    text-align: right;
    overflow: visible;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1366px) {
  header nav ul {
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 -20px;
  }
}
header nav ul li {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
header nav ul li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1366px) {
  header nav ul li {
    border: none;
    width: auto;
    margin: 0 20px;
  }
  header nav ul li.home {
    display: none;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
}
header nav ul li.active ul.submenu {
  display: flex;
  top: 100%;
  opacity: 1;
}
header nav ul li.active ul.submenu li {
  transform: translateX(0);
  opacity: 1;
}
header nav ul li.active > a svg.sprite.icon_chevron_right {
  transform: rotate(-90deg);
}
header nav ul li.active > a:after {
  opacity: 1;
  transform: none;
}
header nav ul li ul.submenu {
  display: none;
  flex-direction: column;
  padding: 0 0 0 20px;
  opacity: 0;
  margin-bottom: -1px;
  transition: opacity 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  header nav ul li ul.submenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: -100vh;
    padding: 0 40px 20px 40px;
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    margin-bottom: 0;
  }
}
header nav ul li ul.submenu li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  header nav ul li ul.submenu li {
    text-align: left;
  }
}
header nav ul li ul.submenu li a {
  color: #000000;
  font-size: 16px;
  width: 100%;
  padding: 0;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}
header nav ul a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  text-transform: lowercase;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  height: 60px;
  padding: 0;
}
header nav ul a span,
header nav ul a svg.sprite {
  position: relative;
  bottom: 15px;
}
header nav ul a > svg.sprite.icon_chevron_right {
  width: 28.1px;
  height: 15px;
  transform: rotate(90deg);
  bottom: 21px;
  display: inline;
  transition: transform 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
header nav ul a:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: opacity, transform;
}
header nav ul a.active:after {
  opacity: 1;
  transform: none;
}
header nav ul a:hover:after {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1366px) {
  header nav ul a {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  header nav ul li:nth-child(3n+1) a:after {
    background: #ff4f15;
  }
  header nav ul li:nth-child(3n+2) a:after {
    background: #55b5ff;
  }
  header nav ul li:nth-child(3n+3) a:after {
    background: #ffb01f;
  }
}
header nav .socials {
  margin-top: 75px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1366px) {
  header nav .socials {
    display: none;
  }
}
header nav .socials li:last-child {
  border: none;
}

header.mobileMenuActive nav {
  transform: none;
}

header .menuButton {
  display: inline-flex;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: -12.5px;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
header .menuButton > div {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #000000;
  transition: all 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: opacity, transform;
  border-radius: 99px;
}
header .menuButton > div.ham {
  transform: translateY(-7px);
  transition-delay: 40ms;
}
header .menuButton > div.bur {
  transition-delay: 0;
}
header .menuButton > div.ger {
  transform: translateY(7px);
  transition-delay: 80ms;
}

header.mobileMenuActive .menuButton > div.ham {
  transform: rotate(225deg);
}
header.mobileMenuActive .menuButton > div.bur {
  opacity: 0;
  transform: translateX(5px) scaleY(0);
}
header.mobileMenuActive .menuButton > div.ger {
  transform: rotate(135deg);
}

form input {
  width: 100%;
}
form input[type=button], form input[type=checkbox], form input[type=image], form input[type=radio], form input[type=reset], form input[type=submit] {
  width: auto;
}
form textarea,
form select {
  width: 100%;
}
form input[type=text],
form input[type=number],
form input[type=password],
form input[type=phone],
form input[type=tel],
form input[type=email],
form input[type=file],
form textarea {
  padding: 14px 10px;
  border-radius: 12px;
  border: 1px solid #d2d2d2;
  color: #000000;
  font-family: "Lato", sans-serif;
  transition: border-color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
form input[type=text]:hover,
form input[type=number]:hover,
form input[type=password]:hover,
form input[type=phone]:hover,
form input[type=tel]:hover,
form input[type=email]:hover,
form input[type=file]:hover,
form textarea:hover {
  border-color: #ff4f15;
}
form input[type=text]:hover, form input[type=text]:focus,
form input[type=number]:hover,
form input[type=number]:focus,
form input[type=password]:hover,
form input[type=password]:focus,
form input[type=phone]:hover,
form input[type=phone]:focus,
form input[type=tel]:hover,
form input[type=tel]:focus,
form input[type=email]:hover,
form input[type=email]:focus,
form input[type=file]:hover,
form input[type=file]:focus,
form textarea:hover,
form textarea:focus {
  border-color: #ff4f15;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
form input[type=text]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=phone]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=file]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #979592;
}
form input[type=text]::placeholder,
form input[type=number]::placeholder,
form input[type=password]::placeholder,
form input[type=phone]::placeholder,
form input[type=tel]::placeholder,
form input[type=email]::placeholder,
form input[type=file]::placeholder,
form textarea::placeholder {
  color: #979592;
}
form textarea {
  min-height: 120px;
}
form label {
  cursor: pointer;
  font-weight: 700;
}
form input.input-validation-error,
form select.input-validation-error,
form textarea.input-validation-error {
  border-color: #c42626;
}
form .field-validation-error {
  display: inline-block;
  color: #c42626;
  animation-direction: normal;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-name: appearFromTop;
  animation-timing-function: cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
form .radio,
form .checkbox {
  position: relative;
}
form .radio input,
form .checkbox input {
  display: none;
}
form .radio input ~ label,
form .checkbox input ~ label {
  padding-left: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
form .radio input ~ label:before, form .radio input ~ label:after,
form .checkbox input ~ label:before,
form .checkbox input ~ label:after {
  position: absolute;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  top: 14px;
}
form .radio input ~ label:before,
form .checkbox input ~ label:before {
  border: 1px solid #706e6e;
}
form .radio input ~ label:after,
form .checkbox input ~ label:after {
  opacity: 0;
  transform: scale(0.5);
  transition: all 150ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: opacity, transform;
}
form .radio input:checked ~ label:after,
form .checkbox input:checked ~ label:after {
  opacity: 1;
  transform: none;
}
form .radio {
  display: block;
}
form .radio input ~ label:before, form .radio input ~ label:after {
  border-radius: 10px;
}
form .radio input ~ label:before {
  background: #ffffff;
  transition: border-color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
form .radio input ~ label:after {
  height: 12px;
  width: 12px;
  background: #ff4f15;
  top: 18px;
  left: 4px;
}
form .radio input:checked ~ label:before {
  border-color: #706e6e;
}
form .checkbox input ~ label:before, form .checkbox input ~ label:after {
  border-radius: 6px;
}
form .checkbox input ~ label:before {
  transition: border-color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
form .checkbox input ~ label:after {
  background: #ff4f15;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
}
form .checkbox input:checked ~ label:before {
  border-color: #706e6e;
}
form .checkbox input:checked ~ label:after {
  opacity: 1;
  transform: none;
  transform: scale(0.6);
}
form label {
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
}
form label + .sidenote {
  font-size: 16px;
  padding-left: 5px;
}
form .row {
  margin-bottom: 20px;
}
form .row:last-child {
  margin-bottom: 0;
}
form .hidden {
  display: none;
}
form .submitRow {
  align-items: center;
}
@media (min-width: 768px) {
  form .submitRow > *:nth-of-type(2) {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }
}
form .idealText {
  display: inline-flex;
  align-items: center;
}
form .idealText svg.sprite {
  margin-left: 10px;
}
form button {
  border: none;
  background: #ff4f15;
  color: #ffffff;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  transition: background 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
form button:hover, form button:focus {
  background: #c94820;
}

.umbraco-forms-form {
  padding: 55px 30px 60px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .umbraco-forms-form {
    padding: 55px 60px 60px;
  }
}
.umbraco-forms-form .umbraco-forms-caption {
  font-size: 24px;
  font-weight: 700;
  color: #ff4f15;
  margin-bottom: 30px;
}
.umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 30px;
}

.blobWrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
.blobWrapper .blob {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  mix-blend-mode: difference;
}
.blobWrapper .blob.blue {
  background: #55b5ff;
}
.blobWrapper .blob.red {
  background: #ff4f15;
}
.blobWrapper .blob.yellow {
  background: #ffb01f;
}

.heroContent {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .heroContent {
    padding-top: 60px;
  }
}
@media (min-width: 1366px) {
  .heroContent {
    padding-top: 100px;
  }
}
.heroContent .mediaColumn {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .heroContent .mediaColumn {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 0;
  }
}
.heroContent .imageColumn {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 768px) {
  .heroContent .imageColumn {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.heroContent .shapeColumn {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  margin-left: -33.43333333%;
}
@media (min-width: 768px) {
  .heroContent .shapeColumn {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: -50%;
  }
}
.heroContent .contentColumn {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.heroContent .contentColumn p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .heroContent .mediaColumn + .contentColumn {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-left: -8.33333333%;
  }
}
.heroContent .image {
  position: relative;
  height: 0;
  padding-bottom: 101.4285714286%;
}
.heroContent .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.heroContent a.cta {
  margin-top: 20px;
}
.heroContent p {
  max-width: 1000px;
}

.heroLanding {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .heroLanding {
    padding-top: 30px;
  }
}
@media (min-width: 1366px) {
  .heroLanding {
    padding-top: 50px;
  }
}
.heroLanding .mediaColumn {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .heroLanding .mediaColumn {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .heroLanding .mediaColumn {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
.heroLanding .imageColumn {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 768px) {
  .heroLanding .imageColumn {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%;
  }
}
.heroLanding .shapeColumn {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  margin-left: -33.43333333%;
}
@media (min-width: 768px) {
  .heroLanding .shapeColumn {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%;
    margin-left: -28.57142857%;
  }
}
.heroLanding .contentColumn {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (min-width: 768px) {
  .heroLanding .contentColumn {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-left: -16.76666667%;
  }
}
@media (min-width: 1366px) {
  .heroLanding .contentColumn {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
.heroLanding a.cta {
  margin-top: 20px;
}

.heroDetail {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .heroDetail {
    padding-top: 30px;
  }
}
@media (min-width: 1366px) {
  .heroDetail {
    padding-top: 100px;
  }
}
.heroDetail .mediaColumn {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (min-width: 768px) {
  .heroDetail .mediaColumn {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1920px) {
  .heroDetail .mediaColumn {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.heroDetail .contentColumn {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .heroDetail .contentColumn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  .heroDetail .contentColumn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.heroDetail .image {
  position: relative;
  height: 0;
  padding-bottom: 102.0942408377%;
}
.heroDetail .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.heroDetail h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .heroDetail h1 {
    font-size: 36px;
  }
}
.heroDetail p.introduction {
  font-size: 18px;
}
@media (min-width: 768px) {
  .heroDetail p.introduction {
    font-size: 20px;
  }
}
.heroDetail a.cta {
  margin-top: 20px;
}
.heroDetail div.pubdate {
  font-size: 16px;
  margin-top: 30px;
  color: #706e6e;
}
.heroDetail div.pubdate p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #706e6e;
}
.heroDetail div.pubdate a {
  color: #326690;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
.heroDetail div.pubdate a:hover, .heroDetail div.pubdate a:focus {
  color: #ff4f15;
}
.heroDetail hr {
  margin-top: 80px;
  border-top: 1px solid #d2d2d2;
}
.heroDetail .date {
  position: absolute;
  width: 67px;
  height: 67px;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .heroDetail .date {
    height: 120px;
    width: 120px;
  }
}
.heroDetail time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffb01f;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  gap: 10px;
  padding-top: 8px;
}
.heroDetail time strong,
.heroDetail time span {
  line-height: 23px;
  text-transform: uppercase;
}
.heroDetail time strong {
  font-size: 24px;
}
@media (min-width: 768px) {
  .heroDetail time strong {
    font-size: 36px;
  }
}
.heroDetail time span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .heroDetail time span {
    font-size: 18px;
  }
}
.heroDetail a.signupLink {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  color: #000000;
  border-bottom: 4px solid #ff4f15;
  display: inline-block;
}

.heroHome {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .heroHome {
    height: 600px;
  }
}
@media (min-width: 1366px) {
  .heroHome {
    height: 700px;
  }
}
@media screen and (min-width: 2500px) {
  .heroHome {
    margin-top: 120px;
  }
}
.heroHome svg.hero_wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 683/40;
  z-index: 2;
}
@media screen and (min-width: 2500px) {
  .heroHome svg.hero_wave {
    display: none;
  }
}
.heroHome .container, .heroHome .row {
  height: 100%;
}
.heroHome .image {
  width: calc(var(--outerSpacing) * 2 + 100%);
  height: 400px;
  max-width: 2500px;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(var(--outerSpacing) * -1);
  margin-right: calc(var(--outerSpacing) * -1);
  margin: 0;
}
@media (min-width: 768px) {
  .heroHome .image {
    position: absolute;
    margin-right: unset;
    margin-left: unset;
    width: 100%;
    height: 600px;
  }
}
@media (min-width: 1366px) {
  .heroHome .image {
    height: 700px;
  }
}
@media (min-width: 1366px) {
  .heroHome .image {
    background-color: #55b5ff;
  }
}
@media screen and (min-width: 2500px) {
  .heroHome .image {
    overflow: hidden;
    border-radius: 40px;
  }
}
.heroHome .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroHome .contentColumn {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (min-width: 768px) {
  .heroHome .contentColumn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1366px) {
  .heroHome .contentColumn {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.heroHome .contentColumn .content {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -80px;
}
@media (min-width: 768px) {
  .heroHome .contentColumn .content {
    width: calc(100% + 80px);
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.heroHome a.cta {
  margin-top: 20px;
}

.pagerComponent .actionsContainer {
  align-items: center;
  justify-content: center;
  margin: -5px -10px;
}
.pagerComponent .actionsContainer > * {
  margin: 5px 10px;
}
.pagerComponent .prev, .pagerComponent .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #55b5ff;
  transition: border-color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  background-color: transparent;
  cursor: pointer;
}
.pagerComponent .prev:hover, .pagerComponent .prev:focus, .pagerComponent .next:hover, .pagerComponent .next:focus {
  border-color: #000f61;
}
.pagerComponent .prev[disabled], .pagerComponent .next[disabled] {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

footer {
  background: #f5f5f5;
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 1366px) {
  footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
footer .newsletter-section {
  margin-bottom: 50px;
}
@media (min-width: 1366px) {
  footer .newsletter-section {
    margin-bottom: 0;
  }
}
footer .newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .newsletter-content {
    gap: 24px;
  }
}
@media (min-width: 1366px) {
  footer .newsletter-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  footer .newsletter-content {
    gap: 40px;
  }
}
footer .newsletter-text {
  flex: 0 1 auto;
}
footer .newsletter-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #000f61;
  margin-bottom: 2px;
}
@media (min-width: 1366px) {
  footer .newsletter-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
footer .newsletter-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000f61;
  margin: 0;
}
@media (min-width: 1366px) {
  footer .newsletter-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
footer .newsletter-button {
  display: inline-block;
  padding: 11px 28px;
  background-color: #ff4f15;
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color transform cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 1366px) {
  footer .newsletter-button {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
footer .newsletter-button:hover, footer .newsletter-button:focus {
  background-color: rgb(225, 55.7692307692, 0);
  transform: translateY(-1px);
}
footer .footer-info-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1366px) {
  footer .footer-info-section {
    gap: 20px;
  }
}
footer form {
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  footer form {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  footer form {
    align-items: flex-start;
    margin-bottom: 0;
    text-align: left;
  }
}
footer form .newsletterLabel {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000f61;
}
footer form .newsletterLabel span {
  display: block;
}
footer form > div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
footer form input[type=email] {
  width: 100%;
  padding-right: 80px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
footer form input[type=email]::-moz-placeholder {
  color: #ff4f15 !important;
}
footer form input[type=email]::placeholder {
  color: #ff4f15 !important;
}
footer form button {
  display: inline-flex;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  fill: #55b5ff;
  transition: fill 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
footer form button:hover, footer form button:focus {
  background: transparent;
  fill: #000f61;
}
footer .socials {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 1366px) {
  footer .socials {
    justify-content: flex-start;
  }
}
footer .socials li {
  margin-left: 5px;
  margin-right: 5px;
}
footer nav {
  margin-top: 30px;
}
footer nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px -10px;
}
@media (min-width: 1366px) {
  footer nav ul {
    justify-content: flex-end;
  }
}
footer nav ul li {
  margin: 5px 10px;
}
footer nav a {
  font-size: 14px;
  line-height: 16px;
  color: #000f61;
  text-transform: lowercase;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
footer nav a:hover, footer nav a:focus {
  color: #55b5ff;
}
footer .footerSocial {
  margin-top: 16px;
}
@media (max-width: 1023.98px) {
  footer .footerSocial {
    margin-top: 24px;
  }
}
@media (min-width: 1366px) {
  footer .footerSocial {
    margin-top: 18px;
  }
}
footer .footerTitle {
  font-size: 16px;
  line-height: 24px;
  color: #000f61;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 1366px) {
  footer .footerTitle {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  footer .footerTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .footerTitle span {
  display: inline;
}

#cookieBar {
  position: fixed;
  background: #f5f5f5;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000f61;
  padding: 20px 0 30px 0;
  transition: transform 800ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transform: translateY(100%);
  width: 100%;
  z-index: 9999;
}
#cookieBar.open {
  transform: translateY(0);
}
#cookieBar .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1023.98px) {
  #cookieBar .inner {
    flex-direction: column;
  }
}
#cookieBar .inner span.title {
  display: block;
  flex-basis: 100%;
  color: #000f61;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #cookieBar .inner span.title {
    font-size: 24px;
  }
}
#cookieBar .inner .text {
  text-align: left;
  color: #000f61;
  margin-bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-right: 50px;
  font-size: 16px;
  line-height: 22px;
  max-width: 900px;
}
@media (min-width: 768px) {
  #cookieBar .inner .text {
    display: flex;
  }
}
#cookieBar .inner .text.mobile {
  display: flex;
  margin-right: 0;
}
@media (min-width: 768px) {
  #cookieBar .inner .text.mobile {
    display: none;
  }
}
#cookieBar .inner .text p {
  margin: 0;
}
#cookieBar .inner .text a {
  color: #ffffff;
  text-decoration: none;
}
#cookieBar .inner .text a:hover {
  text-decoration: none;
}
#cookieBar .inner .buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-self: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #cookieBar .inner .buttons {
    margin-top: 0;
    align-self: flex-end;
  }
}
#cookieBar .inner .buttons .button {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #000000;
  text-align: left;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  height: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  #cookieBar .inner .buttons .button {
    text-align: left;
    margin-right: unset;
  }
}
#cookieBar .inner .buttons .button.agreeCookies {
  font-weight: 700;
  color: #000f61;
}
#cookieBar .inner .buttons .button.agreeCookies::after {
  opacity: 1;
  transform: none;
}
#cookieBar .inner .buttons .button.agreeCookies:hover, #cookieBar .inner .buttons .button.agreeCookies:focus {
  color: #ff4f15;
}
#cookieBar .inner .buttons .button:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -5px;
  opacity: 0;
  transform: scaleX(0);
  transition: all 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: opacity, transform;
}
#cookieBar .inner .buttons .button.active:after {
  opacity: 1;
  transform: none;
}
#cookieBar .inner .buttons .button:hover:after {
  opacity: 1;
  transform: none;
}
#cookieBar .inner .buttons .button:nth-child(3n+1):after {
  background: #ff4f15;
}
#cookieBar .inner .buttons .button:nth-child(3n+2):after {
  background: #55b5ff;
}
#cookieBar .inner .buttons .button:nth-child(3n+3):after {
  background: #ffb01f;
}

.videoCookieMessage {
  background: #F5F5F5;
  text-align: center;
  border: 1px solid #CECECE;
  display: table;
  height: 100%;
  margin: -1px;
  width: 100%;
}
.videoCookieMessage .contentHolder {
  display: table-cell;
  vertical-align: middle;
}
.videoCookieMessage .contentHolder .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .videoCookieMessage .contentHolder .inner {
    padding: 20px;
  }
}
.videoCookieMessage svg {
  display: none;
  height: 60px;
  margin-bottom: 13px;
  vertical-align: top;
  width: 60px;
}
@media (min-width: 768px) {
  .videoCookieMessage svg {
    display: inline-block;
  }
}
.videoCookieMessage span.title {
  color: #4A4A4A;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 20px;
}
.videoCookieMessage p {
  color: #4A4A4A;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 14px;
  padding: 0 20px;
}
.videoCookieMessage p a {
  border-bottom: 0;
  color: #3388C2;
  padding-bottom: 0;
  text-decoration: none;
}
.videoCookieMessage p a:hover, .videoCookieMessage p a:active, .videoCookieMessage p a:focus {
  border-bottom: 0;
  text-decoration: none;
}

#cookieConfigure .checkboxButton {
  margin-top: 20px;
  margin-left: 30px;
  display: inline-block;
  position: relative;
}
#cookieConfigure .checkboxButton label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #000f61;
}
#cookieConfigure .checkboxButton label p {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-top: 5px;
}
#cookieConfigure .checkboxButton label:before, #cookieConfigure .checkboxButton label:after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 3px;
}
#cookieConfigure .checkboxButton label:before {
  border: 3px solid white;
  border-radius: 6px;
  background: #55b5ff;
  transform: scale(0);
  transition: transform 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
#cookieConfigure .checkboxButton label:after {
  border: 2px solid #333333;
}
#cookieConfigure .checkboxButton label span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 13px;
}
#cookieConfigure .checkboxButton label span a {
  color: #4a8dc0;
  font-weight: 700;
}
#cookieConfigure .checkboxButton input {
  display: none;
}
#cookieConfigure .checkboxButton input:checked {
  background-color: red;
}
#cookieConfigure .checkboxButton input:checked ~ label:before {
  transform: none;
}
#cookieConfigure .checkboxButton input:disabled ~ label:before, #cookieConfigure .checkboxButton input:disabled ~ label:after {
  opacity: 0.5;
}
#cookieConfigure .onSaveComplete {
  transition: opacity 200ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  margin-left: 20px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  #cookieConfigure .onSaveComplete {
    margin-left: 0px;
  }
}
#cookieConfigure .onSaveComplete.success {
  opacity: 1;
}

#cookieModal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  font-size: 16px;
  opacity: 1;
  background: rgba(74, 74, 74, 0.95);
  transition: opacity 400ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 768px) {
  #cookieModal {
    padding: 20px;
  }
}
#cookieModal .modal {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding: 20px;
  border-radius: 0;
  background: #ffffff;
  color: inherit;
  max-width: 600px;
  animation-direction: normal;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-name: appearFromBottom;
  animation-timing-function: cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
@media (min-width: 768px) {
  #cookieModal .modal {
    border-radius: 20px;
    max-height: 90%;
    max-height: calc(100% - 40px);
  }
}
#cookieModal .modal .modalHeader {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
}
#cookieModal .modal .modalHeader h2 {
  font-weight: 700;
}
#cookieModal .modal .closeModal {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
}
#cookieModal .modal .closeModal span {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background: #323232;
}
#cookieModal .modal .closeModal span:first-child {
  transform: rotate(45deg);
}
#cookieModal .modal .closeModal span:last-child {
  transform: rotate(-45deg);
}
#cookieModal .modal .container {
  flex: 1 1 auto;
  overflow: auto;
  padding-bottom: 20px;
}
#cookieModal.closing {
  opacity: 0;
}
#cookieModal .infoColumn, #cookieModal .formColumn {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 375px) {
  #cookieModal .infoColumn, #cookieModal .formColumn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  #cookieModal .infoColumn, #cookieModal .formColumn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  #cookieModal .infoColumn, #cookieModal .formColumn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1366px) {
  #cookieModal .infoColumn, #cookieModal .formColumn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  #cookieModal .infoColumn, #cookieModal .formColumn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.newsletter-heading {
  color: #0f2b66;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.newsletter-heading span {
  color: #ff6400;
}

.newsletter-page .col-lg-9 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.newsletter-page .col-lg-9 .newsletter-lead {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.newsletter-card {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 50px 50px 60px;
  border: 1px solid #d2d2d2;
  margin-bottom: 64px;
}

.newsletter-card h2 {
  font-size: 1.25rem;
  color: #ff6400;
  font-weight: 700;
  margin-bottom: 20px;
}

.newsletter-option + .newsletter-option {
  margin-top: 40px;
}

.newsletter-option {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.newsletter-option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
  position: relative;
  transition: all 0.2s ease;
}

.newsletter-option input[type=checkbox]:checked {
  background-color: #ffffff;
  border-color: #000000;
}

.newsletter-option input[type=checkbox]:checked:hover {
  border-color: #ff6400;
}

.newsletter-option input[type=checkbox]:checked:focus,
.newsletter-option input[type=checkbox]:checked:focus-visible {
  outline: 2px solid #ff6400;
  outline-offset: 1px;
  border-color: #ff6400;
}

.newsletter-option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ff6400;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.newsletter-option label {
  cursor: pointer;
  display: block;
}

.newsletter-option-title {
  font-weight: 600;
  color: #1f2933;
  margin-bottom: 4px;
}

.newsletter-option-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 8px;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #d6dde8;
  padding: 14px 18px;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #ff6400;
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 0, 0.15);
}

.btn-primary {
  background-color: #ff6400;
  border-color: #ff6400;
  border-radius: 24px;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: #e85900;
  border-color: #e85900;
}

.cta-section {
  background-color: #f7f8fb;
  border-radius: 24px 24px 0 0;
  padding: 48px 16px 64px;
  text-align: center;
}

.cta-section h3 {
  color: #0f2b66;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.cta-section p {
  margin-bottom: 24px;
  color: #4a5568;
  font-size: 1rem;
}

.cta-section .btn {
  background-color: #ff6400;
  border-color: #ff6400;
  padding: 12px 32px;
  border-radius: 32px;
  font-weight: 600;
}

.cta-section .btn:hover {
  background-color: #e85900;
  border-color: #e85900;
}

.footer-note {
  margin-top: 18px;
  color: #0f2b66;
  font-size: 0.95rem;
}

.footer-note span {
  font-weight: 700;
}

#successCard h2 {
  color: #ff6400;
}

@media (max-width: 767.98px) {
  .newsletter-heading {
    font-size: 1.5rem;
  }
  .newsletter-lead {
    font-size: 0.95rem;
  }
  .newsletter-card {
    padding: 28px 24px 36px;
    margin-bottom: 48px;
  }
}
:root {
  --fullHeight: 100vh;
  --outerSpacing: 10px;
  --columnGutter: 20px;
  --breakpoint-xs-size: 0;
  --breakpoint-sm-size: 375px;
  --breakpoint-md-size: 768px;
  --breakpoint-ml-size: 1024px;
  --breakpoint-lg-size: 1366px;
  --breakpoint-xl-size: 1920px;
  --breakpoint-xs-gutter: 20px;
  --columnGutter: $gutter;
  --breakpoint-sm-gutter: 20px;
  --columnGutter: $gutter;
  --breakpoint-md-gutter: 30px;
  --columnGutter: $gutter;
  --breakpoint-ml-gutter: 40px;
  --columnGutter: $gutter;
  --breakpoint-lg-gutter: 40px;
  --columnGutter: $gutter;
  --breakpoint-xl-gutter: 40px;
  --columnGutter: $gutter;
}
@media (min-width: 768px) {
  :root {
    --outerSpacing: 30px;
  }
}
@media (min-width: 1024px) {
  :root {
    --outerSpacing: 25px;
  }
}
@media (min-width: 1920px) {
  :root {
    --outerSpacing: 50px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.toFade {
  opacity: 0;
}
.toFade.fadingIn {
  opacity: 1;
  transform: none;
  transition: all 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  transition-property: opacity, transform;
}

body {
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  margin-top: 70px;
}
@media (min-width: 1366px) {
  body {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

main [class*=Column] {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 375px) {
  main [class*=Column] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  main [class*=Column] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  main [class*=Column] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1366px) {
  main [class*=Column] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  main [class*=Column] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.preventAnimations *:not(.forceAnimations) {
  animation: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  color: #000f61;
}
h1 + p,
h1 + a,
h2 + p,
h2 + a,
h3 + p,
h3 + a,
h4 + p,
h4 + a,
h5 + p,
h5 + a {
  margin-top: 10px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 20px;
  line-height: 30px;
  margin: 23px 0;
  font-weight: 400;
}

img {
  max-width: 100%;
}

main h2 + p,
main h2 + a,
main h2 + ul,
main h2 + ol,
main h2 + table,
main h2 + blockquote,
main h3 + p,
main h3 + a,
main h3 + ul,
main h3 + ol,
main h3 + table,
main h3 + blockquote,
main h4 + p,
main h4 + a,
main h4 + ul,
main h4 + ol,
main h4 + table,
main h4 + blockquote {
  margin-top: 15px;
}
main p + p,
main p + a,
main p + table,
main a + p,
main a + a,
main a + table,
main ul + p,
main ul + a,
main ul + table,
main ol + p,
main ol + a,
main ol + table,
main table + p,
main table + a,
main table + table,
main blockquote + p,
main blockquote + a,
main blockquote + table {
  margin-top: 20px;
}
main p + ul,
main p + ol,
main p + p,
main p + h2,
main p + h3,
main p + h4,
main a + ul,
main a + ol,
main a + p,
main a + h2,
main a + h3,
main a + h4,
main ul + ul,
main ul + ol,
main ul + p,
main ul + h2,
main ul + h3,
main ul + h4,
main ol + ul,
main ol + ol,
main ol + p,
main ol + h2,
main ol + h3,
main ol + h4,
main table + ul,
main table + ol,
main table + p,
main table + h2,
main table + h3,
main table + h4,
main blockquote + ul,
main blockquote + ol,
main blockquote + p,
main blockquote + h2,
main blockquote + h3,
main blockquote + h4 {
  margin-top: 20px;
}
main p + blockquote,
main a + blockquote,
main ul + blockquote,
main ol + blockquote,
main table + blockquote,
main blockquote + blockquote {
  margin-top: 20px;
}
main blockquote + h2,
main blockquote + h3,
main blockquote + h4 {
  margin-top: 80px;
}
main ul,
main ol {
  list-style: none !important;
  margin-left: 0;
}
main ul li,
main ol li {
  position: relative;
  margin-left: 30px;
}
main ul li li,
main ul li + li,
main ol li li,
main ol li + li {
  margin-top: 10px;
}
main ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #55b5ff;
  position: absolute;
  top: 10px;
  left: -30px;
}
main ol {
  counter-set: level-1;
}
main ol li {
  counter-increment: level-1;
}
main ol li:before {
  text-align: right;
  position: absolute;
  left: -35px;
  content: counter(level-1) ".";
}
main ol li ol {
  counter-set: level-2;
}
main ol li ol li {
  counter-increment: level-2;
}
main ol li ol li:before {
  content: counter(level-2) ".";
}
main ol li ol li ol {
  counter-set: level-3;
}
main ol li ol li ol li {
  counter-increment: level-3;
}
main ol li ol li ol li:before {
  content: counter(level-3) ".";
}
main a.button {
  display: inline-block;
}
main i,
main em {
  font-style: italic;
}
main p:last-of-type {
  margin-bottom: 0;
}
main > section {
  margin-bottom: 80px;
}
main .blMedia img {
  border-radius: 30px;
}
main .blMedia figcaption {
  font-size: 16px;
  margin-top: 20px;
}
main .blRichTextEditor a, main .textImage a {
  color: #ff4f15;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
main .blRichTextEditor a:hover, main .blRichTextEditor a:focus, main .textImage a:hover, main .textImage a:focus {
  color: #c94820;
}
main .blRichTextEditor a.cta, main .textImage a.cta {
  color: #000f61;
}
main .blRichTextEditor a.cta:hover, main .blRichTextEditor a.cta:focus, main .textImage a.cta:hover, main .textImage a.cta:focus {
  color: #ff4f15;
}
main .blRichTextEditor h2, main .textImage h2 {
  margin-top: 80px;
}
main .blRichTextEditor .row > div > *:first-child, main .textImage .row > div > *:first-child {
  margin-top: 0;
}
main .blRichTextEditor h2, main .textImage h2 {
  margin-top: 80px;
}
main .blRichTextEditor .row > div > *:first-child, main .textImage .row > div > *:first-child {
  margin-top: 0;
}
main .blRichTextEditor .row > div > *, main .textImage .row > div > * {
  max-width: 900px;
}
main section.background {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}
main section.background:last-child {
  margin-bottom: 0;
}

hr {
  height: 1px;
  border-top: 1px solid #d2d2d2;
}

.image.imageHolderUrh {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.image.imageHolderUrh img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image.imageHolderUrh.blob-container {
  padding-bottom: 80%;
}
.image.imageHolderUrh.blob-container.portrait {
  padding-bottom: 105%;
}

a.back {
  display: flex;
  align-items: center;
  color: #326690;
  font-size: 16px;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  margin-bottom: 45px;
}
a.back svg.sprite.icon_link_arrow_left {
  margin-right: 10px;
  width: 20px;
}
a.back svg.sprite.icon_link_arrow_left use {
  transition: fill 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
  fill: #55b5ff;
}
a.back:hover {
  color: #55b5ff;
}

nav.breadcrumb {
  margin-top: 0;
  margin-bottom: 25px;
  background: none;
  padding: 0;
}
nav.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
  margin-top: 0;
}
nav.breadcrumb ol li + li {
  margin-top: 0;
}
nav.breadcrumb ol li:before {
  display: none;
}
nav.breadcrumb ol li a {
  color: #326690;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
nav.breadcrumb ol li a:hover, nav.breadcrumb ol li a:focus {
  color: #55b5ff;
}
nav.breadcrumb ol li svg.sprite.icon_chevron_right {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
nav.breadcrumb ol li svg.sprite.icon_chevron_right use {
  fill: #706e6e;
}
nav.breadcrumb ol li[aria-current=page] span {
  color: #000f61;
  font-weight: 700;
}

body > header,
main > section,
main > .grid > section,
footer,
.columnTester {
  padding-left: var(--outerSpacing);
  padding-right: var(--outerSpacing);
}

a.cta {
  display: inline-block;
  color: #000f61;
  font-size: 20px;
  font-weight: 700;
  transition: color 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
a.cta:hover, a.cta:focus {
  color: #ff4f15;
}
a.cta span {
  padding-bottom: 5px;
  text-decoration: none;
  background-image: linear-gradient(#ff4f15, #ff4f15);
  background-size: 100% 4px;
  background-position: -2px 100%;
  background-repeat: no-repeat;
}
a.cta.light {
  font-weight: 400;
  font-size: 18px;
}
a.cta.yellow:hover, a.cta.yellow:focus {
  color: #55b5ff;
}
a.cta.yellow span {
  background-image: linear-gradient(#ffb01f, #ffb01f);
}

address {
  font-weight: bold;
  opacity: 0.4;
}

blockquote {
  font-size: 2em;
  padding: 0;
  color: #a7a7a7;
  font-style: italic;
  font-family: "Raleway", sans-serif;
}

div.videoContainer {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 30px;
}
div.videoContainer div.video {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.videoContainer div.video div.videoPoster {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.videoContainer div.video div.videoPoster img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 30px;
}
div.videoContainer div.video div.videoPoster a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  width: 37px;
  height: 37px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  div.videoContainer div.video div.videoPoster a {
    width: 90px;
    height: 90px;
  }
}
div.videoContainer div.video div.videoPoster a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 37px;
}
@media (min-width: 768px) {
  div.videoContainer div.video div.videoPoster a svg {
    width: 90px;
    height: 90px;
  }
}
div.videoContainer div.video div.videoPoster a svg.sprite.icon_play use {
  fill: #ffffff;
}
div.videoContainer div.video iframe,
div.videoContainer div.video img,
div.videoContainer div.video embed {
  border-radius: 30px;
}
div.videoContainer.notAccepted {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
}
div.videoContainer.notAccepted .content {
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
}
div.videoContainer.notAccepted .content .title {
  font-weight: 300;
  margin-top: 0;
  font-size: 1.2em;
  color: #000000;
}
@media (min-width: 768px) {
  div.videoContainer.notAccepted .content .title {
    font-size: 2em;
  }
}

a {
  text-decoration: none;
}

.mask-blob-1 {
  clip-path: url(#mask-blob-1);
}
.mask-blob-1.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-2 {
  clip-path: url(#mask-blob-2);
}
.mask-blob-2.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-3 {
  clip-path: url(#mask-blob-3);
}
.mask-blob-3.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-4 {
  clip-path: url(#mask-blob-4);
}
.mask-blob-4.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-5 {
  clip-path: url(#mask-blob-5);
}
.mask-blob-5.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-6 {
  clip-path: url(#mask-blob-6);
}
.mask-blob-6.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-7 {
  clip-path: url(#mask-blob-7);
}
.mask-blob-7.rotate-50 {
  transform: rotate(180deg);
}

.mask-blob-8 {
  clip-path: url(#mask-blob-8);
}
.mask-blob-8.rotate-50 {
  transform: rotate(180deg);
}

.socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -5px;
}
.socials li {
  display: inline-flex;
  border: none;
  margin: 5px;
  width: auto;
}
.socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #ffffff;
  padding: 0;
  fill: #55b5ff;
  border-radius: 50%;
  transition: fill 300ms cubic-bezier(0.01, 0.71, 0.5, 0.99);
}
.socials li:hover a, .socials li:focus a {
  fill: #ff4f15;
}

.breakpointIndicator {
  position: fixed;
  top: 50px;
  left: 20px;
  z-index: 200;
  background: #ff4f15;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  opacity: 0.2;
}
.breakpointIndicator:hover, .breakpointIndicator:focus {
  opacity: 1;
}

.columnTester {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: var(--fullHeight);
  width: 100%;
  pointer-events: none;
  z-index: 10000;
  opacity: 0.05;
}
.columnTester div {
  height: 100%;
}
.columnTester .row > div > div {
  background: red;
}

.todo {
  outline: 2px dotted rgba(0, 0, 0, 0.2);
  position: relative;
}
.todo:after, .todo:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.todo:before {
  background: repeating-linear-gradient(45deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0) 5px, rgba(255, 0, 0, 0.2) 5px, rgba(255, 0, 0, 0.2) 10px);
}
.todo:after {
  content: "TO DO";
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  -webkit-text-stroke: 2px red;
  text-shadow: 0 7px 5px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=main.css.map */
