/*
 * ! Stereo Boilerplate - 2022-05-04 
 */
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
     ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
     ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 * 3. Remove the border-radius in Chrome 62+ on macOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  border-radius: 0;
  /* 3 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #C0C0C0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

template,
[hidden] {
  display: none;
}

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

address {
  font-style: inherit;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a svg {
  pointer-events: none;
}

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */
a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* [1] */
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  /* [1] */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
svg {
  max-width: 100%;
  /* [2] */
  height: auto;
}

img[width], img[height],
svg[width],
svg[height] {
  /* [4] */
  max-width: none;
}

img {
  font-style: italic;
  /* [4] */
}

svg {
  fill: currentColor;
  /* [5] */
}

input,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([class^='ui-']),
select:not([class^='ui-']),
textarea:not([class^='ui-']) {
  width: 100%;
  display: block;
}

select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
.o-button {
  display: inline-block;
  /* [1] */
  overflow: visible;
  /* [2] */
  margin: 0;
  /* [3] */
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  /* [4] */
  text-align: center;
  /* [3] */
  text-decoration: none;
  text-transform: none;
  font: inherit;
  /* [5] */
  line-height: normal;
  cursor: pointer;
  /* [6] */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button:focus, button:hover,
.o-button:focus,
.o-button:hover {
  text-decoration: none;
}

.s-wysiwyg {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.s-wysiwyg .tooltip {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  -webkit-text-decoration-color: #3f3f41;
          text-decoration-color: #3f3f41;
  cursor: pointer;
}

.s-wysiwyg .t-generic_article-head p,
.s-wysiwyg .t-article_content-head p,
.s-wysiwyg .t-about_article-head p {
  margin: 0.625rem 0;
  line-height: 1.7;
}

.s-wysiwyg .t-generic_article-head p:first-child,
.s-wysiwyg .t-article_content-head p:first-child,
.s-wysiwyg .t-about_article-head p:first-child {
  margin-top: 0;
}

@media (max-width: 699px) {
  .s-wysiwyg .t-generic_article-head p,
  .s-wysiwyg .t-article_content-head p,
  .s-wysiwyg .t-about_article-head p {
    font-size: 19px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .t-generic_article-head p,
  .s-wysiwyg .t-article_content-head p,
  .s-wysiwyg .t-about_article-head p {
    font-size: 20px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .t-generic_article-head p,
  .s-wysiwyg .t-article_content-head p,
  .s-wysiwyg .t-about_article-head p {
    font-size: 22px;
  }
}

.s-wysiwyg .t-generic_article-head > h1,
.s-wysiwyg .t-article_content-head > h1,
.s-wysiwyg .t-about_article-head > h1 {
  margin: 0;
  font-family: "freight-big-pro";
  font-weight: 700;
  line-height: 1.1;
  color: #373434;
}

@media (max-width: 699px) {
  .s-wysiwyg .t-generic_article-head > h1,
  .s-wysiwyg .t-article_content-head > h1,
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 15px 0 30px 0;
    font-size: 45px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .t-generic_article-head > h1,
  .s-wysiwyg .t-article_content-head > h1,
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 25px 0 50px 0;
    font-size: 60px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .t-generic_article-head > h1,
  .s-wysiwyg .t-article_content-head > h1,
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 25px 0 50px 0;
    font-size: 70px;
  }
}

.s-wysiwyg .t-generic_article-head .container-published,
.s-wysiwyg .t-article_content-head .container-published,
.s-wysiwyg .t-about_article-head .container-published {
  margin-top: -20px;
  margin-bottom: 30px;
}

.s-wysiwyg .t-generic_article-head .last-updated,
.s-wysiwyg .t-article_content-head .last-updated,
.s-wysiwyg .t-about_article-head .last-updated {
  font-size: 15px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.s-wysiwyg .t-generic_article-head .published-on,
.s-wysiwyg .t-article_content-head .published-on,
.s-wysiwyg .t-about_article-head .published-on {
  margin-bottom: -10px;
}

@media (max-width: 699px) {
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 20px 0 25px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 30px 0 35px 0;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .t-about_article-head > h1 {
    margin: 40px 0 45px 0;
  }
}

.s-wysiwyg blockquote {
  position: relative;
  margin: 120px 0;
}

.s-wysiwyg blockquote > p {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 699px) {
  .s-wysiwyg blockquote > p {
    font-size: 24px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg blockquote > p {
    font-size: 29px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg blockquote > p {
    font-size: 34px;
  }
}

.s-wysiwyg blockquote footer {
  margin: 35px 0 0 0;
}

.s-wysiwyg blockquote cite {
  position: relative;
  padding: 0 0 0 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

@media (max-width: 699px) {
  .s-wysiwyg blockquote cite {
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg blockquote cite {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg blockquote cite {
    font-size: 16px;
  }
}

.s-wysiwyg blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #242424;
}

.s-wysiwyg > h2,
.s-wysiwyg > h3,
.s-wysiwyg > h4 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #373434;
}

.s-wysiwyg > h2 {
  line-height: 1.6;
}

@media (max-width: 699px) {
  .s-wysiwyg > h2 {
    margin: 30px 0 15px 0;
    font-size: 21px;
    font-weight: 700;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > h2 {
    margin: 40px 0 20px 0;
    font-size: 23px;
    font-weight: 700;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > h2 {
    margin: 50px 0 30px 0;
    font-size: 25px;
  }
}

.s-wysiwyg > h3 {
  line-height: 1.6;
}

@media (max-width: 699px) {
  .s-wysiwyg > h3 {
    margin: 50px 0 20px 0;
    font-size: 18px;
    font-weight: 700;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > h3 {
    margin: 55px 0 30px 0;
    font-size: 19px;
    font-weight: 700;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > h3 {
    margin: 60px 0 40px 0;
    font-size: 20px;
  }
}

.s-wysiwyg > h4 {
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 699px) {
  .s-wysiwyg > h4 {
    margin: 35px 0 15px 0;
    font-size: 16px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > h4 {
    margin: 40px 0 20px 0;
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > h4 {
    margin: 45px 0 30px 0;
    font-size: 16px;
  }
}

.s-wysiwyg .c-accordion-block_content p,
.s-wysiwyg > p,
.s-wysiwyg > ul {
  font-weight: 400;
  color: #343436;
  line-height: 1.4;
  margin: 0.625rem 0;
}

.s-wysiwyg .c-accordion-block_content p:first-child,
.s-wysiwyg > p:first-child,
.s-wysiwyg > ul:first-child {
  margin-top: 0;
}

.s-wysiwyg .c-accordion-block_content p b,
.s-wysiwyg .c-accordion-block_content p strong,
.s-wysiwyg > p b,
.s-wysiwyg > p strong,
.s-wysiwyg > ul b,
.s-wysiwyg > ul strong {
  font-weight: 700;
}

.s-wysiwyg .c-accordion-block_content p a,
.s-wysiwyg > p a,
.s-wysiwyg > ul a {
  color: #4c81a9;
}

@media (max-width: 699px) {
  .s-wysiwyg .c-accordion-block_content p,
  .s-wysiwyg > p,
  .s-wysiwyg > ul {
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .c-accordion-block_content p,
  .s-wysiwyg > p,
  .s-wysiwyg > ul {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .c-accordion-block_content p,
  .s-wysiwyg > p,
  .s-wysiwyg > ul {
    font-size: 16px;
  }
}

.s-wysiwyg > p {
  margin: 15px 0;
}

.s-wysiwyg > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1.875rem 0 3.75rem 0 !important;
}

.s-wysiwyg > ul > li {
  position: relative;
  padding: 0 0 0 20px;
}

.s-wysiwyg > ul > li:last-child {
  padding: 0 0 0 20px;
}

@media (max-width: 699px) {
  .s-wysiwyg > ul > li {
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > ul > li {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > ul > li {
    font-size: 16px;
  }
}

.s-wysiwyg > ul > li::before {
  position: absolute;
  content: '-';
  top: 0;
  left: 0;
  font-weight: 700;
  color: #343436;
}

@media (max-width: 699px) {
  .s-wysiwyg > ul > li::before {
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > ul > li::before {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > ul > li::before {
    font-size: 16px;
  }
}

.s-wysiwyg > ul li li {
  list-style: disc;
}

.s-wysiwyg > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1.875rem 0 3.75rem 0 !important;
  counter-reset: LIST-ITEMS 0;
}

.s-wysiwyg > ol > li {
  position: relative;
}

@media (max-width: 699px) {
  .s-wysiwyg > ol > li {
    font-size: 14px;
    padding: 0 0 15px 50px;
  }
  .s-wysiwyg > ol > li:last-child {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg > ol > li {
    font-size: 15px;
    padding: 0 0 15px 50px;
  }
  .s-wysiwyg > ol > li:last-child {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg > ol > li {
    font-size: 16px;
    padding: 0 0 15px 50px;
  }
  .s-wysiwyg > ol > li:last-child {
    padding: 0 0 0 50px;
  }
}

.s-wysiwyg > ol > li::before {
  position: absolute;
  content: counter(LIST-ITEMS);
  counter-increment: LIST-ITEMS;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background-color: #f0f1f2;
  font-size: 13px;
  color: #343436;
  text-align: center;
  line-height: 27px;
}

.s-wysiwyg .tables_wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.s-wysiwyg .tables_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.s-wysiwyg .tables_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.s-wysiwyg .dataTables_info {
  margin: 10px 0 30px 0;
  font-size: 12px;
}

.s-wysiwyg .dataTables_length {
  margin: 30px 0 10px 0;
  font-size: 12px;
}

.s-wysiwyg .dataTables_length select {
  text-decoration: underline;
}

.s-wysiwyg .dataTables_filter {
  margin: 30px 0 10px 0;
  font-size: 12px;
}

.s-wysiwyg .dataTables_filter input {
  border-bottom: 1px solid #857f83;
}

.s-wysiwyg .dataTables_paginate {
  margin: 10px 0 30px 0;
  font-size: 12px;
}

.s-wysiwyg .dataTables_paginate .paginate_button::before, .s-wysiwyg .dataTables_paginate .paginate_button::after {
  text-shadow: none !important;
}

.s-wysiwyg .dataTables_paginate .paginate_button:not(.disabled)::before, .s-wysiwyg .dataTables_paginate .paginate_button:not(.disabled)::after {
  color: #555253 !important;
}

.s-wysiwyg .tablepress,
.s-wysiwyg .c-table-block_container table {
  min-width: 100%;
}

.s-wysiwyg .tablepress thead td,
.s-wysiwyg .tablepress thead th,
.s-wysiwyg .tablepress tfoot td,
.s-wysiwyg .tablepress tfoot th,
.s-wysiwyg .c-table-block_container table thead td,
.s-wysiwyg .c-table-block_container table thead th,
.s-wysiwyg .c-table-block_container table tfoot td,
.s-wysiwyg .c-table-block_container table tfoot th {
  position: relative;
  background-color: #f0f1f2;
  width: auto !important;
}

.s-wysiwyg .tablepress thead td.sorting:hover,
.s-wysiwyg .tablepress thead th.sorting:hover,
.s-wysiwyg .tablepress tfoot td.sorting:hover,
.s-wysiwyg .tablepress tfoot th.sorting:hover,
.s-wysiwyg .c-table-block_container table thead td.sorting:hover,
.s-wysiwyg .c-table-block_container table thead th.sorting:hover,
.s-wysiwyg .c-table-block_container table tfoot td.sorting:hover,
.s-wysiwyg .c-table-block_container table tfoot th.sorting:hover {
  background-color: #d5d8da;
}

.s-wysiwyg .tablepress thead td::before,
.s-wysiwyg .tablepress thead th::before,
.s-wysiwyg .tablepress tfoot td::before,
.s-wysiwyg .tablepress tfoot th::before,
.s-wysiwyg .c-table-block_container table thead td::before,
.s-wysiwyg .c-table-block_container table thead th::before,
.s-wysiwyg .c-table-block_container table tfoot td::before,
.s-wysiwyg .c-table-block_container table tfoot th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e1e1e1;
}

.s-wysiwyg .tablepress thead td::after,
.s-wysiwyg .tablepress thead th::after,
.s-wysiwyg .tablepress tfoot td::after,
.s-wysiwyg .tablepress tfoot th::after,
.s-wysiwyg .c-table-block_container table thead td::after,
.s-wysiwyg .c-table-block_container table thead th::after,
.s-wysiwyg .c-table-block_container table tfoot td::after,
.s-wysiwyg .c-table-block_container table tfoot th::after {
  right: 10px;
  color: #999397;
}

.s-wysiwyg .tablepress thead td:first-child::before,
.s-wysiwyg .tablepress thead th:first-child::before,
.s-wysiwyg .tablepress tfoot td:first-child::before,
.s-wysiwyg .tablepress tfoot th:first-child::before,
.s-wysiwyg .c-table-block_container table thead td:first-child::before,
.s-wysiwyg .c-table-block_container table thead th:first-child::before,
.s-wysiwyg .c-table-block_container table tfoot td:first-child::before,
.s-wysiwyg .c-table-block_container table tfoot th:first-child::before {
  content: none;
}

.s-wysiwyg .tablepress thead th,
.s-wysiwyg .tablepress tfoot th,
.s-wysiwyg .c-table-block_container table thead th,
.s-wysiwyg .c-table-block_container table tfoot th {
  position: relative;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 699px) {
  .s-wysiwyg .tablepress thead th,
  .s-wysiwyg .tablepress tfoot th,
  .s-wysiwyg .c-table-block_container table thead th,
  .s-wysiwyg .c-table-block_container table tfoot th {
    padding: 25px 15px;
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .tablepress thead th,
  .s-wysiwyg .tablepress tfoot th,
  .s-wysiwyg .c-table-block_container table thead th,
  .s-wysiwyg .c-table-block_container table tfoot th {
    padding: 30px 15px;
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .tablepress thead th,
  .s-wysiwyg .tablepress tfoot th,
  .s-wysiwyg .c-table-block_container table thead th,
  .s-wysiwyg .c-table-block_container table tfoot th {
    padding: 35px 15px;
    font-size: 16px;
  }
}

.s-wysiwyg .tablepress td,
.s-wysiwyg .c-table-block_container table td {
  border-bottom: 1px solid #f0f1f2;
}

@media (max-width: 699px) {
  .s-wysiwyg .tablepress td,
  .s-wysiwyg .c-table-block_container table td {
    padding: 15px 15px;
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg .tablepress td,
  .s-wysiwyg .c-table-block_container table td {
    padding: 20px 15px;
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg .tablepress td,
  .s-wysiwyg .c-table-block_container table td {
    padding: 25px 15px;
    font-size: 16px;
  }
}

@media (max-width: 699px) {
  .s-wysiwyg tfoot th {
    padding: 15px 15px !important;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .s-wysiwyg tfoot th {
    padding: 20px 15px !important;
  }
}

@media (min-width: 1000px) {
  .s-wysiwyg tfoot th {
    padding: 25px 15px !important;
  }
}

html {
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  color: #242424;
  font-size: 1em;
  /* [1] */
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  /* [1] */
}

html.nav-is-open, html.has-fa-menu {
  height: 100%;
  overflow: hidden;
}

::-moz-selection {
  background-color: #d84e40;
  color: #FFFFFF;
  text-shadow: none;
}

::selection {
  background-color: #d84e40;
  color: #FFFFFF;
  text-shadow: none;
}

a {
  color: #4c81a9;
}

a:focus, a:hover {
  color: #3c6686;
}

figure {
  margin: 0;
}

.js-tooltip {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  -webkit-text-decoration-color: #857f83;
          text-decoration-color: #857f83;
  cursor: pointer;
}

.js-tooltip:focus {
  text-decoration: underline;
}

@media (max-width: 999px) {
  .js-tooltip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 36, 36, 0.9);
    z-index: 8888;
    display: none;
  }
  .has-tooltip .js-tooltip-overlay {
    display: block;
  }
}

@media (min-width: 1000px) {
  .js-tooltip-overlay {
    display: none;
  }
}

.js-tooltip-box {
  display: none;
  line-height: 1.2;
  color: #242424;
  background-color: #FFFFFF;
}

@media (max-width: 999px) {
  .js-tooltip-box {
    position: fixed;
    width: 80%;
    padding: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 13px;
    z-index: 9999;
  }
}

@media (min-width: 1000px) {
  .js-tooltip-box {
    position: absolute;
    max-width: 220px;
    padding: 20px;
    font-size: 11px;
    border: 1px solid #c8cad1;
  }
}

.o-h, h1, .o-h1, h2, .o-h2, h3, .o-h3, h4, .o-h4, h5, .o-h5, h6, .o-h6 {
  margin-top: 0;
  line-height: 1.5;
}

h1, .o-h1 {
  font-size: 6.25rem;
  font-family: "freight-big-pro";
  line-height: 1;
}

@media (max-width: 1599px) {
  h1, .o-h1 {
    font-size: 5.625rem;
  }
}

@media (max-width: 1199px) {
  h1, .o-h1 {
    font-size: 4.375rem;
  }
}

@media (max-width: 699px) {
  h1, .o-h1 {
    font-size: 3.125rem;
  }
}

h2, .o-h2 {
  font-size: 4.0625rem;
  font-family: "freight-big-pro";
}

@media (max-width: 1399px) {
  h2, .o-h2 {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 699px) {
  h2, .o-h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

h3, .o-h3 {
  font-size: 3.125rem;
  font-family: "freight-big-pro";
  line-height: 1.1;
}

@media (max-width: 1399px) {
  h3, .o-h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  h3, .o-h3 {
    font-size: 2.1875rem;
  }
}

h4, .o-h4 {
  font-size: 1.375rem;
  font-weight: 500;
}

h5, .o-h5 {
  font-size: 1.125rem;
  font-weight: 400;
}

h6, .o-h6 {
  font-size: 1rem;
}

.o-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.o-breadcrumb {
  position: relative;
}

.o-breadcrumb_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-breadcrumb_item {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 0;
  line-height: 1;
}

.o-breadcrumb_item::before {
  content: '/';
  padding: 0 5px 0 0;
  font-size: 10px;
  color: #999397;
}

.o-breadcrumb_item:first-child::before {
  content: '';
  padding: 0;
  font-size: 0;
}

.o-breadcrumb_link {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #999397;
  text-transform: uppercase;
}

a.o-breadcrumb_link:active, a.o-breadcrumb_link:focus, a.o-breadcrumb_link:hover {
  color: #dd1d1f;
}

/* stylelint-disable */
/* stylelint-enable */
.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (max-width: 1599px) {
  .o-container {
    max-width: 1080px;
  }
}

@media (max-width: 1399px) {
  .o-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (max-width: 699px) {
  .o-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 699px) {
  .o-container-col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-container-col {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .o-container-col {
    padding-left: 3.75rem;
    padding-right: 10.9375rem;
  }
}

@media (min-width: 1600px) {
  .o-container-col {
    padding-left: 5rem;
  }
}

.o-cta-btn {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #3f3f41;
}

@media (max-width: 999px) {
  .o-cta-btn {
    padding: 17px 0;
  }
  .o-cta-btn.-small-padding {
    padding: 15px 0;
  }
}

@media (min-width: 1000px) {
  .o-cta-btn {
    padding: 22px 0;
  }
  .o-cta-btn.-small-padding {
    padding: 18px 0;
  }
  .o-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262627;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    z-index: 0;
  }
  .o-cta-btn:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

.o-cta-btn.-red {
  background-color: #c2191b;
}

@media (min-width: 1000px) {
  .o-cta-btn.-red::after {
    background-color: #951315;
  }
}

.o-cta-btn.-red-light {
  background-color: #d84e40;
}

@media (min-width: 1000px) {
  .o-cta-btn.-red-light::after {
    background-color: #be3527;
  }
}

.o-cta-btn_label {
  position: relative;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0;
}

.o-layout.-gutter {
  margin-left: -3.75rem;
}

.o-layout.-gutter-small {
  margin-left: -1.875rem;
}

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

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

.o-layout.-reverse {
  direction: rtl;
}

.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
}

.o-layout.-gutter > .o-layout_item {
  padding-left: 3.75rem;
}

.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.875rem;
}

.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}

.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}

.o-layout.-center > .o-layout_item,
.o-layout.-right > .o-layout_item,
.o-layout.-reverse > .o-layout_item {
  text-align: left;
}

.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}

.o-form-block {
  position: relative;
}

.o-form-block.-main {
  margin: 0 0 60px;
}

.o-form-block.-main .o-form-block_title {
  margin: 30px 0;
}

.o-form-block.js-dropdown {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: margin 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.o-form-block.js-dropdown:last-child {
  margin-bottom: 60px;
}

.o-form-block.js-dropdown.is-open {
  margin-bottom: 60px;
}

.o-form-block_title {
  position: relative;
}

.o-form-block_title h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-form-block_title h2 {
    font-size: 30px;
    padding: 0 0 0 40px;
  }
}

@media (min-width: 1000px) {
  .o-form-block_title h2 {
    font-size: 35px;
    padding: 0 0 0 50px;
  }
}

@media (max-width: 699px) {
  .o-form-block_title h2 {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}

.o-form-block_title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-form-block_title h3 {
    font-size: 20px;
    padding: 0 0 0 40px;
  }
}

@media (min-width: 1000px) {
  .o-form-block_title h3 {
    font-size: 22px;
    padding: 0 0 0 50px;
  }
}

@media (max-width: 699px) {
  .o-form-block_title h3 {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
}

.o-form-block_title.js-dropdown-toggle:not(.is-disabled) {
  cursor: pointer;
}

.o-form-block_title.is-disabled {
  opacity: .5;
}

.o-form-block_title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 699px) {
  .o-form-block_title-icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-form-block_title-icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1000px) {
  .o-form-block_title-icon {
    width: 25px;
    height: 25px;
  }
}

.o-form-block_title-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #242424;
}

.o-form-block_content {
  margin: 30px 0 0;
}

.o-form-block_info {
  margin: 0;
  font-size: 13px;
  color: #343436;
  line-height: 1.6;
}

.o-form_gray-inner {
  padding: 35px 35px 0 35px;
  margin: 0 0 35px 0;
  background-color: #f0f1f2;
}

.o-form_gray-inner p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #7b7678;
}

.o-form_gray-inner p.-bold {
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-form_gray-inner {
    padding: 35px 10px 0 10px;
  }
}

@media (min-width: 700px) {
  .o-form_gray-inner {
    padding: 35px 35px 0 35px;
  }
}

.o-form_container {
  margin: 0;
  border: 1px solid #e1e2e5;
  border-left: 6px solid #c2191b;
}

.o-form_container.-no-padding {
  padding: 0;
}

@media (min-width: 700px) {
  .o-form_container {
    padding: 20px 45px;
  }
  .o-form_container.-no-padding {
    padding: 0;
  }
}

.gform_fields {
  margin: 0 0 50px 0 !important;
  border: 1px solid #e1e2e5;
}

@media (max-width: 1199px) {
  .gform_fields {
    padding: 30px 30px 0 30px !important;
  }
  .gform_fields.-no-padding {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .gform_fields {
    padding: 30px !important;
  }
  .gform_fields.-no-padding {
    padding: 0 !important;
  }
}

@media (min-width: 1600px) {
  .gform_fields {
    padding: 60px !important;
  }
  .gform_fields.-no-padding {
    padding: 0 !important;
  }
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0;
  max-width: 68.75rem;
}

.gfield_description {
  padding-top: 5px !important;
}

.o-form_container-row {
  border-bottom: 1px solid #e1e2e5;
  padding: 30px;
}

.o-form_container-row:last-child {
  border-bottom: none;
}

@media (max-width: 999px) {
  .o-form_container-row > .o-layout_item {
    width: 100% !important;
  }
}

.o-form_container-row .o-form-block_info {
  display: none;
}

.o-form_errors,
div.validation_error,
span.wpcf7-not-valid-tip {
  position: relative !important;
  padding: 0 30px !important;
  text-align: center !important;
  border: none !important;
}

@media (min-width: 1600px) {
  .o-form_errors,
  div.validation_error,
  span.wpcf7-not-valid-tip {
    width: 68.75rem !important;
  }
}

.o-form_errors-message,
div.validation_error,
span.wpcf7-not-valid-tip {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #c2191b !important;
  line-height: 1.4 !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-top: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.validation_message {
  font-weight: 400 !important;
  font-size: 13px !important;
  font-style: italic !important;
  color: #c2191b !important;
}

.o-form_confirmation {
  position: relative;
  padding: 0 0 0 0;
}

.o-form_confirmation-message {
  font-size: 25px;
  color: #666566;
  line-height: 1.6;
}

.o-form_fieldset {
  position: relative;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  border: none;
}

.fs0 {
  font-size: 0;
}

.-full {
  width: 100%;
}

.-one-third {
  display: inline-block;
}

@media (max-width: 999px) {
  .-one-third {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}

@media (min-width: 1000px) {
  .-one-third {
    width: calc(33.33% - 10px) !important;
    margin: 0 15px 30px 0 !important;
  }
  .-one-third.-contact-left, .-one-third:first-child {
    margin: 0 15px 30px 0 !important;
  }
  .-one-third.-contact-right, .-one-third:last-child {
    margin: 0 0 30px 0 !important;
  }
}

.-main .-one-third {
  margin-bottom: 0 !important;
}

.-one-quarter {
  display: inline-block;
}

@media (max-width: 999px) {
  .-one-quarter {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

@media (min-width: 1000px) {
  .-one-quarter {
    width: calc(25% - 12px) !important;
    margin: 0 15px 30px 0 !important;
  }
  .-one-quarter.-contact-left, .-one-quarter:first-child {
    margin: 0 15px 30px 0 !important;
  }
  .-one-quarter.-contact-right, .-one-quarter:last-child {
    margin: 0 0 30px 0 !important;
  }
}

.-one-fifth {
  display: inline-block;
}

@media (max-width: 999px) {
  .-one-fifth {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

@media (min-width: 1000px) {
  .-one-fifth {
    width: calc(20% - 12px) !important;
    margin: 0 15px 30px 0 !important;
  }
  .-one-fifth.-contact-left, .-one-fifth:first-child {
    margin: 0 15px 30px 0 !important;
  }
  .-one-fifth.-contact-right, .-one-fifth:last-child {
    margin: 0 0 30px 0 !important;
  }
}

.-two-third {
  display: inline-block;
}

@media (max-width: 999px) {
  .-two-third {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

@media (min-width: 1000px) {
  .-two-third {
    width: calc(66.66% - 7.5px) !important;
    margin: 0 15px 30px 0 !important;
  }
  .-two-third.-contact-left, .-two-third:first-child {
    margin: 0 15px 30px 0 !important;
  }
  .-two-third.-contact-right, .-two-third:last-child {
    margin: 0 0 30px 0 !important;
  }
}

.-half {
  display: inline-block;
}

@media (max-width: 999px) {
  .-half {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

@media (min-width: 1000px) {
  .-half {
    width: calc(50% - 7.5px) !important;
  }
  .-half.-contact-left, .-half:first-child {
    margin: 0 15px 30px 0 !important;
  }
  .-half.-contact-right, .-half:last-child {
    margin: 0 0 30px 0px !important;
  }
}

.o-form_infos {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #7b7678;
  line-height: 1.6;
}

.ginput_container,
.o-form_input-wrap {
  margin: 0 !important;
  border: 1px solid #7b7678;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gfield_error .ginput_container,
.-error .ginput_container, .gfield_error
.o-form_input-wrap,
.-error
.o-form_input-wrap {
  border: 1px solid #c2191b !important;
}

.t-search .ginput_container, .t-search
.o-form_input-wrap {
  border: 1px solid #c8cad1;
}

.ginput_container_select,
.o-form_input-wrap_select {
  padding: 10px;
}

.ginput_container_select select,
.o-form_input-wrap_select select {
  width: 100% !important;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
       appearance: menulist;
}

.ginput_container_radio,
.o-form_input-wrap_radio {
  width: 100% !important;
  padding: 10px;
}

.ginput_container_radio input,
.o-form_input-wrap_radio input {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
  margin-top: 0 !important;
}

.ginput_container > input,
.o-form_input,
.textarea,
.o-form_textarea {
  width: 100% !important;
  padding: 0 10px !important;
  font-size: 0.9375rem !important;
  font-family: "Roboto", sans-serif;
  color: #242424;
  line-height: 40px;
  height: 40px;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: none !important;
  margin: 0 !important;
}

.gfield_error .ginput_container > input,
.-error .ginput_container > input, .gfield_error .o-form_input, .gfield_error .textarea,
.gfield_error .o-form_textarea,
.-error .o-form_input,
.-error .textarea,
.-error .o-form_textarea {
  color: #c2191b !important;
}

.ginput_container > input::-webkit-input-placeholder,
.o-form_input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.o-form_textarea::-webkit-input-placeholder {
  color: #242424;
}

.ginput_container > input::-ms-input-placeholder,
.o-form_input::-ms-input-placeholder,
.textarea::-ms-input-placeholder,
.o-form_textarea::-ms-input-placeholder {
  color: #242424;
}

.ginput_container > input::placeholder,
.o-form_input::placeholder,
.textarea::placeholder,
.o-form_textarea::placeholder {
  color: #242424;
}

.o-form_gray-inner .ginput_container > input, .o-form_gray-inner .o-form_input, .o-form_gray-inner .textarea,
.o-form_gray-inner .o-form_textarea {
  background-color: #FFFFFF;
}

@media (max-width: 999px) {
  .ginput_container > input,
  .o-form_input,
  .textarea,
  .o-form_textarea {
    font-size: 16px !important;
  }
  .ginput_container > input::-webkit-input-placeholder,
  .o-form_input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder,
  .o-form_textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .ginput_container > input::-ms-input-placeholder,
  .o-form_input::-ms-input-placeholder,
  .textarea::-ms-input-placeholder,
  .o-form_textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .ginput_container > input::placeholder,
  .o-form_input::placeholder,
  .textarea::placeholder,
  .o-form_textarea::placeholder {
    font-size: 16px !important;
  }
}

.textarea,
.o-form_textarea {
  padding: 10px !important;
  line-height: 1.6;
  min-height: 10.625rem;
}

.textarea.-small,
.o-form_textarea.-small {
  min-height: 3.125rem;
}

.o-form_gray-inner .textarea, .o-form_gray-inner
.o-form_textarea {
  background-color: #FFFFFF;
}

.ginput_container_radio label,
.gfield_label,
.o-form_label {
  display: block;
  margin: 0 0 10px 0 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #000000 !important;
  line-height: 1;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ginput_container_radio label .-info,
.gfield_label .-info,
.o-form_label .-info {
  font-size: 0.6875rem;
}

@media (max-width: 999px) {
  .ginput_container_radio label .-info,
  .gfield_label .-info,
  .o-form_label .-info {
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
  }
}

.ginput_container_radio label .-info.-under,
.gfield_label .-info.-under,
.o-form_label .-info.-under {
  padding: 0;
}

.gform_button,
.o-form_button {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #242424;
  cursor: pointer;
}

.gform_button:hover,
.o-form_button:hover {
  background-color: #171717;
}

.gform_button.-main,
.o-form_button.-main {
  color: #FFFFFF;
  background-color: #c2191b;
}

.gform_button.-main:hover,
.o-form_button.-main:hover {
  background-color: #ab1618;
}

.gform_button.-nextStep,
.o-form_button.-nextStep {
  color: #FFFFFF;
  background-color: #c2191b;
}

.gform_button.-nextStep:hover,
.o-form_button.-nextStep:hover {
  background-color: #ab1618;
}

.is-ie .gform_button, .is-ie
.o-form_button {
  height: 50px;
}

@media (max-width: 999px) {
  .gform_button,
  .o-form_button {
    padding: 15px 0;
    width: 150px !important;
  }
}

@media (min-width: 1000px) {
  .gform_button,
  .o-form_button {
    padding: 20px 0;
    width: 170px !important;
  }
}

input[type='submit'] {
  color: #FFFFFF;
  background-color: #c2191b;
}

input[type='submit']:hover {
  background-color: #ab1618;
}

.o-form_button-search {
  width: 100%;
  font-size: 14px;
  line-height: 52px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background-color: #c2191b;
  cursor: pointer;
}

.o-form_button-search:hover {
  background-color: #ab1618;
}

.o-form_action-button {
  margin: 0 30px 0 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7b7678;
  background-color: #c8cad1;
}

.o-form_action-button:last-child {
  margin: 0;
}

.o-form_action-button:hover {
  background-color: #babdc5;
}

@media (max-width: 699px) {
  .o-form_action-button {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .o-form_action-button:last-child {
    margin: 0;
  }
}

@media (max-width: 999px) {
  .o-form_action-button {
    padding: 15px;
  }
}

@media (min-width: 1000px) {
  .o-form_action-button {
    padding: 20px;
  }
}

.o-form_upload-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.o-form_upload-wrap input[type='file'] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.o-form_select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.o-form_select-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #242424;
}

.o-form-checkbox_content {
  margin: 0;
}

.o-form-checkbox_input:not(:checked),
.o-form-checkbox_input:checked {
  position: absolute;
  left: -9999px;
}

.o-form-checkbox_input:not(:checked) + label,
.o-form-checkbox_input:checked + label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 25px 15px 45px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.o-form-checkbox_input:not(:checked) + label.-title,
.o-form-checkbox_input:checked + label.-title {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

@media (max-width: 499px) {
  .o-form-checkbox_input:not(:checked) + label.-title,
  .o-form-checkbox_input:checked + label.-title {
    font-size: 14px;
  }
}

.o-form-checkbox_input:not(:checked) + label:before,
.o-form-checkbox_input:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #7b7678;
  background-color: #FFFFFF;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 499px) {
  .o-form-checkbox_input:not(:checked) + label:before,
  .o-form-checkbox_input:checked + label:before {
    width: 20px;
    height: 20px;
  }
}

.o-form-checkbox_input:not(:checked) + label:after,
.o-form-checkbox_input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 11px;
  width: 11px;
  background-color: #7b7678;
}

@media (max-width: 499px) {
  .o-form-checkbox_input:not(:checked) + label:after,
  .o-form-checkbox_input:checked + label:after {
    height: 8px;
    width: 8px;
  }
}

.o-form-checkbox_input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.o-form-checkbox_input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translate(7px, -50%);
      -ms-transform: scale(1) translate(7px, -50%);
          transform: scale(1) translate(7px, -50%);
}

@media (max-width: 499px) {
  .o-form-checkbox_input:checked + label:after {
    -webkit-transform: scale(1) translate(5px, -50%);
        -ms-transform: scale(1) translate(5px, -50%);
            transform: scale(1) translate(5px, -50%);
  }
}

.o-form-radio_content {
  margin: 0;
}

.o-form-radio_input:not(:checked),
.o-form-radio_input:checked {
  position: absolute;
  left: -9999px;
}

.o-form-radio_input:not(:checked) + label,
.o-form-radio_input:checked + label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 25px 10px 45px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.o-form-radio_input:not(:checked) + label.-title,
.o-form-radio_input:checked + label.-title {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.o-form-radio_input:not(:checked) + label,
.o-form-radio_input:checked + label {
  padding: 10px 25px 10px 30px;
}

.o-form-radio_input:not(:checked) + label:before,
.o-form-radio_input:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #7b7678;
  background-color: #FFFFFF;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 499px) {
  .o-form-radio_input:not(:checked) + label:before,
  .o-form-radio_input:checked + label:before {
    width: 18px;
    height: 18px;
  }
}

.o-form-radio_input#newsletter:not(:checked) + label:before,
.o-form-radio_input#newsletter:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #7b7678;
  background-color: #FFFFFF;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 499px) {
  .o-form-radio_input#newsletter:not(:checked) + label:before,
  .o-form-radio_input#newsletter:checked + label:before {
    width: 18px;
    height: 18px;
  }
}

.o-form-radio_input:not(:checked) + label:after,
.o-form-radio_input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 11px;
  width: 11px;
  background-color: #7b7678;
}

@media (max-width: 499px) {
  .o-form-radio_input:not(:checked) + label:after,
  .o-form-radio_input:checked + label:after {
    height: 8px;
    width: 8px;
  }
}

.o-form-radio_input#newsletter:not(:checked) + label:after,
.o-form-radio_input#newsletter:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #7b7678;
}

@media (max-width: 499px) {
  .o-form-radio_input#newsletter:not(:checked) + label:after,
  .o-form-radio_input#newsletter:checked + label:after {
    height: 8px;
    width: 8px;
  }
}

.o-form-radio_input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.o-form-radio_input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translate(7px, -50%);
      -ms-transform: scale(1) translate(7px, -50%);
          transform: scale(1) translate(7px, -50%);
}

@media (max-width: 499px) {
  .o-form-radio_input:checked + label:after {
    -webkit-transform: scale(1) translate(5px, -50%);
        -ms-transform: scale(1) translate(5px, -50%);
            transform: scale(1) translate(5px, -50%);
  }
}

.o-form-radio_input#newsletter:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translate(4px, -50%);
      -ms-transform: scale(1) translate(4px, -50%);
          transform: scale(1) translate(4px, -50%);
}

@media (max-width: 499px) {
  .o-form-radio_input#newsletter:checked + label:after {
    -webkit-transform: scale(1) translate(5px, -50%);
        -ms-transform: scale(1) translate(5px, -50%);
            transform: scale(1) translate(5px, -50%);
  }
}

.o-form-radio_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper .ginput_container_radio {
  padding: 10px 20px;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked),
.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label,
.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 25px 10px 45px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label.-title,
.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label.-title {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label:before,
.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #7b7678;
  background-color: #FFFFFF;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 499px) {
  .gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label:before,
  .gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:before {
    width: 18px;
    height: 18px;
  }
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label:after,
.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 11px;
  width: 11px;
  background-color: #7b7678;
}

@media (max-width: 499px) {
  .gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label:after,
  .gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:after {
    height: 8px;
    width: 8px;
  }
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translate(7px, -50%);
      -ms-transform: scale(1) translate(7px, -50%);
          transform: scale(1) translate(7px, -50%);
}

@media (max-width: 499px) {
  .gform_wrapper .ginput_container_radio ul.gfield_radio input:checked + label:after {
    -webkit-transform: scale(1) translate(5px, -50%);
        -ms-transform: scale(1) translate(5px, -50%);
            transform: scale(1) translate(5px, -50%);
  }
}

.c-form-quiz-block_question {
  margin: 0 0 40px 0;
  font-size: 16px;
  color: #242424;
}

.o-form-quiz_form {
  width: 100%;
}

.o-form-quiz_label {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0 !important;
}

.o-form-quiz_label-text {
  margin: 0;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
}

.o-form-quiz_label-text.-right {
  text-align: right;
}

.o-form-quiz_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f1f2;
}

.o-form-quiz_answer-item {
  padding: 30px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f0f1f2;
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  text-align: center;
  -webkit-transition: color, background-color;
  transition: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}

.o-form-quiz_answer-item:hover, .o-form-quiz_answer-item.is-active {
  background-color: #f0f1f2;
}

.o-form-quiz_answer-item:last-child {
  border-right: none;
}

.wpcf7-form-control-wrap.file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}

.o-button {
  position: relative;
  overflow: hidden;
  background-color: #c2191b;
  color: #FFFFFF;
  padding: 1.25rem 2.5rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-button:focus, .o-button:hover {
  background-color: #dd1d1f;
}

.o-button:hover, .o-button:focus, .o-button:active {
  color: #FFFFFF;
}

@media (max-width: 699px) {
  .o-button {
    padding: 0.75rem 1.125rem;
  }
}

.o-button_label {
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.o-button:hover .o-button_label {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.o-button_hover {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 40px);
      -ms-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-button:hover .o-button_hover {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-button-underlined {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242424;
  padding: 0.625rem 0.3125rem;
  border-bottom: 1px solid #d4d4d7;
}

.o-button-underlined_arrow {
  margin-left: 3.75rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-button-underlined:hover .o-button-underlined_arrow {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.o-button-underlined_arrow svg {
  width: 20px;
  height: 10px;
  fill: #857f83;
}

.o-page {
  position: relative;
}

@media (min-width: 1000px) {
  .o-page {
    width: calc(100% - 100px);
  }
}

.o-paging {
  position: relative;
}

.o-paging_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.o-paging_item {
  position: relative;
  display: inline-block;
}

@media (max-width: 999px) {
  .o-paging_item {
    padding: 0 10px;
  }
  .o-paging_item:first-child {
    padding: 0 10px 0 0;
  }
  .o-paging_item:last-child {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 1000px) {
  .o-paging_item {
    padding: 0 2px;
  }
  .o-paging_item:first-child {
    padding: 0 2px 0 0;
  }
  .o-paging_item:last-child {
    padding: 0 0 0 2px;
  }
}

.o-paging_link {
  display: block;
  width: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #999397;
  text-align: center;
}

.o-paging_link.is-active {
  font-weight: 700;
  color: #dd1d1f;
}

.o-paging_link:active, .o-paging_link:focus, .o-paging_link:hover {
  color: #dd1d1f;
}

.o-link, .s-wysiwyg .c-accordion-block_content p a,
.s-wysiwyg > p a,
.s-wysiwyg > ul a {
  position: relative;
  text-decoration: none;
  -webkit-transition: background-position;
  transition: background-position;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 129, 169, 0.5)), to(rgba(76, 129, 169, 0.5)));
  background-image: linear-gradient(to bottom, rgba(76, 129, 169, 0.5) 0%, rgba(76, 129, 169, 0.5) 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 18px;
  overflow: hidden;
}

.o-link:hover, .s-wysiwyg .c-accordion-block_content p a:hover,
.s-wysiwyg > p a:hover,
.s-wysiwyg > ul a:hover {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 129, 169, 0.5)), to(rgba(76, 129, 169, 0.5)));
  background-image: linear-gradient(to bottom, rgba(76, 129, 169, 0.5) 0%, rgba(76, 129, 169, 0.5) 100%);
  background-position: 0 0;
}

.o-link-btn {
  position: relative;
  display: inline-block;
  margin: 50px 0;
  background-color: #c2191b;
}

@media (max-width: 699px) {
  .o-link-btn {
    padding: 25px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-link-btn {
    padding: 30px;
  }
}

@media (min-width: 1000px) {
  .o-link-btn {
    padding: 30px;
  }
}

@media (min-width: 1600px) {
  .o-link-btn {
    margin: 70px 0;
  }
}

.o-link-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #951315;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  z-index: 1;
}

.o-link-btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.o-link-btn_label {
  position: relative;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
}

.progression_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #c2191b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 6;
}

.dom-is-loaded .progression_bar {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.progression_bar .infos {
  padding: 0 40px;
}

.progression_bar .infos div {
  display: inline-block;
}

.progression_bar .infos .icon {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-right: 10px;
}

.progression_bar .infos .icon svg {
  width: 100%;
  height: 100%;
}

.progression_bar .infos .text {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.progression_bar .bars {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progression_bar .bars .step {
  position: relative;
  height: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  margin: 0 2px;
}

.progression_bar .bars .step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #6a1011;
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.progression_bar .bars .step.completed:before {
  width: 100%;
}

.progression_bar .currentNumber {
  padding: 0 40px;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 1000px) {
  .progression_bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .progression_bar .bars {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .progression_bar .bars .step {
    height: 7px;
  }
}

@media (max-width: 500px) {
  .progression_bar .infos .icon {
    width: 14px;
    height: 14px;
  }
  .progression_bar .infos .text {
    font-size: 11px;
  }
  .progression_bar .bars .step {
    height: 7px;
  }
  .progression_bar .currentNumber {
    font-size: 12px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: -webkit-grab;
  cursor: grab;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.is-dragging .slick-slide {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

@media (max-width: 999px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #c8cad1;
  border-right: 1px solid #c8cad1;
  border-bottom: 1px solid #a5a5a6;
  border-left: 1px solid #c8cad1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.o-form_fieldset .selectric-wrapper {
  border: none;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.o-form_fieldset .selectric {
  border: 1px solid #7b7678;
}

.o-form_gray-inner .selectric {
  background: #FFFFFF;
}

.selectric .label {
  display: block;
  font-size: 11px;
  color: #3f3f41;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 15px;
}

.o-form_fieldset .selectric .label {
  color: #7b7678;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  line-height: 48px;
  background-color: #FFFFFF;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #474445;
}

.selectric-hover .selectric {
  border-color: #615d5f;
}

.selectric-hover .selectric .button {
  color: #a2a1a1;
}

.selectric-hover .selectric .button::after {
  border-top-color: #a2a1a1;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c3c3;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #a5a5a6;
  z-index: -1;
  text-align: left;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 0 10px;
  line-height: 1.4;
  padding: 15px 10px;
  color: #3f3f41;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #a5a5a6;
}

.selectric-items li:last-child {
  border-bottom: none;
}

.selectric-items li.selected {
  background: #f7f7f7;
  color: #3f3f41;
}

.selectric-items li.highlighted {
  background: #f7f7f7;
  color: #3f3f41;
}

.selectric-items li:hover {
  background: #f7f7f7;
  color: #3f3f41;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #3f3f41 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

[data-scrollbar],
[scrollbar],
scrollbar {
  position: relative;
  display: block;
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  width: 100%;
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s ease-out, background .5s ease-out;
  transition: opacity .5s ease-out, background .5s ease-out;
  background: none;
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1;
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: height .5s ease-out;
  transition: height .5s ease-out;
}

[data-scrollbar] .scrollbar-track-x:hover,
[scrollbar] .scrollbar-track-x:hover,
scrollbar .scrollbar-track-x:hover {
  height: 10px;
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease-out;
}

[data-scrollbar] .scrollbar-track-y:hover,
[scrollbar] .scrollbar-track-y:hover,
scrollbar .scrollbar-track-y:hover {
  width: 10px;
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: rgba(102, 102, 102, 0.5);
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection {
  border: 1px solid #7b7678;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  text-transform: uppercase;
  padding: 12px 15px;
  height: auto;
}

.-error .select2-container--default .select2-selection {
  border: 1px solid #c2191b !important;
}

.select2-container--default .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7b7678;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.o-form_fieldset .o-form_date-picker {
  color: #7b7678;
  font-size: 11px !important;
  text-transform: uppercase;
  position: relative;
}

.o-form_fieldset .o-form_date-picker:after {
  content: '';
  position: absolute;
  top: 0;
  right: 46px;
  height: 100%;
  width: 1px;
  border-right: 1px solid #7b7678;
}

.o-form_fieldset .o-form_date-picker::-webkit-calendar-picker-indicator {
  font-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_303)'%3E%3Cpath d='M22.5 2.25H19.25V0.749997C19.2501 0.551084 19.1712 0.360266 19.0307 0.21952C18.8901 0.078774 18.6994 -0.000370754 18.5005 -0.000503362C18.3016 -0.00063597 18.1108 0.0782545 17.97 0.218813C17.8293 0.359372 17.7501 0.550084 17.75 0.748997V2.25H13.25V0.749997C13.2501 0.651505 13.2307 0.553965 13.1931 0.462946C13.1555 0.371927 13.1003 0.28921 13.0307 0.21952C12.9611 0.14983 12.8784 0.09453 12.7875 0.0567783C12.6965 0.0190266 12.599 -0.000437712 12.5005 -0.000503373C12.3016 -0.000635981 12.1108 0.0782545 11.97 0.218813C11.8293 0.359371 11.7501 0.550084 11.75 0.748997V2.25H7.25V0.749997C7.25007 0.651505 7.23073 0.553965 7.1931 0.462946C7.15547 0.371927 7.10028 0.28921 7.03068 0.21952C6.96109 0.14983 6.87844 0.09453 6.78747 0.0567783C6.69651 0.0190266 6.59899 -0.000437712 6.5005 -0.000503373C6.30159 -0.000635981 6.11077 0.0782545 5.97002 0.218813C5.82928 0.359371 5.75013 0.550084 5.75 0.748997V2.25H2.5C1.96974 2.25 1.46118 2.46057 1.08614 2.83543C0.711096 3.21029 0.500265 3.71874 0.5 4.249V21.999C0.5 22.5294 0.710714 23.0381 1.08579 23.4132C1.46086 23.7883 1.96957 23.999 2.5 23.999H22.5C23.0304 23.999 23.5391 23.7883 23.9142 23.4132C24.2893 23.0381 24.5 22.5294 24.5 21.999V4.249C24.4997 3.71874 24.2889 3.21029 23.9139 2.83543C23.5388 2.46057 23.0303 2.25 22.5 2.25ZM23 22C23 22.1324 22.9475 22.2595 22.8539 22.3532C22.7604 22.4469 22.6334 22.4997 22.501 22.5H2.5C2.36739 22.5 2.24021 22.4473 2.14645 22.3535C2.05268 22.2598 2 22.1326 2 22V4.25C2.00026 4.11756 2.05306 3.99064 2.1468 3.89709C2.24054 3.80354 2.36756 3.751 2.5 3.751H5.75V5.251C5.74987 5.44991 5.82876 5.64073 5.96932 5.78147C6.10988 5.92222 6.30059 6.00136 6.4995 6.0015C6.69841 6.00163 6.88923 5.92274 7.02998 5.78218C7.17072 5.64162 7.24987 5.45091 7.25 5.252V3.751H11.75V5.251C11.7499 5.44991 11.8288 5.64073 11.9693 5.78147C12.1099 5.92222 12.3006 6.00136 12.4995 6.0015C12.6984 6.00163 12.8892 5.92274 13.03 5.78218C13.1707 5.64162 13.2499 5.45091 13.25 5.252V3.751H17.75V5.251C17.7499 5.44991 17.8288 5.64073 17.9693 5.78147C18.1099 5.92222 18.3006 6.00136 18.4995 6.0015C18.6984 6.00163 18.8892 5.92274 19.03 5.78218C19.1707 5.64162 19.2499 5.45091 19.25 5.252V3.751H22.5C22.6323 3.75126 22.759 3.80392 22.8526 3.89744C22.9461 3.99097 22.9987 4.11773 22.999 4.25L23 22Z' fill='%2304241F'/%3E%3Cpath d='M5.75 9H8.75V11.25H5.75V9Z' fill='%2304241F'/%3E%3Cpath d='M5.75 12.75H8.75V15H5.75V12.75Z' fill='%2304241F'/%3E%3Cpath d='M5.75 16.5H8.75V18.75H5.75V16.5Z' fill='%2304241F'/%3E%3Cpath d='M11 16.5H14V18.75H11V16.5Z' fill='%2304241F'/%3E%3Cpath d='M11 12.75H14V15H11V12.75Z' fill='%2304241F'/%3E%3Cpath d='M11 9H14V11.25H11V9Z' fill='%2304241F'/%3E%3Cpath d='M16.25 16.5H19.25V18.75H16.25V16.5Z' fill='%2304241F'/%3E%3Cpath d='M16.25 12.75H19.25V15H16.25V12.75Z' fill='%2304241F'/%3E%3Cpath d='M16.25 9H19.25V11.25H16.25V9Z' fill='%2304241F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_303'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 23px;
  background-position: center;
  background-color: transparent;
}

.c-accordion-block {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .c-accordion-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-accordion-block {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-accordion-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

@media (max-width: 699px) {
  .c-accordion-block.-margin-top {
    margin: 30px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-accordion-block.-margin-top {
    margin: 40px 0;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block.-margin-top {
    margin: 50px 0;
  }
}

@media (max-width: 699px) {
  .c-accordion-block_item {
    margin: 0 0 0.625rem 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-accordion-block_item {
    margin: 0 0 0.9375rem 0;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block_item {
    margin: 0 0 1.25rem 0;
  }
}

.c-accordion-block_header {
  position: relative;
  background-color: #f0f1f2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 1000px) {
  .c-accordion-block_header {
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-accordion-block_header:hover {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: #e1e2e5;
  }
}

.c-accordion-block_title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #343436;
  -webkit-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 699px) {
  .c-accordion-block_title {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-accordion-block_title {
    padding: 1.5625rem 6.5625rem 1.5625rem 1.5625rem;
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block_title {
    padding: 1.875rem 8.125rem 1.875rem 1.875rem;
    font-size: 18px;
  }
}

.c-accordion-block_separator {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media (max-width: 699px) {
  .c-accordion-block_separator {
    width: 60px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-accordion-block_separator {
    width: 80px;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block_separator {
    width: 100px;
  }
}

.c-accordion-block_separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #e1e1e1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion-block_separator::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #7a7678;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1000px) {
  .is-open .c-accordion-block_header .c-accordion-block_separator,
  .c-accordion-block_header:hover .c-accordion-block_separator {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .is-open .c-accordion-block_header .c-accordion-block_separator::after,
  .c-accordion-block_header:hover .c-accordion-block_separator::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.c-accordion-block_icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 699px) {
  .c-accordion-block_icon {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-accordion-block_icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block_icon {
    width: 16px;
    height: 16px;
  }
}

.c-accordion-block_icon-less,
.c-accordion-block_icon-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  fill: #7a7678;
}

.c-accordion-block_icon-less {
  opacity: 0;
}

.c-accordion-block_item.is-open .c-accordion-block_icon-less,
section[expanded] .c-accordion-block_icon-less {
  opacity: 1;
}

.c-accordion-block_icon-more {
  opacity: 1;
}

.c-accordion-block_item.is-open .c-accordion-block_icon-more,
section[expanded] .c-accordion-block_icon-more {
  opacity: 0;
}

.c-accordion-block_content {
  display: none;
  background-color: #fcfcfc;
}

@media (max-width: 999px) {
  .c-accordion-block_content {
    padding: 20px;
  }
}

@media (min-width: 1000px) {
  .c-accordion-block_content {
    padding: 30px;
  }
}

@media print {
  .c-accordion-block_content {
    display: block;
  }
}

.c-cta-block {
  position: relative;
  width: 100%;
}

@media (min-width: 1600px) {
  .c-cta-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1599px) {
  .c-cta-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

.c-cta-block_bg {
  position: relative;
  z-index: 0;
}

@media (max-width: 999px) {
  .c-cta-block_bg {
    width: 80%;
    height: 340px;
  }
}

@media (min-width: 1000px) {
  .c-cta-block_bg {
    width: 90%;
    height: 340px;
  }
}

@media (max-width: 699px) {
  .c-cta-block_bg {
    width: 100%;
    height: 240px;
  }
}

.c-cta-block_bg-title {
  position: relative;
  line-height: 1.1;
  color: #FFFFFF;
  z-index: 1;
}

@media (max-width: 699px) {
  .c-cta-block_bg-title {
    padding: 30px;
    font-size: 45px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-cta-block_bg-title {
    padding: 45px;
    font-size: 55px;
  }
}

@media (min-width: 1000px) {
  .c-cta-block_bg-title {
    padding: 55px;
    font-size: 65px;
  }
}

@media (min-width: 1200px) {
  .c-cta-block_bg-title {
    padding: 65px;
    font-size: 75px;
  }
}

.c-cta-block_inner {
  position: relative;
  background-color: #343436;
}

@media (min-width: 1000px) {
  .c-cta-block_inner {
    margin: 0 0 0 10%;
    padding: 10%;
    width: 90%;
    margin-top: -10%;
  }
}

@media (max-width: 999px) {
  .c-cta-block_inner {
    margin: 0 0 0 20%;
    padding: 50px 60px;
    width: 80%;
    margin-top: -20%;
  }
}

@media (max-width: 699px) {
  .c-cta-block_inner {
    margin: 0;
    padding: 45px 30px;
    width: 100%;
  }
}

.c-cta-block_content {
  color: #f3f3f3;
}

.c-cta-block_content h3 {
  margin: 0 0 45px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 699px) {
  .c-cta-block_content h3 {
    font-size: 21px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-cta-block_content h3 {
    font-size: 23px;
  }
}

@media (min-width: 1000px) {
  .c-cta-block_content h3 {
    font-size: 25px;
  }
}

.c-cta-block_content p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
}

@media (max-width: 699px) {
  .c-cta-block_content p {
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-cta-block_content p {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .c-cta-block_content p {
    font-size: 16px;
  }
}

@media (max-width: 699px) {
  .c-cta-block_btn {
    margin: 35px 0 0 0;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .c-cta-block_btn {
    margin: 45px 0 0 0;
    width: 200px;
  }
}

.c-embed-block {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .c-embed-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-embed-block {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-embed-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

@media print {
  .c-embed-block {
    display: none;
  }
}

.c-embed-block_inner {
  position: relative;
  padding-bottom: 56.25%;
  /* keep 16:9 ratio */
  overflow: hidden;
}

.c-embed-block_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-embed-block_play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.c-embed-block_play-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 699px) {
  .c-embed-block_play-icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-embed-block_play-icon {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 1000px) {
  .c-embed-block_play-icon {
    width: 100px;
    height: 100px;
  }
}

.c-embed-block_play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #FFFFFF;
}

.c-image-block {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .c-image-block {
    margin: 5rem auto 5rem auto;
  }
}

@media (max-width: 1399px) {
  .c-image-block {
    margin: 3.75rem auto 3.75rem auto;
  }
}

@media (max-width: 999px) {
  .c-image-block {
    margin: 1.875rem auto 1.875rem auto;
  }
}

.c-image-block_image {
  margin: 0;
  width: 100%;
  text-align: center;
}

.c-image-block_image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-image-block_image figcaption {
  margin: 10px 0 0 0;
  letter-spacing: 1.2;
  text-align: center;
  color: #000000;
  font-style: italic;
}

@media (max-width: 699px) {
  .c-image-block_image figcaption {
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-image-block_image figcaption {
    font-size: 13px;
  }
}

@media (min-width: 1000px) {
  .c-image-block_image figcaption {
    font-size: 14px;
  }
}

.c-info-block {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .c-info-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-info-block {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-info-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

.c-info-block_head {
  background-color: #f0f1f2;
}

.c-info-block_title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #343436;
}

@media (max-width: 699px) {
  .c-info-block_title {
    padding: 30px 20px;
    font-size: 16px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-info-block_title {
    padding: 40px 25px;
    font-size: 17px;
  }
}

@media (min-width: 1000px) {
  .c-info-block_title {
    padding: 50px 25px;
    font-size: 18px;
  }
}

.c-info-block_content {
  border-left: 2px solid #f0f1f2;
}

@media (max-width: 699px) {
  .c-info-block_content {
    padding: 20px;
    font-size: 14px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-info-block_content {
    padding: 25px 25px;
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .c-info-block_content {
    padding: 30px 25px;
    font-size: 16px;
  }
}

.c-ressources-block {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 1600px) {
  .c-ressources-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1599px) {
  .c-ressources-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

.c-ressources-block_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-ressources-block_item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: #f0f1f2;
}

.c-ressources-block_item:last-child {
  border-bottom: none;
}

@media (min-width: 1000px) {
  .c-ressources-block_item {
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-ressources-block_item:hover .c-ressources-block_item {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: #e1e2e5;
  }
}

.c-ressources-block_link {
  position: relative;
  background-color: #f0f1f2;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 1000px) {
  .c-ressources-block_link {
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-ressources-block_link:hover {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: #e1e2e5;
  }
}

.c-ressources-block_title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #343436;
  -webkit-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 699px) {
  .c-ressources-block_title {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-ressources-block_title {
    padding: 1.5625rem 6.5625rem 1.5625rem 1.5625rem;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .c-ressources-block_title {
    padding: 1.875rem 8.125rem 1.875rem 1.875rem;
    font-size: 16px;
  }
}

.c-ressources-block_separator {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}

.c-ressources-block_separator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #e1e1e1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ressources-block_separator::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #7a7678;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1000px) {
  .c-ressources-block_item:hover .c-ressources-block_separator {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .c-ressources-block_item:hover .c-ressources-block_separator::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.c-ressources-block_icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.c-ressources-block_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  fill: #7a7678;
}

.c-table-block_outer {
  position: relative;
}

@media (min-width: 1400px) {
  .c-table-block_outer {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-table-block_outer {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-table-block_outer {
    margin: 1.875rem 0 1.875rem 0;
  }
}

.c-table-block_fade {
  position: absolute;
  right: 0;
  width: 15px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
}

@media (min-width: 1000px) {
  .c-table-block_fade {
    display: none;
  }
}

.c-table-block_container {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table-block_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.c-table-block_container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.c-textimage-block {
  position: relative;
}

@media (min-width: 1400px) {
  .c-textimage-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-textimage-block {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-textimage-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

.c-textimage-block_inner {
  background-color: #f0f1f2;
}

.t-about .c-textimage-block_inner {
  background-color: #e1e2e5;
}

@media (max-width: 999px) {
  .c-textimage-block_image {
    width: 100%;
  }
  .c-textimage-block_image img {
    width: 100%;
  }
}

.c-textimage-block_row {
  position: relative;
  width: 100%;
  padding: 30px;
}

.c-textimage-block_col {
  position: relative;
}

@media (max-width: 699px) {
  .c-textimage-block_col {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .c-textimage-block_col {
    width: 50%;
  }
  .c-textimage-block_col:first-child {
    padding: 0 30px 0 0;
  }
}

.c-textimage-block_content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 699px) {
  .c-textimage-block_content h3 {
    margin: 50px 0 25px 0;
    font-size: 21px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-textimage-block_content h3 {
    margin: 0 0 35px 0;
    font-size: 23px;
  }
}

@media (min-width: 1000px) {
  .c-textimage-block_content h3 {
    margin: 0 0 35px 0;
    font-size: 25px;
  }
}

.c-textimage-block_content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.c-textbox-block {
  position: relative;
  background-color: #343436;
}

@media (min-width: 1400px) {
  .c-textbox-block {
    margin: 5rem 0 5rem 0;
  }
}

@media (max-width: 1399px) {
  .c-textbox-block {
    margin: 3.75rem 0 3.75rem 0;
  }
}

@media (max-width: 999px) {
  .c-textbox-block {
    margin: 1.875rem 0 1.875rem 0;
  }
}

@media (max-width: 699px) {
  .c-textbox-block_inner {
    padding: 55px 25px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-textbox-block_inner {
    padding: 65px 35px;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_inner {
    padding: 75px 45px;
  }
}

.c-textbox-block_content {
  color: #FFFFFF;
}

.c-textbox-block_content h3 {
  margin: 0;
  line-height: 1;
}

@media (max-width: 999px) {
  .c-textbox-block_content h3 {
    margin: 0 0 40px 0;
    font-size: 50px;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_content h3 {
    margin: 0 0 50px 0;
    font-size: 70px;
  }
}

.c-textbox-block_content p {
  margin: 0;
  line-height: 1.8;
}

@media (max-width: 999px) {
  .c-textbox-block_content p {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_content p {
    font-size: 16px;
  }
}

@media (max-width: 999px) {
  .c-textbox-block_btn {
    margin: 30px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_btn {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 999px) {
  .c-textbox-block_btn-left {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_btn-left {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}

@media (max-width: 999px) {
  .c-textbox-block_btn-right {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-textbox-block_btn-right {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
}

.c-aboutside {
  padding: 170px 0 0 100px;
}

@media (max-width: 699px) {
  .c-aboutside {
    display: none;
  }
}

.c-aboutside_followus {
  position: relative;
  margin: 75px 0 0 0;
}

.c-aboutside_followus-label {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #4c81a9;
}

.c-aboutside_followus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 699px) {
  .c-aboutside_followus-list {
    text-align: center;
  }
}

.c-aboutside_followus-item {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #4c81a9;
}

@media (max-width: 699px) {
  .c-aboutside_followus-item {
    margin: 0 5px;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-aboutside_followus-item {
    margin: 15px 5px 0 0;
    width: 40px;
    height: 40px;
  }
  .c-aboutside_followus-item:last-child {
    margin: 15px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-aboutside_followus-item {
    margin: 15px 10px 0 0;
    width: 45px;
    height: 45px;
    -webkit-transition: border;
    transition: border;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-aboutside_followus-item:hover {
    border: 1px solid #7da6c5;
  }
}

.c-aboutside_followus-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-aboutside_followus-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-aboutside_followus-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #4c81a9;
}

@media (min-width: 1000px) {
  .c-aboutside_followus-icon svg {
    -webkit-transition: fill;
    transition: fill;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-footer-main_followus-item:hover .c-aboutside_followus-icon svg {
    fill: #7da6c5;
  }
}

.c-back-to-top {
  position: absolute;
  top: 106px;
  left: calc(100% - 85px);
  width: 120px;
  height: 14px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 999px) {
  .c-back-to-top {
    display: none;
  }
}

.is-mobile .c-back-to-top {
  display: none;
}

.c-back-to-top_btn {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  color: #989396;
}

.c-back-to-top_icon {
  position: absolute;
  margin: 0;
  bottom: 4px;
  right: 0;
  width: 16px;
  height: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-back-to-top_icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #989396;
}

.c-business-team {
  position: relative;
}

.c-business-team_pattern {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #f0f1f2;
}

@media (max-width: 699px) {
  .c-business-team_pattern {
    top: 200px;
    height: 120%;
  }
}

@media (min-width: 700px) {
  .c-business-team_pattern {
    top: 0;
    height: 150%;
  }
}

.c-business-team_row {
  position: relative;
  width: 100%;
}

.c-business-team_col {
  position: relative;
}

@media (max-width: 699px) {
  .c-business-team_col {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-business-team_col:first-child {
    width: 33%;
  }
  .c-business-team_col:last-child {
    width: 66%;
  }
}

@media (min-width: 1000px) {
  .c-business-team_col {
    width: 50%;
  }
  .c-business-team_col.-image {
    text-align: right !important;
  }
}

@media (max-width: 699px) {
  .c-business-team_image {
    margin: 0 0 0 20px;
    width: calc(100% - 40px);
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-business-team_image {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .c-business-team_image {
    margin: -120px 0 0 0;
    width: 100%;
  }
}

.c-business-team_inner {
  color: #343436;
}

@media (max-width: 699px) {
  .c-business-team_inner {
    padding: 3.75rem 3.75rem 0 3.75rem;
  }
  .c-business-team_inner h1 {
    font-size: 45px;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .c-business-team_inner {
    padding: 3.75rem 3.75rem 0 3.75rem;
  }
  .c-business-team_inner h1 {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .c-business-team_inner {
    padding: 140px 0;
    margin: 0 0 0 calc(100% - 540px);
    max-width: 540px;
  }
  .c-business-team_inner h1 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .c-business-team_content {
    width: 75%;
  }
}

.-error .o-form-radio_content label {
  border-color: #c2191b !important;
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .t-generic_col .-half {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

@media (max-width: 1400px) {
  .page-template-crs-calculator .t-generic_col .o-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-crs-calculator .t-generic_col .o-container-col {
  padding-left: 3.75rem;
  padding-right: 10.9375rem;
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .t-generic_col .o-container-col {
    padding-left: 2.5rem;
    padding-right: 9rem;
  }
}

@media (max-width: 1000px) {
  .page-template-crs-calculator .t-generic_col .o-container-col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .t-generic_col .o-container-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .t-generic_col .o-form_container {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 1000px) {
  .page-template-crs-calculator .t-generic_col .o-form_container {
    padding: 1rem;
  }
}

.page-template-crs-calculator .t-generic_col .o-form-block_title h2 {
  padding-left: 0;
  margin-bottom: 20px;
}

.page-template-crs-calculator .t-generic_col .o-form-block_title h2 small {
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
}

.page-template-crs-calculator .t-generic_col .o-form-radio_content {
  display: inline-block;
  height: 42px;
}

.page-template-crs-calculator .t-generic_col .o-form-radio_content:last-child .o-form-radio_input:not(:checked) + label,
.page-template-crs-calculator .t-generic_col .o-form-radio_content:last-child .o-form-radio_input:checked + label {
  border-left: 0;
}

.page-template-crs-calculator .t-generic_col .o-form_fieldset {
  font-size: 0;
}

.page-template-crs-calculator .t-generic_col .o-form-radio_input:not(:checked) + label,
.page-template-crs-calculator .t-generic_col .o-form-radio_input:checked + label {
  width: auto;
  padding: 2px 15px;
  border: 1px solid #7b7678;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.page-template-crs-calculator .t-generic_col .o-form-radio_input:not(:checked) + label:before, .page-template-crs-calculator .t-generic_col .o-form-radio_input:not(:checked) + label:after,
.page-template-crs-calculator .t-generic_col .o-form-radio_input:checked + label:before,
.page-template-crs-calculator .t-generic_col .o-form-radio_input:checked + label:after {
  display: none;
}

.page-template-crs-calculator .t-generic_col .o-form-radio_input:checked + label {
  background-color: #7b7678;
  color: #fff;
}

.page-template-crs-calculator .c-calculator .hidden {
  display: none;
}

.page-template-crs-calculator .c-calculator-result {
  font-size: 14px;
}

.page-template-crs-calculator .c-calculator-result .o-form-total_results {
  background-color: #c2191b;
  color: #fff;
  font-size: 35px;
  padding: 3px 15px;
  margin-bottom: 40px;
  display: inline-block;
  font-family: "freight-big-pro";
}

.page-template-crs-calculator .c-calculator-result .o-form-result_table {
  font-family: 'Roboto',sans-serif;
  margin-bottom: 80px;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_table.total_row {
  background-color: #414042;
  color: #fff;
  position: relative;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_table.total_row:after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: #414042;
  position: absolute;
  bottom: 0;
  left: -25px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_table.total_row:after {
    width: 15px;
    left: -15px;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_table.total_row:after {
    display: none;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_table.total_row {
    background-color: transparent;
    color: #000;
  }
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row:first-child .o-form-result_col {
  font-weight: 700;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row:first-child .o-form-result_col:nth-child(3) {
  text-align: right;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row:not(:first-child) .o-form-result_col {
  border-top: 1px solid #d4d4d4;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row:not(:last-child) .o-form-result_col:nth-child(3) {
  position: relative;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_row:not(:last-child) .o-form-result_col:nth-child(3):after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #414042;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_row:not(:last-child) .o-form-result_col:nth-child(3):after {
    width: 15px;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_row:not(:last-child) .o-form-result_col:nth-child(3):after {
    display: none;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-template-crs-calculator .c-calculator-result .o-form-result_col {
  padding: 10px 5px;
  font-size: 15px;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_col:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(2) {
  min-width: 166px;
}

@media (max-width: 1600px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(2) {
    min-width: 123px;
    padding-right: 10px;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(2) {
    min-width: auto;
  }
}

.page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(3) {
  min-width: 116px;
  padding-right: 25px;
  padding-left: 14px;
  background-color: #414042;
  color: #fff;
}

@media (max-width: 1200px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(3) {
    padding-right: 15px;
    min-width: 106px;
  }
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(3) {
    background-color: transparent;
    color: #000;
    min-width: auto;
  }
}

.page-template-crs-calculator .c-calculator-result .o-form-result_col.spacing {
  padding-left: 15px;
}

@media (max-width: 500px) {
  .page-template-crs-calculator .c-calculator-result .o-form-result_col {
    font-size: 13px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 40%;
  }
  .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(2), .page-template-crs-calculator .c-calculator-result .o-form-result_col:nth-child(3) {
    width: 30%;
  }
}

@media (max-width: 699px) {
  .c-contact_infos {
    padding: 60px 30px 30px 30px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-contact_infos {
    padding: 60px 60px 30px 60px;
  }
}

@media (min-width: 1000px) {
  .c-contact_infos {
    padding: 175px 0 0 90px;
  }
}

.c-contact_infos-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-contact_infos-item {
  margin: 0 0 40px 0;
}

.c-contact_infos-title {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7px;
}

.c-contact_infos-value {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
}

.c-contact_infos-value a {
  position: relative;
  color: #242424;
}

.c-contact_infos-value a:active, .c-contact_infos-value a:focus, .c-contact_infos-value a:hover {
  color: #dd1d1f;
}

@media (min-width: 1000px) {
  .c-contact_infos-value a:not(.-no-style)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #dd1d1f;
  }
  .c-contact_infos-value a:not(.-no-style):hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e1e2e5;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dom-is-loaded .c-header {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.dom-is-loaded .has-banner .c-header {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.dom-is-loaded .has-banner .c-header.-offset {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.c-header.-offset {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

@media (min-width: 1000px) {
  .c-header {
    right: 100px;
  }
}

@media (max-width: 999px) {
  .c-header {
    right: 0;
  }
}

.c-header_logo {
  display: block;
  text-align: center;
  max-width: 275px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .c-header_logo {
    max-width: 150px;
    padding: 1.25rem 0;
    margin: 0 1.875rem;
  }
}

@media (max-width: 699px) {
  .c-header_logo {
    padding: 15px 0;
  }
}

.c-header_logo img {
  width: 100%;
  height: 100%;
}

.c-header_top {
  margin: 0;
  padding: 0;
  border-left: 1px solid #e1e2e5;
  border-bottom: 1px solid #e1e2e5;
}

@media (max-width: 999px) {
  .c-header_top {
    display: none;
  }
}

.c-header_top_item {
  display: inline-block;
  width: auto;
  font-size: 0.6875rem;
}

.c-header_top_link {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #242424;
}

.c-header_top_link:focus, .c-header_top_link:hover {
  color: #857f83;
  text-decoration: underline;
}

.c-header_top_link:focus.-phone, .c-header_top_link:hover.-phone {
  text-decoration: none;
}

@media (max-width: 999px) {
  .c-header_menu {
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
    height: calc(100vh - 103px);
    background-color: #FFFFFF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-is-open .c-header_menu {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 699px) {
  .c-header_menu {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .has-banner .c-header_menu {
    height: calc(100vh - 122px);
  }
}

@media (max-width: 499px) {
  .c-header_menu {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .has-banner .c-header_menu {
    height: calc(100vh - 103px);
  }
}

.c-header_menu_mobile {
  margin: 20px 0 100px 0;
}

@media (min-width: 1000px) {
  .c-header_menu_mobile {
    display: none;
  }
}

.c-header_menu_mobile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-header_menu_mobile-item {
  padding: 20px 30px;
  opacity: 0;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.nav-is-open .c-header_menu_mobile-item {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-is-open .c-header_menu_mobile-item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-is-open .c-header_menu_mobile-item:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-is-open .c-header_menu_mobile-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-header_menu_mobile-link {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

.c-header_menu_mobile-link:active, .c-header_menu_mobile-link:hover, .c-header_menu_mobile-link:focus {
  color: #000000;
}

.c-header_menu_list {
  margin: 0;
  padding: 0;
}

.c-header_menu_item {
  z-index: -10;
  -webkit-transition: z-index 0s 0.7s;
  transition: z-index 0s 0.7s;
}

.c-header_menu_item.is-open {
  z-index: 10;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 1000px) {
  .c-header_menu_item {
    border-left: 1px solid #e1e2e5;
    display: inline-block;
    width: 15.3846153846%;
    text-align: center;
  }
  .c-header_menu_item.-small {
    width: 7.6923076923%;
  }
}

@media (max-width: 999px) {
  .c-header_menu_item {
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  .nav-is-open .c-header_menu_item {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-is-open .c-header_menu_item:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .nav-is-open .c-header_menu_item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .nav-is-open .c-header_menu_item:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .nav-is-open .c-header_menu_item:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .nav-is-open .c-header_menu_item:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .nav-is-open .c-header_menu_item:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .nav-is-open .c-header_menu_item:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}

.c-header_menu_item-wrap {
  position: relative;
}

.c-header_menu_icon {
  position: relative;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.c-header_menu_icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000000;
  pointer-events: none;
}

@media (max-width: 999px) {
  .c-header_menu_icon {
    display: none;
  }
}

@media (min-width: 1000px) {
  .c-header_menu_label {
    display: none;
  }
}

.c-header_menu_link {
  display: block;
  padding: 1.25rem 0;
  color: #242424;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1000px) {
  .c-header_menu_link {
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header_menu_link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #dd1d1f;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header_menu_link:hover {
    color: #dd1d1f;
  }
  .c-header_menu_link:hover::before {
    -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  .c-header_menu_item.is-open .c-header_menu_link::before,
  .c-header_menu_item.is-active .c-header_menu_link::before {
    -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
}

@media (max-width: 999px) {
  .c-header_menu_link {
    font-family: "freight-big-pro";
    font-size: 1.875rem;
    padding: 1.25rem 1.875rem;
    border-bottom: 1px solid #d4d4d7;
  }
  .c-header_menu_link.-submenu {
    width: calc(100% - 88px);
  }
  .c-header_menu_link:hover {
    color: #242424;
  }
}

@media (max-width: 699px) {
  .c-header_menu_link {
    font-size: 1rem;
    padding: 0.9375rem 1.5625rem;
  }
  .c-header_menu_link.-submenu {
    width: calc(100% - 88px);
  }
}

.c-header_menu_link:focus {
  color: #242424;
}

.c-header_menu_followus-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 20px 0 0 0;
  text-align: center;
}

@media (max-width: 699px) {
  .c-header_menu_followus-list {
    text-align: center;
  }
}

.c-header_menu_followus-item {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #d2d3d4;
}

@media (max-width: 699px) {
  .c-header_menu_followus-item {
    margin: 0 7px;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 700px) {
  .c-header_menu_followus-item {
    margin: 15px 10px 0 0;
    width: 40px;
    height: 40px;
  }
  .c-header_menu_followus-item:last-child {
    margin: 15px 0 0 0;
  }
}

.c-header_menu_followus-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-header_menu_followus-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-header_menu_followus-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #999296;
}

.c-header_menu_link_plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 88px;
  border-bottom: 1px solid #d4d4d7;
  background-color: #f2f2f2;
}

.c-header_menu_link_plus::before, .c-header_menu_link_plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #242424;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_menu_item.is-open .c-header_menu_link_plus::before, .c-header_menu_item.is-open .c-header_menu_link_plus::after {
  background-color: #c2191b;
}

.c-header_menu_link_plus::before {
  width: 14px;
  height: 1px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-header_menu_link_plus::after {
  width: 1px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
          transform: translate3d(-50%, -50%, 0) scaleY(1);
}

.c-header_menu_item.is-open .c-header_menu_link_plus::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
          transform: translate3d(-50%, -50%, 0) scaleY(0);
}

@media (min-width: 1000px) {
  .c-header_menu_link_plus {
    display: none;
  }
}

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

@media (min-width: 1000px) {
  .c-header_submenu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    height: calc(100vh - 100%);
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
  .c-header_menu_item.is-open .c-header_submenu {
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (max-width: 999px) {
  .c-header_submenu {
    display: none;
  }
}

.is-ie .c-header_submenu_inner {
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 1000px) {
  .c-header_submenu_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: 1;
    background-color: #FFFFFF;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  }
  .c-header_menu_item.is-open .c-header_submenu_inner {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (max-width: 1399px) {
  .c-header_submenu_inner {
    right: 30%;
  }
}

@media (max-width: 999px) {
  .c-header_submenu_inner {
    right: 0;
  }
}

.c-header_submenu_background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_menu_item.is-open .c-header_submenu_background {
  opacity: 1;
}

@media (max-width: 1000px) {
  .c-header_submenu_background {
    display: none;
  }
}

.c-header_submenu_title {
  padding: 3.75rem 2.5rem;
  margin: 0;
  border-bottom: 1px solid #d4d4d7;
  opacity: 0;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-header_submenu_title a {
  color: inherit;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_submenu_title a:active, .c-header_submenu_title a:focus {
  color: inherit;
}

.c-header_submenu_title a:hover {
  color: #dd1d1f;
}

.c-header_menu_item.is-open .c-header_submenu_title {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1399px) {
  .c-header_submenu_title {
    padding: 2.5rem;
  }
}

@media (max-width: 1000px) {
  .c-header_submenu_title {
    display: none;
  }
}

.c-header_submenu_nav {
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100% - 124px);
}

.c-header_submenu_nav::-webkit-scrollbar {
  width: 0;
}

.is-ie .c-header_submenu_nav {
  overflow-y: visible;
}

@media (min-width: 1000px) {
  .c-header_submenu_nav {
    opacity: 0;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0 0 3.75rem 0;
  }
  .c-header_menu_item.is-open .c-header_submenu_nav {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (max-width: 999px) {
  .c-header_submenu_nav {
    padding: 0;
  }
}

.c-header_submenu_nav_header {
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-top: 1px solid #d4d4d7;
}

.c-header_submenu_nav_item:first-child .c-header_submenu_nav_header {
  border-top: 0;
}

.c-header_submenu_nav_item:last-child .c-header_submenu_nav_header {
  border-bottom: 1px solid #d4d4d7;
}

@media (min-width: 1000px) {
  .c-header_submenu_nav_header:hover {
    background-color: #dd1d1f;
    cursor: pointer;
  }
}

.c-header_subsubmenu_nav_header {
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1000px) {
  .c-header_subsubmenu_nav_header:hover {
    cursor: pointer;
  }
}

.c-header_submenu_nav_link {
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1000px) {
  .c-header_submenu_nav_link {
    display: block;
    padding: 1.875rem 5rem 1.875rem 2.5rem;
    width: calc(100% - 100px);
  }
  .c-header_submenu_nav_link:hover {
    text-decoration: underline;
  }
  .c-header_submenu_nav_header:hover .c-header_submenu_nav_link {
    color: #FFFFFF;
  }
}

@media (max-width: 999px) {
  .c-header_submenu_nav_link {
    display: block;
    padding: 1.875rem 7.5rem 1.875rem 1.875rem;
    font-size: 0.875rem;
  }
  .c-header_submenu_nav_link:hover {
    color: #857f83;
  }
}

.c-header_submenu_nav_link:focus {
  color: #857f83;
}

.c-header_subsubmenu_nav_link {
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1000px) {
  .c-header_subsubmenu_nav_link {
    display: block;
    padding: 1.875rem 5rem 1.875rem 2.5rem;
    width: calc(100% - 100px);
  }
  .c-header_subsubmenu_nav_link:hover {
    text-decoration: underline;
  }
  .c-header_subsubmenu_nav_header:hover .c-header_subsubmenu_nav_link {
    color: #FFFFFF;
  }
}

@media (max-width: 999px) {
  .c-header_subsubmenu_nav_link {
    display: block;
    padding: 1.875rem 7.5rem 1.875rem 1.875rem;
    font-size: 0.875rem;
  }
  .c-header_subsubmenu_nav_link:hover {
    color: #857f83;
  }
}

.c-header_subsubmenu_nav_link:focus {
  color: #857f83;
}

.c-header_submenu_subnav_item {
  background-color: #4a4848;
  border-top: 1px solid #5c5a5a;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_submenu_subnav_item a {
  display: block;
  padding: 1.25rem 3.75rem;
  color: #FFFFFF;
  font-size: 0.875rem;
}

@media (max-width: 999px) {
  .c-header_submenu_subnav_item a {
    font-size: 0.8125rem;
    padding: 1.25rem 2.5rem;
  }
}

@media (min-width: 1000px) {
  .c-header_submenu_subnav_item:hover {
    background-color: #242424;
  }
}

.c-header_subsubmenu_subnav_item {
  background-color: #6a6869;
  border-top: 1px solid #5c5a5a;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_subsubmenu_subnav_item a {
  display: block;
  padding: 0.8333333333rem 5.625rem;
  color: #FFFFFF;
  font-size: 0.8125rem;
}

@media (max-width: 999px) {
  .c-header_subsubmenu_subnav_item a {
    font-size: 0.75rem;
    padding: 0.8333333333rem 3.75rem;
  }
}

@media (min-width: 1000px) {
  .c-header_subsubmenu_subnav_item:hover {
    background-color: #242424;
  }
}

.c-header_submenu_subnav {
  margin: 0;
  padding: 0;
  display: none;
}

.c-header_subsubmenu_subnav {
  margin: 0;
  padding: 0;
  display: none;
}

.c-header_submenu_nav_plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
}

.c-header_submenu_nav_plus::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #4a4848;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_submenu_nav_item.is-open .c-header_submenu_nav_plus::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (min-width: 1000px) {
  .c-header_submenu_nav_header:hover .c-header_submenu_nav_plus::before {
    background-color: #4a4848;
  }
}

@media (min-width: 1000px) {
  .c-header_submenu_nav_plus {
    background-color: #FFFFFF;
  }
  .c-header_submenu_nav_plus:hover {
    background-color: #4a4848;
  }
}

@media (max-width: 999px) {
  .c-header_submenu_nav_plus {
    width: 88px;
  }
}

.c-header_submenu_nav_plus_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #c2191b;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1000px) {
  .c-header_submenu_nav_plus:hover .c-header_submenu_nav_plus_inner {
    background-color: #4a4848;
  }
}

.c-header_submenu_nav_plus_inner::before, .c-header_submenu_nav_plus_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}

.c-header_submenu_nav_plus_inner::before {
  width: 14px;
  height: 1px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-header_submenu_nav_plus_inner::after {
  width: 1px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
          transform: translate3d(-50%, -50%, 0) scaleY(1);
}

.c-header_submenu_nav_item.is-open .c-header_submenu_nav_plus_inner::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
          transform: translate3d(-50%, -50%, 0) scaleY(0);
}

.c-header_submenu_nav_item.is-open .c-header_submenu_nav_plus_inner {
  background-color: transparent;
}

.c-header_subsubmenu_nav_plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1000px) {
  .c-header_subsubmenu_nav_plus {
    background-color: #4a4848;
  }
  .c-header_subsubmenu_nav_plus:hover {
    background-color: #242424;
  }
}

@media (max-width: 999px) {
  .c-header_subsubmenu_nav_plus {
    width: 88px;
  }
}

.c-header_subsubmenu_nav_plus_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #595959;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_subsubmenu_nav_plus_inner::before, .c-header_subsubmenu_nav_plus_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
}

.c-header_subsubmenu_nav_plus_inner::before {
  width: 14px;
  height: 1px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-header_subsubmenu_nav_plus_inner::after {
  width: 1px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(1);
          transform: translate3d(-50%, -50%, 0) scaleY(1);
}

.c-header_submenu_subnav_item.is-open .c-header_subsubmenu_nav_plus_inner::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleY(0);
          transform: translate3d(-50%, -50%, 0) scaleY(0);
}

.c-header_submenu_subnav_item.is-open .c-header_subsubmenu_nav_plus_inner {
  background-color: #4a4848;
}

@media (min-width: 1000px) {
  .c-header_subsubmenu_nav_plus:hover .c-header_subsubmenu_nav_plus_inner {
    background-color: #242424;
  }
}

.c-header_burger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 88px;
  border-left: 1px solid #d4d4d7;
}

@media (min-width: 1000px) {
  .c-header_burger {
    display: none;
  }
}

.c-header_burger_item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #242424;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-is-open .c-header_burger_item {
  background-color: transparent;
}

.c-header_burger_item::before, .c-header_burger_item::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #242424;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-header_burger_item::before {
  -webkit-transform: translate(-50%, -8px);
      -ms-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}

.nav-is-open .c-header_burger_item::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-header_burger_item::after {
  -webkit-transform: translate(-50%, 6px);
      -ms-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}

.nav-is-open .c-header_burger_item::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-header-home {
  position: relative;
  width: 100%;
  height: calc(100vh - 98px);
  margin-top: 98px;
  color: #FFFFFF;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3.75rem;
}

@media (max-width: 999px) {
  .c-header-home {
    height: calc(100vh - 103px);
    margin-top: 103px;
  }
}

@media (max-width: 699px) {
  .c-header-home {
    height: calc(100vh - 72px);
    margin-top: 72px;
  }
}

.c-header-home_inner {
  width: 100%;
}

.c-header-alert {
  position: absolute;
  top: 10px;
  right: 0;
  width: 80%;
  padding: 20px;
  background: #dd1d1f;
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.dom-is-loaded .c-header-alert {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.c-header-alert.hide {
  opacity: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1024px) {
  .c-header-alert {
    top: 0;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .c-header-alert p {
    font-size: 14px;
  }
}

.c-header-alert-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  cursor: pointer;
}

.c-header-alert-title img {
  margin-right: 10px;
  width: 20px;
}

.c-header-home_background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-header-home_background {
  opacity: 1;
}

.c-header-home_baseline {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-header-home_baseline {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 1600px) {
  .c-header-home_baseline {
    padding: 3.75rem 0;
  }
}

@media (max-width: 1599px) {
  .c-header-home_baseline {
    padding: 1.875rem 0;
  }
}

@media (max-width: 699px) {
  .c-header-home_title {
    font-size: 2.625rem;
  }
}

@media (min-width: 700px) and (max-width: 1399px) {
  .c-header-home_title {
    font-size: 3.875rem;
  }
}

@media (min-width: 1400px) {
  .c-header-home_title {
    font-size: 5rem;
  }
}

.c-header-home_title_line {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-header-home_title_line {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.dom-is-loaded .c-header-home_title_line:nth-child(1) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}

.dom-is-loaded .c-header-home_title_line:nth-child(2) {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}

.dom-is-loaded .c-header-home_title_line:nth-child(3) {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}

.dom-is-loaded .c-header-home_title_line:nth-child(4) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

.dom-is-loaded .c-header-home_title_line:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.c-header-home_button {
  opacity: 0;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-header-home_button {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.c-free-assessment {
  position: fixed;
  margin: 0;
  bottom: 0;
  z-index: 900;
  overflow: hidden;
}

.c-free-assessment.-desktop {
  width: 80%;
  right: 100px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  -webkit-transition: opacity 0s linear 1s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0s linear 1s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 1s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 1s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fapopup-is-show .c-free-assessment.-desktop {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 0s;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 999px) {
  .c-free-assessment.-desktop {
    display: none;
  }
}

.c-free-assessment.-mobile {
  right: 0;
  padding: 15px;
  font-size: 12px;
  font-family: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #dd1d1f;
  display: none;
}

.c-free-assessment_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-free-assessment_row {
  position: relative;
  height: 150px;
}

.c-free-assessment_col {
  position: relative;
  height: 150px;
  background-color: #c2191b;
}

.c-free-assessment_col .o-layout_item {
  position: relative;
}

.c-free-assessment_col:first-child {
  width: 235px;
}

.c-free-assessment_col:last-child {
  width: calc(100% - 235px);
}

.c-free-assessment_image {
  position: relative;
  width: 235px;
  height: 150px;
}

.c-free-assessment_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f0f1f2;
}

.c-free-assessment_icon-figure {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-free-assessment_icon-figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #dd1d1f;
}

.c-free-assessment_text {
  margin: 0;
  padding: 0 45px 0 90px;
  font-size: 20px;
  line-height: 1.6;
  color: #FFFFFF;
}

.c-free-assessment_button {
  padding: 30px 45px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #FFFFFF;
  color: #000000;
}

.c-free-assessment_button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.c-free-assessment_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
}

.c-free-assessment_close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
  -webkit-transition: fill;
  transition: fill;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.c-free-assessment_close:hover svg {
  fill: #242424;
}

.imgOnly {
  max-width: 1200px;
}

@media (max-width: 640px) {
  .imgOnly {
    max-width: 320px;
  }
}

@media (max-width: 1000px) {
  .imgOnly.-desktop {
    display: block !important;
    right: 0;
  }
}

.imgOnly.-mobile {
  display: none !important;
}

.imgOnly .c-free-assessment_row {
  height: auto;
}

.imgOnly .c-free-assessment_col {
  width: 100%;
  height: auto;
}

.imgOnly .c-free-assessment_col .imgBanner {
  width: 100%;
}

@media (max-width: 1000px) {
  .imgOnly .c-free-assessment_col .size-desktop {
    display: none;
  }
}

.imgOnly .c-free-assessment_col .size-tablet {
  display: none;
}

@media (max-width: 1000px) {
  .imgOnly .c-free-assessment_col .size-tablet {
    display: block;
  }
}

@media (max-width: 640px) {
  .imgOnly .c-free-assessment_col .size-tablet {
    display: none;
  }
}

.imgOnly .c-free-assessment_col .size-mobile {
  display: none;
}

@media (max-width: 640px) {
  .imgOnly .c-free-assessment_col .size-mobile {
    display: block;
  }
}

.imgOnly .c-free-assessment_close {
  z-index: 10;
}

@media (max-width: 1000px) {
  .imgOnly .c-free-assessment_close {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 640px) {
  .imgOnly .c-free-assessment_close {
    display: none;
  }
}

.imgOnly .c-free-assessment_button {
  background-color: transparent;
  color: inherit;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.c-footer {
  position: relative;
}

.c-footer-bot {
  position: relative;
  background-color: #242424;
}

@media (max-width: 999px) {
  .c-footer-bot {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 699px) {
  .c-footer-bot_col {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-bot_col {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .c-footer-bot_col {
    width: 50%;
  }
  .c-footer-bot_col:last-child {
    text-align: right;
  }
}

.c-footer-bot_copyright,
.c-footer-bot_locomotive {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #999397;
}

.c-footer-bot_copyright a,
.c-footer-bot_locomotive a {
  position: relative;
  color: #999397;
}

.c-footer-bot_copyright a:active, .c-footer-bot_copyright a:focus, .c-footer-bot_copyright a:hover,
.c-footer-bot_locomotive a:active,
.c-footer-bot_locomotive a:focus,
.c-footer-bot_locomotive a:hover {
  color: #bebabd;
}

@media (min-width: 1000px) {
  .c-footer-bot_copyright a::before,
  .c-footer-bot_locomotive a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #bebabd;
  }
  .c-footer-bot_copyright a:hover::before,
  .c-footer-bot_locomotive a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
}

@media (max-width: 699px) {
  .c-footer-bot_copyright {
    padding: 30px 0 0 0;
  }
  .c-footer-bot_copyright span {
    padding: 0 2px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-bot_copyright {
    padding: 35px 0 0 0;
  }
  .c-footer-bot_copyright span {
    padding: 0 5px;
  }
}

@media (min-width: 1000px) {
  .c-footer-bot_copyright {
    padding: 45px 0 45px 60px;
  }
  .c-footer-bot_copyright span {
    padding: 0 5px;
  }
}

@media (max-width: 699px) {
  .c-footer-bot_locomotive {
    padding: 15px 0 30px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-bot_locomotive {
    padding: 15px 0 35px 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-bot_locomotive {
    padding: 45px 60px 45px 0;
  }
}

.c-footer-quotes {
  position: relative;
  width: 100%;
  background-color: #e1e2e5;
  z-index: 2;
  display: none;
}

.c-footer-quotes_inner {
  white-space: nowrap;
}

.c-footer-quotes_inner .slick-list {
  padding: 0 !important;
}

.c-footer-quotes_dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer-quotes_dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.c-footer-quotes_dots li button {
  display: none;
}

.c-footer-quotes_dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ccc9cb;
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.c-footer-quotes_dots li.slick-active::after {
  background-color: #242424;
}

@media (max-width: 699px) {
  .c-footer-quotes_dots {
    top: 35px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_dots {
    top: 45px;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_dots {
    top: 60px;
  }
}

.c-footer-quotes_authors {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  overflow: hidden;
}

@media (max-width: 699px) {
  .c-footer-quotes_authors {
    width: 75%;
    height: 80px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_authors {
    width: 75%;
    height: 100px;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_authors {
    width: 50%;
    height: 160px;
  }
}

.c-footer-quotes_authors-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.c-footer-quotes_authors-item.is-hidden {
  display: none;
}

.c-footer-quotes_authors-avatar {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 699px) {
  .c-footer-quotes_authors-avatar {
    left: 20px;
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_authors-avatar {
    left: 30px;
    width: 65px;
    height: 65px;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_authors-avatar {
    left: 60px;
    width: 90px;
    height: 90px;
  }
}

.c-footer-quotes_authors-infos {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-footer-quotes_authors-infos .name,
.c-footer-quotes_authors-infos .role {
  display: block;
  line-height: 1;
}

.c-footer-quotes_authors-infos .role {
  position: relative;
  padding: 0 0 0 20px;
}

.c-footer-quotes_authors-infos .role::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #242424;
}

@media (max-width: 699px) {
  .c-footer-quotes_authors-infos {
    left: 85px;
  }
  .c-footer-quotes_authors-infos .role {
    font-size: 11px;
  }
  .c-footer-quotes_authors-infos .name {
    margin: 0 0 5px 0;
    font-size: 13px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_authors-infos {
    left: 115px;
  }
  .c-footer-quotes_authors-infos .role {
    font-size: 13px;
  }
  .c-footer-quotes_authors-infos .name {
    margin: 0 0 7px 0;
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_authors-infos {
    left: 185px;
  }
  .c-footer-quotes_authors-infos .role {
    font-size: 15px;
  }
  .c-footer-quotes_authors-infos .name {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
}

.c-footer-quotes_item {
  position: relative;
  width: 100%;
  display: inline-block;
  outline: none;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: -webkit-grab;
  cursor: grab;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 699px) {
  .c-footer-quotes_item {
    margin: 70px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_item {
    margin: 90px 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_item {
    margin: 120px 0;
  }
}

.c-footer-quotes_item-wrap {
  white-space: normal;
}

.c-footer-quotes_item-testimonial {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 699px) {
  .c-footer-quotes_item-testimonial {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-quotes_item-testimonial {
    font-size: 25px;
    letter-spacing: 0.6px;
  }
}

@media (min-width: 1000px) {
  .c-footer-quotes_item-testimonial {
    font-size: 34px;
    letter-spacing: 0.7px;
  }
}

.c-footer-main {
  position: relative;
  background-color: #343436;
  z-index: 1;
}

@media (max-width: 699px) {
  .c-footer-main {
    padding: 25px 0 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main {
    padding: 50px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main {
    padding: 75px 0 0 0;
  }
}

@media (max-width: 699px) {
  .c-footer-main_row:last-child {
    margin: 45px 0 0 0;
    padding: 0 0 45px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_row:last-child {
    margin: 45px 0 0 0;
    padding: 0 0 45px 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_row:last-child {
    margin: 90px 0 0 0;
    padding: 0 0 90px 0;
  }
}

@media (max-width: 699px) {
  .c-footer-main_wrap-col {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_wrap-col {
    width: 50%;
  }
  .c-footer-main_wrap-col:last-child {
    padding: 0 0 0 60px;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_wrap-col {
    width: 50%;
  }
  .c-footer-main_wrap-col:last-child {
    padding: 0 0 0 120px;
  }
}

.c-footer-main_title {
  letter-spacing: 1px;
  line-height: 1.2;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .c-footer-main_title.-mobile {
    display: none;
  }
}

@media (max-width: 699px) {
  .c-footer-main_title {
    font-size: 20px;
  }
}

@media (min-width: 700px) {
  .c-footer-main_title span {
    display: block;
  }
}

.c-footer-main_wantlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer-main_wantlist-item {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #525153;
}

.c-footer-main_wantlist-item:first-child {
  border-top: 1px solid #525153;
}

.c-footer-main_wantlist-item::before {
  content: '';
  display: block;
  margin: 0 20px 0 0;
  float: left;
  width: 33px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.33 12.75"><polygon fill="#857f83" points="26.95 0 26.24 0.71 31.41 5.88 0 5.88 0 6.88 31.41 6.88 26.24 12.05 26.95 12.75 33.33 6.38 26.95 0"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.c-footer-main_wantlist-link {
  color: #d9d9d9;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-footer-main_wantlist-link:active, .c-footer-main_wantlist-link:focus, .c-footer-main_wantlist-link:hover {
  color: white;
}

@media (max-width: 699px) {
  .c-footer-main_followus {
    padding: 60px 0 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_followus {
    padding: 70px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_followus {
    padding: 85px 0 0 0;
  }
}

.c-footer-main_followus-label {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #999397;
}

@media (max-width: 699px) {
  .c-footer-main_followus-label {
    display: none;
  }
}

.c-footer-main_followus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 699px) {
  .c-footer-main_followus-list {
    text-align: center;
  }
}

.c-footer-main_followus-item {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #999397;
}

@media (max-width: 699px) {
  .c-footer-main_followus-item {
    margin: 0 7px;
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_followus-item {
    margin: 15px 10px 0 0;
    width: 40px;
    height: 40px;
  }
  .c-footer-main_followus-item:last-child {
    margin: 15px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_followus-item {
    margin: 15px 20px 0 0;
    width: 45px;
    height: 45px;
    -webkit-transition: border;
    transition: border;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-footer-main_followus-item:hover {
    border: 1px solid #bebabd;
  }
}

.c-footer-main_followus-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-footer-main_followus-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-footer-main_followus-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #999397;
}

@media (min-width: 1000px) {
  .c-footer-main_followus-icon svg {
    -webkit-transition: fill;
    transition: fill;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-footer-main_followus-item:hover .c-footer-main_followus-icon svg {
    fill: #bebabd;
  }
}

.c-footer-main_newsletter {
  position: relative;
  margin: 60px 0 0 0;
}

.c-footer-main_newsletter-description {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #999397;
}

@media (max-width: 699px) {
  .c-footer-main_newsletter-description {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_newsletter-description {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_newsletter-description {
    width: 75%;
  }
}

.c-footer-main_newsletter-form {
  margin: 35px 0 0 0;
}

.c-footer-main_newsletter-inner {
  position: relative;
  height: 70px;
  background-color: #3a3a3c;
}

.c-footer-main_newsletter-input {
  width: calc(100% - 78px);
  height: 100%;
  padding: 0 25px;
  font-size: 13px;
  color: #857f83;
}

.c-footer-main_newsletter-input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #857f83;
}

.c-footer-main_newsletter-input::-ms-input-placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #857f83;
}

.c-footer-main_newsletter-input::placeholder {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #857f83;
}

@media (max-width: 999px) {
  .c-footer-main_newsletter-input {
    font-size: 16px;
  }
  .c-footer-main_newsletter-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .c-footer-main_newsletter-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .c-footer-main_newsletter-input::placeholder {
    font-size: 16px;
  }
}

.c-footer-main_newsletter-btn {
  position: relative;
  width: 78px;
  height: 100%;
}

.c-footer-main_newsletter-btn-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 999px) {
  .c-footer-main_newsletter-btn-icon {
    width: 25px;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_newsletter-btn-icon {
    width: 35px;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .c-footer-main_newsletter-btn:hover .c-footer-main_newsletter-btn-icon {
    -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}

.c-footer-main_newsletter-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: #857f83;
}

.c-footer-main_infos {
  font-weight: 300;
  line-height: 2;
  color: #999397;
}

.c-footer-main_infos .label {
  display: inline-block;
}

@media (max-width: 999px) {
  .c-footer-main_infos {
    font-size: 11px;
  }
  .c-footer-main_infos .label {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_infos {
    font-size: 13px;
  }
  .c-footer-main_infos .label {
    width: 60px;
  }
}

.c-footer-main_infos a {
  position: relative;
  color: #999397;
}

.c-footer-main_infos a:active, .c-footer-main_infos a:focus, .c-footer-main_infos a:hover {
  color: #bebabd;
}

@media (min-width: 1000px) {
  .c-footer-main_infos a:not(.-no-style)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #bebabd;
  }
  .c-footer-main_infos a:not(.-no-style):hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
}

.c-footer-main_freephone {
  position: relative;
  background-color: #242424;
}

@media (max-width: 699px) {
  .c-footer-main_freephone {
    margin: 45px 0 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_freephone {
    margin: 45px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_freephone {
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-footer-main_freephone:hover {
    background-color: #3a3a3c;
  }
}

.c-footer-main_freephone-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-footer-main_freephone-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 25px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_freephone-icon {
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-footer-main_freephone-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #dd1d1f;
}

.c-footer-main_freephone-infos {
  margin: 0;
  font-family: "freight-big-pro";
  line-height: 1.2;
  letter-spacing: 1px;
  color: #FFFFFF;
}

@media (max-width: 699px) {
  .c-footer-main_freephone-infos {
    padding: 25px 25px 25px 100px;
    font-size: 16px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-footer-main_freephone-infos {
    padding: 100px 25px 25px 25px;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .c-footer-main_freephone-infos {
    padding: 25px 25px 25px 100px;
    font-size: 22px;
  }
}

.c-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #242424;
  width: 100px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-sidebar {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 999px) {
  .c-sidebar {
    display: none;
  }
}

.c-sidebar_item {
  position: relative;
  border-top: 1px solid #343436;
  text-transform: uppercase;
  height: 20%;
  padding: 0.9375rem;
  color: #857f83;
  font-size: 0.625rem;
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-sidebar_item.-main {
  background-color: #dd1d1f;
  color: #FFFFFF;
  font-size: 0.6875rem;
  border-top: 0;
  text-transform: uppercase;
}

.c-sidebar_item.-main:hover {
  color: #FFFFFF;
  background-color: #c2191b;
}

.c-sidebar_item:hover {
  color: #FFFFFF;
  background-color: #857f83;
}

.c-sidebar_arrow {
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 2;
}

.c-sidebar_arrow svg {
  width: 100%;
  height: 100%;
  fill: #dd1d1f;
  -webkit-transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-sidebar_item:hover .c-sidebar_arrow svg {
  fill: #c2191b;
}

.c-sidebar_item_icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px auto;
}

.c-sidebar_item_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-cta-home {
  position: relative;
  z-index: 1;
  margin-top: -3.75rem;
  margin-bottom: 3.75rem;
}

@media (max-width: 699px) {
  .c-cta-home {
    margin-top: -1.875rem;
    margin-bottom: 1.875rem;
  }
}

.c-cta-home_item_wrapper {
  opacity: 0;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dom-is-loaded .c-cta-home_item_wrapper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(1) {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(2) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(3) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(4) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.dom-is-loaded .c-cta-home_item_wrapper:nth-child(6) {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}

.c-cta-home_item {
  display: block;
  padding: 1.25rem;
  background-color: #e1e2e5;
  text-align: center;
  margin-bottom: 3.75rem;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover {
  background-color: #857f83;
}

.c-cta-home_item.-featured {
  background-color: #c2191b;
}

.c-cta-home_item.-featured:hover {
  background-color: #dd1d1f;
}

@media (max-width: 699px) {
  .c-cta-home_item {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1000px) {
  .c-cta-home_item {
    height: 420px;
    overflow: hidden;
  }
}

.c-cta-home_image img {
  display: block;
  width: 100%;
}

.c-cta-home_icon {
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-cta-home_icon svg {
  fill: #dd1d1f;
  width: 30px;
  height: 30px;
  display: block;
}

@media (max-width: 1399px) {
  .c-cta-home_icon {
    width: 60px;
    height: 60px;
  }
  .c-cta-home_icon svg {
    width: 20px;
    height: 20px;
  }
}

.c-cta-home_content {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.c-cta-home_content.-margin {
  margin: 20px 0 0 0;
}

@media (max-width: 1399px) {
  .c-cta-home_content {
    padding: 0;
  }
}

.c-cta-home_title {
  line-height: 1;
  margin-bottom: 1.875rem;
  color: #343436;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover .c-cta-home_title {
  color: #FFFFFF;
}

.c-cta-home_item.-featured .c-cta-home_title {
  color: #FFFFFF;
}

@media (max-width: 1399px) {
  .c-cta-home_title {
    margin-bottom: 1.25rem;
  }
}

.c-cta-home_text {
  position: relative;
  color: #857f83;
  font-size: 0.8125rem;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover .c-cta-home_text {
  color: #FFFFFF;
}

.c-cta-home_item.-featured .c-cta-home_text {
  color: #FFFFFF;
  font-size: 1.125rem;
}

.c-cta_home_text_infos {
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover .c-cta_home_text_infos {
  opacity: 0;
}

.c-cta-home_item.-featured .c-cta_home_text_infos {
  opacity: 1;
  margin-bottom: 17px;
}

.c-cta-home_hover {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover .c-cta-home_hover {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.c-cta-home_arrow {
  display: block;
  margin: auto;
}

.c-cta-home_arrow svg {
  width: 20px;
  height: 20px;
  fill: #857f83;
  -webkit-transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta-home_item:hover .c-cta-home_arrow svg {
  fill: #FFFFFF;
}

.c-latest-news {
  position: relative;
  margin-bottom: 7.5rem;
  overflow: hidden;
}

.c-latest-news .o-container {
  position: relative;
}

.c-latest-news .slick-list {
  overflow: visible;
}

.c-latest-news .slick-slide {
  cursor: inherit;
}

@media (max-width: 699px) {
  .c-latest-news {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.c-latest-news_header {
  margin-bottom: 3.75rem;
}

@media (max-width: 1399px) {
  .c-latest-news_header {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 699px) {
  .c-latest-news_header {
    margin-bottom: 1.875rem;
  }
}

.c-latest-news_title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .c-latest-news_cta_wrapper {
    text-align: right;
  }
}

.c-latest-news_cta {
  display: inline-block;
  vertical-align: middle;
}

.c-latest-news_inner {
  z-index: 5;
}

.c-latest-news_inner .slick-list {
  height: auto;
}

.c-latest-news_inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}

.c-latest-news_item {
  min-height: 470px;
  height: auto;
  overflow: hidden;
  display: block;
  padding: 1.25rem;
  background-color: #e1e2e5;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #343436;
  margin-right: 3.75rem;
  opacity: 0.3;
  cursor: pointer !important;
}

.c-latest-news_item.slick-active {
  opacity: 1;
}

.c-latest-news_item:active, .c-latest-news_item:hover, .c-latest-news_item:focus {
  color: #343436;
}

.c-latest-news_item p {
  font-size: 0.8125rem;
  line-height: 1.7;
}

@media (min-width: 700px) {
  .c-latest-news_item {
    overflow: hidden;
  }
  .c-latest-news_item:hover {
    background-color: #857f83;
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-latest-news_item {
    margin-right: 1.875rem;
  }
}

.c-latest-news_category {
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem !important;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-latest-news_item:hover .c-latest-news_category {
    color: #FFFFFF;
  }
}

.c-latest-news_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 138px;
  width: 100%;
}

.c-latest-news_image img {
  display: block;
  width: 100%;
}

.c-latest-news_date {
  display: inline-block;
  background-color: #FFFFFF;
  color: #857f83;
  padding: 0.9375rem 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-latest-news_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 50vw;
}

.c-latest-news_arrow.-prev {
  right: 100%;
}

@media (max-width: 1399px) {
  .c-latest-news_arrow.-prev {
    right: calc(100% - 60px);
  }
}

@media (max-width: 699px) {
  .c-latest-news_arrow.-prev {
    display: none;
  }
}

.c-latest-news_arrow.-next {
  left: 100%;
}

@media (max-width: 1399px) {
  .c-latest-news_arrow.-next {
    left: calc(100% - 60px);
  }
}

@media (max-width: 699px) {
  .c-latest-news_arrow.-next {
    left: auto;
    width: 3.75rem;
    right: 0;
  }
}

.c-latest-news_arrow:hover {
  cursor: pointer;
}

.c-latest-news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 474px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-latest-news-block .tags-container {
  -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
          transform: translate(0, 12px);
}

@media (max-width: 1200px) {
  .c-latest-news-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.c-latest-news-block-main {
  width: calc(60% - 10px);
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .c-latest-news-block-main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-latest-news-block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
}

@media (max-width: 1200px) {
  .c-latest-news-block-grid {
    width: 100%;
  }
}

.c-latest-news-block-grid .c-latest-news-block_title {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .c-latest-news-block-grid .c-latest-news-block_title {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .c-latest-news-block-grid .c-latest-news-block_title {
    font-size: 16px;
  }
}

.c-latest-news-block-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1200px) {
  .c-latest-news-block-item {
    height: 400px;
  }
}

.c-latest-news-block-item:hover .c-latest-news-block_title {
  color: #dbdbdb;
}

.c-latest-news-block-item.half {
  width: 100%;
  height: calc(50% - 10px);
  margin-bottom: 20px;
}

.c-latest-news-block-item.half:nth-child(-n-2) {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .c-latest-news-block-item.half {
    height: 250px;
  }
}

@media (max-width: 640px) {
  .c-latest-news-block-item.half {
    width: 100%;
  }
}

.c-latest-news-block_col {
  position: relative;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.c-latest-news-block_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: Roboto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 1200px) {
  .c-latest-news-block_title {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .c-latest-news-block_title {
    font-size: 18px;
  }
}

.c-latest-news-block_category {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: inherit;
  color: #FFFFFF;
  font-family: Roboto;
  margin-bottom: 0;
}

@media (max-width: 1220px) {
  .c-latest-news-block_category {
    font-size: 15px;
    line-height: 18px;
  }
}

.c-why-canadim {
  position: relative;
  margin-bottom: 7.5rem;
  overflow: hidden;
}

.c-why-canadim .o-container {
  position: relative;
}

.c-why-canadim_header {
  margin-bottom: 3.75rem;
}

@media (max-width: 1399px) {
  .c-why-canadim_header {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 699px) {
  .c-why-canadim_header {
    margin-bottom: 1.875rem;
  }
}

.c-why-canadim_title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.c-why-canadim_inner {
  position: relative;
}

@media (max-width: 699px) {
  .c-why-canadim_inner {
    padding-top: 180px;
  }
}

@media (min-width: 700px) {
  .c-why-canadim_inner {
    padding-top: 80px;
  }
}

.c-why-canadim_image {
  position: absolute;
}

@media (max-width: 999px) {
  .c-why-canadim_image {
    max-width: 252px;
  }
}

@media (max-width: 699px) {
  .c-why-canadim_image {
    margin: 0 30px;
    width: calc(100% - 60px);
    -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
            transform: translateY(-120px);
    z-index: 2;
  }
}

@media (min-width: 700px) {
  .c-why-canadim_image {
    width: 56.7%;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.c-why-canadim_image-figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.c-why-canadim_image-figure img {
  width: 100%;
  height: auto;
}

.c-why-canadim_image-figcaption .name,
.c-why-canadim_image-figcaption .role {
  position: relative;
  line-height: 1;
}

.c-why-canadim_image-figcaption .role {
  padding: 0 0 0 20px;
}

.c-why-canadim_image-figcaption .role::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #242424;
}

@media (max-width: 699px) {
  .c-why-canadim_image-figcaption .role::before {
    background-color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-why-canadim_image-figcaption {
    margin: 1.25rem 0;
    color: #FFFFFF;
  }
  .c-why-canadim_image-figcaption .role {
    margin: 5px 0 20px 0;
    font-size: 12px;
  }
  .c-why-canadim_image-figcaption .name {
    margin: 0;
    font-size: 15px;
  }
}

@media (min-width: 700px) {
  .c-why-canadim_image-figcaption .role {
    margin: 10px 0 0 0;
    font-size: 15px;
  }
  .c-why-canadim_image-figcaption .name {
    margin: 25px 0 0 0;
    font-size: 18px;
  }
}

@media (min-width: 700px) and (max-width: 699px) {
  .c-why-canadim_image-figcaption {
    width: 40%;
  }
}

.c-why-canadim_box {
  position: relative;
  float: right;
  background-color: #343436;
}

@media (min-width: 1600px) {
  .c-why-canadim_box {
    margin-bottom: 30px;
  }
}

@media (max-width: 699px) {
  .c-why-canadim_box {
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 700px) {
  .c-why-canadim_box {
    width: 56.7%;
  }
}

@media (max-width: 699px) {
  .c-why-canadim_box-content {
    padding: 220px 30px 30px 30px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-why-canadim_box-content {
    padding: 30px;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-content {
    padding: 100px;
  }
}

.c-why-canadim_box-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #f2f2f2;
}

@media (max-width: 999px) {
  .c-why-canadim_box-title {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-title {
    margin: 0 0 60px 0;
    font-size: 22px;
  }
}

.c-why-canadim_box-description {
  margin: 0;
  line-height: 2.1;
  color: #f2f2f2;
}

@media (max-width: 999px) {
  .c-why-canadim_box-description {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-description {
    font-size: 16px;
  }
}

@media (max-width: 999px) {
  .c-why-canadim_box-btn {
    margin: 30px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-btn {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 999px) {
  .c-why-canadim_box-btn-left {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-btn-left {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}

@media (max-width: 999px) {
  .c-why-canadim_box-btn-right {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-why-canadim_box-btn-right {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
}

.c-recent-article {
  position: relative;
  margin: 7.5rem 0;
}

.c-recent-article .o-container {
  position: relative;
}

@media (max-width: 1399px) {
  .c-recent-article {
    margin: 5.625rem 0;
  }
}

@media (max-width: 699px) {
  .c-recent-article {
    margin: 3.75rem 0;
  }
}

.c-recent-article_header {
  margin-bottom: 3.75rem;
}

@media (max-width: 1399px) {
  .c-recent-article_header {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 699px) {
  .c-recent-article_header {
    margin-bottom: 1.875rem;
  }
}

.c-recent-article_title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .c-recent-article_wrapper {
    text-align: right;
  }
}

.c-recent-article_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 5;
}

.c-recent-article_item {
  display: block;
  padding: 1.25rem;
  background-color: #e1e2e5;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #343436;
  position: relative;
}

.c-recent-article_item:focus {
  color: #343436;
}

.c-recent-article_item p {
  font-size: 0.8125rem;
  line-height: 1.7;
}

@media (min-width: 700px) {
  .c-recent-article_item:hover {
    background-color: #857f83;
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-recent-article_item {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-recent-article_item {
    width: calc(1/2*100% - (1 - 1/2) * 40px);
    min-height: 500px;
    margin: 0 0 2.5rem 0;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  .c-recent-article_item {
    width: calc(1/3*100% - (1 - 1/3) * 40px);
    min-height: 500px;
    margin: 0 0 2.5rem 0;
    overflow: hidden;
  }
}

.c-recent-article_image img {
  display: block;
  width: 100%;
}

.c-recent-article_category {
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem !important;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-recent-article_item:hover .c-recent-article_category {
    color: #FFFFFF;
  }
}

.c-recent-article_date {
  display: inline-block;
  background-color: #FFFFFF;
  color: #857f83;
  padding: 0.9375rem 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-pushfoward-article {
  position: relative;
  overflow: hidden;
}

@media (max-width: 699px) {
  .c-pushfoward-article {
    margin: 3.75rem 0 1.875rem 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-pushfoward-article {
    margin: 3.75rem 0 5rem 0;
  }
}

@media (min-width: 1000px) {
  .c-pushfoward-article {
    margin: 0 0 6.25rem 0;
  }
}

.c-pushfoward-title {
  font-size: 4.0625rem;
  margin: 1.875rem 0;
}

@media (max-width: 999px) {
  .c-pushfoward-title {
    font-size: 3.125rem;
  }
}

@media (max-width: 699px) {
  .c-pushfoward-title {
    font-size: 2.5rem;
  }
}

.c-pushfoward-article_item {
  display: block;
  width: 100%;
  margin: 0 0 2.5rem 0;
  background-color: #e1e2e5;
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #343436;
}

.c-pushfoward-article_item:focus {
  color: #343436;
}

@media (max-width: 699px) {
  .c-pushfoward-article_item {
    padding: 1.25rem;
    margin-right: 1.875rem;
  }
}

@media (min-width: 700px) {
  .c-pushfoward-article_item {
    padding: 2.8125rem;
  }
  .c-pushfoward-article_item:hover {
    background-color: #857f83;
    color: #FFFFFF;
  }
}

.c-pushfoward-article_col {
  position: relative;
  width: 100%;
}

@media (min-width: 1000px) {
  .c-pushfoward-article_col {
    width: 50%;
  }
  .c-pushfoward-article_col:last-child {
    padding: 0 90px 0 0;
  }
}

.c-pushfoward-article_image img {
  display: block;
  width: 100%;
}

.c-pushfoward-article_category {
  margin: 20px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-pushfoward-article_category {
    color: #FFFFFF;
  }
}

.c-pushfoward-article_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #343436;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-pushfoward-article_title {
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-pushfoward-article_title {
    margin: 20px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-pushfoward-article_title {
    margin: 20px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .c-pushfoward-article_title {
    margin: 40px 0 0 0;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

.c-pushfoward-article_description {
  margin: 40px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #373434;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-pushfoward-article_description {
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-pushfoward-article_description {
    margin: 25px 0 0 0;
    font-size: 0.8125rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-pushfoward-article_description {
    margin: 25px 0 0 0;
    font-size: 0.875rem;
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .c-pushfoward-article_description {
    margin: 40px 0 0 0;
    font-size: 1rem;
  }
}

.c-recent-article_date {
  display: inline-block;
  background-color: #FFFFFF;
  color: #857f83;
  padding: 0.9375rem 1.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-searchform {
  position: relative;
  background-color: #FFFFFF;
}

@media (max-width: 699px) {
  .c-searchform {
    margin: 45px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchform {
    margin: 60px 0;
  }
}

@media (min-width: 1000px) {
  .c-searchform {
    margin: 0 0 90px 0;
  }
}

.c-searchform_wrap {
  position: relative;
  border: 1px solid #d0d1d7;
}

@media (max-width: 700px) {
  .c-searchform_wrap {
    padding: 15px;
  }
}

@media (min-width: 700px) {
  .c-searchform_wrap {
    padding: 50px 45px;
  }
  .c-searchform_wrap .o-layout_item:first-child {
    padding: 0 12px 0 0;
  }
  .c-searchform_wrap .o-layout_item:last-child {
    padding: 0 0 0 12px;
  }
}

.c-searchresult {
  position: relative;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 699px) {
  .c-searchresult {
    margin: 20px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchresult {
    margin: 30px 0;
  }
}

@media (min-width: 1000px) {
  .c-searchresult {
    margin: 40px 0;
  }
  .c-searchresult:hover {
    background-color: #e5e5e5;
  }
}

.c-searchresult_link {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 699px) {
  .c-searchresult_link {
    padding: 40px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchresult_link {
    padding: 40px;
  }
}

@media (min-width: 1000px) {
  .c-searchresult_link {
    padding: 60px 40px;
  }
}

.c-searchresult_category {
  margin: 0 0 30px 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #857f83;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-searchresult_category {
    color: #FFFFFF;
  }
}

.c-searchresult_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #343436;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-searchresult_title {
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-searchresult_title {
    margin: 20px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchresult_title {
    margin: 20px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 1000px) {
  .c-searchresult_title {
    margin: 40px 0 0 0;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

.c-searchresult_description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #666566;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 700px) {
  .c-pushfoward-article_item:hover .c-searchresult_description {
    color: #FFFFFF;
  }
}

@media (max-width: 699px) {
  .c-searchresult_description {
    margin: 25px 0 0 0;
    font-size: 0.8125rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchresult_description {
    margin: 25px 0 0 0;
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  .c-searchresult_description {
    margin: 25px 0 0 0;
    font-size: 1rem;
  }
}

.c-searchresult_read {
  position: relative;
  margin: 30px 0 0 0;
}

.c-searchresult_read-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 699px) {
  .c-searchresult_read-icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-searchresult_read-icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1000px) {
  .c-searchresult_read-icon {
    width: 22px;
    height: 22px;
  }
}

.c-searchresult_read-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #4c81a9;
}

.c-searchresult_read-label {
  padding: 0 0 0 37px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #4c81a9;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .c-sidearticles {
    position: relative;
    height: auto;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-sidearticles {
    position: relative;
    height: auto;
  }
}

@media (min-width: 1000px) {
  .c-sidearticles {
    width: 100%;
    height: calc(100vh - 98px);
  }
  .is-mobile .c-sidearticles {
    position: relative;
    height: auto;
  }
}

.c-sidearticles_background {
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .c-sidearticles_background {
    height: 180px;
  }
}

@media (min-width: 1000px) {
  .c-sidearticles_background {
    height: 145px;
  }
  .is-mobile .c-sidearticles_background {
    display: none;
  }
}

.c-sidearticles_icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
}

@media (max-width: 999px) {
  .c-sidearticles_icon {
    background-color: #f0f1f2;
  }
}

@media (min-width: 1000px) {
  .c-sidearticles_icon {
    background-color: #FFFFFF;
  }
}

.c-sidearticles_icon-figure {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-sidearticles_icon-figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #dd1d1f;
}

.c-sidearticles_navmobile {
  position: relative;
  background-color: #e1e2e5;
  display: none;
}

.is-mobile .c-sidearticles_navmobile {
  display: block;
}

@media (max-width: 999px) {
  .c-sidearticles_navmobile {
    display: block;
  }
}

.c-sidearticles_navmobile-select {
  margin: 0;
  padding: 25px 30px;
  font-size: 16px;
}

.c-sidearticles_navmobile-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sidearticles_navmobile-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #727272;
}

.c-sidearticles_inner {
  position: relative;
}

.c-sidearticles_head {
  width: 100%;
  height: 100px;
  background-color: #242424;
  padding: 0 15px;
}

@media (max-width: 999px) {
  .c-sidearticles_head {
    display: none;
  }
}

.is-mobile .c-sidearticles_head {
  display: none;
}

.c-sidearticles_title {
  padding: 41px 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}

.c-sidearticles_title a {
  color: #FFFFFF;
}

.c-sidearticles_title a:focus, .c-sidearticles_title a:hover {
  color: #FFFFFF;
}

.c-sidearticles_content {
  position: relative;
  height: calc(100vh - 98px - 100px - 145px);
  background-color: #e1e2e5;
}

@media (max-width: 999px) {
  .c-sidearticles_content {
    display: none !important;
  }
}

.is-mobile .c-sidearticles_content {
  display: none;
}

.c-sidearticles_list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
}

.c-sidearticles_list li.is-open > header .c-sidearticles_link_icon {
  -webkit-transform: rotate(0deg) translate(0, -50%);
      -ms-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
}

.c-sidearticles_item {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.c-sidearticles_item.-faq {
  text-transform: uppercase;
  text-align: center;
  background-color: #7b7678;
  margin: 20px 0 0 0;
}

.c-sidearticles_item.-active > header {
  background-color: #f0f1f2;
}

.c-sidearticles_item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.c-sidearticles_item > ul > li {
  padding-left: 15px;
}

.c-sidearticles_item > ul > li > ul > li {
  padding-left: 30px;
}

.c-sidearticles_header {
  position: relative;
}

.c-sidearticles_header .c-sidearticles_link_icon {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 7px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
      -ms-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.c-sidearticles_header .c-sidearticles_link_icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
}

@media (min-width: 1000px) {
  .c-sidearticles_header {
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .c-sidearticles_header:hover {
    background-color: #f0f1f2;
  }
  .c-sidearticles_item.-faq .c-sidearticles_header:hover {
    background-color: #615d5f;
  }
}

.c-sidearticles_link {
  display: inline-block;
  padding: 10px 15px;
  color: #242424;
  width: auto;
  height: auto;
}

.c-sidearticles_link:hover, .c-sidearticles_link:active, .c-sidearticles_link:focus {
  color: #242424;
}

.-faq .c-sidearticles_link {
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}

.noChild .c-sidearticles_link {
  display: block;
  width: 100%;
  height: 100%;
}

.c-sidearticles_item:hover .c-sidearticles_link {
  color: #242424;
}

.c-sidearticles_item.-faq:hover .c-sidearticles_link {
  color: #FFFFFF;
}

.c-sharer {
  position: absolute;
  left: calc(100% - 100px);
  background-color: #FFFFFF;
}

.t-article .c-sharer {
  top: 60px;
}

@media (max-width: 999px) {
  .c-sharer {
    display: none;
  }
}

.is-mobile .c-sharer {
  margin-top: 100px;
}

.c-sharer_inner {
  position: relative;
  width: 50px;
  height: auto;
}

.c-sharer_btn {
  position: relative;
  display: block;
  margin: 0;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-color: #e1e2e5;
  border-width: 1px 1px 0 1px;
}

.c-sharer_btn:last-child {
  border-width: 1px 1px 1px 1px;
}

.c-sharer_figure {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.c-sharer_figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #999296;
}

@media (min-width: 1000px) {
  .c-sharer_figure svg {
    -webkit-transition: fill;
    transition: fill;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-sharer_btn:hover .c-sharer_figure svg {
    fill: #dd1d1f;
  }
}

.c-tableofcontents {
  position: relative;
  margin: 50px 0 0 0;
}

.c-tableofcontents_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tableofcontents_list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #4c81a9;
}

.c-tableofcontents_item {
  margin: 0;
  padding: 12px 0 12px 20px;
  font-size: 12px;
}

.c-tableofcontents_link {
  position: relative;
  display: inline-block;
}

.c-tableofcontents_link::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4c81a9;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

@media (min-width: 1000px) {
  .c-tableofcontents_link {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-tableofcontents_link:hover ::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.c-team {
  position: relative;
}

@media (max-width: 699px) {
  .c-team {
    margin: 60px auto;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-team {
    margin: 100px auto;
  }
}

@media (min-width: 1000px) {
  .c-team {
    margin: 150px auto;
  }
}

.c-team_row {
  position: relative;
  width: 100%;
}

.c-team_col {
  position: relative;
}

@media (max-width: 699px) {
  .c-team_col {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-team_col {
    width: 56.7%;
  }
  .c-team_col.-content {
    padding: 80px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-team_col {
    width: 56.7%;
  }
  .c-team_col.-content {
    padding: 80px 0 0 0;
  }
}

.c-team_background {
  padding-top: 100%;
}

@media (max-width: 699px) {
  .c-team_background {
    position: relative;
    margin: -145px 0 0 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(145px);
        -ms-transform: translateY(145px);
            transform: translateY(145px);
    z-index: 1;
  }
}

@media (min-width: 700px) {
  .c-team_background {
    position: absolute;
    width: 100%;
  }
}

.c-team_inner {
  position: relative;
  color: #f2f2f2;
  background-color: #343436;
}

.c-team_inner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}

.c-team_inner h3 span {
  display: block;
}

.c-team_inner p {
  margin: 0 0 50px 0;
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 699px) {
  .c-team_inner {
    padding: 200px 20px 50px 20px;
  }
  .c-team_inner h3,
  .c-team_inner p {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-team_inner {
    padding: 50px 30px 50px 30px;
  }
  .c-team_inner h3,
  .c-team_inner p {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1000px) {
  .c-team_inner {
    padding: 100px 60px 120px 60px;
  }
  .c-team_inner h3,
  .c-team_inner p {
    margin: 0 0 50px 0;
  }
}

.c-team_btn {
  position: relative;
  width: 170px;
}

.c-team_social {
  position: relative;
}

.c-team_social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-team_social-item {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d84e40;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 1000px) {
  .c-team_social-item:hover {
    border: 1px solid #e1756a;
  }
}

.c-team_social-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-team_social-figure {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.c-team_social-figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #d84e40;
  -webkit-transition: fill;
  transition: fill;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 1000px) {
  .c-team_social-item:hover .c-team_social-figure svg {
    fill: #e1756a;
  }
}

.c-readystart {
  position: relative;
}

@media (max-width: 699px) {
  .c-readystart {
    margin: 60px auto;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-readystart {
    margin: 100px auto;
  }
}

@media (min-width: 1000px) {
  .c-readystart {
    margin: 150px auto;
    padding: 0 90px;
  }
}

.c-readystart_row {
  position: relative;
  width: 100%;
}

.c-readystart_col {
  position: relative;
}

@media (max-width: 699px) {
  .c-readystart_col {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-readystart_col {
    width: 56.7%;
  }
  .c-readystart_col.-content {
    padding: 180px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-readystart_col {
    width: 56.7%;
  }
  .c-readystart_col.-content {
    padding: 225px 0 0 0;
  }
}

@media (max-width: 699px) {
  .c-readystart_background {
    position: relative;
    padding-top: calc(100% - 40px);
    margin: -145px 0 0 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(145px);
        -ms-transform: translateY(145px);
            transform: translateY(145px);
    z-index: 1;
  }
}

@media (min-width: 700px) {
  .c-readystart_background {
    position: absolute;
    width: 100%;
    padding-top: 72%;
  }
}

.c-readystart_title {
  position: absolute;
  top: 0;
  line-height: 1.1;
  color: #FFFFFF;
  z-index: 1;
}

.c-readystart_title span {
  display: block;
}

@media (max-width: 999px) {
  .c-readystart_title {
    padding: 20px;
    font-size: 40px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-readystart_title {
    padding: 30px;
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .c-readystart_title {
    padding: 40px 65px;
    font-size: 75px;
  }
}

.c-readystart_inner {
  position: relative;
  color: #f2f2f2;
  background-color: #343436;
}

.c-readystart_inner p {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 699px) {
  .c-readystart_inner {
    padding: 200px 20px 50px 20px;
  }
  .c-readystart_inner h3,
  .c-readystart_inner p {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-readystart_inner {
    padding: 50px 30px;
  }
  .c-readystart_inner h3,
  .c-readystart_inner p {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1000px) {
  .c-readystart_inner {
    padding: 100px 60px 60px 60px;
  }
  .c-readystart_inner h3,
  .c-readystart_inner p {
    margin: 0 0 50px 0;
  }
}

.c-readystart_btn {
  position: relative;
  width: 170px;
}

.c-fa-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #242424;
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.has-fa-menu .c-fa-menu {
  opacity: 1;
  z-index: 99999;
  pointer-events: auto;
}

@media (min-width: 1000px) {
  .c-fa-menu {
    display: none;
  }
}

.c-fa-menu_title {
  margin: 40px 0 40px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999397;
}

.c-fa-menu_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 16px;
  height: 16px;
}

.c-fa-menu_close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #c2bfc1;
  -webkit-transition: fill;
  transition: fill;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.c-fa-menu_wrap {
  position: relative;
  padding: 0 40px 150px 40px;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.c-fa-menu_box {
  text-align: center;
}

.c-fa-menu_box-icon {
  position: relative;
  margin: 0 auto 20px;
  width: 62px;
  height: 62px;
}

.c-fa-menu_box-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #e1e2e5;
}

.c-fa-menu_box-title {
  margin: 0 0 17px 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e1e2e5;
}

.c-fa-menu_box-description {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666566;
}

.c-fa-menu_box-button {
  margin: 0 0 60px 0;
  padding: 20px 40px;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  color: #FFFFFF;
  background-color: #c2191b;
  font-size: 0.875rem;
  z-index: 6;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.c-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .c-banner {
    width: calc(100% - 100px);
  }
}

@media (max-width: 999px) {
  .c-banner {
    font-size: 0.75rem;
  }
}

@media (max-width: 499px) {
  .c-banner {
    padding: 10px 40px 10px 20px;
  }
}

body.has-banner .c-banner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 999px) {
  .c-banner span {
    display: none;
  }
}

.c-banner.-offset {
  width: 100%;
}

.c-banner_close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-banner_close svg {
  display: block;
  width: 16px;
  height: 16px;
}

.c-quote {
  background-color: #e1e2e5;
  padding: 2.375rem 0.625rem;
  margin-top: 2.5rem;
}

.c-quote p {
  color: #343436;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.c-followus {
  position: relative;
  margin: 75px 0 0 0;
}

.c-followus-label {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
}

.c-followus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 699px) {
  .c-followus-list {
    text-align: center;
  }
}

.c-followus-item {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
}

@media (max-width: 699px) {
  .c-followus-item {
    margin: 0 5px;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-followus-item {
    margin: 15px 5px 0 0;
    width: 40px;
    height: 40px;
  }
  .c-followus-item:last-child {
    margin: 15px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .c-followus-item {
    margin: 15px 10px 0 0;
    width: 48px;
    height: 48px;
    -webkit-transition: border;
    transition: border;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-followus-item:hover {
    border: 1px solid #262626;
  }
}

.c-followus-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-followus-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-followus-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000000;
}

@media (min-width: 1000px) {
  .c-followus-icon svg {
    -webkit-transition: fill;
    transition: fill;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .c-followus-item:hover .c-followus-icon svg {
    fill: #262626;
  }
}

.c-team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343436;
  color: #FFFFFF;
  width: calc(100% + 60px);
  padding: 60px;
  margin-top: 60px;
}

@media (max-width: 1000px) {
  .c-team-member {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .c-team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .c-team-member {
    width: 720px;
  }
}

@media (min-width: 1500px) {
  .c-team-member {
    width: 838px;
  }
}

.c-team-member .left {
  -webkit-transform: translateX(-170px);
      -ms-transform: translateX(-170px);
          transform: translateX(-170px);
}

@media (max-width: 1000px) {
  .c-team-member .left {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media (min-width: 1000px) {
  .c-team-member .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
  }
}

@media (min-width: 1200px) {
  .c-team-member .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 314px;
            flex: 0 0 314px;
  }
}

.c-team-member .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% + 60px);
          flex: 0 0 calc(70% + 60px);
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transform: translateX(-170px);
      -ms-transform: translateX(-170px);
          transform: translateX(-170px);
}

@media (max-width: 1000px) {
  .c-team-member .right {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

@media (max-width: 700px) {
  .c-team-member .right {
    margin-top: 30px;
    padding: 0;
  }
}

@media (min-width: 1500px) {
  .c-team-member .right {
    padding-right: 0;
  }
}

.c-team-member .right h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.c-team-member .right .position {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.c-team-member .right p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

.c-team-member .right .o-link-btn {
  min-width: 250px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.tagNews {
  padding: 9px 15px;
  border: 1px solid #bdbdbd;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  color: #343436;
  margin-bottom: 12px;
}

.tagNews.white {
  color: #FFFFFF;
}

.tagNews:not(:last-child) {
  margin-right: 12px;
}

.c-recent-article_item,
.c-latest-news_item {
  padding: 1.25rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  .c-recent-article_item,
  .c-latest-news_item {
    min-height: 550px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-recent-article_item,
  .c-latest-news_item {
    min-height: 550px;
  }
}

@media (min-width: 700px) {
  .c-recent-article_item:hover .tagNews,
  .c-latest-news_item:hover .tagNews {
    color: #FFFFFF;
  }
}

.c-recent-article_item p,
.c-latest-news_item p {
  margin: 0;
}

.c-recent-article_item .tags-container,
.c-latest-news_item .tags-container {
  padding-top: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-news .tags-container {
  margin-top: 30px;
}

.gravatar-img {
  border-radius: 100%;
  margin: 10px 10px 10px 0;
}

.content-author-reviewer {
  margin-bottom: 20px;
}

.content-author-reviewer .c-recent-article_reviewer {
  padding-left: 64px;
  margin-top: -20px;
  position: absolute;
}

.t-404 {
  position: relative;
  width: 100%;
  background-color: #dd1d1f;
}

@media (max-width: 699px) {
  .t-404 {
    height: auto;
    margin-top: 88px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404 {
    height: calc(100vh - 88px);
    margin-top: 88px;
  }
}

@media (min-width: 1000px) {
  .t-404 {
    height: calc(100vh - 98px);
    margin-top: 98px;
  }
}

.t-404_inner {
  color: #FFFFFF;
}

@media (max-width: 699px) {
  .t-404_inner {
    padding: 50px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404_inner {
    padding: 80px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .t-404_inner {
    padding: 80px 0 0 0;
  }
}

.t-404_title {
  margin: 0;
  font-weight: "freight-big-pro";
  line-height: 1;
}

@media (max-width: 699px) {
  .t-404_title {
    font-size: 75px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404_title {
    font-size: 100px;
  }
}

@media (min-width: 1000px) {
  .t-404_title {
    font-size: 100px;
  }
}

.t-404_description {
  line-height: 1.8;
  display: none;
}

@media (max-width: 699px) {
  .t-404_description {
    margin: 40px 0 0 0;
    font-size: 12px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404_description {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .t-404_description {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
}

@media (max-width: 699px) {
  .t-404_links {
    margin: 55px 0 0 0;
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404_links {
    margin: 65px 0 0 0;
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .t-404_links {
    margin: 65px 0 0 0;
    width: 50%;
  }
}

.t-404_link {
  padding: 25px 0;
  width: calc(50% - 15px);
  color: #FFFFFF;
  text-align: center;
  background-color: #242424;
}

.t-404_link:active, .t-404_link:focus, .t-404_link:hover {
  color: #FFFFFF;
}

.t-404_link:first-child {
  margin: 0 15px 0 0;
}

.t-404_link:last-child {
  margin: 0 0 0 15px;
}

@media (max-width: 699px) {
  .t-404_link {
    font-size: 13px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-404_link {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .t-404_link {
    font-size: 16px;
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .t-404_link:hover {
    background-color: #3a3a3c;
  }
}

.t-about {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-about {
    margin: 73px 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-about {
    margin: 83px 0 0;
  }
}

@media (min-width: 1000px) {
  .t-about {
    margin: 98px 0 0;
  }
}

.t-about_cover {
  position: relative;
  width: 100%;
}

@media (max-width: 699px) {
  .t-about_cover {
    height: 250px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-about_cover {
    height: 320px;
  }
}

@media (min-width: 1000px) {
  .t-about_cover {
    height: 530px;
  }
}

.t-about_cover-title {
  position: absolute;
  margin: 0;
  top: 50%;
  color: #FFFFFF;
  line-height: 1;
}

@media (max-width: 699px) {
  .t-about_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.8125rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-about_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.75rem;
  }
}

@media (min-width: 1000px) {
  .t-about_cover-title {
    -webkit-transform: translateY(calc(-50% - 80px));
        -ms-transform: translateY(calc(-50% - 80px));
            transform: translateY(calc(-50% - 80px));
    font-size: 4.375rem;
  }
  .is-ie .t-about_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t-about-top {
  position: relative;
}

@media (max-width: 999px) {
  .t-about-top {
    padding: 60px 0 0 0;
  }
}

.t-about-top_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f1f2;
}

@media (max-width: 999px) {
  .t-about-top_pattern {
    display: none;
  }
}

.t-about-bottom {
  position: relative;
}

.t-about-top_col {
  position: relative;
}

@media (max-width: 699px) {
  .t-about-top_col {
    width: 100%;
  }
  .t-about-top_col:first-child {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-about-top_col {
    width: 100%;
  }
  .t-about-top_col:first-child {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .t-about-top_col:first-child {
    width: 308px;
  }
  .t-about-top_col:last-child {
    margin: 0 0 0 0;
    width: calc(100% - 308px);
  }
  .t-about-top_col:last-child .-white {
    background-color: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  .t-about-top_col:first-child {
    width: 420px;
  }
  .t-about-top_col:last-child {
    margin: 0 0 0 0;
    width: calc(100% - 420px);
  }
  .t-about-top_col:last-child .-white {
    background-color: #FFFFFF;
  }
}

@media (max-width: 999px) {
  .t-about_section {
    margin: 0 0 75px 0;
  }
}

@media (min-width: 1000px) {
  .t-about_section {
    margin: 0 0 100px 0;
  }
}

.t-about_inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 999px) {
  .t-about_inner.-i1, .t-about_inner.-i3 {
    padding: 0 40px;
    width: 100%;
  }
  .t-about_inner.-i2 {
    padding: 0 20px;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .t-about_inner.-i1 {
    margin: -80px 0 150px 0;
    padding: 80px 40px 0 40px;
  }
  .t-about_inner.-i2 {
    padding: 0 20px;
    width: 100%;
  }
  .t-about_inner.-i3 {
    margin: 0 40px 250px 40px;
    padding: 80px 40px 0 40px;
  }
}

@media (min-width: 1200px) {
  .t-about_inner.-i1 {
    margin: -80px 0 200px 0;
    padding: 80px 0 0 120px;
    max-width: 650px;
  }
  .t-about_inner.-i2 {
    margin: 0;
    padding: 0;
    max-width: 790px;
  }
  .t-about_inner.-i3 {
    margin: 0;
    padding: 40px 0 400px 120px;
    max-width: 600px;
  }
  .t-about_inner.-i4 {
    width: 60%;
    margin: 0 0 0 40%;
  }
}

@media (min-width: 1400px) {
  .t-about_inner.-i3 {
    max-width: 670px;
  }
}

.t-about_article-head {
  margin: 0;
}

@media (max-width: 999px) {
  .t-about_article-head {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1000px) {
  .t-about_article-head {
    margin: 0 0 50px 0;
  }
}

@media (min-width: 1400px) {
  #community .t-about_article-head {
    width: 750px;
  }
  #advantages .t-about_article-head {
    width: 710px;
  }
}

@media (min-width: 700px) {
  .t-about-bottom .-about-el:nth-child(odd) .-about-col.-content {
    margin: 0 0 0 43.3%;
  }
  .t-about-bottom .-about-el:nth-child(even) .-about-col.-bg {
    margin: 0 0 0 43.3%;
  }
}

.t-about .no-pTop {
  padding-top: 0;
}

.t-about .no-pBottom {
  padding-bottom: 0;
}

.t-about .no-mBottom {
  margin-bottom: 0;
}

.t-about .c-textimage-block_row {
  padding: 60px;
}

.t-about .c-textimage-block_row header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.t-about .c-textimage-block_row header .c-textimage-block_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  mix-blend-mode: multiply;
}

@media (max-width: 1000px) {
  .t-about .c-textimage-block_row header .c-textimage-block_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    margin-right: 20px;
  }
}

.t-about .c-textimage-block_row header .c-textimage-block_image img {
  max-width: 58px;
}

.t-about .c-textimage-block_row header h3 {
  font-family: "Roboto", sans-serif;
  color: #343436;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin: 0;
}

.t-about .c-textimage-block_col {
  width: 100%;
}

.t-about .c-textimage-block_col .o-link-btn {
  margin-bottom: 0;
  margin-top: 1.875rem;
  min-width: 250px;
  text-align: center;
}

.t-about .team-companies {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-about .team-companies a {
  max-width: calc(33% - 30px);
  margin: 15px 0;
}

.t-about .-white {
  position: relative;
}

.t-about .-white.stretch-after:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 580px;
  position: absolute;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}

.t-about .c-textimage-block {
  margin: 3.75rem 0;
}

@media (min-width: 1400px) {
  .t-about .c-textimage-block_inner {
    width: 670px;
  }
}

.t-about .white {
  background-color: #FFFFFF;
}

.t-about .white.withBefore {
  position: relative;
}

.t-about .white.withBefore:after {
  content: '';
  display: block;
  background-color: #FFFFFF;
  width: 1000px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}

.t-about .white.withBefore:before {
  content: '';
  display: block;
  background-color: #FFFFFF;
  width: calc(100% + 420px);
  height: 860px;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.t-about #services {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.t-about #services .t-about_article-head h1 {
  margin-top: 0;
}

.t-about #services .team-companies {
  margin-top: 10.625rem;
}

@media (min-width: 1400px) {
  .t-about .c-accordion-block {
    width: 130%;
  }
}

@media (min-width: 1500px) {
  .t-about .c-accordion-block {
    width: 150%;
  }
}

@media (min-width: 1600px) {
  .t-about .c-accordion-block {
    width: 170%;
  }
}

.t-about .beforeWhite:before {
  content: '';
  display: block;
  background-color: #FFFFFF;
  width: 350%;
  height: calc(65% + 600px);
  position: absolute;
  top: -650px;
  right: -55%;
  z-index: 0;
}

.t-about #team {
  position: relative;
  z-index: 2;
}

.t-about .z3 {
  z-index: 3;
}

.t-about .c-readystart_btn {
  width: 220px;
}

.page-template-t-about .c-sidebar {
  z-index: 10;
}

.t-article {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-article {
    margin: 73px 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-article {
    margin: 83px 0 0;
  }
}

@media (min-width: 1000px) {
  .t-article {
    margin: 98px 0 0;
  }
}

@media (min-width: 1000px) {
  .t-article_row {
    margin: 0 0 100px 0;
  }
}

.t-article_col {
  position: relative;
  z-index: 1;
}

@media (max-width: 699px) {
  .t-article_col {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-article_col {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .t-article_col:last-child {
    margin: 500px 0 0 0;
    background-color: #FFFFFF;
  }
}

.t-article_cover {
  position: absolute;
  top: 0;
  left: 0;
  margin: 70px 60px 0 60px;
  width: calc(100% - 120px);
  height: 570px;
  opacity: 1;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.has-notcover .t-article_cover {
  opacity: 0;
}

@media (max-width: 999px) {
  .t-article_cover {
    position: relative;
    margin: 0;
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 999px) {
  .t-article_thumb {
    display: none;
  }
}

@media (min-width: 1000px) {
  .t-article_thumb {
    position: relative;
    top: 0;
    left: 0;
    margin: 70px 0 70px 60px;
    width: calc(100% - 60px);
    padding-top: 56.25%;
    opacity: 0;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  .has-notcover .t-article_thumb {
    opacity: 1;
  }
}

.t-article_content {
  position: relative;
}

@media (min-width: 1000px) {
  .t-article_content {
    max-width: 670px;
  }
}

.t-article_content-head {
  margin: 0;
}

@media (max-width: 999px) {
  .t-article_content-head {
    margin: 25px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .t-article_content-head {
    margin: 60px 0 0 0;
  }
}

.t-article_content-infos {
  margin: 0;
  font-size: 11px !important;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  line-height: 2;
  color: #555253;
  text-transform: uppercase;
}

.t-article_content-infos time {
  display: block;
}

.t-article_content-infos a {
  position: relative;
  color: #555253;
}

.t-article_content-infos a:active, .t-article_content-infos a:focus, .t-article_content-infos a:hover {
  color: #555253;
}

.t-article_content-infos a:active::before, .t-article_content-infos a:focus::before, .t-article_content-infos a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.t-article_content-infos a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #555253;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.t-contact {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-contact {
    margin: 73px 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-contact {
    margin: 83px 0 0;
  }
}

@media (min-width: 1000px) {
  .t-contact {
    margin: 98px 0 0;
  }
}

.t-contact_map {
  position: relative;
  width: 100%;
}

@media (max-width: 699px) {
  .t-contact_map {
    height: 200px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-contact_map {
    height: 300px;
  }
}

@media (min-width: 1000px) {
  .t-contact_map {
    height: 450px;
  }
}

.t-contact_map a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 999px) {
  .t-contact_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.t-contact_sidebar {
  background-color: #FFFFFF;
}

@media (max-width: 999px) {
  .t-contact_sidebar {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .t-contact_sidebar {
    width: 360px;
  }
  .is-mobile .t-contact_sidebar {
    width: 300px;
  }
}

.t-contact_content {
  padding: 30px 0 0 0;
  background-color: #FFFFFF;
}

.is-mobile .t-contact_content .o-container-col {
  padding-left: 3.75rem;
  padding-right: 0;
}

@media (max-width: 999px) {
  .t-contact_content {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .t-contact_content {
    width: calc(100% - 360px);
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .is-mobile .t-contact_content {
    width: calc(100% - 300px);
  }
}

body[class*="page-template-t-form"] .o-page {
  width: 100%;
}

body[class*="page-template-t-form"] .c-header {
  right: 0;
}

body[class*="page-template-t-form"] .c-sidebar, body[class*="page-template-t-form"] .c-banner, body[class*="page-template-t-form"] .c-free-assessment {
  display: none;
}

@media (max-width: 699px) {
  body[class*="page-template-t-form"] .o-form_container {
    padding: 10px 20px;
  }
}

.t-form {
  position: relative;
}

.t-form_cover {
  width: 100%;
  height: auto;
}

.t-form_cover.bg {
  background-color: #343436;
  margin: 9.25rem 0 0 0;
}

@media (max-width: 999px) {
  .t-form_cover.bg {
    margin: 8.3125rem 0 0 0;
  }
}

@media (max-width: 699px) {
  .t-form_cover.bg {
    margin: 7.625rem 0 0 0;
  }
}

.t-form_cover-col {
  position: relative;
}

.t-form_cover-inner {
  position: relative;
  margin: 9.25rem 0 1.875rem 0;
}

@media (max-width: 999px) {
  .t-form_cover-inner {
    margin: 8.3125rem 0 1.875rem 0;
  }
}

@media (max-width: 699px) {
  .t-form_cover-inner {
    margin: 7.625rem 0 1.25rem 0;
  }
}

.t-form_cover-inner .newsletter {
  position: relative;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  border: none;
}

.t-form_cover-icon {
  position: relative;
  margin: 2.5rem 0 0 0;
  width: 2.5rem;
  height: 2.5rem;
}

.t-form_cover-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #dd1d1f;
}

.t-form_cover-title {
  display: inline-block;
  margin: 30px 0;
  color: #FFFFFF;
  font-size: 28px;
}

@media (min-width: 1000px) {
  .t-form_cover-title {
    font-size: 37px;
  }
}

@media (max-width: 999px) {
  .t-form_cover-title {
    font-size: 26px;
  }
}

@media (max-width: 699px) {
  .t-form_cover-title {
    font-size: 18px;
    margin: 15px 0;
  }
}

.t-form_inner {
  position: relative;
}

.t-list {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-list {
    margin: 73px 0 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-list {
    margin: 83px 0 0;
  }
}

@media (min-width: 1000px) {
  .t-list {
    margin: 98px 0 0;
  }
}

.t-list_cover {
  position: relative;
  width: 100%;
}

@media (max-width: 699px) {
  .t-list_cover {
    height: 250px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-list_cover {
    height: 320px;
  }
}

@media (min-width: 1000px) {
  .t-list_cover {
    height: 530px;
  }
}

.t-list_cover-title {
  position: absolute;
  margin: 0;
  top: 50%;
  color: #FFFFFF;
  line-height: 1;
}

@media (max-width: 699px) {
  .t-list_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.8125rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-list_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.75rem;
  }
}

@media (min-width: 1000px) {
  .t-list_cover-title {
    -webkit-transform: translateY(calc(-50% - 80px));
        -ms-transform: translateY(calc(-50% - 80px));
            transform: translateY(calc(-50% - 80px));
    font-size: 4.375rem;
  }
  .is-ie .t-list_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t-generic {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-generic {
    margin-top: 73px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-generic {
    margin-top: 83px;
  }
}

@media (min-width: 1000px) {
  .t-generic {
    margin-top: 98px;
  }
}

.t-generic_col {
  position: relative;
}

@media (max-width: 699px) {
  .t-generic_col {
    width: 100%;
  }
  .t-generic_col:last-child {
    padding-bottom: 60px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-generic_col {
    width: 100%;
  }
  .t-generic_col:last-child {
    padding-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .t-generic_col:last-child {
    padding-bottom: 90px;
  }
  .is-mobile .t-generic_col {
    width: 100% !important;
  }
}

.t-generic_article {
  position: relative;
}

@media (min-width: 1000px) {
  .t-generic_article {
    max-width: 670px;
  }
}

@media (min-width: 1600px) {
  .t-generic_article {
    max-width: 740px;
  }
}

.t-generic_article-head {
  margin: 0;
}

@media (max-width: 999px) {
  .t-generic_article-head {
    margin: 25px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .t-generic_article-head {
    margin: 50px 0 0 0;
  }
}

.t-generic_article-bg {
  position: relative;
  width: 100%;
  padding-top: 52.23%;
}

@media (max-width: 999px) {
  .t-generic_article-bg {
    margin: 0 0 50px 0;
  }
}

@media (min-width: 1000px) {
  .t-generic_article-bg {
    margin: 0 0 50px 0;
  }
}

.t-search {
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 699px) {
  .t-search {
    margin: 100px 0;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search {
    margin: 100px 0;
  }
}

@media (min-width: 1000px) {
  .t-search {
    margin: 115px 0 100px 0;
  }
}

.t-search_cover {
  position: relative;
  width: 100%;
}

@media (max-width: 699px) {
  .t-search_cover {
    height: 250px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search_cover {
    height: 320px;
  }
}

@media (min-width: 1000px) {
  .t-search_cover {
    height: 530px;
  }
}

.t-search_cover-title {
  position: absolute;
  margin: 0;
  top: 50%;
  color: #FFFFFF;
  line-height: 1;
}

@media (max-width: 699px) {
  .t-search_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.5rem;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.75rem;
  }
}

@media (min-width: 1000px) {
  .t-search_cover-title {
    -webkit-transform: translateY(calc(-50% - 80px));
        -ms-transform: translateY(calc(-50% - 80px));
            transform: translateY(calc(-50% - 80px));
    font-size: 4.375rem;
  }
  .is-ie .t-search_cover-title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t-search_subtitle {
  position: absolute;
  height: 40px;
}

@media (min-width: 1000px) {
  .t-search_subtitle {
    bottom: 120px;
  }
}

.t-search_subtitle h2 {
  margin: 0 0 30px 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #FFFFFF;
}

@media (max-width: 699px) {
  .t-search_subtitle h2 {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search_subtitle h2 {
    display: none;
  }
}

@media (min-width: 1000px) {
  .t-search_subtitle h2 {
    font-size: 35px;
    padding: 0 0 0 50px;
  }
}

.t-search_subtitle-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 699px) {
  .t-search_subtitle-icon {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search_subtitle-icon {
    display: none;
  }
}

@media (min-width: 1000px) {
  .t-search_subtitle-icon {
    width: 25px;
    height: 25px;
  }
}

.t-search_subtitle-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}

.t-search_inner {
  position: relative;
  margin: 0;
}

@media (min-width: 1000px) {
  .t-search_inner {
    -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

.t-search_inner h1 {
  margin: 0;
}

@media (max-width: 699px) {
  .t-search_inner h1 {
    font-size: 40px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .t-search_inner h1 {
    font-size: 55px;
  }
}

@media (min-width: 1000px) {
  .t-search_inner h1 {
    font-size: 70px;
  }
}

.t-search_head {
  position: relative;
}

@media (max-width: 699px) {
  .t-search_head-item {
    width: 100%;
    margin: 10px 0;
  }
}

@media (min-width: 700px) {
  .t-search_head-item:first-child {
    width: 66.6666666667%;
  }
  .t-search_head-item:last-child {
    width: 33.3333333333%;
  }
}

.t-search_backhome {
  margin: 30px 0 0 0;
}

@media (max-width: 999px) {
  .t-search_backhome {
    text-align: center;
    font-size: 13px;
  }
}

.page-template-payments-form header {
  background-color: #343436;
}

.page-template-payments-form header .o-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-payments-form header .payments-logo {
  display: inline-block;
  width: 260px;
  padding: 10px 25px;
  background-color: #fff;
}

.page-template-payments-form header .payments-title {
  font-size: 32px;
  color: #fff;
  font-family: "freight-big-pro";
  padding-left: 40px;
  line-height: 1;
}

.page-template-payments-form .t-form_inner {
  padding-top: 30px;
}

.page-template-payments-form .t-form_inner .payment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .page-template-payments-form header .payments-title {
    font-size: 26px;
  }
}

@media (max-width: 499px) {
  .page-template-payments-form header .o-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .page-template-payments-form header .payments-title {
    font-size: 18px;
    padding: 10px 25px;
  }
  .page-template-payments-form header .payments-logo {
    width: 100%;
  }
  .page-template-payments-form .t-form_inner {
    padding-top: 15px;
  }
}

.page-template-payments-form .billing_container {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}

.page-template-payments-form .-half {
  width: calc(50% - 7.5px);
  display: inline-block;
}

.page-template-payments-form .-half:nth-child(odd) {
  margin-left: 15px;
}

@media (max-width: 499px) {
  .page-template-payments-form .-half {
    width: 100%;
  }
  .page-template-payments-form .-half:nth-child(odd) {
    margin-left: 0px;
  }
}

.page-template-payments-form .form_sub_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

.page-template-payments-form fieldset {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  display: inline-block;
  width: 100%;
}

.page-template-payments-form fieldset.st {
  display: inline-block;
  width: 70px;
}

.page-template-payments-form fieldset.sn {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 10px;
}

.page-template-payments-form fieldset label {
  font-size: 15px;
}

.page-template-payments-form fieldset input {
  background-color: #fff;
}

.page-template-payments-form fieldset input.filled {
  pointer-events: none;
}

.page-template-payments-form fieldset .o-form_input-wrap input {
  line-height: 37px;
  font-size: 14px;
  padding: 0 10px;
}

.page-template-payments-form .two_three {
  width: 66.66%;
}

.page-template-payments-form .two_three .contract_container {
  margin-bottom: 40px;
}

.page-template-payments-form .two_three .contract_container.signed .hello .holder {
  margin: 40px auto;
}

.page-template-payments-form .two_three .contract_container.signed .hello .holder .top > span {
  margin: 0;
  padding: 0 20px;
}

.page-template-payments-form .two_three .iframe_holder {
  position: relative;
}

.page-template-payments-form .two_three .iframe_holder .iframe_wrap {
  width: 100%;
  height: 350px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

.page-template-payments-form .two_three .iframe_holder .iframe_wrap iframe {
  width: 100%;
  height: 100%;
}

.page-template-payments-form .two_three .iframe_holder a svg {
  width: 20px;
  height: 18px;
  color: #000;
}

.page-template-payments-form .two_three .iframe_holder a span {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.8px;
  margin-left: 10px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

.page-template-payments-form .two_three .hello .holder {
  width: 440px;
  margin: 40px auto 0;
}

.page-template-payments-form .two_three .hello .holder .top {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #efefef;
  text-align: center;
  padding: 10px 0;
}

.page-template-payments-form .two_three .hello .holder .top > span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-right: 30px;
}

.page-template-payments-form .two_three .hello .holder .top a {
  width: 130px;
  text-align: center;
  display: inline-block;
  background-color: #c2181b;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 0.8px;
  padding: 10px 0;
}

.page-template-payments-form .two_three .hello .holder .top a svg {
  width: 16px;
  height: 14px;
  margin-left: 10px;
}

.page-template-payments-form .two_three .hello .holder .bot {
  margin-top: 25px;
  border-top: 3px solid #000;
  font-size: 18px;
  text-align: center;
}

.page-template-payments-form .two_three .o-form-block_title h2, .page-template-payments-form .two_three .o-form-block_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.page-template-payments-form .two_three .o-form-block_title h2 .toggle, .page-template-payments-form .two_three .o-form-block_title h3 .toggle {
  font-size: 14px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  margin-right: 20px;
}

.page-template-payments-form .two_three section {
  border: 1px solid #ededed;
  border-left: 6px solid #c2181b;
  padding: 20px;
}

.page-template-payments-form .two_three section:not(:last-child) {
  margin-bottom: 50px;
}

.page-template-payments-form .two_three .accordion_wrapper {
  margin-bottom: 50px;
}

.page-template-payments-form .two_three .accordion_wrapper .js-dropdown-toggle {
  position: relative;
}

.page-template-payments-form .one_three {
  width: 33.33%;
  padding-left: 20px;
}

.page-template-payments-form .one_three .fixed-payments h2 {
  margin-bottom: 20px;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary {
  position: relative;
  padding: 20px 30px;
  background-color: #343436;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 1;
  background: url(../images/border.png) center no-repeat;
  background-size: cover;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary span {
  color: #fff;
  text-transform: uppercase;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary .total {
  border-top: 2px solid #fff;
  padding-top: 10px;
  margin-top: 10px;
}

.page-template-payments-form .one_three .fixed-payments .payment_right_summary .total span {
  font-size: 16px;
  font-weight: 700;
}

.page-template-payments-form .one_three .fixed-payments .form_container {
  position: relative;
  padding-top: 30px;
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.page-template-payments-form .one_three .fixed-payments .form_container .o-layout {
  padding: 0 30px;
}

.page-template-payments-form .one_three .fixed-payments .form_container .other {
  margin-bottom: 10px;
}

.page-template-payments-form .one_three .fixed-payments .form_container .other .card {
  width: 43px;
  margin-right: 5px;
  vertical-align: top;
}

.page-template-payments-form .one_three .fixed-payments .form_container .other a {
  width: calc(100% - 144px);
  height: 27px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #c2181b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-payments-form .one_three .fixed-payments .form_container .other a svg {
  width: 18px;
  height: 16px;
  margin-left: 5px;
  color: #fff;
}

.page-template-payments-form .one_three .fixed-payments .form_container .other a span {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.page-template-payments-form .one_three .fixed-payments .form_container button {
  width: 100%;
  background-color: #63963a;
  color: #fff;
  height: 58px;
  font-weight: 400px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-payments-form .one_three .fixed-payments .form_container .copy {
  font-size: 12px;
  text-align: center;
  padding: 0 5%;
}

@media (max-width: 1599px) {
  .page-template-payments-form .two_three h2 {
    font-size: 30px;
  }
  .page-template-payments-form .one_three .fixed-payments h2 {
    font-size: 30px;
  }
}

@media (max-width: 1399px) {
  .page-template-payments-form .two_three {
    width: 60%;
  }
  .page-template-payments-form .one_three {
    width: 40%;
  }
}

@media (max-width: 999px) {
  .page-template-payments-form .payment_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-payments-form .payment_container .two_three {
    width: 100%;
  }
  .page-template-payments-form .payment_container .one_three {
    width: 100%;
    padding-left: 0;
  }
  .page-template-payments-form .payment_container .one_three .fixed-payments .payment_right_summary:before {
    display: none;
  }
}

@media (max-width: 699px) {
  .page-template-payments-form .payment_container .two_three .hello .holder {
    width: auto;
    max-width: 440px;
  }
}

@media (max-width: 499px) {
  .page-template-payments-form .one_three .fixed-payments .form_container .o-layout {
    padding: 0 15px;
  }
  .page-template-payments-form .one_three .fixed-payments .payment_right_summary {
    padding: 15px;
  }
  .page-template-payments-form .one_three .fixed-payments .form_container .other a {
    width: 100%;
    margin-top: 10px;
  }
  .page-template-payments-form fieldset label {
    font-size: 13px;
  }
  .page-template-payments-form .payment_container.signed .two_three > .o-form-block_title:not(.accordion_wrapper), .page-template-payments-form .payment_container.signed .two_three > .billing_container, .page-template-payments-form .payment_container.signed .two_three .contract_container {
    display: none;
  }
  .page-template-payments-form .payment_container .two_three h2 {
    font-size: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-payments-form .payment_container .two_three .hello .holder {
    width: auto;
    max-width: 440px;
  }
  .page-template-payments-form .payment_container .two_three .hello .holder .top {
    background-color: #c2181b;
  }
  .page-template-payments-form .payment_container .two_three .hello .holder .top > span {
    font-size: 12px;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
  }
  .page-template-payments-form .payment_container .two_three .hello .holder .top a {
    width: auto;
    font-size: 10px;
    padding: 5px 20px;
    background-color: #000;
  }
  .page-template-payments-form .payment_container .two_three .hello .holder .top a svg {
    width: 12px;
    height: 10px;
  }
  .page-template-payments-form .payment_container .two_three table tr {
    font-size: 12px;
  }
  .page-template-payments-form .payment_container .one_three h2 {
    font-size: 22px;
  }
  .page-template-payments-form .payment_container .one_three .fixed-payments .form_container button {
    font-size: 16px;
  }
}

.custom-payments h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.custom-payments h2 a {
  height: 27px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #c2181b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.custom-payments h2 a svg {
  width: 18px;
  height: 16px;
  margin-left: 5px;
  color: #fff;
}

.custom-payments h2 a span {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.8px;
  margin-left: 10px;
  font-weight: 500;
}

.custom-payments section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-payments section > div.medium {
  width: 38.5%;
}

.custom-payments section > div.small {
  width: 23%;
}

.custom-payments section > div.large {
  width: 77%;
}

.custom-payments section .form_sub_title {
  font-size: 18px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.custom-payments section fieldset {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.custom-payments section fieldset:last-child {
  margin-bottom: 0;
}

.custom-payments section fieldset.st {
  display: inline-block;
  width: 70px;
}

.custom-payments section fieldset.sn {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 10px;
}

.custom-payments section fieldset label {
  font-size: 15px;
}

.custom-payments section fieldset .o-form_input-wrap input {
  line-height: 37px;
  font-size: 14px;
  padding: 0 10px;
}

.custom-payments section .o-form_input-wrap {
  background-color: #fff;
}

.custom-payments section .payment_summary {
  position: relative;
  padding: 40px 20px;
  background-color: #343436;
}

.custom-payments section .payment_summary:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -15px;
  border-top: 234px solid transparent;
  border-bottom: 234px solid transparent;
  border-left: 15px solid #343436;
  z-index: 1;
}

.custom-payments section .payment_summary .summary_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #4e4e4e;
}

.custom-payments section .payment_summary fieldset {
  margin-top: 70px;
}

.custom-payments section .payment_billing {
  position: relative;
  padding: 40px 20px 40px 45px;
  background-color: #f7f7f7;
  font-size: 0;
}

.custom-payments section .payment_billing:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -15px;
  border-top: 234px solid transparent;
  border-bottom: 234px solid transparent;
  border-left: 15px solid #f7f7f7;
  z-index: 1;
}

.custom-payments section .payment_card {
  padding: 40px 20px 40px 45px;
}

.custom-payments section .payment_card .other {
  margin: 45px 0 12px;
}

.custom-payments section .payment_card .other .card {
  width: 43px;
  margin-right: 5px;
  vertical-align: top;
}

.custom-payments section.extra {
  background-color: #f7f7f7;
  margin-top: 10px;
}

.custom-payments section.extra .payment_extra {
  padding: 40px 20px 40px 45px;
}

.custom-payments section.extra .payment_extra.noPad {
  padding-top: 0;
}

.custom-payments section.extra .payment_extra textarea {
  min-height: 3.875rem;
}

.custom-payments section.extra button {
  width: 100%;
  background-color: #63963a;
  color: #fff;
  height: 58px;
  font-weight: 400px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-payments section.extra .copy {
  font-size: 12px;
}

@media (max-width: 1599px) {
  .custom-payments h2 {
    font-size: 30px;
  }
}

@media (max-width: 1399px) {
  .custom-payments section > div.medium {
    width: 100%;
  }
  .custom-payments section > div.small {
    width: 100%;
  }
  .custom-payments section > div.large {
    width: 100%;
  }
  .custom-payments section .payment_summary:before {
    display: none;
  }
  .custom-payments section .payment_summary fieldset {
    margin-top: 20px;
  }
  .custom-payments section .payment_billing {
    padding: 40px 20px;
  }
  .custom-payments section .payment_billing:before {
    display: none;
  }
  .custom-payments section .payment_card {
    padding: 40px 20px;
  }
  .custom-payments section .payment_card:before {
    display: none;
  }
  .custom-payments section.extra {
    margin-top: 0;
  }
  .custom-payments section.extra .payment_extra {
    padding: 40px 20px;
  }
}

@media (max-width: 499px) {
  .custom-payments h2 {
    font-size: 22px;
  }
}

.payments-230-CAD .custom-payments, .payments-200-USD .custom-payments, .immigration-app .custom-payments {
  overflow: hidden;
}

.payments-230-CAD .custom-payments .o-form-block_title-icon, .payments-200-USD .custom-payments .o-form-block_title-icon, .immigration-app .custom-payments .o-form-block_title-icon {
  top: 27%;
}

.payments-230-CAD .custom-payments h2, .payments-200-USD .custom-payments h2, .immigration-app .custom-payments h2 {
  display: block;
}

.payments-230-CAD .custom-payments h2 > span, .payments-200-USD .custom-payments h2 > span, .immigration-app .custom-payments h2 > span {
  margin-bottom: 20px;
  display: block;
}

.payments-230-CAD .custom-payments #canadim-sop-section, .payments-200-USD .custom-payments #canadim-sop-section, .immigration-app .custom-payments #canadim-sop-section {
  display: block;
}

.payments-230-CAD .custom-payments .payment_summary, .payments-200-USD .custom-payments .payment_summary, .immigration-app .custom-payments .payment_summary {
  width: 100%;
  padding: 20px 30px;
}

.payments-230-CAD .custom-payments .payment_summary:before, .payments-200-USD .custom-payments .payment_summary:before, .immigration-app .custom-payments .payment_summary:before {
  content: '';
  position: absolute;
  top: inherit;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border-top: 15px solid #343436;
  border-right: 200px solid transparent;
  border-left: 200px solid transparent;
  z-index: 1;
  width: 100%;
  right: inherit;
  border-bottom: inherit;
}

.payments-230-CAD .custom-payments .payment_summary fieldset, .payments-200-USD .custom-payments .payment_summary fieldset, .immigration-app .custom-payments .payment_summary fieldset {
  margin-top: 10px;
  margin-bottom: 0;
}

.payments-230-CAD .custom-payments .payment_billing, .payments-200-USD .custom-payments .payment_billing, .immigration-app .custom-payments .payment_billing {
  width: 100%;
  padding: 30px 30px 10px 30px;
}

.payments-230-CAD .custom-payments .payment_billing:before, .payments-200-USD .custom-payments .payment_billing:before, .immigration-app .custom-payments .payment_billing:before {
  display: none;
}

.payments-230-CAD .custom-payments .payment_card, .payments-200-USD .custom-payments .payment_card, .immigration-app .custom-payments .payment_card {
  width: 100%;
  padding: 20px 30px 0 30px;
}

.payments-230-CAD .custom-payments .payment_card .other, .payments-200-USD .custom-payments .payment_card .other, .immigration-app .custom-payments .payment_card .other {
  margin: 0 0 12px;
}

.payments-230-CAD .custom-payments .extra .small, .payments-200-USD .custom-payments .extra .small, .immigration-app .custom-payments .extra .small {
  display: none;
}

.payments-230-CAD .custom-payments .extra .payment_extra, .payments-200-USD .custom-payments .extra .payment_extra, .immigration-app .custom-payments .extra .payment_extra {
  width: 100%;
  padding: 30px;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

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

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

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

.u-align-baseline {
  vertical-align: baseline !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-vertical-center {
  font-size: 0;
}

.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

@media (min-width: 1400px) {
  .u-1\/4\@from-big {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .u-1\/3\@from-big {
    width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .u-3\/4\@from-big {
    width: 75%;
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.3333333333%;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .u-1\/3\@from-medium-to-big {
    width: 33.3333333333%;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .u-1\/2\@from-medium-to-big {
    width: 50%;
  }
}

@media (min-width: 700px) and (max-width: 1399px) {
  .u-1\/2\@from-small-to-big {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .u-2\/3\@from-medium {
    width: 66.6666666667%;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .u-2\/3\@from-medium-to-big {
    width: 66.6666666667%;
  }
}

@media (max-width: 999px) {
  .u-1\/3\@to-medium {
    width: 33.3333333333%;
  }
}

@media (max-width: 999px) {
  .u-2\/3\@to-medium {
    width: 66.6666666667%;
  }
}

.u-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
