@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress */
/* # =================================================================
 * # Global selectors
 * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * # General elements
 * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/** Correct `block` display not defined for any HTML5 element in IE 8/9
 ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 ** and Firefox
 ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
 * # Forms
 * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
 * # Specify media element style
 * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * # Accessibility
 * # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * # Selection
 * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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: 576px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 300;
  src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 400;
  src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 500;
  src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 700;
  src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.invisible {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: all;
}

:root {
  font-size: 18px;
}

:root,
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.rel {
  position: relative;
}

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

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

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

@media (min-width: 376px) {
  .text-xs-left {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
}

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left;
  }
}

@media (min-width: 376px) {
  .text-xs-right {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}

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

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}

@media (min-width: 1600px) {
  .text-xxl-right {
    text-align: right;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-right {
    text-align: right;
  }
}

@media (min-width: 376px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}

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

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .text-xxl-center {
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-center {
    text-align: center;
  }
}

/* --- TT Norms --- */
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Bold.eot");
  src: local("TT Norms Bold"), local("TTNorms-Bold"), url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ThinItalic.eot");
  src: local("TT Norms Thin Italic"), local("TTNorms-ThinItalic"), url("../fonts/TTNorms-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-ThinItalic.woff2") format("woff2"), url("../fonts/TTNorms-ThinItalic.woff") format("woff"), url("../fonts/TTNorms-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Thin.eot");
  src: local("TT Norms Thin"), local("TTNorms-Thin"), url("../fonts/TTNorms-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Thin.woff2") format("woff2"), url("../fonts/TTNorms-Thin.woff") format("woff"), url("../fonts/TTNorms-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-LightItalic.eot");
  src: local("TT Norms Light Italic"), local("TTNorms-LightItalic"), url("../fonts/TTNorms-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-LightItalic.woff2") format("woff2"), url("../fonts/TTNorms-LightItalic.woff") format("woff"), url("../fonts/TTNorms-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraBoldItalic.eot");
  src: local("TT Norms ExtraBold Italic"), local("TTNorms-ExtraBoldItalic"), url("../fonts/TTNorms-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBoldItalic.woff") format("woff"), url("../fonts/TTNorms-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Italic.eot");
  src: local("TT Norms Italic"), local("TTNorms-Italic"), url("../fonts/TTNorms-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Italic.woff2") format("woff2"), url("../fonts/TTNorms-Italic.woff") format("woff"), url("../fonts/TTNorms-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraLight.eot");
  src: local("TT Norms ExtraLight"), local("TTNorms-ExtraLight"), url("../fonts/TTNorms-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-ExtraLight.woff2") format("woff2"), url("../fonts/TTNorms-ExtraLight.woff") format("woff"), url("../fonts/TTNorms-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-HeavyItalic.eot");
  src: local("TT Norms Heavy Italic"), local("TTNorms-HeavyItalic"), url("../fonts/TTNorms-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-HeavyItalic.woff2") format("woff2"), url("../fonts/TTNorms-HeavyItalic.woff") format("woff"), url("../fonts/TTNorms-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-MediumItalic.eot");
  src: local("TT Norms Medium Italic"), local("TTNorms-MediumItalic"), url("../fonts/TTNorms-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-MediumItalic.woff2") format("woff2"), url("../fonts/TTNorms-MediumItalic.woff") format("woff"), url("../fonts/TTNorms-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-BoldItalic.eot");
  src: local("TT Norms Bold Italic"), local("TTNorms-BoldItalic"), url("../fonts/TTNorms-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-BoldItalic.woff2") format("woff2"), url("../fonts/TTNorms-BoldItalic.woff") format("woff"), url("../fonts/TTNorms-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Heavy.eot");
  src: local("TT Norms Heavy"), local("TTNorms-Heavy"), url("../fonts/TTNorms-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Heavy.woff2") format("woff2"), url("../fonts/TTNorms-Heavy.woff") format("woff"), url("../fonts/TTNorms-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Light.eot");
  src: local("TT Norms Light"), local("TTNorms-Light"), url("../fonts/TTNorms-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff"), url("../fonts/TTNorms-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Medium.eot");
  src: local("TT Norms Medium"), local("TTNorms-Medium"), url("../fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraBold.eot");
  src: local("TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url("../fonts/TTNorms-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold.woff") format("woff"), url("../fonts/TTNorms-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-ExtraLightItalic.eot");
  src: local("TT Norms ExtraLight Italic"), local("TTNorms-ExtraLightItalic"), url("../fonts/TTNorms-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-ExtraLightItalic.woff2") format("woff2"), url("../fonts/TTNorms-ExtraLightItalic.woff") format("woff"), url("../fonts/TTNorms-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Regular.eot");
  src: local("TT Norms Regular"), local("TTNorms-Regular"), url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-BlackItalic.eot");
  src: local("TT Norms Black Italic"), local("TTNorms-BlackItalic"), url("../fonts/TTNorms-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-BlackItalic.woff2") format("woff2"), url("../fonts/TTNorms-BlackItalic.woff") format("woff"), url("../fonts/TTNorms-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms-Black.eot");
  src: local("TT Norms Black"), local("TTNorms-Black"), url("../fonts/TTNorms-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Black.woff2") format("woff2"), url("../fonts/TTNorms-Black.woff") format("woff"), url("../fonts/TTNorms-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Regular.woff") format("woff"), url("../fonts/Arsenal-Regular.ttf") format("truetype");
  font-display: swap;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

:root,
body {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

:root {
  font-family: "Arsenal", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
  background-color: #F1F1F1;
}

a {
  color: inherit;
  text-decoration: underline;
}

.in-editable {
  font-family: "Arsenal", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.005em;
  color: #161A1D;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-editable {
    font-size: 1.2222222222rem;
  }
}
.in-editable h1:not(:last-child),
.in-editable h2:not(:last-child),
.in-editable h3:not(:last-child),
.in-editable h4:not(:last-child),
.in-editable h5:not(:last-child),
.in-editable h6:not(:last-child) {
  margin-bottom: 2em;
}
.in-editable p:not(:last-child),
.in-editable ul:not(:last-child),
.in-editable ol:not(:last-child) {
  margin-bottom: 0.8em;
}

.in-zoomable {
  cursor: pointer;
  display: block;
  position: relative;
}
.in-zoomable:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #616161;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
}
.in-zoomable:after {
  content: url("../images/icon-zoom.svg");
  background-repeat: no-repat;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 500ms;
  z-index: 2;
}
.in-zoomable:hover:after, .in-zoomable:hover:before {
  opacity: 1;
}

.in-zoomable-popup {
  position: fixed;
  z-index: 700;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.in-zoomable-popup.active {
  opacity: 1;
  pointer-events: all;
}
.in-zoomable-popup.active img {
  transform: scale(1);
  transition: transform 250ms;
}
.in-zoomable-popup img {
  display: block;
  background-color: #ffffff;
  border: 1em solid #ffffff;
  transform: scale(0);
  transition: transform 500ms;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
@media (min-width: 576px) {
  .in-zoomable-popup img {
    max-width: 90vw;
    max-height: 90vh;
  }
}
@media (min-width: 768px) {
  .in-zoomable-popup img {
    max-width: 80vw;
    max-height: 80vh;
  }
}
@media (min-width: 992px) {
  .in-zoomable-popup img {
    max-width: 66vw;
    max-height: 66vh;
  }
}

.in-h2 {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #616161;
}

.in-h2-dash {
  position: relative;
  display: inline-block;
}
.in-h2-dash .dash {
  display: none;
  position: absolute;
  left: calc(100% + 0.75em);
  bottom: 0.22em;
  height: 0;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 992px) {
  .in-h2-dash .dash {
    display: block;
  }
}

.in-hr-tiny {
  margin-top: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
  border: none;
  background: none;
  display: block;
  width: 3em;
  border-bottom: 1px solid currentColor;
  color: #616161;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .in-hr-tiny {
    margin-top: 3.0555555556rem;
    margin-bottom: 3.0555555556rem;
  }
}

.in-readmore {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #161A1D;
  display: inline-block;
  text-decoration: none;
}
.in-readmore:hover {
  text-decoration: underline;
}
.in-readmore img,
.in-readmore svg {
  vertical-align: baseline;
  height: 0.8333em;
  display: inline-block;
  position: relative;
}

.in-leadtext {
  font-family: "Arsenal", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.005em;
  color: #161A1D;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-leadtext {
    font-size: 1.2222222222rem;
  }
}
.in-leadtext p:not(:last-child) {
  margin-bottom: 0.8em;
}

.in-bigquote {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  line-height: 1.403;
  color: #AB2328;
  font-size: 1.5555555556rem;
}
@media (min-width: 576px) {
  .in-bigquote {
    font-size: 2.3333333333rem;
  }
}

.in-mobmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  font-family: "Arsenal", sans-serif;
  font-size: 1.1111111111rem;
  letter-spacing: 0.07em;
  line-height: 1.16;
  background-color: #FFFFFF;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.in-mobmenu.active {
  opacity: 1;
  pointer-events: all;
}
.in-mobmenu-menu, .in-mobmenu-lang {
  text-transform: uppercase;
}
.in-mobmenu-menu ul, .in-mobmenu-lang ul {
  list-style: none;
  padding: 0;
}
.in-mobmenu-menu a, .in-mobmenu-lang a {
  text-decoration: none;
}
.in-mobmenu-menu a:hover, .in-mobmenu-lang a:hover {
  text-decoration: underline;
}
.in-mobmenu-menu .current-menu-item a, .in-mobmenu-lang .current-menu-item a {
  text-decoration: underline;
}
.in-mobmenu-menu li {
  display: block;
}
.in-mobmenu-menu li:not(:last-child) {
  margin-bottom: 1.365em;
}
.in-mobmenu-lang {
  font-size: 1.228em;
  font-weight: 500;
  margin-top: 1.365em;
}
.in-mobmenu-lang li {
  display: inline-block;
}
.in-mobmenu-lang li:not(:last-child) {
  margin-right: 0.556em;
}

.in-header {
  font-family: "Arsenal", sans-serif;
  height: 7.2222222222rem;
  font-size: 0.8138888889rem;
  letter-spacing: 0.07em;
  line-height: 1.16;
  background-color: #FFFFFF;
  position: relative;
}
.in-header .row {
  height: 7.2222222222rem;
}
.in-header-menu, .in-header-lang {
  text-transform: uppercase;
}
.in-header-menu ul, .in-header-lang ul {
  list-style: none;
}
.in-header-menu li, .in-header-lang li {
  display: inline-block;
}
.in-header-menu a, .in-header-lang a {
  text-decoration: none;
}
.in-header-menu a:hover, .in-header-lang a:hover {
  text-decoration: underline;
}
.in-header-menu .current-menu-item a, .in-header-lang .current-menu-item a {
  text-decoration: underline;
}
.in-header-menu li:not(:last-child) {
  margin-right: 1.365em;
}
.in-header-lang {
  font-size: 1.228em;
  font-weight: 500;
}
.in-header-lang li:not(:last-child) {
  margin-right: 0.556em;
}
.in-header-burger-active {
  position: relative;
  z-index: 1000;
}

.in-footer {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
  background-color: #161A1D;
  color: #F1F1F1;
  font-family: "Arsenal", sans-serif;
  line-height: 1.329;
  letter-spacing: 0.005em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-footer {
    padding-top: 3.5rem;
    padding-bottom: 2.7777777778rem;
    font-size: 1.2222222222rem;
  }
}
.in-footer .block:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .in-footer .block:not(:last-child) {
    margin-bottom: 0;
  }
}
.in-footer h4 {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0.833em;
  color: #AB2328;
}
.in-footer a {
  text-decoration: none;
}
.in-footer a:hover {
  text-decoration: underline;
}
.in-footer-bottom {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .in-footer-bottom {
    margin-top: 6.2222222222rem;
  }
}
.in-footer-copyleft, .in-footer-copyright {
  font-family: "Arsenal", sans-serif;
  font-size: 0.7777777778rem;
  line-height: 1.8799;
  letter-spacing: 0.03em;
}
.in-footer-networks {
  color: #AB2328;
}
.in-footer-networks .item:not(:last-child) {
  margin-right: 0.75em;
}
.in-footer-extra {
  margin-top: 2.7777777778rem;
}

.in-home-subhead {
  height: calc(100vh - 7.2222222222rem);
  position: relative;
}
@media (min-width: 768px) {
  .in-home-subhead {
    height: auto;
    aspect-ratio: 1440/670;
  }
}
.in-home-subhead-background {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.in-home-subhead-text {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 120.9%;
  letter-spacing: 0.005em;
  color: #AB2328;
  background-color: #FFFFFF;
  background: transparent;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 20%;
}
@media (min-width: 768px) {
  .in-home-subhead-text {
    font-size: 36px;
    line-height: 1.209;
    letter-spacing: 0.005em;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .in-home-subhead-text {
    font-size: 48px;
  }
}

.in-home-about h2.in-h2,
.in-home-mission h2.in-h2,
.in-home-achievements h2.in-h2,
.in-home-partners h2.in-h2,
.in-about-textsection h2.in-h2,
.in-home-why h2.in-h2 {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .in-home-mission h2.in-h2,
  .in-home-team h2.in-h2,
  .in-home-projects h2.in-h2,
  .in-home-achievements h2.in-h2,
  .in-home-partners h2.in-h2,
  .in-about-textsection h2.in-h2,
  .in-home-why h2.in-h2 {
    margin-bottom: 0;
  }
}

.in-home-mission {
  padding-top: 2.7777777778rem;
  padding-bottom: 0;
}
.in-home-mission:last-child {
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 576px) {
  .in-home-mission {
    padding-top: 5.5555555556rem;
  }
}

.in-home-wre-image {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 2.7777777778rem auto 0 auto;
}
@media (min-width: 992px) {
  .in-home-wre-image {
    margin: 0;
  }
}

.in-home-about {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 576px) {
  .in-home-about {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}

.in-home-how {
  padding-top: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-home-how {
    padding-top: 5.5555555556rem;
  }
}
.in-home-how-image {
  width: 100%;
  aspect-ratio: 100/103;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.2777777778rem;
}
@media (min-width: 768px) {
  .in-home-how-image {
    margin-bottom: 0;
    margin-top: 0.3em;
  }
}
.in-home-how-items {
  margin-top: 1.1111111111rem;
  will-change: opacity;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .in-home-how-items {
    margin-top: 2.2222222222rem;
    padding-right: 2.5555555556rem;
  }
}
.in-home-how-items .item {
  position: relative;
  display: block;
  border-top: 1px solid #A4A4A4;
}
.in-home-how-items .item:last-child {
  border-bottom: 1px solid #A4A4A4;
}
.in-home-how-items .item .arrow {
  position: absolute;
  top: 1.2222222222rem;
  right: 0.5em;
  transition: transform 250ms;
}
.in-home-how-items .item input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.in-home-how-items .item h4 {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.005em;
  color: #161A1D;
  margin-bottom: 0.7222222222rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-home-how-items .item h4 {
    font-size: 1.2222222222rem;
  }
}
.in-home-how-items .item .content {
  max-height: 0;
  overflow-y: hidden;
  font-family: "Arsenal", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #161A1D;
  opacity: 0;
  transition: max-height 500ms, opacity 250ms;
  will-change: opacity, max-height;
}
.in-home-how-items .item input:checked ~ .content {
  max-height: 1999px;
  padding-bottom: 1.3333333333rem;
  transition: max-height 3000ms, opacity 500ms;
  opacity: 1;
}
.in-home-how-items .item input:checked ~ .arrow {
  transform: rotate(90deg);
}

.in-home-achievements {
  background-color: #FFFFFF;
  padding-top: 3.5555555556rem;
  padding-bottom: 3.5555555556rem;
}
@media (min-width: 576px) {
  .in-home-achievements {
    padding-top: 7.1111111111rem;
    padding-bottom: 7.1111111111rem;
  }
}
.in-home-achievements-items {
  font-family: "Arsenal", sans-serif;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: #AB2328;
  font-size: 2.2222222222rem;
  margin-bottom: -1.14em;
}
@media (min-width: 768px) {
  .in-home-achievements-items {
    font-size: 2.7777777778rem;
  }
}
.in-home-achievements-items .item {
  margin-bottom: 1.14em;
  white-space: nowrap;
}
.in-home-achievements-items .item small {
  font-family: "Arsenal", sans-serif;
  display: block;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #161A1D;
  font-size: 0.7777777778rem;
  white-space: normal;
}
@media (min-width: 576px) {
  .in-home-achievements-items .item small {
    font-size: 1rem;
  }
}
.in-home-achievements-footnote {
  font-family: "Arsenal", sans-serif;
  display: block;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #161A1D;
  margin-top: 2em;
  font-size: 0.5rem;
}
@media (min-width: 576px) {
  .in-home-achievements-footnote {
    font-size: 0.6666666667rem;
  }
}

.in-home-projects {
  overflow: hidden;
  padding-top: 2.7777777778rem;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .in-home-projects {
    padding-top: 5.5555555556rem;
  }
}
@media (min-width: 768px) {
  .in-home-projects {
    padding-bottom: 2.7777777778rem;
  }
}
.in-home-projects-items {
  margin-top: 1.1111111111rem;
  position: relative;
}
@media (min-width: 768px) {
  .in-home-projects-items {
    margin-top: 2.7777777778rem;
  }
}
@media (min-width: 576px) {
  .in-home-projects-items {
    width: 150%;
  }
}
@media (min-width: 768px) {
  .in-home-projects-items {
    width: 125%;
  }
}
@media (min-width: 992px) {
  .in-home-projects-items {
    width: 116.6666666667%;
  }
  .in-home-projects-items:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8.3333333333rem;
    background: linear-gradient(90deg, transparent, #F1F1F1);
  }
}
.in-home-projects-items .item {
  margin-right: 1.6666666667rem;
  width: calc(66.6667% - 1.6666666667rem);
}
@media (min-width: 576px) {
  .in-home-projects-items .item {
    margin-right: 2.5555555556rem;
    width: calc(100%/2.5 - 2.5555555556rem);
  }
}
@media (min-width: 768px) {
  .in-home-projects-items .item {
    margin-right: 2.5555555556rem;
    width: calc(100%/2.5 - 2.5555555556rem);
  }
}
@media (min-width: 992px) {
  .in-home-projects-items .item {
    margin-right: 2.5555555556rem;
    width: calc(100%/3.5 - 2.5555555556rem);
  }
}
.in-home-projects-items .item .cover {
  aspect-ratio: 531/360;
  display: block;
  width: 100%;
  position: relative;
}
.in-home-projects-items .item .cover .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.in-home-projects-items .item .title {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #161A1D;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1.1111111111rem;
}
@media (min-width: 768px) {
  .in-home-projects-items .item .title {
    margin-top: 1em;
    margin-bottom: 0.4444444444rem;
    font-size: 1.3888888889rem;
  }
}
.in-home-projects-items .item .title a {
  text-decoration: none;
}
.in-home-projects-items .item .status {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #AB2328;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-home-projects-items .item .status {
    font-size: 0.9444444444rem;
  }
}
.in-home-projects-arrow:not(:last-child) {
  margin-right: 1.5em;
}
.in-home-projects-bottom {
  margin-top: 1.5em;
  align-items: center;
}
@media (min-width: 768px) {
  .in-home-projects-bottom {
    margin-top: 3em;
  }
}

.in-cover-readmore:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #616161;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
}
.in-cover-readmore:after {
  content: attr(data-readmore);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.214;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid currentColor;
  padding: 1.5rem 2.6111111111rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 500ms;
  z-index: 2;
}
.in-cover-readmore:hover:after, .in-cover-readmore:hover:before {
  opacity: 1;
}

.in-home-quote {
  padding-top: 1.1111111111rem;
  padding-bottom: 1.1111111111rem;
}
@media (min-width: 576px) {
  .in-home-quote {
    padding-top: 2.7777777778rem;
    padding-bottom: 2.7777777778rem;
  }
}

.in-home-team {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 576px) {
  .in-home-team {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.in-home-team-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1.1111111111rem;
}
@media (min-width: 768px) {
  .in-home-team-items {
    margin-top: 2.7777777778rem;
  }
}
.in-home-team-items .item {
  width: 100%;
}
.in-home-team-items .item:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .in-home-team-items .item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .in-home-team-items .item {
    width: 50%;
    padding-right: 1.2222222222rem;
  }
}
@media (min-width: 768px) {
  .in-home-team-items .item {
    width: 50%;
    padding-right: 2.5555555556rem;
  }
}
.in-home-team-items .item .photo {
  width: 100%;
  aspect-ratio: 554/418;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.in-home-team-items .item .name {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #161A1D;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-home-team-items .item .name {
    margin-top: 1em;
    margin-bottom: 0.3333333333rem;
    font-size: 1.3888888889rem;
  }
}
.in-home-team-items .item .position {
  font-family: "Arsenal", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #161A1D;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-home-team-items .item .position {
    margin-top: 0.3333333333rem;
    margin-bottom: 1em;
    font-size: 1rem;
  }
}
.in-home-team-items .item .linkedin {
  color: #A5A5A5;
}
.in-home-team-items .item .linkedin:hover {
  color: #161A1D;
}

.in-contacts-details + .in-home-team {
  padding-top: 0;
}

.in-home-why {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 576px) {
  .in-home-why {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}

.in-home-partners {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
  background-color: #FFFFFF;
}
@media (min-width: 576px) {
  .in-home-partners {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.in-home-partners-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.in-home-partners-items .item {
  display: block;
  background-color: #F3F3F3;
  margin-right: 1.6666666667rem;
  aspect-ratio: 170/100;
  width: calc(100% / 2 - 1.6666666667rem);
  margin-bottom: 1.3888888889rem;
}
@media (min-width: 576px) {
  .in-home-partners-items .item {
    margin-top: 3.5555555556rem;
    width: calc(100% / 3 - 1.6666666667rem);
    margin-top: 3.5555555556rem;
  }
}
@media (min-width: 768px) {
  .in-home-partners-items .item {
    margin-top: 3.5555555556rem;
    width: calc(100% / 6 - 1.6666666667rem);
    margin-top: 3.5555555556rem;
  }
}
@media (min-width: 992px) {
  .in-home-partners-items .item {
    margin-top: 3.5555555556rem;
    width: calc(100% / 6 - 1.6666666667rem);
    margin-top: 3.5555555556rem;
  }
}
.in-home-partners-items .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: grayscale(1);
}
.in-home-partners-items .item:hover img {
  filter: grayscale(0);
}

.in-contacts-map {
  aspect-ratio: 3/2;
}
@media (min-width: 576px) {
  .in-contacts-map {
    aspect-ratio: 1440/590;
  }
}
@media (min-width: 992px) {
  .in-contacts-map {
    aspect-ratio: 1440/350;
  }
}
.in-contacts-map .in-contacts-map-tooltip.in-contacts-map-tooltip {
  font-family: "Arsenal", sans-serif;
  font-size: 1rem;
  color: #AB2328;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-top: 12px;
  max-width: 174px;
}
.in-contacts-map .in-contacts-map-tooltip.in-contacts-map-tooltip::before {
  border: 12px solid transparent;
  border-bottom-color: #FFFFFF;
  margin-top: -24px;
  margin-left: -12px;
}

.in-about-textsection {
  padding-top: 2.7777777778rem;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .in-about-textsection {
    padding-top: 5.5555555556rem;
    padding-bottom: 0;
  }
  .in-about-textsection + .in-about-textsection {
    padding-top: 5.5555555556rem;
  }
}

@media (min-width: 992px) {
  .in-newspost-subhead {
    aspect-ratio: 1440/400;
  }
}
.in-newspost-subhead .in-home-subhead-text.in-home-subhead-text {
  color: #FFFFFF;
}
.in-newspost-content {
  padding-top: 5.5555555556rem;
  padding-bottom: 11.1111111111rem;
}
.in-newspost-top {
  margin-bottom: 2.7777777778rem;
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #161A1D;
  display: inline-block;
}
.in-newspost-top a {
  text-decoration: none;
}
.in-newspost-top a:hover {
  text-decoration: underline;
}

.in-goback svg {
  transform: rotate(180deg);
  vertical-align: baseline;
  height: 0.8333em;
  display: inline-block;
  position: relative;
}

.in-about-charts {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-about-charts {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
@media (min-width: 576px) {
  .in-about-charts {
    padding-bottom: 9.7222222222rem;
  }
}
.in-about-charts .in-about-charts-items:not(:empty) {
  margin-top: 2.7777777778rem;
  margin-bottom: -2.2222222222rem;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .in-about-charts .in-about-charts-items:not(:empty) {
    margin-top: 5.5555555556rem;
    margin-bottom: -4.4444444444rem;
  }
}
@media (min-width: 992px) {
  .in-about-charts .in-about-charts-items:not(:empty) {
    justify-content: space-between;
  }
}
.in-about-charts .item {
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 768px) {
  .in-about-charts .item {
    margin-bottom: 4.4444444444rem;
  }
}
.in-about-charts .item .title {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.005em;
  font-size: 1.1111111111rem;
}
@media (min-width: 768px) {
  .in-about-charts .item .title {
    font-size: 1.2222222222rem;
  }
}
.in-about-charts .item .note {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-about-charts .item .note {
    font-size: 1rem;
  }
}
.in-about-charts .item-image {
  display: block;
  max-width: 100%;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .in-about-charts .item-image {
    margin-top: 4.4444444444rem;
  }
}

.in-contacts-details {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-contacts-details {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.in-contacts-details h2.in-h2 {
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 768px) {
  .in-contacts-details h2.in-h2 {
    margin-bottom: 3.0555555556rem;
  }
}
.in-contacts-details-image {
  display: block;
  width: 100%;
  aspect-ratio: 554/418;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 0;
  margin-top: 2.2777777778rem;
}
@media (min-width: 768px) {
  .in-contacts-details-image {
    padding-right: 2.5555555556rem;
  }
}
@media (min-width: 768px) {
  .in-contacts-details-image {
    margin-top: 0.55em;
  }
}
.in-contacts-details-text {
  padding-right: 0;
}
@media (min-width: 576px) {
  .in-contacts-details-text {
    padding-right: 2.5555555556rem;
  }
}
.in-contacts-details h2 {
  margin-bottom: 3.0555555556rem;
}

.in-contacts-form {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-contacts-form {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.in-contacts-form-image {
  display: block;
  width: 100%;
  aspect-ratio: 536/492;
  padding-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.2777777778rem;
}
@media (min-width: 768px) {
  .in-contacts-form-image {
    padding-right: 2.5555555556rem;
  }
}
@media (min-width: 768px) {
  .in-contacts-form-image {
    margin-top: 0.3em;
    margin-bottom: 0;
  }
}
.in-contacts-form h2 {
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 768px) {
  .in-contacts-form h2 {
    margin-bottom: 3.0555555556rem;
  }
}
.in-contacts-form form {
  margin-top: 3.3333333333rem;
}
.in-contacts-form form label,
.in-contacts-form form input:not([type=button], [type=submit]),
.in-contacts-form form textarea {
  display: block;
  width: 100%;
}
.in-contacts-form form label {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.in-contacts-form form input:not([type=button], [type=submit]),
.in-contacts-form form textarea {
  display: block;
  border-bottom: 1px solid #A4A4A4;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.in-contacts-form form textarea {
  height: 7.7777777778rem;
  resize: none;
}
.in-contacts-form form input[type=submit],
.in-contacts-form form submit {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #161A1D;
  display: inline-block;
  padding-right: calc(0.5em + 8px);
  background-image: url("../images/send.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px 15px;
}
.in-contacts-form form input[type=submit] img,
.in-contacts-form form input[type=submit] svg,
.in-contacts-form form submit img,
.in-contacts-form form submit svg {
  vertical-align: baseline;
  height: 0.8333em;
  display: inline-block;
  position: relative;
}
.in-contacts-form form .bottom {
  margin-top: 2.3333333333rem;
}

.in-home-team + .in-contacts-form {
  padding-top: 0;
}

.in-projects-selector {
  padding-top: 11.1111111111rem;
  padding-bottom: 5.5555555556rem;
}
.in-projects-selector-items {
  margin-top: 1.3333333333rem;
}
.in-projects-selector-items .flickity-viewport {
  overflow-x: hidden;
  overflow-y: visible;
}
.in-projects-selector-items .item {
  width: 33.33%;
  padding-top: 1.2%;
  will-change: opacity;
}
.in-projects-selector-items .item img.cover {
  aspect-ratio: 531/360;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transition: transform 250ms, filter 250ms;
  filter: saturate(0.2);
  position: relative;
}
.in-projects-selector-items .item:hover {
  z-index: 5;
}
.in-projects-selector-items .item:hover img.cover {
  transform: scale(1.111);
  filter: saturate(1);
}
.in-projects-selector-items .item .title {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #161A1D;
  margin-top: 1.3333333333rem;
  margin-bottom: 0.4444444444rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-projects-selector-items .item .title {
    font-size: 1.3888888889rem;
  }
}
.in-projects-selector-items .item .title a {
  text-decoration: none;
}
.in-projects-selector-items .item .status {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #AB2328;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-projects-selector-items .item .status {
    font-size: 0.9444444444rem;
  }
}

.in-projects-selector2 {
  padding-top: 2.7777777778rem;
  padding-bottom: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-projects-selector2 {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.in-projects-selector2-items {
  display: grid;
  -moz-column-gap: 1.6666666667rem;
       column-gap: 1.6666666667rem;
  row-gap: 1.6666666667rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .in-projects-selector2-items {
    -moz-column-gap: 2.5555555556rem;
         column-gap: 2.5555555556rem;
    row-gap: 2.5555555556rem;
  }
}
@media (min-width: 768px) {
  .in-projects-selector2-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.in-projects-selector2-items .item.highlight {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 768px) {
  .in-projects-selector2-items .item.highlight .cover {
    aspect-ratio: auto;
    height: calc(100% - 5.1388888889rem);
  }
}
.in-projects-selector2-items .item .cover {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  position: relative;
}
.in-projects-selector2-items .item .cover .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.in-projects-selector2-items .item .title {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #161A1D;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1rem;
}
.in-projects-selector2-items .item .title a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .in-projects-selector2-items .item .title {
    margin-top: 1em;
    margin-bottom: 0.4444444444rem;
    font-size: 1.3888888889rem;
  }
}
.in-projects-selector2-items .item .status {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #AB2328;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-projects-selector2-items .item .status {
    font-size: 0.9444444444rem;
  }
}

.in-singleproject {
  padding-top: 3.0555555556rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .in-singleproject {
    padding-top: 4.5555555556rem;
    margin-bottom: 1rem;
  }
}
.in-singleproject:last-of-type {
  margin-bottom: 5.5555555556rem;
}
@media (min-width: 768px) {
  .in-singleproject:last-of-type {
    margin-bottom: 14.2222222222rem;
  }
}
.in-singleproject .title {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120.9%;
  letter-spacing: 0.005em;
  color: #161A1D;
  font-size: 1.7777777778rem;
}
@media (min-width: 768px) {
  .in-singleproject .title {
    font-size: 2.6666666667rem;
    position: relative;
    top: -0.15em;
  }
}
.in-singleproject .lead {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 152.5%;
  letter-spacing: 0.03em;
  color: #161A1D;
}
.in-singleproject .lead:not(:empty) {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .in-singleproject .lead:not(:empty) {
    margin: 0 0;
  }
}
.in-singleproject .link {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #161A1D;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-singleproject .link {
    font-size: 0.9444444444rem;
  }
}
.in-singleproject .status {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #AB2328;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .in-singleproject .status {
    font-size: 0.9444444444rem;
  }
}
.in-singleproject-info h3 {
  margin-bottom: 1em;
}
.in-singleproject .info {
  font-family: "Arsenal", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 132.9%;
  letter-spacing: 0.005em;
  color: #000000;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .in-singleproject .info {
    font-size: 1.2222222222rem;
  }
}
.in-singleproject-slides {
  margin-top: 0;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 576px) {
  .in-singleproject-slides {
    margin-bottom: 2.2777777778rem;
  }
}
@media (min-width: 768px) {
  .in-singleproject-slides {
    margin-bottom: 4.5555555556rem;
  }
}
.in-singleproject-slides .flickity-button {
  background: transparent;
  opacity: 0.6;
  transition: opacity 250ms;
}
.in-singleproject-slides .flickity-button-icon {
  fill: #FFFFFF;
}
.in-singleproject-slides .flickity-button:hover {
  background: transparent;
  opacity: 1;
}
.in-singleproject-slides .flickity-page-dots {
  display: none;
}
@media (min-width: 768px) {
  .in-singleproject-slides .flickity-page-dots {
    display: block;
  }
}
.in-singleproject-slides .counter {
  font-size: 0.6666666667rem;
  color: #616161;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .in-singleproject-slides .counter {
    margin-top: 0.5em;
    font-size: 0.8333333333rem;
  }
}
.in-singleproject-slides .counter span {
  display: inline-block;
  width: 1em;
  text-align: right;
}
.in-singleproject-slides .counter span:last-child {
  text-align: left;
}
.in-singleproject-slides .slides {
  position: relative;
  aspect-ratio: 1200/700;
}
.in-singleproject-slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1200/700;
  overflow: hidden;
  will-change: opacity;
  transform: translateZ(0);
}
.in-singleproject-slides .slide .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.8) contrast(0.6);
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.in-singleproject-slides .slide .mainimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.in-singleproject-stats {
  margin-top: 1em;
}

.in-projects-title {
  padding-top: 2.7777777778rem;
}
@media (min-width: 768px) {
  .in-projects-title {
    padding-top: 5.5555555556rem;
  }
}
