@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/300.woff2") format("woff2"), url("../fonts/300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/500.woff2") format("woff2"), url("../fonts/500.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/600.woff2") format("woff2"), url("../fonts/600.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/600i.woff2") format("woff2"), url("../fonts/600i.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/700.woff2") format("woff2"), url("../fonts/700.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@keyframes sk-pulse {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/*DEFAULTS*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --layout-space: 25px; }

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #353534;
  overflow-x: hidden;
  margin: 0 !important; }
  html:not(.disable-scroll-behave) {
    scroll-behavior: smooth;
    scroll-padding-top: 160px; }
    @media (max-width: 1100px) {
      html:not(.disable-scroll-behave) {
        scroll-padding-top: 130px; } }
  @media (max-width: 1100px) {
    html.menuopen {
      overflow: hidden; } }
  html.popupopen {
    overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 1.46688;
  font-weight: 300;
  color: #353534;
  font-feature-settings: 'lnum' 1; }

body.resizing *:not(.ignore_resizing):not(.slider-custom),
body.resizing *:not(.ignore_resizing):after,
body.resizing *:not(.ignore_resizing):before {
  transition: none !important; }

.container {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  grid-auto-rows: 1fr auto;
  -ms-grid-rows: 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media (min-width: 1101px) {
    .container {
      grid-auto-rows: auto auto 1fr auto;
      -ms-grid-rows: auto auto 1fr auto; } }
  @media (min-width: 1101px) {
    .container .topbar {
      -ms-grid-row: 1;
      grid-row: 1; } }
  @media (min-width: 1101px) {
    .container .header {
      -ms-grid-row: 2;
      grid-row: 2; } }
  .container .main {
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 100%;
    padding-top: 100px; }
    @media (min-width: 1101px) {
      .container .main {
        -ms-grid-row: 3;
        grid-row: 3;
        padding-top: 0; } }
    @media (max-width: 1100px) {
      .container .main {
        padding-top: 70px; } }
  .container .footer {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 100%; }
    @media (min-width: 1101px) {
      .container .footer {
        -ms-grid-row: 4;
        grid-row: 4; } }

.wrapper0 {
  width: calc(100% - 120px);
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (max-width: 1300px) {
    .wrapper0 {
      width: calc(100% - 80px); } }
  @media (max-width: 1100px) {
    .wrapper0 {
      width: calc(100% - 50px); } }

.wrapper2 {
  width: calc(100% - 120px);
  max-width: 1298px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1300px) {
    .wrapper2 {
      width: calc(100% - 80px); } }
  @media (max-width: 1100px) {
    .wrapper2 {
      width: calc(100% - 50px); } }

.wrapper3 {
  width: calc(100% - 120px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1300px) {
    .wrapper3 {
      width: calc(100% - 80px); } }
  @media (max-width: 1100px) {
    .wrapper3 {
      width: calc(100% - 50px); } }

.wrapper4 {
  width: calc(100% - 120px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1300px) {
    .wrapper4 {
      width: calc(100% - 80px); } }
  @media (max-width: 1100px) {
    .wrapper4 {
      width: calc(100% - 50px); } }

.wrapper_full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px; }

.wrapper {
  width: calc(100% - 120px);
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1300px) {
    .wrapper {
      width: calc(100% - 80px); } }
  @media (max-width: 1100px) {
    .wrapper {
      width: calc(100% - 50px); } }
  @media (max-width: 1300px) {
    .wrapper_xlm {
      max-width: 900px; } }
  @media (max-width: 1100px) {
    .wrapper_lgm {
      max-width: 570px; } }
  @media (max-width: 767px) {
    .wrapper_mdm {
      max-width: 400px; } }
  @media (max-width: 577px) {
    .wrapper_smm {
      max-width: 300px; } }

A {
  outline: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent; }

a[href^=tel]:not([class]) {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

a:active, a:hover {
  outline: 0; }

IMG {
  border: 0;
  -ms-interpolation-mode: bicubic; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block; }

audio, progress, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

* html audio, * html canvas, * html video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

b, strong {
  font-weight: bold; }

button, input, select, optgroup, textarea {
  font-family: "Work Sans", sans-serif;
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0.8em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

* + html code, * + html kbd, * + html pre, * + html samp {
  font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

svg {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

* html legend {
  margin-left: -7px; }

* + html legend {
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

input {
  padding: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

* html button, * html input[type="button"], * html input[type="reset"], * html input[type="submit"] {
  overflow: visible; }

* html button, * + html input[type="button"], * + html input[type="reset"], * + html input[type="submit"] {
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

* html input[type="checkbox"], * html input[type="radio"] {
  height: 13px;
  width: 13px; }

* + html input[type="checkbox"], * + html input[type="radio"] {
  height: 13px;
  width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

area {
  cursor: pointer; }

hr {
  box-sizing: content-box;
  height: 0; }

/*SICOFILL*/
.sico {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  overflow: visible; }

.sicos {
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
  display: inline-block;
  pointer-events: none; }

.sicofill {
  fill: currentColor;
  display: inline-block;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%; }

.svghide {
  overflow: visible; }
  .svghide_cont {
    position: absolute;
    overflow: hidden !important; }

/**MQ**/
@media (max-width: 319px) {
  body {
    min-width: 320px;
    overflow-x: hidden; } }
/*STYLE PRIMARY*/
/*GRID*/
.grid {
  display: flex;
  margin-left: -20px; }
  .grid:not([class*="flex-nowrap"]) {
    flex-wrap: wrap; }
  .grid > .col1, .grid > .col2, .grid > .col25, .grid > .col23, .grid > .col3, .grid > .col35, .grid > .col34, .grid > .col4,
  .grid > .col5, .grid > .col6, .grid > .col8, .grid > .col_default,
  .grid > .col15p,
  .grid > .col22p,
  .grid > .col30p,
  .grid > .col35p,
  .grid > .col40p,
  .grid > .col45p,
  .grid > .col55p,
  .grid > .col56p,
  .grid > .col60p,
  .grid > .col70p,
  .grid > .col_custom1,
  .grid > .col_custom2 {
    margin-left: 20px; }
  .grid > .col1 {
    width: calc(100% - 20px); }
  .grid > .col23 {
    width: calc(66.666% - 20px); }
  .grid > .col2 {
    width: calc(50% - 20px); }
  .grid > .col25 {
    width: calc(40% - 20px); }
  .grid > .col3 {
    width: calc((33.333%) - 20px); }
  .grid > .col30p {
    width: calc(30% - 20px); }
  .grid > .col34 {
    width: calc(75% - 20px); }
  .grid > .col4 {
    width: calc(25% - 20px); }
  .grid > .col5 {
    width: calc(20% - 20px); }
  .grid > .col35,
  .grid > .col60p {
    width: calc(60% - 20px); }
  .grid > .col6 {
    width: calc(16.6666% - 20px); }
  .grid > .col8 {
    width: calc(12.5% - 20px); }
  .grid > .col15p {
    width: calc(15% - 20px); }
  .grid > .col22p {
    width: calc(22% - 20px); }
  .grid > .col35p {
    width: calc(35% - 20px); }
  .grid > .col_custom1 {
    width: calc(37.78% - 20px); }
  .grid > .col_custom2 {
    width: calc(24.44% - 20px); }
  .grid > .col40p {
    width: calc(40% - 20px); }
  .grid > .col45p {
    width: calc(45% - 20px); }
  .grid > .col55p {
    width: calc(55% - 20px); }
  .grid > .col56p {
    width: calc(56% - 20px); }
  .grid > .col70p {
    width: calc(70% - 20px); }
  .grid > .offset {
    margin-top: 20px; }
  .grid > .col_equal {
    flex: 1 1 0%;
    margin-left: 20px; }
  .grid > .col_fill {
    flex: 1 1 auto;
    margin-left: 20px;
    min-width: 0; }
  .grid > .col_fill2 {
    flex: 1 1 0px;
    margin-left: 20px;
    min-width: 0; }
  .grid > .offset_double {
    margin-top: 40px; }
  .grid > .offset_half {
    margin-top: 10px; }
  @media (max-width: 1300px) {
    .grid > .col5_xlm {
      width: calc(20% - 20px); }
    .grid > .col25_xlm {
      width: calc(40% - 20px); }
    .grid > .col30p_xlm {
      width: calc(30% - 20px); }
    .grid > .col1_xlm {
      width: calc(100% - 20px); }
    .grid > .col2_xlm {
      width: calc(50% - 20px); }
    .grid > .col3_xlm {
      width: calc(33.333% - 20px);
      flex: 0 1 auto; }
    .grid > .col4_xlm {
      width: calc(25% - 20px);
      flex: 0 1 auto; }
    .grid > .col233_xlm {
      width: calc((66.666%/3) - 20px); }
    .grid > .offset_double_xlm {
      margin-top: 40px; } }
  @media (max-width: 1100px) {
    .grid > .col1_lgm {
      width: calc(100% - 20px); }
    .grid > .col2_lgm {
      width: calc(50% - 20px); }
    .grid > .col3_lgm {
      width: calc(33.333% - 20px); }
    .grid > .col4_lgm {
      width: calc(25% - 20px); }
    .grid > .col5_lgm {
      width: calc(20% - 20px); }
    .grid > .offset_double_lgm {
      margin-top: 40px; }
    .grid > .offset_half_lgm {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .grid > .col1_mdm {
      width: calc(100% - 20px); }
    .grid > .col2_mdm {
      width: calc(50% - 20px); }
    .grid > .col3_mdm {
      width: calc(33.333% - 20px); }
    .grid > .offset_double_mdm {
      margin-top: 40px; }
    .grid > .offset_triple_mdm {
      margin-top: 60px; } }
  @media (max-width: 577px) {
    .grid > .col1_smm {
      width: calc(100% - 20px); } }
  .grid.small-space {
    margin-left: -10px; }
    .grid.small-space > .col1, .grid.small-space > .col2, .grid.small-space > .col25, .grid.small-space > .col23, .grid.small-space > .col3, .grid.small-space > .col35, .grid.small-space > .col34, .grid.small-space > .col4,
    .grid.small-space > .col5, .grid.small-space > .col6, .grid.small-space > .col8, .grid.small-space > .col_default,
    .grid.small-space > .col15p,
    .grid.small-space > .col22p,
    .grid.small-space > .col30p,
    .grid.small-space > .col35p,
    .grid.small-space > .col40p,
    .grid.small-space > .col45p,
    .grid.small-space > .col55p,
    .grid.small-space > .col56p,
    .grid.small-space > .col60p,
    .grid.small-space > .col70p,
    .grid.small-space > .col_custom1,
    .grid.small-space > .col_custom2 {
      margin-left: 10px; }
    .grid.small-space > .col1 {
      width: calc(100% - 10px); }
    .grid.small-space > .col23 {
      width: calc(66.666% - 10px); }
    .grid.small-space > .col2 {
      width: calc(50% - 10px); }
    .grid.small-space > .col25 {
      width: calc(40% - 10px); }
    .grid.small-space > .col3 {
      width: calc((33.333%) - 10px); }
    .grid.small-space > .col30p {
      width: calc(30% - 10px); }
    .grid.small-space > .col34 {
      width: calc(75% - 10px); }
    .grid.small-space > .col4 {
      width: calc(25% - 10px); }
    .grid.small-space > .col5 {
      width: calc(20% - 10px); }
    .grid.small-space > .col35,
    .grid.small-space > .col60p {
      width: calc(60% - 10px); }
    .grid.small-space > .col6 {
      width: calc(16.6666% - 10px); }
    .grid.small-space > .col8 {
      width: calc(12.5% - 10px); }
    .grid.small-space > .col15p {
      width: calc(15% - 10px); }
    .grid.small-space > .col22p {
      width: calc(22% - 10px); }
    .grid.small-space > .col35p {
      width: calc(35% - 10px); }
    .grid.small-space > .col_custom1 {
      width: calc(37.78% - 10px); }
    .grid.small-space > .col_custom2 {
      width: calc(24.44% - 10px); }
    .grid.small-space > .col40p {
      width: calc(40% - 10px); }
    .grid.small-space > .col45p {
      width: calc(45% - 10px); }
    .grid.small-space > .col55p {
      width: calc(55% - 10px); }
    .grid.small-space > .col56p {
      width: calc(56% - 10px); }
    .grid.small-space > .col70p {
      width: calc(70% - 10px); }
    .grid.small-space > .offset {
      margin-top: 10px; }
    .grid.small-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 10px; }
    .grid.small-space > .col_fill {
      flex: 1 1 auto;
      margin-left: 10px;
      min-width: 0; }
    .grid.small-space > .col_fill2 {
      flex: 1 1 0px;
      margin-left: 10px;
      min-width: 0; }
    .grid.small-space > .offset_double {
      margin-top: 20px; }
    .grid.small-space > .offset_half {
      margin-top: 5px; }
    @media (max-width: 1300px) {
      .grid.small-space > .col5_xlm {
        width: calc(20% - 10px); }
      .grid.small-space > .col25_xlm {
        width: calc(40% - 10px); }
      .grid.small-space > .col30p_xlm {
        width: calc(30% - 10px); }
      .grid.small-space > .col1_xlm {
        width: calc(100% - 10px); }
      .grid.small-space > .col2_xlm {
        width: calc(50% - 10px); }
      .grid.small-space > .col3_xlm {
        width: calc(33.333% - 10px);
        flex: 0 1 auto; }
      .grid.small-space > .col4_xlm {
        width: calc(25% - 10px);
        flex: 0 1 auto; }
      .grid.small-space > .col233_xlm {
        width: calc((66.666%/3) - 10px); }
      .grid.small-space > .offset_double_xlm {
        margin-top: 20px; } }
    @media (max-width: 1100px) {
      .grid.small-space > .col1_lgm {
        width: calc(100% - 10px); }
      .grid.small-space > .col2_lgm {
        width: calc(50% - 10px); }
      .grid.small-space > .col3_lgm {
        width: calc(33.333% - 10px); }
      .grid.small-space > .col4_lgm {
        width: calc(25% - 10px); }
      .grid.small-space > .col5_lgm {
        width: calc(20% - 10px); }
      .grid.small-space > .offset_double_lgm {
        margin-top: 20px; }
      .grid.small-space > .offset_half_lgm {
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .grid.small-space > .col1_mdm {
        width: calc(100% - 10px); }
      .grid.small-space > .col2_mdm {
        width: calc(50% - 10px); }
      .grid.small-space > .col3_mdm {
        width: calc(33.333% - 10px); }
      .grid.small-space > .offset_double_mdm {
        margin-top: 20px; }
      .grid.small-space > .offset_triple_mdm {
        margin-top: 30px; } }
    @media (max-width: 577px) {
      .grid.small-space > .col1_smm {
        width: calc(100% - 10px); } }
  .grid.mid-space {
    margin-left: -40px; }
    .grid.mid-space > .col1, .grid.mid-space > .col2, .grid.mid-space > .col25, .grid.mid-space > .col23, .grid.mid-space > .col3, .grid.mid-space > .col35, .grid.mid-space > .col34, .grid.mid-space > .col4,
    .grid.mid-space > .col5, .grid.mid-space > .col6, .grid.mid-space > .col8, .grid.mid-space > .col_default,
    .grid.mid-space > .col15p,
    .grid.mid-space > .col22p,
    .grid.mid-space > .col30p,
    .grid.mid-space > .col35p,
    .grid.mid-space > .col40p,
    .grid.mid-space > .col45p,
    .grid.mid-space > .col55p,
    .grid.mid-space > .col56p,
    .grid.mid-space > .col60p,
    .grid.mid-space > .col70p,
    .grid.mid-space > .col_custom1,
    .grid.mid-space > .col_custom2 {
      margin-left: 40px; }
    .grid.mid-space > .col1 {
      width: calc(100% - 40px); }
    .grid.mid-space > .col23 {
      width: calc(66.666% - 40px); }
    .grid.mid-space > .col2 {
      width: calc(50% - 40px); }
    .grid.mid-space > .col25 {
      width: calc(40% - 40px); }
    .grid.mid-space > .col3 {
      width: calc((33.333%) - 40px); }
    .grid.mid-space > .col30p {
      width: calc(30% - 40px); }
    .grid.mid-space > .col34 {
      width: calc(75% - 40px); }
    .grid.mid-space > .col4 {
      width: calc(25% - 40px); }
    .grid.mid-space > .col5 {
      width: calc(20% - 40px); }
    .grid.mid-space > .col35,
    .grid.mid-space > .col60p {
      width: calc(60% - 40px); }
    .grid.mid-space > .col6 {
      width: calc(16.6666% - 40px); }
    .grid.mid-space > .col8 {
      width: calc(12.5% - 40px); }
    .grid.mid-space > .col15p {
      width: calc(15% - 40px); }
    .grid.mid-space > .col22p {
      width: calc(22% - 40px); }
    .grid.mid-space > .col35p {
      width: calc(35% - 40px); }
    .grid.mid-space > .col_custom1 {
      width: calc(37.78% - 40px); }
    .grid.mid-space > .col_custom2 {
      width: calc(24.44% - 40px); }
    .grid.mid-space > .col40p {
      width: calc(40% - 40px); }
    .grid.mid-space > .col45p {
      width: calc(45% - 40px); }
    .grid.mid-space > .col55p {
      width: calc(55% - 40px); }
    .grid.mid-space > .col56p {
      width: calc(56% - 40px); }
    .grid.mid-space > .col70p {
      width: calc(70% - 40px); }
    .grid.mid-space > .offset {
      margin-top: 40px; }
    .grid.mid-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 40px; }
    .grid.mid-space > .col_fill {
      flex: 1 1 auto;
      margin-left: 40px;
      min-width: 0; }
    .grid.mid-space > .col_fill2 {
      flex: 1 1 0px;
      margin-left: 40px;
      min-width: 0; }
    .grid.mid-space > .offset_double {
      margin-top: 80px; }
    .grid.mid-space > .offset_half {
      margin-top: 20px; }
    @media (max-width: 1300px) {
      .grid.mid-space > .col5_xlm {
        width: calc(20% - 40px); }
      .grid.mid-space > .col25_xlm {
        width: calc(40% - 40px); }
      .grid.mid-space > .col30p_xlm {
        width: calc(30% - 40px); }
      .grid.mid-space > .col1_xlm {
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_xlm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_xlm {
        width: calc(33.333% - 40px);
        flex: 0 1 auto; }
      .grid.mid-space > .col4_xlm {
        width: calc(25% - 40px);
        flex: 0 1 auto; }
      .grid.mid-space > .col233_xlm {
        width: calc((66.666%/3) - 40px); }
      .grid.mid-space > .offset_double_xlm {
        margin-top: 80px; } }
    @media (max-width: 1100px) {
      .grid.mid-space > .col1_lgm {
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_lgm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_lgm {
        width: calc(33.333% - 40px); }
      .grid.mid-space > .col4_lgm {
        width: calc(25% - 40px); }
      .grid.mid-space > .col5_lgm {
        width: calc(20% - 40px); }
      .grid.mid-space > .offset_double_lgm {
        margin-top: 80px; }
      .grid.mid-space > .offset_half_lgm {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .grid.mid-space > .col1_mdm {
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_mdm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_mdm {
        width: calc(33.333% - 40px); }
      .grid.mid-space > .offset_double_mdm {
        margin-top: 80px; }
      .grid.mid-space > .offset_triple_mdm {
        margin-top: 120px; } }
    @media (max-width: 577px) {
      .grid.mid-space > .col1_smm {
        width: calc(100% - 40px); } }
  .grid.big-space {
    margin-left: -60px; }
    .grid.big-space > .col1, .grid.big-space > .col2, .grid.big-space > .col25, .grid.big-space > .col23, .grid.big-space > .col3, .grid.big-space > .col35, .grid.big-space > .col34, .grid.big-space > .col4,
    .grid.big-space > .col5, .grid.big-space > .col6, .grid.big-space > .col8, .grid.big-space > .col_default,
    .grid.big-space > .col15p,
    .grid.big-space > .col22p,
    .grid.big-space > .col30p,
    .grid.big-space > .col35p,
    .grid.big-space > .col40p,
    .grid.big-space > .col45p,
    .grid.big-space > .col55p,
    .grid.big-space > .col56p,
    .grid.big-space > .col60p,
    .grid.big-space > .col70p,
    .grid.big-space > .col_custom1,
    .grid.big-space > .col_custom2 {
      margin-left: 60px; }
    .grid.big-space > .col1 {
      width: calc(100% - 60px); }
    .grid.big-space > .col23 {
      width: calc(66.666% - 60px); }
    .grid.big-space > .col2 {
      width: calc(50% - 60px); }
    .grid.big-space > .col25 {
      width: calc(40% - 60px); }
    .grid.big-space > .col3 {
      width: calc((33.333%) - 60px); }
    .grid.big-space > .col30p {
      width: calc(30% - 60px); }
    .grid.big-space > .col34 {
      width: calc(75% - 60px); }
    .grid.big-space > .col4 {
      width: calc(25% - 60px); }
    .grid.big-space > .col5 {
      width: calc(20% - 60px); }
    .grid.big-space > .col35,
    .grid.big-space > .col60p {
      width: calc(60% - 60px); }
    .grid.big-space > .col6 {
      width: calc(16.6666% - 60px); }
    .grid.big-space > .col8 {
      width: calc(12.5% - 60px); }
    .grid.big-space > .col15p {
      width: calc(15% - 60px); }
    .grid.big-space > .col22p {
      width: calc(22% - 60px); }
    .grid.big-space > .col35p {
      width: calc(35% - 60px); }
    .grid.big-space > .col_custom1 {
      width: calc(37.78% - 60px); }
    .grid.big-space > .col_custom2 {
      width: calc(24.44% - 60px); }
    .grid.big-space > .col40p {
      width: calc(40% - 60px); }
    .grid.big-space > .col45p {
      width: calc(45% - 60px); }
    .grid.big-space > .col55p {
      width: calc(55% - 60px); }
    .grid.big-space > .col56p {
      width: calc(56% - 60px); }
    .grid.big-space > .col70p {
      width: calc(70% - 60px); }
    .grid.big-space > .offset {
      margin-top: 60px; }
    .grid.big-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 60px; }
    .grid.big-space > .col_fill {
      flex: 1 1 auto;
      margin-left: 60px;
      min-width: 0; }
    .grid.big-space > .col_fill2 {
      flex: 1 1 0px;
      margin-left: 60px;
      min-width: 0; }
    .grid.big-space > .offset_double {
      margin-top: 120px; }
    .grid.big-space > .offset_half {
      margin-top: 30px; }
    @media (max-width: 1300px) {
      .grid.big-space > .col5_xlm {
        width: calc(20% - 60px); }
      .grid.big-space > .col25_xlm {
        width: calc(40% - 60px); }
      .grid.big-space > .col30p_xlm {
        width: calc(30% - 60px); }
      .grid.big-space > .col1_xlm {
        width: calc(100% - 60px); }
      .grid.big-space > .col2_xlm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_xlm {
        width: calc(33.333% - 60px);
        flex: 0 1 auto; }
      .grid.big-space > .col4_xlm {
        width: calc(25% - 60px);
        flex: 0 1 auto; }
      .grid.big-space > .col233_xlm {
        width: calc((66.666%/3) - 60px); }
      .grid.big-space > .offset_double_xlm {
        margin-top: 120px; } }
    @media (max-width: 1100px) {
      .grid.big-space > .col1_lgm {
        width: calc(100% - 60px); }
      .grid.big-space > .col2_lgm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_lgm {
        width: calc(33.333% - 60px); }
      .grid.big-space > .col4_lgm {
        width: calc(25% - 60px); }
      .grid.big-space > .col5_lgm {
        width: calc(20% - 60px); }
      .grid.big-space > .offset_double_lgm {
        margin-top: 120px; }
      .grid.big-space > .offset_half_lgm {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .grid.big-space > .col1_mdm {
        width: calc(100% - 60px); }
      .grid.big-space > .col2_mdm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_mdm {
        width: calc(33.333% - 60px); }
      .grid.big-space > .offset_double_mdm {
        margin-top: 120px; }
      .grid.big-space > .offset_triple_mdm {
        margin-top: 180px; } }
    @media (max-width: 577px) {
      .grid.big-space > .col1_smm {
        width: calc(100% - 60px); } }
  .grid.zero-space {
    margin-left: 0px; }
    .grid.zero-space > .col1, .grid.zero-space > .col2, .grid.zero-space > .col25, .grid.zero-space > .col23, .grid.zero-space > .col3, .grid.zero-space > .col35, .grid.zero-space > .col34, .grid.zero-space > .col4,
    .grid.zero-space > .col5, .grid.zero-space > .col6, .grid.zero-space > .col8, .grid.zero-space > .col_default,
    .grid.zero-space > .col15p,
    .grid.zero-space > .col22p,
    .grid.zero-space > .col30p,
    .grid.zero-space > .col35p,
    .grid.zero-space > .col40p,
    .grid.zero-space > .col45p,
    .grid.zero-space > .col55p,
    .grid.zero-space > .col56p,
    .grid.zero-space > .col60p,
    .grid.zero-space > .col70p,
    .grid.zero-space > .col_custom1,
    .grid.zero-space > .col_custom2 {
      margin-left: 0px; }
    .grid.zero-space > .col1 {
      width: calc(100% - 0px); }
    .grid.zero-space > .col23 {
      width: calc(66.666% - 0px); }
    .grid.zero-space > .col2 {
      width: calc(50% - 0px); }
    .grid.zero-space > .col25 {
      width: calc(40% - 0px); }
    .grid.zero-space > .col3 {
      width: calc((33.333%) - 0px); }
    .grid.zero-space > .col30p {
      width: calc(30% - 0px); }
    .grid.zero-space > .col34 {
      width: calc(75% - 0px); }
    .grid.zero-space > .col4 {
      width: calc(25% - 0px); }
    .grid.zero-space > .col5 {
      width: calc(20% - 0px); }
    .grid.zero-space > .col35,
    .grid.zero-space > .col60p {
      width: calc(60% - 0px); }
    .grid.zero-space > .col6 {
      width: calc(16.6666% - 0px); }
    .grid.zero-space > .col8 {
      width: calc(12.5% - 0px); }
    .grid.zero-space > .col15p {
      width: calc(15% - 0px); }
    .grid.zero-space > .col22p {
      width: calc(22% - 0px); }
    .grid.zero-space > .col35p {
      width: calc(35% - 0px); }
    .grid.zero-space > .col_custom1 {
      width: calc(37.78% - 0px); }
    .grid.zero-space > .col_custom2 {
      width: calc(24.44% - 0px); }
    .grid.zero-space > .col40p {
      width: calc(40% - 0px); }
    .grid.zero-space > .col45p {
      width: calc(45% - 0px); }
    .grid.zero-space > .col55p {
      width: calc(55% - 0px); }
    .grid.zero-space > .col56p {
      width: calc(56% - 0px); }
    .grid.zero-space > .col70p {
      width: calc(70% - 0px); }
    .grid.zero-space > .offset {
      margin-top: 0px; }
    .grid.zero-space > .col_equal {
      flex: 1 1 0%;
      margin-left: 0px; }
    .grid.zero-space > .col_fill {
      flex: 1 1 auto;
      margin-left: 0px;
      min-width: 0; }
    .grid.zero-space > .col_fill2 {
      flex: 1 1 0px;
      margin-left: 0px;
      min-width: 0; }
    .grid.zero-space > .offset_double {
      margin-top: 0px; }
    .grid.zero-space > .offset_half {
      margin-top: 0px; }
    @media (max-width: 1300px) {
      .grid.zero-space > .col5_xlm {
        width: calc(20% - 0px); }
      .grid.zero-space > .col25_xlm {
        width: calc(40% - 0px); }
      .grid.zero-space > .col30p_xlm {
        width: calc(30% - 0px); }
      .grid.zero-space > .col1_xlm {
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_xlm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_xlm {
        width: calc(33.333% - 0px);
        flex: 0 1 auto; }
      .grid.zero-space > .col4_xlm {
        width: calc(25% - 0px);
        flex: 0 1 auto; }
      .grid.zero-space > .col233_xlm {
        width: calc((66.666%/3) - 0px); }
      .grid.zero-space > .offset_double_xlm {
        margin-top: 0px; } }
    @media (max-width: 1100px) {
      .grid.zero-space > .col1_lgm {
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_lgm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_lgm {
        width: calc(33.333% - 0px); }
      .grid.zero-space > .col4_lgm {
        width: calc(25% - 0px); }
      .grid.zero-space > .col5_lgm {
        width: calc(20% - 0px); }
      .grid.zero-space > .offset_double_lgm {
        margin-top: 0px; }
      .grid.zero-space > .offset_half_lgm {
        margin-top: 0px; } }
    @media (max-width: 767px) {
      .grid.zero-space > .col1_mdm {
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_mdm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_mdm {
        width: calc(33.333% - 0px); }
      .grid.zero-space > .offset_double_mdm {
        margin-top: 0px; }
      .grid.zero-space > .offset_triple_mdm {
        margin-top: 0px; } }
    @media (max-width: 577px) {
      .grid.zero-space > .col1_smm {
        width: calc(100% - 0px); } }
  @media (max-width: 767px) {
    .grid.small-space-mdm {
      margin-left: -10px; }
      .grid.small-space-mdm > .col1, .grid.small-space-mdm > .col2, .grid.small-space-mdm > .col25, .grid.small-space-mdm > .col23, .grid.small-space-mdm > .col3, .grid.small-space-mdm > .col35, .grid.small-space-mdm > .col34, .grid.small-space-mdm > .col4,
      .grid.small-space-mdm > .col5, .grid.small-space-mdm > .col6, .grid.small-space-mdm > .col8, .grid.small-space-mdm > .col_default,
      .grid.small-space-mdm > .col15p,
      .grid.small-space-mdm > .col22p,
      .grid.small-space-mdm > .col30p,
      .grid.small-space-mdm > .col35p,
      .grid.small-space-mdm > .col40p,
      .grid.small-space-mdm > .col45p,
      .grid.small-space-mdm > .col55p,
      .grid.small-space-mdm > .col56p,
      .grid.small-space-mdm > .col60p,
      .grid.small-space-mdm > .col70p,
      .grid.small-space-mdm > .col_custom1,
      .grid.small-space-mdm > .col_custom2 {
        margin-left: 10px; }
      .grid.small-space-mdm > .col1 {
        width: calc(100% - 10px); }
      .grid.small-space-mdm > .col23 {
        width: calc(66.666% - 10px); }
      .grid.small-space-mdm > .col2 {
        width: calc(50% - 10px); }
      .grid.small-space-mdm > .col25 {
        width: calc(40% - 10px); }
      .grid.small-space-mdm > .col3 {
        width: calc((33.333%) - 10px); }
      .grid.small-space-mdm > .col30p {
        width: calc(30% - 10px); }
      .grid.small-space-mdm > .col34 {
        width: calc(75% - 10px); }
      .grid.small-space-mdm > .col4 {
        width: calc(25% - 10px); }
      .grid.small-space-mdm > .col5 {
        width: calc(20% - 10px); }
      .grid.small-space-mdm > .col35,
      .grid.small-space-mdm > .col60p {
        width: calc(60% - 10px); }
      .grid.small-space-mdm > .col6 {
        width: calc(16.6666% - 10px); }
      .grid.small-space-mdm > .col8 {
        width: calc(12.5% - 10px); }
      .grid.small-space-mdm > .col15p {
        width: calc(15% - 10px); }
      .grid.small-space-mdm > .col22p {
        width: calc(22% - 10px); }
      .grid.small-space-mdm > .col35p {
        width: calc(35% - 10px); }
      .grid.small-space-mdm > .col_custom1 {
        width: calc(37.78% - 10px); }
      .grid.small-space-mdm > .col_custom2 {
        width: calc(24.44% - 10px); }
      .grid.small-space-mdm > .col40p {
        width: calc(40% - 10px); }
      .grid.small-space-mdm > .col45p {
        width: calc(45% - 10px); }
      .grid.small-space-mdm > .col55p {
        width: calc(55% - 10px); }
      .grid.small-space-mdm > .col56p {
        width: calc(56% - 10px); }
      .grid.small-space-mdm > .col70p {
        width: calc(70% - 10px); }
      .grid.small-space-mdm > .offset {
        margin-top: 10px; }
      .grid.small-space-mdm > .col_equal {
        flex: 1 1 0%;
        margin-left: 10px; }
      .grid.small-space-mdm > .col_fill {
        flex: 1 1 auto;
        margin-left: 10px;
        min-width: 0; }
      .grid.small-space-mdm > .col_fill2 {
        flex: 1 1 0px;
        margin-left: 10px;
        min-width: 0; }
      .grid.small-space-mdm > .offset_double {
        margin-top: 20px; }
      .grid.small-space-mdm > .offset_half {
        margin-top: 5px; } }
  @media (max-width: 767px) and (max-width: 1300px) {
    .grid.small-space-mdm > .col5_xlm {
      width: calc(20% - 10px); }
    .grid.small-space-mdm > .col25_xlm {
      width: calc(40% - 10px); }
    .grid.small-space-mdm > .col30p_xlm {
      width: calc(30% - 10px); }
    .grid.small-space-mdm > .col1_xlm {
      width: calc(100% - 10px); }
    .grid.small-space-mdm > .col2_xlm {
      width: calc(50% - 10px); }
    .grid.small-space-mdm > .col3_xlm {
      width: calc(33.333% - 10px);
      flex: 0 1 auto; }
    .grid.small-space-mdm > .col4_xlm {
      width: calc(25% - 10px);
      flex: 0 1 auto; }
    .grid.small-space-mdm > .col233_xlm {
      width: calc((66.666%/3) - 10px); }
    .grid.small-space-mdm > .offset_double_xlm {
      margin-top: 20px; } }
  @media (max-width: 767px) and (max-width: 1100px) {
    .grid.small-space-mdm > .col1_lgm {
      width: calc(100% - 10px); }
    .grid.small-space-mdm > .col2_lgm {
      width: calc(50% - 10px); }
    .grid.small-space-mdm > .col3_lgm {
      width: calc(33.333% - 10px); }
    .grid.small-space-mdm > .col4_lgm {
      width: calc(25% - 10px); }
    .grid.small-space-mdm > .col5_lgm {
      width: calc(20% - 10px); }
    .grid.small-space-mdm > .offset_double_lgm {
      margin-top: 20px; }
    .grid.small-space-mdm > .offset_half_lgm {
      margin-top: 5px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .grid.small-space-mdm > .col1_mdm {
      width: calc(100% - 10px); }
    .grid.small-space-mdm > .col2_mdm {
      width: calc(50% - 10px); }
    .grid.small-space-mdm > .col3_mdm {
      width: calc(33.333% - 10px); }
    .grid.small-space-mdm > .offset_double_mdm {
      margin-top: 20px; }
    .grid.small-space-mdm > .offset_triple_mdm {
      margin-top: 30px; } }
  @media (max-width: 767px) and (max-width: 577px) {
    .grid.small-space-mdm > .col1_smm {
      width: calc(100% - 10px); } }

@media (min-width: 1301px) {
  .flex-nowrap-xl {
    flex-wrap: nowrap; } }
@media (max-width: 1300px) {
  .flex-nowrap-xl {
    flex-wrap: wrap; } }
@media (min-width: 1101px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap; } }
@media (max-width: 1100px) {
  .flex-nowrap-lg {
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  .flex-nowrap-md {
    flex-wrap: nowrap; } }
@media (max-width: 767px) {
  .flex-nowrap-md {
    flex-wrap: wrap; } }

.justify-center {
  justify-content: center; }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }

.justify-right,
.justify-end {
  justify-content: flex-end; }

.self-center {
  align-self: center; }
  @media (min-width: 1301px) {
    .self-center-xl {
      align-self: center; } }

.self-end {
  align-self: flex-end; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.order-first {
  order: -1; }
  @media (min-width: 1301px) {
    .order-first-xl {
      order: -1; } }
  @media (min-width: 1101px) {
    .order-first-lg {
      order: -1; } }
  @media (max-width: 1100px) {
    .order-first-lgm {
      order: -1; } }
  @media (max-width: 767px) {
    .order-first-mdm {
      order: -1; } }

.order-last {
  order: 9999; }
  @media (min-width: 1101px) {
    .order-last-lg {
      order: 9999; } }
  @media (max-width: 1100px) {
    .order-last-lgm {
      order: 9999; } }
  @media (min-width: 768px) {
    .order-last-md {
      order: 9999; } }

@media (max-width: 1100px) {
  .justify-center-lgm {
    justify-content: center; } }
@media (max-width: 767px) {
  .justify-center-mdm {
    justify-content: center; } }
@media (max-width: 577px) {
  .justify-center-smm {
    justify-content: center; } }

@media (max-width: 1300px) {
  .justify-end-xlm {
    justify-content: flex-end; } }
@media (max-width: 1100px) {
  .justify-end-lgm {
    justify-content: flex-end; } }
@media (max-width: 767px) {
  .justify-end-mdm {
    justify-content: flex-end; } }
@media (max-width: 577px) {
  .justify-end-smm {
    justify-content: flex-end; } }

.flex-dir-column {
  flex-direction: column; }

/*ITEMS*/
.item_article {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.16);
  transition: box-shadow .55s; }
  .item_article:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
  .item_article.row {
    flex-direction: row; }
    .item_article.row::before {
      content: '';
      display: block;
      padding-bottom: calc( (250/380) * 100%); }
      @media (max-width: 767px) {
        .item_article.row::before {
          content: '';
          display: block;
          padding-bottom: calc( (200/380) * 100%); } }
  .item_article_inner {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .item_article_inner2 {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px; }
    @media (max-width: 767px) {
      .item_article_inner2 {
        padding: 35px 25px; } }
  .item_article_price {
    width: 100%;
    margin-top: auto; }
  .item_article_inner .item_article_time {
    width: 100%;
    text-align: center;
    padding: 30px 30px 0 30px; }
  .item_article_prim {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 30px 35px 0 35px; }
    @media (max-width: 767px) {
      .item_article_prim {
        padding: 30px 25px 0 25px; } }
  .item_article_inner .item_article_title {
    width: 100%;
    text-align: center;
    margin: auto 0;
    padding: 30px; }
  .item_article_inner .item_article_button {
    margin: 0; }
  .item_article_image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .item_article_image::before {
      content: '';
      display: block;
      padding-bottom: calc( (250/380) * 100%); }
    .item_article_image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      width: calc(100% + 1px);
      height: calc(100% + 1px);
      object-fit: cover;
      transform: rotate(0.000001deg);
      transition: transform 1.2s; }
    .item_article_image.logo img {
      width: 80%;
      height: 80%;
      left: 10%;
      top: 10%;
      object-fit: scale-down; }
  .item_article:hover .item_article_image:not(.logo) img {
    transform: scale(1.05); }
  .item_article_desc {
    padding: 35px;
    width: 100%; }
    @media (max-width: 767px) {
      .item_article_desc {
        padding: 35px 25px; } }
    .item_article_desc .title_h3 a {
      transition: color .25s; }
      .item_article_desc .title_h3 a:hover {
        color: #E3001A; }
  .item_article_text {
    width: 100%;
    margin-top: auto;
    padding: 0 35px 25px 35px; }
    @media (max-width: 767px) {
      .item_article_text {
        padding: 0 25px 25px 25px; } }
  .item_article_button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    width: 100%;
    text-transform: uppercase;
    position: relative; }
    .item_article_button::before, .item_article_button::after {
      content: '';
      height: 2px;
      width: 51%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #E3001A;
      transform-origin: 100% 0%;
      transition: transform .4s; }
    .item_article_button::after {
      left: auto;
      right: 0;
      transform-origin: 0% 0%; }
    .item_article_button:hover::before, .item_article_button:hover::after {
      transform: scaleX(0); }
    .item_article_button span {
      display: block;
      color: #E3001A;
      position: relative;
      transform: translateZ(0);
      padding: 12px 25px;
      text-align: center;
      font-weight: 500;
      transition: color .4s; }
      .item_article_button span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform-origin: 50% 100%;
        background-color: #E3001A;
        transform: scaleY(0);
        transition: transform .4s;
        z-index: -1; }
    .item_article_button:hover span {
      color: #fff; }
      .item_article_button:hover span::before {
        transform: scaleY(1); }
  .item_article_text + .item_article_button {
    margin-top: 0; }
  .item_article_title + .item_article_params {
    margin-top: 15px; }
  .item_article.disabled > .title_h4 {
    background-color: #CDCDCD; }
  .item_article.disabled .title_h32 {
    color: #CDCDCD; }
  .item_article.disabled .item_article_button::before, .item_article.disabled .item_article_button::after, .item_article.disabled .item_article_button span::before {
    background-color: #CDCDCD; }
  .item_article.disabled .item_article_button span {
    color: #353534; }

.item_anchor {
  display: block; }
  .item_anchor:hover {
    text-decoration: underline; }

.item_doc {
  display: flex;
  flex-direction: column;
  border: 2px solid #eaeaea;
  border-bottom: 0; }
  .item_doc_image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 200px; }
    .item_doc_image::before {
      content: '';
      display: block;
      padding-bottom: calc( (200/380) * 100%); }
    .item_doc_image img {
      position: absolute;
      width: 60%;
      height: 60%;
      left: 20%;
      top: 20%;
      object-fit: scale-down;
      transition: transform .8s; }
  .item_doc:hover .item_doc_image img {
    transform: scale(0.8); }
  .item_doc_desc {
    padding: 30px 25px 15px 25px; }
  .item_doc_time {
    width: 100%;
    text-align: center; }
  .item_doc_title {
    width: 100%;
    text-align: center; }
  .item_doc_bottom {
    display: flex;
    align-items: center;
    transform: translateY(50%);
    margin-top: auto; }
    .item_doc_bottom::before, .item_doc_bottom::after {
      content: '';
      display: block;
      height: 2px;
      flex: 1 1 0%;
      background-color: #eaeaea; }

.item_logo {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #d6d6d6; }
  .item_logo img {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    object-fit: scale-down; }
  a.item_logo {
    transition: box-shadow .15s; }
    a.item_logo:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16); }

.item_media {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0; }
  .item_media_head {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.25; }
    @media (max-width: 767px) {
      .item_media_head {
        font-size: 16px; } }
    .item_media_head > * {
      margin-right: 5px; }
    .item_media_head img {
      display: block;
      max-height: 40px; }
  .item_media_body {
    margin-top: 5px; }

.item_icon {
  display: block;
  width: 128px;
  height: 128px; }
  .item_icon svg {
    width: 100%;
    height: 100%;
    overflow: visible; }
  .item_icon .t1 {
    fill: rgba(53, 53, 52, 0.25); }
  .item_icon .t2 {
    fill: #E3001A; }
  .item_icon .t3 {
    fill: rgba(53, 53, 52, 0.9); }
  .item_icon .trans {
    transform-box: fill-box;
    will-change: transform;
    transform-origin: 50% 50%;
    transition: transform .4s, opacity .4s; }
  .item_icon.anim1:hover .trans {
    transform: translate(27px, 26px); }
  .item_icon.anim2 .t3 {
    opacity: 0; }
  .item_icon.anim2:hover .t3 {
    opacity: 1;
    transform: translateY(-20px); }
  .item_icon.anim2:hover .t2 {
    transform: translateY(-20px); }
  .item_icon.anim3 .t1 {
    transform-origin: 100% 0%; }
  .item_icon.anim3:hover .t1 {
    transform: rotate(-25deg); }
  .item_icon.anim4:hover .t1 {
    transform: scale(0.5); }
  .item_icon.anim4:hover .t1:last-child {
    transform: scale(2); }

/*SWIPER*/
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slider-flex-wrapper {
  display: flex;
  align-items: stretch; }
.slider-flex .swiper-slide {
  height: auto; }

.slider-fade-wrapper {
  overflow: hidden; }
.slider-fade .swiper-slide {
  height: auto;
  width: 100% !important; }

.slider-timeline {
  position: relative;
  margin: 0 auto;
  max-width: 1050px; }
  .slider-timeline::before {
    /*    content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-height: 1050px;
        top: 19px;
        background-color: #fff;
        height: 2px;*/ }
  .slider-timeline .swiper-slide {
    width: 360px;
    padding: 10px 15px;
    flex: 0 0 360px; }
    @media (max-width: 767px) {
      .slider-timeline .swiper-slide {
        width: 280px;
        flex: 0 0 280px; } }

.swiper-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .swiper-dots .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 33px;
    height: 13px;
    padding: 5px;
    opacity: .3;
    background: none;
    margin-top: 5px;
    transition: opacity .35s; }
    .swiper-dots .swiper-pagination-bullet::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background-color: #E3001A; }
    .swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.slider-para {
  position: relative;
  width: calc(100% + 3px);
  left: -1px; }
  .slider-para-cont {
    overflow: hidden;
    padding: 0; }
  .slider-para .swiper-slide {
    padding: 0;
    flex: 0 0 100%;
    width: 100% !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .slider-para-item {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .slider-para-item::before {
      content: '';
      display: block;
      padding-bottom: calc( (562/556) * 100%); }
  .slider-para-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .slider-para-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 9%;
    width: 100%;
    z-index: 2; }

.slider-cite-cont {
  position: relative;
  width: 100%;
  min-width: 0px; }
.slider-cite .swiper-slide {
  display: flex; }
.slider-cite .item_cite {
  width: 100%;
  min-height: 100%;
  align-self: center;
  opacity: 0;
  transform: scale(0.9);
  transition: transform .45s, opacity .45s; }
.slider-cite .swiper-slide-duplicate-active .item_cite,
.slider-cite .swiper-slide-active .item_cite {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.no-js .item_cite:first-child {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.slider-cite-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10; }

.slider-refs {
  padding: 60px 0; }
  .slider-refs-cont {
    position: relative;
    padding: 0 40px;
    max-width: calc(1220px + 80px); }
    @media (max-width: 767px) {
      .slider-refs-cont {
        padding: 0 20px; } }
  .slider-refs .swiper-slide {
    display: flex; }
  .slider-refs .swiper-slide-inner {
    width: 100%;
    align-self: center;
    opacity: 0;
    transform: scale(0.9);
    transition: transform .45s, opacity .45s; }
  .slider-refs .swiper-slide-duplicate-active .swiper-slide-inner,
  .slider-refs .swiper-slide-active .swiper-slide-inner {
    opacity: 1;
    transform: none;
    transition-delay: .4s; }
  .no-js .swiper-slide:first-child .swiper-slide-inner {
    opacity: 1;
    transform: none;
    transition-delay: .4s; }

.slider-map-cont {
  position: relative; }
.slider-map .swiper-slide {
  min-width: 0; }
.slider-map .item_article {
  min-width: 0; }
.slider-map .swiper-wrapper {
  min-width: 0;
  flex: 1 1 0%; }
.slider-map .swiper-slide-inner {
  width: 100%;
  align-self: center;
  opacity: 0;
  transform: scale(0.9);
  transition: transform .45s, opacity .45s; }
.slider-map .swiper-slide-duplicate-active .swiper-slide-inner,
.slider-map .swiper-slide-active .swiper-slide-inner {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.no-js .swiper-slide:first-child .swiper-slide-inner {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }

.swiper-image-cont {
  position: relative;
  padding: 0 40px;
  max-width: calc(1220px + 80px); }
  @media (max-width: 767px) {
    .swiper-image-cont {
      padding: 0 20px; } }
.swiper-image .swiper-slide {
  display: block;
  height: 460px;
  flex: 0 1 auto;
  width: auto;
  padding: 0 10px; }
  @media (max-width: 1300px) {
    .swiper-image .swiper-slide {
      height: 300px; } }
  @media (max-width: 1100px) {
    .swiper-image .swiper-slide {
      height: 250px; } }
  @media (max-width: 767px) {
    .swiper-image .swiper-slide {
      height: 140px; } }
  .swiper-image .swiper-slide img {
    display: block;
    height: 100%; }
.swiper-image [data-pswp-index] {
  display: block;
  height: 100%; }
.swiper-image .swiper-anchor {
  display: block;
  height: 100%; }

.slider-cite-cont {
  position: relative;
  width: 100%;
  min-width: 0px; }
.slider-cite .swiper-slide {
  position: relative; }
  .slider-cite .swiper-slide::before {
    content: '';
    display: block;
    padding-bottom: calc( (304/860) * 100%); }
  .slider-cite .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slider-type-cont {
  position: relative;
  width: 100%;
  min-width: 0px; }
.slider-type .item_camp_list {
  opacity: 0;
  transform: translateX(10px);
  transform-origin: 50% 0%;
  transition: transform .45s, opacity .45s; }
.slider-type .swiper-slide-duplicate-active .item_camp_list,
.slider-type .swiper-slide-active .item_camp_list {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.no-js .swiper-slide:first-child .item_camp_list {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }

.slider-controls {
  display: flex;
  width: 94px;
  height: 47px; }
  .slider-controls button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 50%;
    padding: 0 17px;
    transition: color .3s, background-color .3s; }
    .slider-controls button::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.3s; }
    .slider-controls button:hover {
      background-color: #E3001A;
      color: #fff;
      z-index: 3; }
      .slider-controls button:hover::before {
        opacity: 0; }
  .slider-controls button:last-child {
    margin-left: -1px; }

.slider-article .swiper-slide {
  display: flex;
  flex: 0 0 260px;
  width: 260px;
  padding: 0 5px; }
.slider-article .swiper-slide:first-child {
  margin-left: auto; }
.slider-article .swiper-slide:last-child {
  margin-right: auto; }
.slider-article .item_news {
  width: 100%; }

.slider-noti .swiper-slide {
  flex: 0 0 433px;
  width: 433px; }
  @media (max-width: 767px) {
    .slider-noti .swiper-slide {
      width: 280px;
      flex: 0 0 280px; } }
.slider-noti .swiper-slide:first-child {
  margin-left: auto; }
.slider-noti .swiper-slide:last-child {
  margin-right: auto; }

.slider-custom.loading {
  opacity: .5; }

.slider-control-prev, .slider-control-next {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 14px 18px;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 10px 35px rgba(154, 154, 156, 0.6);
  transition: all .35s; }
  .slider-control-prev:not([aria-disabled]), .slider-control-next:not([aria-disabled]) {
    visibility: hidden; }
  .slider-control-prev.swiper-button-disabled, .slider-control-next.swiper-button-disabled {
    visibility: hidden; }
  .slider-control-prev:hover, .slider-control-next:hover {
    box-shadow: 0 0 5px rgba(154, 154, 156, 0.6); }
.slider-control-next {
  left: auto;
  right: 0; }

.swiper-image-cont {
  position: relative;
  z-index: 1; }
.swiper-image .swiper-slide {
  display: block;
  height: 460px;
  flex: 0 1 auto;
  width: auto;
  padding: 0 10px; }
  @media (max-width: 1300px) {
    .swiper-image .swiper-slide {
      height: 360px; } }
  @media (max-width: 1100px) {
    .swiper-image .swiper-slide {
      height: 250px; } }
  @media (max-width: 767px) {
    .swiper-image .swiper-slide {
      height: 140px; } }
  .swiper-image .swiper-slide img {
    display: block;
    height: 100%; }
.swiper-image [data-pswp-index] {
  display: block;
  height: 100%; }
.swiper-image .swiper-slide:first-child {
  padding-left: 0; }
.swiper-image .swiper-slide:last-child {
  padding-right: 0; }
.swiper-image .swiper-anchor {
  display: block;
  height: 100%; }

.slider-mapcar {
  overflow: visible;
  padding: 0 10px; }
  .slider-mapcar-cont {
    position: relative;
    z-index: 1;
    max-width: 900px; }
  .slider-mapcar .swiper-slide {
    display: flex;
    flex: 0 0 280px;
    padding: 10px; }
    @media (max-width: 767px) {
      .slider-mapcar .swiper-slide {
        flex: 0 0 280px; } }
  .slider-mapcar .item_article {
    width: 100%; }

.swiper-side-control .next,
.swiper-side-control .prev {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 22px;
  height: 50px;
  color: #E3001A;
  left: 0;
  top: calc(50% - 25px);
  transition: color .25s, transform .25s; }
  .swiper-side-control .next:hover,
  .swiper-side-control .prev:hover {
    transform: translateX(5px); }
  .swiper-side-control .next.prev:hover,
  .swiper-side-control .prev.prev:hover {
    transform: translateX(-5px); }
  @media (max-width: 767px) {
    .swiper-side-control .next,
    .swiper-side-control .prev {
      left: -8px;
      width: 18px; } }
.swiper-side-control .swiper-button-disabled {
  opacity: .2;
  pointer-events: none; }
.swiper-side-control .next {
  left: auto;
  right: 0; }
  @media (max-width: 767px) {
    .swiper-side-control .next {
      right: -8px; } }
.swiper-side-control.type2 .next,
.swiper-side-control.type2 .prev {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 32px;
  padding: 0 10px;
  z-index: 20;
  left: 0; }
.swiper-side-control.type2 .next {
  left: auto;
  right: 0; }

.swiper-pag {
  display: flex;
  margin: 0 -8px;
  position: relative;
  z-index: 10; }
  .swiper-pag-cont {
    display: flex; }
    @media (max-width: 1100px) {
      .swiper-pag-cont {
        justify-content: center; } }
    @media (min-width: 1101px) {
      .swiper-pag-cont.negative {
        margin-top: -32px; } }
  .swiper-pag .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    background: none;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%; }
    .swiper-pag .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      left: 5px;
      top: 5px;
      border-radius: 50%;
      border: 2px solid currentColor; }
    .swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
      background-color: currentColor; }

/*BOX*/
.section_highlight, .section_highlight_after::after {
  box-shadow: inset 40px 0 0 #ae0f0a;
  transition: box-shadow .55s; }
  .section_highlight:hover, .section_highlight_after:hover::after {
    box-shadow: inset 40px 0 0 #E3001A; }
  @media (max-width: 1300px) {
    .section_highlight, .section_highlight_after::after {
      box-shadow: inset 20px 0 0 #ae0f0a; }
      .section_highlight:hover, .section_highlight_after:hover::after {
        box-shadow: inset 20px 0 0 #E3001A; } }
  @media (max-width: 1100px) {
    .section_highlight, .section_highlight_after::after {
      box-shadow: inset 10px 0 0 #ae0f0a; }
      .section_highlight:hover, .section_highlight_after:hover::after {
        box-shadow: inset 10px 0 0 #E3001A; } }
  @media (max-width: 767px) {
    .section_highlight, .section_highlight_after::after {
      box-shadow: inset 10px 0 0 #ae0f0a; }
      .section_highlight:hover, .section_highlight_after:hover::after {
        box-shadow: inset 10px 0 0 #E3001A; } }

.section_highlight_after::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.aibot {
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 200;
  transition: all .25s; }
  @media (max-width: 1100px) {
    .aibot {
      top: 100px; } }
  .aibot.expand {
    z-index: 400;
    transition: none; }
  .aibot_link {
    font-size: 12px;
    color: #0027FF; }
    .aibot_link:not(:hover) {
      text-decoration: underline; }
  .aibot > button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: box-shadow .25s; }
    .aibot > button svg {
      width: 100%;
      height: 100%; }
  .aibot:has(.expand) > button {
    box-shadow: 0 0 0 8px #2D2D2D; }
  .aibot.showbub > button {
    box-shadow: 0 0 0 8px #2D2D2D; }
  .aibot .iframe {
    position: absolute;
    top: 54px;
    right: 47px;
    border: 0;
    width: 400px;
    max-width: calc(100vw - 70px);
    height: calc(calc(100svh - 225px));
    clip-path: inset(0 0 0 0);
    transition: all .4s; }
    .aibot .iframe iframe {
      width: 100%;
      height: 100%; }
    @media (max-width: 1100px) {
      .aibot .iframe {
        height: calc(calc(100svh - 185px)); } }
  .aibot_iframe_close {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    color: #707070;
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    right: 20px;
    top: 20px;
    z-index: 10; }
  .aibot:not(:has(.expand)) .iframe {
    clip-path: inset(0 0 100% 100%);
    pointer-events: none; }
  .aibot .a1 {
    transform-box: fill-box;
    transform-origin: 50% 0%;
    transform: scaleY(0); }
  .aibot .a2 {
    transform-box: fill-box; }
  .aibot .a3 {
    transform-box: fill-box; }
  .aibot.blink .a1 {
    animation: anim_blink1 .3s alternate;
    animation-iteration-count: 4; }
  .aibot.blink .a2 {
    animation: anim_blink2 .3s alternate;
    animation-iteration-count: 4; }
  .aibot.blink .a3 {
    animation: anim_blink3 .3s alternate;
    animation-iteration-count: 4; }
  .aibot_bub {
    width: 360px;
    max-width: calc(100vw - 70px);
    position: absolute;
    top: 54px;
    right: 47px;
    background-color: #EAEAEA;
    clip-path: inset(0 0 0 0);
    transition: all .4s; }
    .aibot_bub_head {
      position: relative;
      background-color: #E3001A;
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 15px;
      padding: 10px 40px;
      text-transform: uppercase; }
    .aibot_bub_close {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      color: #707070;
      font-weight: 700;
      line-height: 1;
      font-size: 25px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .aibot_bub_body {
      text-align: center;
      padding: 20px; }
      .aibot_bub_body button {
        padding: 8px 30px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px; }
  .aibot:not(.showbub) .aibot_bub {
    clip-path: inset(0 0 100% 100%);
    pointer-events: none; }

@keyframes anim_blink1 {
  100% {
    opacity: 1;
    transform: none; } }
@keyframes anim_blink2 {
  100% {
    transform: translate(-4px, 1px); } }
@keyframes anim_blink3 {
  100% {
    transform: rotate(-10deg) translate(4px, 2px); } }
.box_head {
  display: flex;
  position: relative;
  background: #252525; }
  @media (max-width: 767px) {
    .box_head {
      background-color: #fff; } }
  .box_head_sizer {
    width: 100%;
    margin-left: -100%;
    aspect-ratio: 1920/595;
    max-height: 595px; }
  .box_head.home .box_head_sizer {
    aspect-ratio: 1920/700;
    max-height: 650px; }
    @media (max-width: 1300px) {
      .box_head.home .box_head_sizer {
        aspect-ratio: 1920/800; } }
    @media (max-width: 1100px) {
      .box_head.home .box_head_sizer {
        aspect-ratio: 1920/900; } }
  .box_head_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    max-width: 1600px; }
    .box_head_bg picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .box_head_bg img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .box_head_bg:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(53, 53, 52, 0.4); }
  .box_head_inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .box_head_content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 60px 0; }
    .box_head_content .title_h1 {
      max-width: 840px;
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 767px) {
      .box_head_content {
        padding: 0;
        width: 100%; } }
  .box_head.home .box_head_content {
    padding: 50px 0; }
    @media (max-width: 1100px) {
      .box_head.home .box_head_content {
        padding: 30px 0; } }
  .box_head_top {
    width: 100%; }
  .box_head_mid {
    margin: auto 0;
    width: 100%;
    padding: 40px 0; }
  .box_head.home .box_head_mid {
    width: 100%;
    padding: 40px 0 0 0;
    margin: auto 0 0 0; }
  .box_head_bottom {
    width: 100%;
    min-height: 50px; }
    @media (max-width: 767px) {
      .box_head_bottom {
        padding: 30px 25px; } }
    .box_head_bottom .col_equal {
      max-width: 360px;
      min-width: none; }
  .box_head_image {
    display: flex;
    width: 100%;
    flex: 1 1 auto; }
    .box_head_image_inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      flex: 1 1 auto; }
      @media (max-width: 767px) {
        .box_head_image_inner {
          display: block;
          padding: 40px 25px; } }
    @media (max-width: 767px) {
      .box_head_image {
        position: relative;
        background: #252525; }
        .box_head_image::before {
          content: '';
          display: block;
          padding-bottom: calc( (410/410) * 100%); } }
  @media (max-width: 767px) {
    .box_head.home .box_head_image_inner {
      display: flex;
      padding: 25px 25px; } }

.box_person {
  display: flex;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .box_person {
      display: block; } }
  .box_person_image {
    display: flex;
    background-color: #ededed;
    width: 31.2%; }
    .box_person_image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center 20%;
      aspect-ratio: 380/480; }
    @media (max-width: 767px) {
      .box_person_image {
        width: auto;
        aspect-ratio: 380/420; } }
  .box_person_desc {
    margin: auto;
    width: 54.5%;
    padding: 25px; }
    @media (max-width: 767px) {
      .box_person_desc {
        width: auto; } }

.box_side {
  writing-mode: vertical-lr;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  transition: transform .35s;
  z-index: 290; }
  .box_side:hover {
    transform: translate(0%, -50%); }
  .box_side a,
  .box_side > span {
    display: block;
    vertical-align: middle;
    background-color: #E3001A;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 25px 9px;
    min-height: 200px;
    transition: background-color .25s; }
    .box_side a > span,
    .box_side > span > span {
      display: block;
      transform: rotate(-180deg); }
    .box_side a:hover,
    .box_side > span:hover {
      background-color: #AD0C11; }

.box_load_cont {
  transition: opacity .5s; }
  .box_load_cont.loading, .box_load_cont.loading_more {
    opacity: .3;
    pointer-events: none; }
.box_load_cont.hide_load .box_load_button {
  display: none; }
.box_load_items .new-load-item {
  opacity: 0;
  animation: anim_drop1 .55s .2s forwards;
  animation-delay: var(--load-items-delay); }

.table_calendar {
  border-spacing: 0 10px;
  border-collapse: separate;
  font-size: 20px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .table_calendar {
      font-size: 16px; } }
  .table_calendar_cont {
    width: 100%;
    overflow-y: hidden; }
  .table_calendar thead th {
    color: #fff;
    background-color: #ae0f0a;
    font-weight: 700;
    text-align: left;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .table_calendar thead th {
        padding: 15px 25px; } }
  .table_calendar thead th + th::before {
    content: '';
    position: absolute;
    top: 10px;
    margin-left: -40px;
    bottom: 10px;
    width: 2px;
    background-color: currentColor; }
    @media (max-width: 767px) {
      .table_calendar thead th + th::before {
        margin-left: -25px; } }
  .table_calendar td {
    padding: 15px 40px;
    position: relative;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; }
    @media (max-width: 767px) {
      .table_calendar td {
        padding: 15px 25px; } }
    .table_calendar td:first-child {
      border-left: 1px solid #d6d6d6; }
    .table_calendar td:last-child {
      border-right: 1px solid #d6d6d6;
      min-width: 200px; }
    .table_calendar td:nth-child(1), .table_calendar td:nth-child(2) {
      white-space: nowrap; }
  .table_calendar td + td::before {
    content: '';
    position: absolute;
    top: 10px;
    margin-left: -40px;
    bottom: 10px;
    width: 2px;
    background-color: #eaeaea; }
    @media (max-width: 767px) {
      .table_calendar td + td::before {
        margin-left: -25px; } }

.parent_hide_content:not(.showcontent) .ishidden {
  display: none; }
.parent_hide_content.showcontent .hide_this {
  display: none; }
.parent_hide_content .ishidden {
  opacity: 0;
  animation: anim_drop1 1s .4s forwards; }

.border_side {
  padding-right: 36px;
  padding-left: 36px;
  border-left: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea; }
  @media (max-width: 767px) {
    .border_side {
      padding-left: 25px;
      padding-right: 25px; } }

.box_contact {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.16);
  display: flex; }
  @media (max-width: 767px) {
    .box_contact {
      display: block; } }
  .box_contact_left {
    margin: auto;
    width: 50%;
    max-width: 520px;
    padding: 25px; }
    @media (max-width: 767px) {
      .box_contact_left {
        width: auto;
        max-width: none; } }
  .box_contact_right {
    position: relative;
    width: 50%; }
    @media (max-width: 767px) {
      .box_contact_right {
        width: auto; } }
    .box_contact_right::before {
      content: '';
      display: block;
      padding-bottom: calc( (640/610) * 100%); }
      @media (max-width: 767px) {
        .box_contact_right::before {
          content: '';
          display: block;
          padding-bottom: calc( (9/16) * 100%); } }
    .box_contact_right iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.box_frame {
  position: relative;
  border: 2px solid #4d4d4c; }
  .box_frame_top .title_line {
    position: absolute;
    width: 100%;
    top: -2px;
    transform: translateY(-50%); }
    .box_frame_top .title_line:before, .box_frame_top .title_line:after {
      display: none; }
  .box_frame_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }

.box_study {
  position: relative;
  border: 2px solid #4d4d4c; }
  .box_study_top .title_line {
    position: absolute;
    width: 100%;
    top: -2px;
    transform: translateY(-50%); }
    .box_study_top .title_line:before, .box_study_top .title_line:after {
      display: none; }
  .box_study_mid {
    display: flex;
    position: relative;
    justify-content: center; }
    @media (max-width: 1100px) {
      .box_study_mid {
        padding: 45px 0; } }
    @media (max-width: 767px) {
      .box_study_mid {
        display: block; } }
  .box_study_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
  .box_study_image {
    display: flex;
    align-items: center;
    width: 33%;
    max-width: 380px; }
    @media (max-width: 767px) {
      .box_study_image {
        margin: 0 auto;
        width: 80%;
        padding: 0  25px; } }
    .box_study_image img {
      display: block;
      width: 100%; }
  .box_study_content {
    margin-left: auto;
    align-self: center;
    padding: 35px 25px;
    width: calc(50% + 25px);
    will-change: transform; }
    @media (max-width: 1100px) {
      .box_study_content {
        margin: 0; } }
    @media (max-width: 767px) {
      .box_study_content {
        margin: 0 auto;
        width: auto; } }
  .box_study_content:first-child:last-child {
    margin: auto;
    width: 100%;
    max-width: 900px; }
    @media (min-width: 1101px) {
      .box_study_content:first-child:last-child {
        padding: 80px 25px; } }

.box_member_top {
  position: relative; }
  .box_member_top::after, .box_member_top::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: -5px;
    width: 2px;
    left: 0;
    background-color: #4d4d4c; }
  .box_member_top::after {
    left: auto;
    right: 0; }
.box_member_bottom {
  border: 2px solid #4d4d4c;
  border-top: 0;
  display: flex;
  padding: 50px 15px; }
  @media (max-width: 1100px) {
    .box_member_bottom {
      display: block;
      padding: 30px 25px; } }
  .box_member_bottom .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1 1 0%;
    padding: 0 25px; }
    @media (max-width: 1100px) {
      .box_member_bottom .item {
        padding: 25px 10px; } }
  @media (min-width: 1101px) {
    .box_member_bottom .item + .item {
      border-left: 2px solid #4d4d4c; } }
  @media (max-width: 1100px) {
    .box_member_bottom .item + .item {
      border-top: 2px solid #4d4d4c; } }

.box_video {
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 100px); }
  .box_video::before {
    content: '';
    display: block;
    padding-bottom: calc( (9/16) * 100%); }
  .box_video_button {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .box_video_button:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(60, 60, 59, 0.7); }
  .box_video_inner {
    width: 100%;
    margin: auto 0;
    position: relative; }
  .box_video iframe {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.box_logos img {
  max-height: 100px;
  max-width: 200px; }

.box_map {
  display: flex; }
  @media (max-width: 1100px) {
    .box_map {
      display: block; } }
  .box_map_left {
    flex: 0 0 260px;
    min-width: 0; }
    .box_map_left .slider-map {
      min-width: 0;
      width: 100%; }
    @media (max-width: 1100px) {
      .box_map_left {
        padding: 40px 0 0 0;
        margin: 0 auto;
        max-width: 700px; } }
  .box_map_right {
    flex: 1 1 auto;
    padding-left: 50px;
    order: 1; }
    @media (max-width: 1100px) {
      .box_map_right {
        padding: 0;
        margin: 0 auto;
        max-width: 700px; } }

.czmap {
  position: relative;
  background: url(../layout/cz.svg) left top no-repeat;
  background-size: 100% auto; }
  .czmap::before {
    content: '';
    display: block;
    padding-bottom: calc( (518/908) * 100%); }
  .czmap .pointer {
    position: absolute;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EAEAEA;
    transition: background-color .25s, box-shadow .25s; }
    @media (max-width: 767px) {
      .czmap .pointer {
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        pointer-events: none; } }
    .czmap .pointer .tooltip {
      position: absolute;
      background-color: rgba(255, 255, 255, 0);
      bottom: 100%;
      left: 50%;
      max-width: 100px;
      text-align: center;
      pointer-events: none;
      color: #353534;
      font-size: 18px;
      font-weight: 400;
      transition: transform .25s, opacity .25s;
      opacity: 0;
      transform: scale(0.9) translateX(-50%);
      will-change: transform , opacity;
      transform-origin: 50% 100%;
      z-index: 50; }
      @media (max-width: 1300px) {
        .czmap .pointer .tooltip {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .czmap .pointer .tooltip {
          display: none; } }
    @media (min-width: 768px) {
      .czmap .pointer.active, .czmap .pointer:hover {
        background-color: #E3001A !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } }
    .czmap .pointer.active .tooltip, .czmap .pointer:hover .tooltip {
      opacity: 1;
      transform: translateX(-50%); }
  .czmap.active .pointer.active .tooltip {
    opacity: 0; }
  .czmap .elm_count {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px; }

.box_office {
  display: flex;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.16);
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .box_office {
      display: block; } }
  .box_office_image {
    width: 50%;
    background-color: #ededed; }
    .box_office_image img {
      width: 100%; }
    @media (max-width: 767px) {
      .box_office_image {
        width: auto; } }
  .box_office_right {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 50%;
    max-width: 450px;
    padding: 60px 25px; }
    @media (max-width: 767px) {
      .box_office_right {
        width: auto;
        padding: 40px 25px;
        max-width: none; } }
  .box_office_top {
    width: 100%; }
  .box_office_top:first-child:last-child {
    margin-top: auto;
    margin-bottom: auto; }
  .box_office_bottom {
    width: 100%;
    margin-top: auto;
    padding-top: 40px; }

.pagination {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination li {
    margin: 0 5px; }
    .pagination li:first-child {
      margin-left: 0; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a {
    display: block;
    text-align: center;
    padding: 5px;
    color: #CDCDCD;
    transition: all .25s; }
  .pagination a:hover,
  .pagination li.active a {
    color: #353534; }
  .pagination .pagination-previous a,
  .pagination .pagination-next a {
    line-height: 1px;
    color: #E3001A; }
    .pagination .pagination-previous a .sico,
    .pagination .pagination-next a .sico {
      position: relative;
      top: -1px;
      width: 10px;
      height: 24px; }
    .pagination .pagination-previous a:hover,
    .pagination .pagination-next a:hover {
      color: #353534; }
  @media (max-width: 767px) {
    .pagination li:not(.active):not(.pagination-previous):not(.pagination-next) {
      display: none; } }
  .pagination .pagination-omission {
    white-space: nowrap;
    color: #CDCDCD; }

.page_content {
  font-size: 15px;
  line-height: 1.6666666667; }
  .page_content p {
    margin: 1.5em 0; }
  .page_content.text_s16 {
    font-size: 16px;
    line-height: 1.6; }
  .page_content.text_s20 {
    font-size: 15px;
    line-height: 1.6666666667; }
    @media (min-width: 768px) {
      .page_content.text_s20 {
        font-size: 20px;
        line-height: 1.5; } }
  .page_content:not(.a_custom) a:not([class]) {
    color: #E3001A; }
    .page_content:not(.a_custom) a:not([class]):hover {
      text-decoration: underline; }
  .page_content.a_custom a:not([class]) {
    transition: color .25s; }
    .page_content.a_custom a:not([class]):hover {
      color: #E3001A;
      text-decoration: underline; }
  .page_content.a_custom2 a:not([class]) {
    color: inherit;
    transition: all .25s;
    text-decoration: underline; }
    .page_content.a_custom2 a:not([class]):hover {
      color: #E3001A;
      text-decoration-thickness: 4px; }
  .page_content.a_custom3 a:not([class]) {
    color: inherit;
    transition: all .25s;
    text-decoration: none; }
    .page_content.a_custom3 a:not([class]):hover {
      color: #E3001A;
      text-decoration: none; }
  .page_content.a_custom4 a:not([class]) {
    color: inherit;
    transition: all .25s;
    text-decoration: none; }
  .page_content h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2857142857;
    font-size: 35px;
    font-size: clamp(28px, 3vw, 35px);
    min-height: .000001vw;
    margin: .5em 0; }
  .page_content h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
    font-size: 25px;
    font-size: clamp(20px, 2.5vw, 25px);
    min-height: .000001vw;
    margin: .5em 0; }
  .page_content h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.25;
    font-size: 20px;
    font-size: clamp(17px, 2vw, 20px);
    min-height: .000001vw;
    margin: .5em 0; }
  .page_content ul:not([class]) {
    margin: 1.5em 0;
    padding-left: 1em; }
    .page_content ul:not([class]) li::marker {
      color: #E3001A; }
  .page_content.p_nomargins p, .page_content.p_nomargins ul {
    margin: 0; }
  .page_content.format_heading1 h3 + p {
    margin-top: 0; }
  .page_content.format_heading1 h3 + h3 {
    margin-top: 1.5em; }
  .page_content table:not([class]) {
    width: 100%;
    border-spacing: 4px;
    border-collapse: separate; }
    .page_content table:not([class]) thead th {
      text-align: left;
      background-color: #E3001A;
      color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .page_content table:not([class]) td {
      background-color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .page_content table:not([class]) tbody th {
      vertical-align: top;
      padding: 10px 10px 10px 0;
      text-align: left; }
    .page_content table:not([class]) tbody th + td {
      box-shadow: none;
      padding-left: 0;
      vertical-align: bottom; }
  @media (max-width: 767px) {
    .page_content.respotable table, .page_content.respotable tr, .page_content.respotable td, .page_content.respotable th, .page_content.respotable tbody {
      display: block;
      width: 100%; } }
  @media (max-width: 767px) {
    .page_content.respotable table:not([class]) td,
    .page_content.respotable table:not([class]) th {
      padding: 0; } }
  @media (max-width: 767px) {
    .page_content.respotable table:not([class]) tr + tr {
      margin-top: 10px; } }
  .page_content h4 + ul:not([class]) {
    margin-top: 1em; }
  .page_content .videoframe,
  .page_content iframe[src*="vimeo"],
  .page_content iframe[src*="youtu"],
  .page_content iframe[data-src*="youtu"],
  .page_content iframe[data-src*="vimeo"] {
    border: 0;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto; }

.table_overflow {
  padding-bottom: 5px; }
  .table_overflow:not(.controls) {
    overflow-y: hidden; }
  .table_overflow table {
    white-space: nowrap; }
  .table_overflow.controls {
    overflow-x: hidden;
    cursor: move;
    max-height: calc(100svh - 100px - 20px);
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0); }
    .table_overflow.controls table {
      width: 100% !important;
      height: auto !important; }
    .table_overflow.controls thead {
      position: sticky;
      top: 4px;
      z-index: 10;
      box-shadow: 0 -4px 0 0 #fff; }
      .table_overflow.controls thead th:first-child {
        position: relative; }
    .table_overflow.controls tbody td:first-child {
      position: sticky;
      left: 4px;
      background-color: #e2e2e2;
      box-shadow: 0 4px 0 0 #fff, 0 -4px 0 0 #fff, -4px 0 0 0 #fff, -4px 4px 0 0 #fff;
      border-radius: 0; }
  .table_overflow_cont {
    position: relative; }
    .table_overflow_cont::after {
      content: '';
      position: absolute;
      right: 15px;
      top: 0;
      width: 20px;
      height: 100%;
      z-index: 12; }
  .table_overflow_anim {
    position: absolute;
    left: calc(50% - 65px);
    top: 60px;
    background-color: #fff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2), 0 0 50px rgba(255, 255, 255, 0.5);
    z-index: 20;
    pointer-events: none;
    transition: all .55s 1s; }
    .table_overflow_anim .icon {
      margin: 0 auto;
      margin-top: 15px;
      width: 50px;
      height: 50px;
      transform-origin: 50% 100%;
      animation: mousemove 1.3s .2s ease-in-out alternate infinite; }
      .table_overflow_anim .icon svg {
        width: 100%;
        height: 100%;
        fill: #E3001A; }
    .table_overflow_anim .text {
      text-align: center;
      font-size: 11px;
      margin-top: 8px; }
  .table_overflow_cont.tableactive .table_overflow_anim {
    transform: scale(0.5);
    opacity: 0; }

@keyframes mousemove {
  0% {
    transform: rotate(-10deg) translate3d(-15px, 0, 0); }
  100% {
    transform: rotate(10deg) translate3d(15px, 0, 0); } }
.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-caption.aligncenter img {
    margin: 0 auto; }
  .wp-caption.alignleft {
    float: left;
    clear: both;
    margin-right: 1em;
    margin-bottom: 1em; }
  .wp-caption.alignright {
    float: right;
    clear: both;
    margin-left: 1em;
    margin-bottom: 1em; }
  .wp-caption-text {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0; }

img[class*="wp-image-"] {
  display: block;
  height: auto;
  max-width: 100%; }
  img[class*="wp-image-"].aligncenter {
    margin: 0 auto;
    clear: both; }
  img[class*="wp-image-"].alignleft {
    float: left;
    clear: both;
    margin-right: 1em;
    margin-bottom: 1em; }
  img[class*="wp-image-"].alignright {
    float: right;
    clear: both;
    margin-left: 1em;
    margin-bottom: 1em; }

.reset_margins > *:not([class]):first-child {
  margin-top: 0; }
.reset_margins > *:not([class]):last-child {
  margin-bottom: 0; }

.no_margins.page_content > *,
.no_margins > * {
  margin-top: 0;
  margin-bottom: 0; }

.wpcf7 br {
  display: none; }
.wpcf7 .input_text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }
.wpcf7 .input_text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }
.wpcf7 .input_text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }
.wpcf7 .input_text:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; }
.wpcf7 .input_text.wpcf7-not-valid {
  box-shadow: 0 2px 0 #C84F4F; }
.wpcf7 .input_text_placeholder {
  display: none; }

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px; }

@keyframes anim_rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.wpcf7-form.submitting {
  pointer-events: none;
  position: relative; }
  .wpcf7-form.submitting > * {
    opacity: .15; }
  .wpcf7-form.submitting::after {
    content: '';
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-color: #E3001A;
    animation: anim_rotate 2s linear infinite; }

/*ELEMENT*/
.title_big {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 220px;
  font-weight: 700;
  font-size: clamp(120px, 14vw, 220px);
  min-height: .000001vw; }

.title_h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1111111111;
  font-size: 45px;
  font-weight: 600;
  font-size: clamp(40px, 5vw, 45px);
  min-height: .000001vw; }

.title_h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2857142857;
  font-size: 35px;
  font-size: clamp(28px, 3vw, 35px);
  min-height: .000001vw; }

.title_h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 25px;
  font-size: clamp(20px, 2.5vw, 25px);
  min-height: .000001vw; }

.title_h32 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 30px;
  font-size: clamp(20px, 2.5vw, 30px);
  min-height: .000001vw; }

.title_h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.25;
  font-size: 20px;
  font-size: clamp(17px, 2vw, 20px);
  min-height: .000001vw; }

.title_h22 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2857142857;
  font-size: 38px;
  font-size: clamp(28px, 3vw, 38px);
  min-height: .000001vw; }

.title_line {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .title_line::after, .title_line::before {
    content: '';
    display: block;
    position: relative;
    min-width: 86px;
    height: 2px;
    background-color: #4d4d4c;
    margin-left: 25px;
    transform-origin: 100% 0%; }
    @media (max-width: 767px) {
      .title_line::after, .title_line::before {
        min-width: 40px;
        margin-left: 15px; } }
  .title_line::before {
    transform-origin: 0% 0%;
    margin: 0 25px 0 0; }
    @media (max-width: 767px) {
      .title_line::before {
        margin: 0 15px 0 0; } }
  .title_line.wide::after, .title_line.wide::before {
    flex: 1 1 0%; }
  .title_line.color_white::after, .title_line.color_white::before {
    background-color: #E3001A; }

.social {
  display: inline-flex; }
  .social a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    transition: color .25s; }
    .social a:first-child {
      margin-left: 0; }
    .social a:last-child {
      margin-right: 0; }

.dot_sep + .dot_sep::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E3001A;
  margin-top: 35px;
  margin-bottom: 35px; }
.dot_sep + .dot_sep.text_center::before {
  margin-left: auto;
  margin-right: auto; }

.popup {
  margin: auto;
  background-color: #fff;
  opacity: 0;
  transform: scale(0.95); }
  .popup_cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
    z-index: 350; }
  html:not(.popupopen) .popup_cont {
    display: none; }
  .popup_cover {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7); }
  .popupopen .popup {
    animation: anim_pop1 .5s forwards; }
  .popup.image {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative; }
    .popup.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .popup_close {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    color: #fff; }
    .popup_close .sico {
      width: 100%;
      height: 100%; }

@keyframes anim_pop1 {
  100% {
    opacity: 1;
    transform: none; } }
.elm_count {
  margin: 0;
  text-align: center; }
  .elm_count_num {
    color: #E3001A;
    border-bottom: 7px solid #E3001A;
    padding: 12px; }
  .elm_count_title {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #4d4d4c;
    text-transform: uppercase; }

.elm_logo {
  position: relative; }
  .elm_logo .sico {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 142%; }
  .elm_logo::before {
    content: '';
    display: block;
    padding-bottom: calc( (36/202) * 100%); }

.elm_logo_etl {
  position: relative; }
  .elm_logo_etl .sico {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 128%; }
  .elm_logo_etl::before {
    content: '';
    display: block;
    padding-bottom: calc( (64/107) * 100%); }

.input_text {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  padding: 16px 20px 12px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.46688;
  color: #353534;
  resize: vertical;
  text-align: left;
  height: auto;
  box-shadow: 0 2px 0 #575756;
  transition: box-shadow .25s; }
  .input_text:focus {
    box-shadow: 0 2px 0 #e3001a; }
  .input_text::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 1; }
  .input_text::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 1; }
  .input_text:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 1; }
  .input_text:-moz-placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 1; }
  textarea.input_text {
    height: auto;
    min-height: 58px; }
  .input_text_cont {
    position: relative;
    padding-bottom: 2px;
    text-align: left; }
  .input_text_placeholder {
    position: absolute;
    font-size: 15px;
    line-height: 1.42857143;
    font-weight: 400;
    padding: 16px 20px 12px 0;
    padding-right: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: calc(100% - 44px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform-origin: 0 0;
    transition: transform .25s, opacity .25s; }
  .input_text:focus ~ .input_text_placeholder {
    transform: translate(0, -16px) scale(0.77);
    opacity: .4; }
  .input_text:not(:placeholder-shown) ~ .input_text_placeholder {
    transform: translate(0, -16px) scale(0.77);
    opacity: .4; }
  .input_text:focus:-ms-input-placeholder ~ .input_text_placeholder {
    transform: translate(0, -16px) scale(0.77);
    opacity: .4; }
  .input_text:not(:-ms-input-placeholder) ~ .input_text_placeholder {
    transform: translate(0, -16px) scale(0.77);
    opacity: .4; }
  .input_text.error {
    box-shadow: 0 2px 0 #c84f4f, 0 0 0 8px rgba(200, 79, 79, 0.05);
    background-color: rgba(200, 79, 79, 0.05); }
  .input_text_cont.error .input_text {
    box-shadow: 0 2px 0 #c84f4f, 0 0 0 8px rgba(200, 79, 79, 0.05);
    background-color: rgba(200, 79, 79, 0.05); }
  .input_text.error ~ .input_text_placeholder {
    color: #C84F4F; }
  .input_text_cont.error .input_text_placeholder {
    color: #C84F4F; }

.input_text2 {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  background-color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.46688;
  padding: 12px 20px;
  border: 1px solid #707070;
  transition: border .25s, box-shadow .25s; }
  .input_text2::-webkit-input-placeholder {
    color: #4d4d4c;
    opacity: 1; }
  .input_text2::-moz-placeholder {
    color: #4d4d4c;
    opacity: 1; }
  .input_text2:-ms-input-placeholder {
    color: #4d4d4c;
    opacity: 1; }
  .input_text2:-moz-placeholder {
    color: #4d4d4c;
    opacity: 1; }
  .input_text2:focus {
    border-color: #E3001A;
    box-shadow: 0 0 0 2px #E3001A; }

.input_checkbox {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #fff;
  border: 2px solid #E3001A;
  accent-color: #E3001A;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer; }
  .input_checkbox:checked {
    background-color: white;
    border-width: 5px; }
  .input_checkbox.centered {
    margin-top: 3px; }

.input_file {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 1000px;
  opacity: 0; }
  .input_file_cont {
    position: relative;
    overflow: hidden;
    cursor: pointer; }

.btn_out {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: 2px solid #E3001A;
  padding: 16px 20px;
  letter-spacing: 0.38px;
  line-height: 1.3333333333;
  transition: box-shadow .4s, background-color .2s, color .2s; }
  .btn_out:hover {
    box-shadow: inset 0 0 0 6px #E3001A;
    transition-delay: .2s; }
  .btn_out::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    transform: scaleX(0.42);
    background-color: #E3001A;
    transition: transform 0.4s; }
  .btn_out:hover::before {
    transform: scaleX(1); }
  .btn_out:active {
    background-color: #E3001A; }
  @media (max-width: 767px) {
    .btn_out.dark_mdm {
      color: #353534;
      font-size: 13px;
      min-height: 72px; } }
  .btn_out.dark {
    color: #353534; }
    .btn_out.dark:active {
      background-color: #E3001A;
      color: #fff; }

.btn_basic {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  background-color: #E3001A;
  position: relative;
  overflow: hidden;
  padding: 14px 25px;
  transform: translateZ(0);
  transition: color .4s; }
  .btn_basic::before {
    content: '';
    position: absolute;
    left: -10%;
    height: 100%;
    top: 0;
    width: 120%;
    transform-origin: 100% 100%;
    transform: skewX(25deg) translateX(-100%);
    background-color: #353534;
    z-index: -1;
    transition: transform .5s; }
  .btn_basic:hover::before {
    transform: none; }
  .btn_basic.mid {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 25px; }

.btn_more {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  color: #E3001A; }
  .btn_more .sico {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    will-change: transform;
    transition: transform 0.25s; }
  .btn_more:hover .sico {
    transform: rotate(90deg); }
  .btn_more > span {
    position: absolute;
    text-align: left;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(-10px, -50%);
    opacity: 0;
    font-weight: 500;
    line-height: 1.4;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s; }
  .btn_more:hover > span {
    opacity: 1;
    transform: translate(0, -50%); }

.btn_sup {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 5px;
  color: #fff;
  background-color: #E3001A;
  border-radius: 40px;
  transition: background-color .25s;
  padding-left: 30px; }
  .btn_sup:hover {
    background-color: #ae0f0a; }
  .btn_sup .sico:first-child {
    flex: 0 0 100px;
    width: 100px;
    height: 40px;
    position: relative;
    top: 3px; }
    @media (max-width: 767px) {
      .btn_sup .sico:first-child {
        flex: 0 0 80px;
        width: 80px; } }
  .btn_sup > span {
    display: block;
    padding: 5px 20px 5px 10px;
    font-size: 27px;
    line-height: 1.05;
    font-weight: 400;
    color: #353534; }
    @media (max-width: 767px) {
      .btn_sup > span {
        font-size: 20px; } }
  .btn_sup i {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #AE0F0D;
    padding: 18px;
    border-radius: 50%; }
    .btn_sup i svg {
      overflow: visible; }

.btn_line {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #E3001A;
  font-size: 15px;
  line-height: 1.46688;
  font-weight: 500;
  text-align: center; }
  .btn_line::after, .btn_line::before {
    content: '';
    display: block;
    height: 2px;
    width: auto;
    min-width: 40px;
    flex: 1 1 0%;
    background-color: #E3001A;
    transform-origin: 100% 0%;
    transform: scaleX(1);
    transition: transform .4s; }
  .btn_line::after {
    transform-origin: 0% 0%; }
  .btn_line:hover::after, .btn_line:hover::before {
    transform: scaleX(0); }
  .btn_line > span {
    display: block;
    transform: translateZ(0);
    border: 2px solid #E3001A;
    padding: 12px 25px;
    transition: color .4s; }
    .btn_line > span::before, .btn_line > span::after {
      content: '';
      position: absolute;
      left: -1px;
      top: 0;
      height: 100%;
      width: calc(50% + 2px);
      background-color: #E3001A;
      transform-origin: 0% 50%;
      z-index: -1;
      transform: scaleX(0);
      transition: transform .4s; }
    .btn_line > span::after {
      left: auto;
      right: -1px;
      transform-origin: 100% 50%; }
  .btn_line:hover > span {
    color: #fff;
    transition-delay: .15s; }
    .btn_line:hover > span::before, .btn_line:hover > span::after {
      transform: scaleX(1); }
  .btn_line.type1 {
    color: #fff; }
  .btn_line.noline::before, .btn_line.noline::after {
    display: none; }
  .btn_line.noline span {
    flex: 1 1 auto; }
  @media (max-width: 767px) {
    .btn_line.dark_mdm {
      color: #353534; } }

.icon_menu {
  position: absolute;
  width: 24px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -12px; }
  .icon_menu i {
    position: absolute;
    height: 2px;
    background-color: currentColor;
    left: 0;
    width: 100%;
    top: calc(50% - 1px);
    transition: opacity .35s .15s, transform .35s .15s; }
    .icon_menu i:first-child {
      top: 0;
      transition: transform .35s; }
    .icon_menu i:last-child {
      bottom: 0;
      top: auto;
      transition: transform .35s; }
  .menuopen .icon_menu i {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .35s, transform .35s; }
  .menuopen .icon_menu i:first-child {
    opacity: 1;
    transform: translateY(350%) rotate(45deg);
    transition: transform .35s .1s; }
  .menuopen .icon_menu i:last-child {
    opacity: 1;
    transform: translateY(-350%) rotate(-45deg);
    transition: transform .35s .1s; }

@keyframes anim_drop1 {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: none; } }
.js .anim_drop1 {
  opacity: 0;
  transform: translateY(20px); }
.anim_drop1.intersecting {
  animation: anim_drop1 1s .2s forwards; }

@keyframes anim_drop2 {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: none; } }
.js .anim_drop2 {
  opacity: 0;
  transform: translateX(20px); }
.anim_drop2.intersecting {
  animation: anim_drop2 1s .2s forwards; }

@keyframes anim_title {
  0% {
    transform: scaleX(0); }
  100% {
    transform: none; } }
.js .anim_title {
  opacity: 0;
  transform: translateY(20px); }
.js .anim_title::before, .js .anim_title::after {
  transform: scaleX(0); }
.anim_title.intersecting {
  animation: anim_drop1 1s .2s forwards; }
  .anim_title.intersecting::before, .anim_title.intersecting::after {
    animation: anim_title 1s .2s forwards;
    animation-delay: inherit; }

.fold_container {
  transition: all .4s; }
.fold_container:not(.fold) {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 0%); }
.fold_container.fold {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 40%);
  position: relative; }
.fold_container.fold_oh {
  overflow: hidden; }
.fold_holder {
  position: relative;
  text-align: center; }
.fold_holder button.btn_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  margin: 0 auto;
  display: flex; }

/*HEADER*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 300;
  background-color: #fff;
  color: #575756; }
  @media (min-width: 1101px) {
    .header {
      position: sticky; } }
  @media (max-width: 1100px) {
    .header {
      height: 70px; } }
  .header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px rgba(87, 87, 86, 0.3);
    transition: opacity .25s; }
  .scrolled .header::before {
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(87, 87, 86, 0.3); }
  .header_inner {
    position: relative;
    height: 100%; }
  .header_content {
    display: flex;
    position: relative;
    height: 100%;
    padding-right: 120px;
    max-width: none; }
    @media (max-width: 1300px) {
      .header_content {
        width: 100%;
        max-width: none;
        padding-left: 40px;
        padding-right: 60px; } }
    @media (max-width: 1100px) {
      .header_content {
        padding-left: 25px;
        padding-right: 10px; } }
  .header_logo {
    display: block;
    align-self: center;
    width: 180px;
    color: #53575a; }
    @media (max-width: 1100px) {
      .header_logo {
        width: 100px; } }
  .header .elm_logo_etl {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    overflow: hidden; }
    @media (max-width: 1300px) {
      .header .elm_logo_etl {
        width: 80px; } }
    @media (max-width: 1100px) {
      .header .elm_logo_etl {
        width: 60px;
        top: 100%; } }
  .header_search {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 38px;
    height: 38px; }
    @media (max-width: 1300px) {
      .header_search {
        z-index: 6; } }
    @media (max-width: 1100px) {
      .header_search {
        top: calc(50% - 19px);
        right: 65px; } }
    .header_search .clicker {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      width: 38px;
      height: 38px;
      position: relative;
      padding: 12px;
      color: #353534;
      z-index: 3; }
      .header_search .clicker .sicofill {
        opacity: 0;
        transform: rotate(90deg);
        transition: opacity .25s, transform .25s; }
    .header_search.cactive .clicker .sicofill {
      opacity: 1;
      transform: rotate(0deg); }
    .header_search_inner {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 240px;
      overflow: hidden;
      pointer-events: none; }
      @media (max-width: 767px) {
        .header_search_inner {
          width: 200px; } }
      .header_search_inner::after {
        content: '';
        position: absolute;
        right: 0;
        width: 38px;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .header_search_submit {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      height: 38px;
      width: 38px;
      position: absolute;
      right: 0;
      top: 0;
      color: #E3001A;
      padding: 6px;
      z-index: 1;
      transition: transform .25s;
      pointer-events: all; }
    .header_search.cactive .header_search_submit {
      transform: translateX(-30px); }
    .header_search form {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .header_search_content {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: all;
      transform-origin: 100% 50%;
      transform: translateX(calc(240px - 38px));
      transition: transform .25s; }
      @media (max-width: 767px) {
        .header_search_content {
          transform: translateX(calc(200px - 38px)); } }
    .header_search.cactive .header_search_content {
      transform: none; }
    .header_search_input {
      display: block;
      width: 100%;
      border: 0;
      outline: none;
      background: none;
      position: absolute;
      right: 0;
      padding: 8px 20px;
      font-weight: 300;
      font-size: 15px;
      height: 38px;
      line-height: 1.46688;
      border-radius: 20px 0 0 20px;
      background: #fff linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0.2) 100%);
      box-shadow: inset 0 0 0 1px rgba(227, 0, 26, 0);
      transition: box-shadow .25s; }
      .header_search_input:focus {
        box-shadow: inset 0 0 0 1px #e3001a; }
  .header_lang {
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 5; }
    @media (max-width: 1300px) {
      .header_lang {
        right: 60px;
        top: 52px; } }
    @media (max-width: 1100px) {
      .header_lang {
        right: 155px;
        top: calc(50% - 17px); } }
    .header_lang .clicker {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      color: #575756;
      padding: 6px 0;
      width: 26px;
      font-size: 12px;
      font-weight: 500;
      line-height: 14px; }
      .header_lang .clicker span {
        display: block; }
      .header_lang .clicker .sico {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 auto;
        color: #E3001A;
        transition: transform .25s; }
    .header_lang.cactive .clicker {
      background-color: #eaeaea;
      transition: background-color .25s; }
    .header_lang .drop {
      background-color: #eaeaea;
      position: absolute;
      top: calc(100% - 5px);
      left: 0;
      width: 100%;
      padding: 5px 0;
      display: none;
      opacity: 0;
      transform: scaleY(0.9);
      transform-origin: 50% 0%;
      transition: transform .25s, opacity .25s; }
      .header_lang .drop a {
        display: block;
        color: #575756;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        padding: 2px 0;
        transition: background-color .25s; }
        .header_lang .drop a:hover {
          background-color: #CDCDCD; }
    .header_lang.cactive .drop {
      display: block; }
    .header_lang.cdone .drop {
      opacity: 1;
      transform: none; }

.nav {
  height: 100%; }
  @media (max-width: 1100px) {
    .nav {
      position: fixed;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: #353534;
      overflow-x: hidden;
      transform: translateX(-100%);
      transition: transform .55s; } }
  @media (max-width: 1100px) {
    .menuopen .nav {
      transform: none; } }
  .nav_cont {
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1100px) {
      .nav_cont {
        z-index: 20;
        margin: 15px 0 0 auto; } }
  .nav_button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 40px;
    height: 40px;
    color: #E3001A;
    transition: color .35s, transform .35s; }
    @media (min-width: 1101px) {
      .nav_button {
        display: none; } }
  .menuopen .nav_button {
    color: #fff;
    transition-delay: 0.3s; }

.topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex; }
  @media (max-width: 1100px) {
    .topmenu {
      height: auto;
      display: block;
      margin: auto 0;
      width: 100%;
      padding: 70px 0; } }
  .topmenu > li {
    display: flex;
    text-align: center;
    justify-content: center; }
    @media (max-width: 1100px) {
      .topmenu > li {
        display: block;
        padding: 0 20px; } }
    @media (min-width: 1101px) {
      .topmenu > li.mobile {
        display: none !important; } }
  .topmenu > li + li {
    margin-left: 40px; }
    @media (max-width: 1300px) {
      .topmenu > li + li {
        margin-left: 25px; } }
    @media (max-width: 1100px) {
      .topmenu > li + li {
        margin: 10px 0 0 0; } }
  .topmenu > li > a {
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    line-height: 1.1335;
    text-transform: uppercase;
    transition: color .35s; }
    @media (max-width: 1100px) {
      .topmenu > li > a {
        padding: 15px 0;
        font-size: 20px; } }
    .topmenu > li > a span {
      display: block; }
    .topmenu > li > a::after {
      content: '';
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      border-bottom: 7px solid #E3001A;
      opacity: 0;
      transition: transform .4s, opacity .4s; }
      @media (max-width: 1100px) {
        .topmenu > li > a::after {
          border-bottom-width: 4px; } }
  .topmenu > li:hover > a {
    color: #E3001A; }
    .topmenu > li:hover > a::after {
      opacity: 1;
      transform: translateY(calc(-50% + 7px + 15px));
      transition: transform .4s, opacity .2s; }
  .topmenu > li.current-menu-item > a,
  .topmenu > li.current-menu-ancestor > a {
    font-weight: 700;
    color: #E3001A; }
    .topmenu > li.current-menu-item > a::after,
    .topmenu > li.current-menu-ancestor > a::after {
      opacity: 1; }

@media (min-width: 1101px) {
  .topmenu > li > div {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    transition: opacity 0.3s; } }

.topmenu > li > .submenu,
.topmenu > li > div > .submenu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1101px) {
    .topmenu > li > .submenu,
    .topmenu > li > div > .submenu {
      display: table;
      transition: opacity .3s, transform .3s;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      text-align: left;
      background-color: #EAEAEA; } }
  @media (max-width: 1100px) {
    .topmenu > li > .submenu,
    .topmenu > li > div > .submenu {
      padding: 15px 0;
      margin-top: 10px;
      background-color: #444444; } }
  @media (min-width: 1101px) {
    .topmenu > li > .submenu > li,
    .topmenu > li > div > .submenu > li {
      display: table-cell;
      padding: 30px; } }
  .topmenu > li > .submenu > li > a,
  .topmenu > li > div > .submenu > li > a {
    display: inline-flex;
    vertical-align: top;
    align-items: flex-end;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.38px;
    font-size: 15px;
    text-transform: uppercase;
    transition: color .2s; }
    .topmenu > li > .submenu > li > a:hover,
    .topmenu > li > div > .submenu > li > a:hover {
      color: #E3001A; }
    @media (min-width: 1101px) {
      .topmenu > li > .submenu > li > a,
      .topmenu > li > div > .submenu > li > a {
        min-height: calc(2.5em + 5px);
        padding-bottom: 5px;
        border-bottom: 3px solid #E3001A; } }
  @media (min-width: 1101px) {
    .topmenu > li > .submenu > li + li,
    .topmenu > li > div > .submenu > li + li {
      border-left: 1px solid rgba(112, 112, 112, 0.5); } }
  @media (max-width: 1100px) {
    .topmenu > li > .submenu > li + li,
    .topmenu > li > div > .submenu > li + li {
      margin-top: 10px; } }
  .topmenu > li > .submenu > li.current-menu-item > a,
  .topmenu > li > .submenu > li.current-menu-ancestor > a,
  .topmenu > li > div > .submenu > li.current-menu-item > a,
  .topmenu > li > div > .submenu > li.current-menu-ancestor > a {
    font-weight: 700;
    color: #E3001A; }

@media (min-width: 1101px) {
  .topmenu > li > div > .submenu {
    position: relative; } }

@media (min-width: 1101px) {
  .topmenu > li:not(:hover) > .submenu,
  .topmenu > li:not(:hover) > div {
    opacity: 0;
    pointer-events: none; } }

.submenu .submenu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .submenu .submenu li.current-menu-item > a,
  .submenu .submenu li.current-menu-ancestor > a {
    font-weight: 700; }
    .submenu .submenu li.current-menu-item > a::before,
    .submenu .submenu li.current-menu-ancestor > a::before {
      opacity: 1; }
  @media (min-width: 1101px) {
    .submenu .submenu {
      padding-top: 15px; } }
  .submenu .submenu a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.9230769231; }
    @media (min-width: 1101px) {
      .submenu .submenu a {
        padding-left: 23px; } }
    @media (min-width: 1101px) {
      .submenu .submenu a::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(.95em - 1px);
        height: 2px;
        background-color: #E3001A;
        width: 13px;
        opacity: 0;
        transition: opacity .25s; } }
    .submenu .submenu a:hover::before {
      opacity: 1; }

.submenu .submenu .submenu a {
  font-size: 13px; }
@media (min-width: 1101px) {
  .submenu .submenu .submenu {
    padding-left: 23px;
    padding-top: 0; } }
@media (max-width: 1100px) {
  .submenu .submenu .submenu li + li {
    margin-top: 0; } }

.topbar {
  background-color: #ae0f0a; }
  @media (max-width: 1100px) {
    .topbar {
      display: none; } }
  .topbar_inner {
    display: flex;
    gap: 20px;
    max-width: none; }
    @media (max-width: 1300px) {
      .topbar_inner {
        width: auto;
        padding-left: 40px;
        padding-right: 20px; } }
    .topbar_inner div {
      display: flex;
      flex: 1 1 0%;
      gap: 20px; }
    .topbar_inner div:nth-child(2) {
      flex: 0 1 auto; }
    .topbar_inner div:nth-child(3) {
      justify-content: flex-end; }
  .topbar a {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 500;
    white-space: nowrap;
    transition: color .25s; }
    .topbar a::before {
      content: '';
      background-color: #353534;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      position: absolute;
      opacity: 0;
      transition: opacity .25s; }
    .topbar a:hover, .topbar a.current-menu-item {
      color: #EAEAEA; }
      .topbar a:hover::before, .topbar a.current-menu-item::before {
        opacity: 1; }
  .topbar div:nth-child(2) a {
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    padding: 10px 0; }

/*FOOTER*/
.footer {
  color: #fff; }
  .footer_top {
    padding-top: 50px; }
  .footer_title {
    margin: 0;
    font-size: 15px;
    line-height: 1.6666666667;
    font-weight: 700; }
    .footer_title a {
      transition: color .25s; }
      .footer_title a:hover {
        text-decoration: underline;
        color: #E3001A; }
  .footer_list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer_nl .input_checkbox {
    margin-top: 3px; }
  @media (max-width: 1100px) {
    .footer_col:nth-child(2) ~ .footer_col {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .footer_col:nth-child(1) ~ .footer_col {
      padding-top: 40px;
      margin-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.05); } }
  @media (max-width: 767px) {
    .footer_col {
      text-align: center; } }
  .footer_bottom {
    padding-top: 100px; }
  .footer_copy {
    text-align: center;
    padding: 30px 0;
    color: #eaeaea;
    opacity: .37;
    font-weight: 500; }
  .footer_logo {
    position: relative;
    text-align: center; }
    .footer_logo_inner {
      position: relative;
      display: flex;
      align-items: flex-start; }
      .footer_logo_inner::before, .footer_logo_inner::after {
        content: '';
        display: block;
        height: 2px;
        flex: 1 1 0%;
        background-color: #E3001A;
        align-self: center; }
    .footer_logo_center {
      display: block;
      flex: 0 0 180px;
      margin: 0 35px;
      position: relative; }
    @media (min-width: 768px) {
      .footer_logo .elm_logo_etl {
        position: absolute;
        right: 0;
        width: 86px;
        top: calc(50% - 0px); } }
    @media (max-width: 767px) {
      .footer_logo .elm_logo_etl {
        display: inline-block;
        width: 100px;
        margin-top: 40px; } }
  .footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
    .footer_menu a {
      transition: color .25s; }
      .footer_menu a:hover {
        color: #E3001A; }
    .footer_menu li {
      display: flex;
      align-items: center;
      margin: 5px 0; }
    .footer_menu li + li::before {
      content: '';
      flex: 0 0 8px;
      width: 8px;
      height: 8px;
      background-color: #E3001A;
      border-radius: 50%;
      margin: 0 15px; }

/*SPACING*/
.mg-160 {
  margin: 160px; }
.mg-140 {
  margin: 140px; }
.mg-130 {
  margin: 130px; }
.mg-120 {
  margin: 120px; }
.mg-110 {
  margin: 110px; }
.mg-100 {
  margin: 100px; }
.mg-90 {
  margin: 90px; }
.mg-80 {
  margin: 80px; }
.mg-70 {
  margin: 70px; }
.mg-60 {
  margin: 60px; }
.mg-55 {
  margin: 55px; }
.mg-50 {
  margin: 50px; }
.mg-45 {
  margin: 45px; }
.mg-40 {
  margin: 40px; }
.mg-35 {
  margin: 35px; }
.mg-30 {
  margin: 30px; }
.mg-25 {
  margin: 25px; }
.mg-20 {
  margin: 20px; }
.mg-15 {
  margin: 15px; }
.mg-10 {
  margin: 10px; }
.mg-5 {
  margin: 5px; }
.mg-0 {
  margin: 0px; }
.mg-auto {
  margin: auto; }
.pd-160 {
  padding: 160px; }
.pd-140 {
  padding: 140px; }
.pd-130 {
  padding: 130px; }
.pd-120 {
  padding: 120px; }
.pd-110 {
  padding: 110px; }
.pd-100 {
  padding: 100px; }
.pd-90 {
  padding: 90px; }
.pd-80 {
  padding: 80px; }
.pd-70 {
  padding: 70px; }
.pd-60 {
  padding: 60px; }
.pd-55 {
  padding: 55px; }
.pd-50 {
  padding: 50px; }
.pd-45 {
  padding: 45px; }
.pd-40 {
  padding: 40px; }
.pd-35 {
  padding: 35px; }
.pd-30 {
  padding: 30px; }
.pd-25 {
  padding: 25px; }
.pd-20 {
  padding: 20px; }
.pd-15 {
  padding: 15px; }
.pd-10 {
  padding: 10px; }
.pd-5 {
  padding: 5px; }
.pd-0 {
  padding: 0px; }
.pd-auto {
  padding: auto; }
.mgt-160 {
  margin-top: 160px; }
.mgt-140 {
  margin-top: 140px; }
.mgt-130 {
  margin-top: 130px; }
.mgt-120 {
  margin-top: 120px; }
.mgt-110 {
  margin-top: 110px; }
.mgt-100 {
  margin-top: 100px; }
.mgt-90 {
  margin-top: 90px; }
.mgt-80 {
  margin-top: 80px; }
.mgt-70 {
  margin-top: 70px; }
.mgt-60 {
  margin-top: 60px; }
.mgt-55 {
  margin-top: 55px; }
.mgt-50 {
  margin-top: 50px; }
.mgt-45 {
  margin-top: 45px; }
.mgt-40 {
  margin-top: 40px; }
.mgt-35 {
  margin-top: 35px; }
.mgt-30 {
  margin-top: 30px; }
.mgt-25 {
  margin-top: 25px; }
.mgt-20 {
  margin-top: 20px; }
.mgt-15 {
  margin-top: 15px; }
.mgt-10 {
  margin-top: 10px; }
.mgt-5 {
  margin-top: 5px; }
.mgt-0 {
  margin-top: 0px; }
.mgt-auto {
  margin-top: auto; }
.mgb-160 {
  margin-bottom: 160px; }
.mgb-140 {
  margin-bottom: 140px; }
.mgb-130 {
  margin-bottom: 130px; }
.mgb-120 {
  margin-bottom: 120px; }
.mgb-110 {
  margin-bottom: 110px; }
.mgb-100 {
  margin-bottom: 100px; }
.mgb-90 {
  margin-bottom: 90px; }
.mgb-80 {
  margin-bottom: 80px; }
.mgb-70 {
  margin-bottom: 70px; }
.mgb-60 {
  margin-bottom: 60px; }
.mgb-55 {
  margin-bottom: 55px; }
.mgb-50 {
  margin-bottom: 50px; }
.mgb-45 {
  margin-bottom: 45px; }
.mgb-40 {
  margin-bottom: 40px; }
.mgb-35 {
  margin-bottom: 35px; }
.mgb-30 {
  margin-bottom: 30px; }
.mgb-25 {
  margin-bottom: 25px; }
.mgb-20 {
  margin-bottom: 20px; }
.mgb-15 {
  margin-bottom: 15px; }
.mgb-10 {
  margin-bottom: 10px; }
.mgb-5 {
  margin-bottom: 5px; }
.mgb-0 {
  margin-bottom: 0px; }
.mgb-auto {
  margin-bottom: auto; }
.mgl-160 {
  margin-left: 160px; }
.mgl-140 {
  margin-left: 140px; }
.mgl-130 {
  margin-left: 130px; }
.mgl-120 {
  margin-left: 120px; }
.mgl-110 {
  margin-left: 110px; }
.mgl-100 {
  margin-left: 100px; }
.mgl-90 {
  margin-left: 90px; }
.mgl-80 {
  margin-left: 80px; }
.mgl-70 {
  margin-left: 70px; }
.mgl-60 {
  margin-left: 60px; }
.mgl-55 {
  margin-left: 55px; }
.mgl-50 {
  margin-left: 50px; }
.mgl-45 {
  margin-left: 45px; }
.mgl-40 {
  margin-left: 40px; }
.mgl-35 {
  margin-left: 35px; }
.mgl-30 {
  margin-left: 30px; }
.mgl-25 {
  margin-left: 25px; }
.mgl-20 {
  margin-left: 20px; }
.mgl-15 {
  margin-left: 15px; }
.mgl-10 {
  margin-left: 10px; }
.mgl-5 {
  margin-left: 5px; }
.mgl-0 {
  margin-left: 0px; }
.mgl-auto {
  margin-left: auto; }
.mgr-160 {
  margin-right: 160px; }
.mgr-140 {
  margin-right: 140px; }
.mgr-130 {
  margin-right: 130px; }
.mgr-120 {
  margin-right: 120px; }
.mgr-110 {
  margin-right: 110px; }
.mgr-100 {
  margin-right: 100px; }
.mgr-90 {
  margin-right: 90px; }
.mgr-80 {
  margin-right: 80px; }
.mgr-70 {
  margin-right: 70px; }
.mgr-60 {
  margin-right: 60px; }
.mgr-55 {
  margin-right: 55px; }
.mgr-50 {
  margin-right: 50px; }
.mgr-45 {
  margin-right: 45px; }
.mgr-40 {
  margin-right: 40px; }
.mgr-35 {
  margin-right: 35px; }
.mgr-30 {
  margin-right: 30px; }
.mgr-25 {
  margin-right: 25px; }
.mgr-20 {
  margin-right: 20px; }
.mgr-15 {
  margin-right: 15px; }
.mgr-10 {
  margin-right: 10px; }
.mgr-5 {
  margin-right: 5px; }
.mgr-0 {
  margin-right: 0px; }
.mgr-auto {
  margin-right: auto; }
.pdt-160 {
  padding-top: 160px; }
.pdt-140 {
  padding-top: 140px; }
.pdt-130 {
  padding-top: 130px; }
.pdt-120 {
  padding-top: 120px; }
.pdt-110 {
  padding-top: 110px; }
.pdt-100 {
  padding-top: 100px; }
.pdt-90 {
  padding-top: 90px; }
.pdt-80 {
  padding-top: 80px; }
.pdt-70 {
  padding-top: 70px; }
.pdt-60 {
  padding-top: 60px; }
.pdt-55 {
  padding-top: 55px; }
.pdt-50 {
  padding-top: 50px; }
.pdt-45 {
  padding-top: 45px; }
.pdt-40 {
  padding-top: 40px; }
.pdt-35 {
  padding-top: 35px; }
.pdt-30 {
  padding-top: 30px; }
.pdt-25 {
  padding-top: 25px; }
.pdt-20 {
  padding-top: 20px; }
.pdt-15 {
  padding-top: 15px; }
.pdt-10 {
  padding-top: 10px; }
.pdt-5 {
  padding-top: 5px; }
.pdt-0 {
  padding-top: 0px; }
.pdt-auto {
  padding-top: auto; }
.pdb-160 {
  padding-bottom: 160px; }
.pdb-140 {
  padding-bottom: 140px; }
.pdb-130 {
  padding-bottom: 130px; }
.pdb-120 {
  padding-bottom: 120px; }
.pdb-110 {
  padding-bottom: 110px; }
.pdb-100 {
  padding-bottom: 100px; }
.pdb-90 {
  padding-bottom: 90px; }
.pdb-80 {
  padding-bottom: 80px; }
.pdb-70 {
  padding-bottom: 70px; }
.pdb-60 {
  padding-bottom: 60px; }
.pdb-55 {
  padding-bottom: 55px; }
.pdb-50 {
  padding-bottom: 50px; }
.pdb-45 {
  padding-bottom: 45px; }
.pdb-40 {
  padding-bottom: 40px; }
.pdb-35 {
  padding-bottom: 35px; }
.pdb-30 {
  padding-bottom: 30px; }
.pdb-25 {
  padding-bottom: 25px; }
.pdb-20 {
  padding-bottom: 20px; }
.pdb-15 {
  padding-bottom: 15px; }
.pdb-10 {
  padding-bottom: 10px; }
.pdb-5 {
  padding-bottom: 5px; }
.pdb-0 {
  padding-bottom: 0px; }
.pdb-auto {
  padding-bottom: auto; }
.pdl-160 {
  padding-left: 160px; }
.pdl-140 {
  padding-left: 140px; }
.pdl-130 {
  padding-left: 130px; }
.pdl-120 {
  padding-left: 120px; }
.pdl-110 {
  padding-left: 110px; }
.pdl-100 {
  padding-left: 100px; }
.pdl-90 {
  padding-left: 90px; }
.pdl-80 {
  padding-left: 80px; }
.pdl-70 {
  padding-left: 70px; }
.pdl-60 {
  padding-left: 60px; }
.pdl-55 {
  padding-left: 55px; }
.pdl-50 {
  padding-left: 50px; }
.pdl-45 {
  padding-left: 45px; }
.pdl-40 {
  padding-left: 40px; }
.pdl-35 {
  padding-left: 35px; }
.pdl-30 {
  padding-left: 30px; }
.pdl-25 {
  padding-left: 25px; }
.pdl-20 {
  padding-left: 20px; }
.pdl-15 {
  padding-left: 15px; }
.pdl-10 {
  padding-left: 10px; }
.pdl-5 {
  padding-left: 5px; }
.pdl-0 {
  padding-left: 0px; }
.pdl-auto {
  padding-left: auto; }
.pdr-160 {
  padding-right: 160px; }
.pdr-140 {
  padding-right: 140px; }
.pdr-130 {
  padding-right: 130px; }
.pdr-120 {
  padding-right: 120px; }
.pdr-110 {
  padding-right: 110px; }
.pdr-100 {
  padding-right: 100px; }
.pdr-90 {
  padding-right: 90px; }
.pdr-80 {
  padding-right: 80px; }
.pdr-70 {
  padding-right: 70px; }
.pdr-60 {
  padding-right: 60px; }
.pdr-55 {
  padding-right: 55px; }
.pdr-50 {
  padding-right: 50px; }
.pdr-45 {
  padding-right: 45px; }
.pdr-40 {
  padding-right: 40px; }
.pdr-35 {
  padding-right: 35px; }
.pdr-30 {
  padding-right: 30px; }
.pdr-25 {
  padding-right: 25px; }
.pdr-20 {
  padding-right: 20px; }
.pdr-15 {
  padding-right: 15px; }
.pdr-10 {
  padding-right: 10px; }
.pdr-5 {
  padding-right: 5px; }
.pdr-0 {
  padding-right: 0px; }
.pdr-auto {
  padding-right: auto; }
@media (max-width: 1600px) {
  .mg-160xxl {
    margin: 160px; }
  .mg-140xxl {
    margin: 140px; }
  .mg-130xxl {
    margin: 130px; }
  .mg-120xxl {
    margin: 120px; }
  .mg-110xxl {
    margin: 110px; }
  .mg-100xxl {
    margin: 100px; }
  .mg-90xxl {
    margin: 90px; }
  .mg-80xxl {
    margin: 80px; }
  .mg-70xxl {
    margin: 70px; }
  .mg-60xxl {
    margin: 60px; }
  .mg-55xxl {
    margin: 55px; }
  .mg-50xxl {
    margin: 50px; }
  .mg-45xxl {
    margin: 45px; }
  .mg-40xxl {
    margin: 40px; }
  .mg-35xxl {
    margin: 35px; }
  .mg-30xxl {
    margin: 30px; }
  .mg-25xxl {
    margin: 25px; }
  .mg-20xxl {
    margin: 20px; }
  .mg-15xxl {
    margin: 15px; }
  .mg-10xxl {
    margin: 10px; }
  .mg-5xxl {
    margin: 5px; }
  .mg-0xxl {
    margin: 0px; }
  .mg-autoxxl {
    margin: auto; }
  .pd-160xxl {
    padding: 160px; }
  .pd-140xxl {
    padding: 140px; }
  .pd-130xxl {
    padding: 130px; }
  .pd-120xxl {
    padding: 120px; }
  .pd-110xxl {
    padding: 110px; }
  .pd-100xxl {
    padding: 100px; }
  .pd-90xxl {
    padding: 90px; }
  .pd-80xxl {
    padding: 80px; }
  .pd-70xxl {
    padding: 70px; }
  .pd-60xxl {
    padding: 60px; }
  .pd-55xxl {
    padding: 55px; }
  .pd-50xxl {
    padding: 50px; }
  .pd-45xxl {
    padding: 45px; }
  .pd-40xxl {
    padding: 40px; }
  .pd-35xxl {
    padding: 35px; }
  .pd-30xxl {
    padding: 30px; }
  .pd-25xxl {
    padding: 25px; }
  .pd-20xxl {
    padding: 20px; }
  .pd-15xxl {
    padding: 15px; }
  .pd-10xxl {
    padding: 10px; }
  .pd-5xxl {
    padding: 5px; }
  .pd-0xxl {
    padding: 0px; }
  .pd-autoxxl {
    padding: auto; }
  .mgt-160xxl {
    margin-top: 160px; }
  .mgt-140xxl {
    margin-top: 140px; }
  .mgt-130xxl {
    margin-top: 130px; }
  .mgt-120xxl {
    margin-top: 120px; }
  .mgt-110xxl {
    margin-top: 110px; }
  .mgt-100xxl {
    margin-top: 100px; }
  .mgt-90xxl {
    margin-top: 90px; }
  .mgt-80xxl {
    margin-top: 80px; }
  .mgt-70xxl {
    margin-top: 70px; }
  .mgt-60xxl {
    margin-top: 60px; }
  .mgt-55xxl {
    margin-top: 55px; }
  .mgt-50xxl {
    margin-top: 50px; }
  .mgt-45xxl {
    margin-top: 45px; }
  .mgt-40xxl {
    margin-top: 40px; }
  .mgt-35xxl {
    margin-top: 35px; }
  .mgt-30xxl {
    margin-top: 30px; }
  .mgt-25xxl {
    margin-top: 25px; }
  .mgt-20xxl {
    margin-top: 20px; }
  .mgt-15xxl {
    margin-top: 15px; }
  .mgt-10xxl {
    margin-top: 10px; }
  .mgt-5xxl {
    margin-top: 5px; }
  .mgt-0xxl {
    margin-top: 0px; }
  .mgt-autoxxl {
    margin-top: auto; }
  .mgb-160xxl {
    margin-bottom: 160px; }
  .mgb-140xxl {
    margin-bottom: 140px; }
  .mgb-130xxl {
    margin-bottom: 130px; }
  .mgb-120xxl {
    margin-bottom: 120px; }
  .mgb-110xxl {
    margin-bottom: 110px; }
  .mgb-100xxl {
    margin-bottom: 100px; }
  .mgb-90xxl {
    margin-bottom: 90px; }
  .mgb-80xxl {
    margin-bottom: 80px; }
  .mgb-70xxl {
    margin-bottom: 70px; }
  .mgb-60xxl {
    margin-bottom: 60px; }
  .mgb-55xxl {
    margin-bottom: 55px; }
  .mgb-50xxl {
    margin-bottom: 50px; }
  .mgb-45xxl {
    margin-bottom: 45px; }
  .mgb-40xxl {
    margin-bottom: 40px; }
  .mgb-35xxl {
    margin-bottom: 35px; }
  .mgb-30xxl {
    margin-bottom: 30px; }
  .mgb-25xxl {
    margin-bottom: 25px; }
  .mgb-20xxl {
    margin-bottom: 20px; }
  .mgb-15xxl {
    margin-bottom: 15px; }
  .mgb-10xxl {
    margin-bottom: 10px; }
  .mgb-5xxl {
    margin-bottom: 5px; }
  .mgb-0xxl {
    margin-bottom: 0px; }
  .mgb-autoxxl {
    margin-bottom: auto; }
  .mgl-160xxl {
    margin-left: 160px; }
  .mgl-140xxl {
    margin-left: 140px; }
  .mgl-130xxl {
    margin-left: 130px; }
  .mgl-120xxl {
    margin-left: 120px; }
  .mgl-110xxl {
    margin-left: 110px; }
  .mgl-100xxl {
    margin-left: 100px; }
  .mgl-90xxl {
    margin-left: 90px; }
  .mgl-80xxl {
    margin-left: 80px; }
  .mgl-70xxl {
    margin-left: 70px; }
  .mgl-60xxl {
    margin-left: 60px; }
  .mgl-55xxl {
    margin-left: 55px; }
  .mgl-50xxl {
    margin-left: 50px; }
  .mgl-45xxl {
    margin-left: 45px; }
  .mgl-40xxl {
    margin-left: 40px; }
  .mgl-35xxl {
    margin-left: 35px; }
  .mgl-30xxl {
    margin-left: 30px; }
  .mgl-25xxl {
    margin-left: 25px; }
  .mgl-20xxl {
    margin-left: 20px; }
  .mgl-15xxl {
    margin-left: 15px; }
  .mgl-10xxl {
    margin-left: 10px; }
  .mgl-5xxl {
    margin-left: 5px; }
  .mgl-0xxl {
    margin-left: 0px; }
  .mgl-autoxxl {
    margin-left: auto; }
  .mgr-160xxl {
    margin-right: 160px; }
  .mgr-140xxl {
    margin-right: 140px; }
  .mgr-130xxl {
    margin-right: 130px; }
  .mgr-120xxl {
    margin-right: 120px; }
  .mgr-110xxl {
    margin-right: 110px; }
  .mgr-100xxl {
    margin-right: 100px; }
  .mgr-90xxl {
    margin-right: 90px; }
  .mgr-80xxl {
    margin-right: 80px; }
  .mgr-70xxl {
    margin-right: 70px; }
  .mgr-60xxl {
    margin-right: 60px; }
  .mgr-55xxl {
    margin-right: 55px; }
  .mgr-50xxl {
    margin-right: 50px; }
  .mgr-45xxl {
    margin-right: 45px; }
  .mgr-40xxl {
    margin-right: 40px; }
  .mgr-35xxl {
    margin-right: 35px; }
  .mgr-30xxl {
    margin-right: 30px; }
  .mgr-25xxl {
    margin-right: 25px; }
  .mgr-20xxl {
    margin-right: 20px; }
  .mgr-15xxl {
    margin-right: 15px; }
  .mgr-10xxl {
    margin-right: 10px; }
  .mgr-5xxl {
    margin-right: 5px; }
  .mgr-0xxl {
    margin-right: 0px; }
  .mgr-autoxxl {
    margin-right: auto; }
  .pdt-160xxl {
    padding-top: 160px; }
  .pdt-140xxl {
    padding-top: 140px; }
  .pdt-130xxl {
    padding-top: 130px; }
  .pdt-120xxl {
    padding-top: 120px; }
  .pdt-110xxl {
    padding-top: 110px; }
  .pdt-100xxl {
    padding-top: 100px; }
  .pdt-90xxl {
    padding-top: 90px; }
  .pdt-80xxl {
    padding-top: 80px; }
  .pdt-70xxl {
    padding-top: 70px; }
  .pdt-60xxl {
    padding-top: 60px; }
  .pdt-55xxl {
    padding-top: 55px; }
  .pdt-50xxl {
    padding-top: 50px; }
  .pdt-45xxl {
    padding-top: 45px; }
  .pdt-40xxl {
    padding-top: 40px; }
  .pdt-35xxl {
    padding-top: 35px; }
  .pdt-30xxl {
    padding-top: 30px; }
  .pdt-25xxl {
    padding-top: 25px; }
  .pdt-20xxl {
    padding-top: 20px; }
  .pdt-15xxl {
    padding-top: 15px; }
  .pdt-10xxl {
    padding-top: 10px; }
  .pdt-5xxl {
    padding-top: 5px; }
  .pdt-0xxl {
    padding-top: 0px; }
  .pdt-autoxxl {
    padding-top: auto; }
  .pdb-160xxl {
    padding-bottom: 160px; }
  .pdb-140xxl {
    padding-bottom: 140px; }
  .pdb-130xxl {
    padding-bottom: 130px; }
  .pdb-120xxl {
    padding-bottom: 120px; }
  .pdb-110xxl {
    padding-bottom: 110px; }
  .pdb-100xxl {
    padding-bottom: 100px; }
  .pdb-90xxl {
    padding-bottom: 90px; }
  .pdb-80xxl {
    padding-bottom: 80px; }
  .pdb-70xxl {
    padding-bottom: 70px; }
  .pdb-60xxl {
    padding-bottom: 60px; }
  .pdb-55xxl {
    padding-bottom: 55px; }
  .pdb-50xxl {
    padding-bottom: 50px; }
  .pdb-45xxl {
    padding-bottom: 45px; }
  .pdb-40xxl {
    padding-bottom: 40px; }
  .pdb-35xxl {
    padding-bottom: 35px; }
  .pdb-30xxl {
    padding-bottom: 30px; }
  .pdb-25xxl {
    padding-bottom: 25px; }
  .pdb-20xxl {
    padding-bottom: 20px; }
  .pdb-15xxl {
    padding-bottom: 15px; }
  .pdb-10xxl {
    padding-bottom: 10px; }
  .pdb-5xxl {
    padding-bottom: 5px; }
  .pdb-0xxl {
    padding-bottom: 0px; }
  .pdb-autoxxl {
    padding-bottom: auto; }
  .pdl-160xxl {
    padding-left: 160px; }
  .pdl-140xxl {
    padding-left: 140px; }
  .pdl-130xxl {
    padding-left: 130px; }
  .pdl-120xxl {
    padding-left: 120px; }
  .pdl-110xxl {
    padding-left: 110px; }
  .pdl-100xxl {
    padding-left: 100px; }
  .pdl-90xxl {
    padding-left: 90px; }
  .pdl-80xxl {
    padding-left: 80px; }
  .pdl-70xxl {
    padding-left: 70px; }
  .pdl-60xxl {
    padding-left: 60px; }
  .pdl-55xxl {
    padding-left: 55px; }
  .pdl-50xxl {
    padding-left: 50px; }
  .pdl-45xxl {
    padding-left: 45px; }
  .pdl-40xxl {
    padding-left: 40px; }
  .pdl-35xxl {
    padding-left: 35px; }
  .pdl-30xxl {
    padding-left: 30px; }
  .pdl-25xxl {
    padding-left: 25px; }
  .pdl-20xxl {
    padding-left: 20px; }
  .pdl-15xxl {
    padding-left: 15px; }
  .pdl-10xxl {
    padding-left: 10px; }
  .pdl-5xxl {
    padding-left: 5px; }
  .pdl-0xxl {
    padding-left: 0px; }
  .pdl-autoxxl {
    padding-left: auto; }
  .pdr-160xxl {
    padding-right: 160px; }
  .pdr-140xxl {
    padding-right: 140px; }
  .pdr-130xxl {
    padding-right: 130px; }
  .pdr-120xxl {
    padding-right: 120px; }
  .pdr-110xxl {
    padding-right: 110px; }
  .pdr-100xxl {
    padding-right: 100px; }
  .pdr-90xxl {
    padding-right: 90px; }
  .pdr-80xxl {
    padding-right: 80px; }
  .pdr-70xxl {
    padding-right: 70px; }
  .pdr-60xxl {
    padding-right: 60px; }
  .pdr-55xxl {
    padding-right: 55px; }
  .pdr-50xxl {
    padding-right: 50px; }
  .pdr-45xxl {
    padding-right: 45px; }
  .pdr-40xxl {
    padding-right: 40px; }
  .pdr-35xxl {
    padding-right: 35px; }
  .pdr-30xxl {
    padding-right: 30px; }
  .pdr-25xxl {
    padding-right: 25px; }
  .pdr-20xxl {
    padding-right: 20px; }
  .pdr-15xxl {
    padding-right: 15px; }
  .pdr-10xxl {
    padding-right: 10px; }
  .pdr-5xxl {
    padding-right: 5px; }
  .pdr-0xxl {
    padding-right: 0px; }
  .pdr-autoxxl {
    padding-right: auto; } }
@media (max-width: 1300px) {
  .mg-160xl {
    margin: 160px; }
  .mg-140xl {
    margin: 140px; }
  .mg-130xl {
    margin: 130px; }
  .mg-120xl {
    margin: 120px; }
  .mg-110xl {
    margin: 110px; }
  .mg-100xl {
    margin: 100px; }
  .mg-90xl {
    margin: 90px; }
  .mg-80xl {
    margin: 80px; }
  .mg-70xl {
    margin: 70px; }
  .mg-60xl {
    margin: 60px; }
  .mg-55xl {
    margin: 55px; }
  .mg-50xl {
    margin: 50px; }
  .mg-45xl {
    margin: 45px; }
  .mg-40xl {
    margin: 40px; }
  .mg-35xl {
    margin: 35px; }
  .mg-30xl {
    margin: 30px; }
  .mg-25xl {
    margin: 25px; }
  .mg-20xl {
    margin: 20px; }
  .mg-15xl {
    margin: 15px; }
  .mg-10xl {
    margin: 10px; }
  .mg-5xl {
    margin: 5px; }
  .mg-0xl {
    margin: 0px; }
  .mg-autoxl {
    margin: auto; }
  .pd-160xl {
    padding: 160px; }
  .pd-140xl {
    padding: 140px; }
  .pd-130xl {
    padding: 130px; }
  .pd-120xl {
    padding: 120px; }
  .pd-110xl {
    padding: 110px; }
  .pd-100xl {
    padding: 100px; }
  .pd-90xl {
    padding: 90px; }
  .pd-80xl {
    padding: 80px; }
  .pd-70xl {
    padding: 70px; }
  .pd-60xl {
    padding: 60px; }
  .pd-55xl {
    padding: 55px; }
  .pd-50xl {
    padding: 50px; }
  .pd-45xl {
    padding: 45px; }
  .pd-40xl {
    padding: 40px; }
  .pd-35xl {
    padding: 35px; }
  .pd-30xl {
    padding: 30px; }
  .pd-25xl {
    padding: 25px; }
  .pd-20xl {
    padding: 20px; }
  .pd-15xl {
    padding: 15px; }
  .pd-10xl {
    padding: 10px; }
  .pd-5xl {
    padding: 5px; }
  .pd-0xl {
    padding: 0px; }
  .pd-autoxl {
    padding: auto; }
  .mgt-160xl {
    margin-top: 160px; }
  .mgt-140xl {
    margin-top: 140px; }
  .mgt-130xl {
    margin-top: 130px; }
  .mgt-120xl {
    margin-top: 120px; }
  .mgt-110xl {
    margin-top: 110px; }
  .mgt-100xl {
    margin-top: 100px; }
  .mgt-90xl {
    margin-top: 90px; }
  .mgt-80xl {
    margin-top: 80px; }
  .mgt-70xl {
    margin-top: 70px; }
  .mgt-60xl {
    margin-top: 60px; }
  .mgt-55xl {
    margin-top: 55px; }
  .mgt-50xl {
    margin-top: 50px; }
  .mgt-45xl {
    margin-top: 45px; }
  .mgt-40xl {
    margin-top: 40px; }
  .mgt-35xl {
    margin-top: 35px; }
  .mgt-30xl {
    margin-top: 30px; }
  .mgt-25xl {
    margin-top: 25px; }
  .mgt-20xl {
    margin-top: 20px; }
  .mgt-15xl {
    margin-top: 15px; }
  .mgt-10xl {
    margin-top: 10px; }
  .mgt-5xl {
    margin-top: 5px; }
  .mgt-0xl {
    margin-top: 0px; }
  .mgt-autoxl {
    margin-top: auto; }
  .mgb-160xl {
    margin-bottom: 160px; }
  .mgb-140xl {
    margin-bottom: 140px; }
  .mgb-130xl {
    margin-bottom: 130px; }
  .mgb-120xl {
    margin-bottom: 120px; }
  .mgb-110xl {
    margin-bottom: 110px; }
  .mgb-100xl {
    margin-bottom: 100px; }
  .mgb-90xl {
    margin-bottom: 90px; }
  .mgb-80xl {
    margin-bottom: 80px; }
  .mgb-70xl {
    margin-bottom: 70px; }
  .mgb-60xl {
    margin-bottom: 60px; }
  .mgb-55xl {
    margin-bottom: 55px; }
  .mgb-50xl {
    margin-bottom: 50px; }
  .mgb-45xl {
    margin-bottom: 45px; }
  .mgb-40xl {
    margin-bottom: 40px; }
  .mgb-35xl {
    margin-bottom: 35px; }
  .mgb-30xl {
    margin-bottom: 30px; }
  .mgb-25xl {
    margin-bottom: 25px; }
  .mgb-20xl {
    margin-bottom: 20px; }
  .mgb-15xl {
    margin-bottom: 15px; }
  .mgb-10xl {
    margin-bottom: 10px; }
  .mgb-5xl {
    margin-bottom: 5px; }
  .mgb-0xl {
    margin-bottom: 0px; }
  .mgb-autoxl {
    margin-bottom: auto; }
  .mgl-160xl {
    margin-left: 160px; }
  .mgl-140xl {
    margin-left: 140px; }
  .mgl-130xl {
    margin-left: 130px; }
  .mgl-120xl {
    margin-left: 120px; }
  .mgl-110xl {
    margin-left: 110px; }
  .mgl-100xl {
    margin-left: 100px; }
  .mgl-90xl {
    margin-left: 90px; }
  .mgl-80xl {
    margin-left: 80px; }
  .mgl-70xl {
    margin-left: 70px; }
  .mgl-60xl {
    margin-left: 60px; }
  .mgl-55xl {
    margin-left: 55px; }
  .mgl-50xl {
    margin-left: 50px; }
  .mgl-45xl {
    margin-left: 45px; }
  .mgl-40xl {
    margin-left: 40px; }
  .mgl-35xl {
    margin-left: 35px; }
  .mgl-30xl {
    margin-left: 30px; }
  .mgl-25xl {
    margin-left: 25px; }
  .mgl-20xl {
    margin-left: 20px; }
  .mgl-15xl {
    margin-left: 15px; }
  .mgl-10xl {
    margin-left: 10px; }
  .mgl-5xl {
    margin-left: 5px; }
  .mgl-0xl {
    margin-left: 0px; }
  .mgl-autoxl {
    margin-left: auto; }
  .mgr-160xl {
    margin-right: 160px; }
  .mgr-140xl {
    margin-right: 140px; }
  .mgr-130xl {
    margin-right: 130px; }
  .mgr-120xl {
    margin-right: 120px; }
  .mgr-110xl {
    margin-right: 110px; }
  .mgr-100xl {
    margin-right: 100px; }
  .mgr-90xl {
    margin-right: 90px; }
  .mgr-80xl {
    margin-right: 80px; }
  .mgr-70xl {
    margin-right: 70px; }
  .mgr-60xl {
    margin-right: 60px; }
  .mgr-55xl {
    margin-right: 55px; }
  .mgr-50xl {
    margin-right: 50px; }
  .mgr-45xl {
    margin-right: 45px; }
  .mgr-40xl {
    margin-right: 40px; }
  .mgr-35xl {
    margin-right: 35px; }
  .mgr-30xl {
    margin-right: 30px; }
  .mgr-25xl {
    margin-right: 25px; }
  .mgr-20xl {
    margin-right: 20px; }
  .mgr-15xl {
    margin-right: 15px; }
  .mgr-10xl {
    margin-right: 10px; }
  .mgr-5xl {
    margin-right: 5px; }
  .mgr-0xl {
    margin-right: 0px; }
  .mgr-autoxl {
    margin-right: auto; }
  .pdt-160xl {
    padding-top: 160px; }
  .pdt-140xl {
    padding-top: 140px; }
  .pdt-130xl {
    padding-top: 130px; }
  .pdt-120xl {
    padding-top: 120px; }
  .pdt-110xl {
    padding-top: 110px; }
  .pdt-100xl {
    padding-top: 100px; }
  .pdt-90xl {
    padding-top: 90px; }
  .pdt-80xl {
    padding-top: 80px; }
  .pdt-70xl {
    padding-top: 70px; }
  .pdt-60xl {
    padding-top: 60px; }
  .pdt-55xl {
    padding-top: 55px; }
  .pdt-50xl {
    padding-top: 50px; }
  .pdt-45xl {
    padding-top: 45px; }
  .pdt-40xl {
    padding-top: 40px; }
  .pdt-35xl {
    padding-top: 35px; }
  .pdt-30xl {
    padding-top: 30px; }
  .pdt-25xl {
    padding-top: 25px; }
  .pdt-20xl {
    padding-top: 20px; }
  .pdt-15xl {
    padding-top: 15px; }
  .pdt-10xl {
    padding-top: 10px; }
  .pdt-5xl {
    padding-top: 5px; }
  .pdt-0xl {
    padding-top: 0px; }
  .pdt-autoxl {
    padding-top: auto; }
  .pdb-160xl {
    padding-bottom: 160px; }
  .pdb-140xl {
    padding-bottom: 140px; }
  .pdb-130xl {
    padding-bottom: 130px; }
  .pdb-120xl {
    padding-bottom: 120px; }
  .pdb-110xl {
    padding-bottom: 110px; }
  .pdb-100xl {
    padding-bottom: 100px; }
  .pdb-90xl {
    padding-bottom: 90px; }
  .pdb-80xl {
    padding-bottom: 80px; }
  .pdb-70xl {
    padding-bottom: 70px; }
  .pdb-60xl {
    padding-bottom: 60px; }
  .pdb-55xl {
    padding-bottom: 55px; }
  .pdb-50xl {
    padding-bottom: 50px; }
  .pdb-45xl {
    padding-bottom: 45px; }
  .pdb-40xl {
    padding-bottom: 40px; }
  .pdb-35xl {
    padding-bottom: 35px; }
  .pdb-30xl {
    padding-bottom: 30px; }
  .pdb-25xl {
    padding-bottom: 25px; }
  .pdb-20xl {
    padding-bottom: 20px; }
  .pdb-15xl {
    padding-bottom: 15px; }
  .pdb-10xl {
    padding-bottom: 10px; }
  .pdb-5xl {
    padding-bottom: 5px; }
  .pdb-0xl {
    padding-bottom: 0px; }
  .pdb-autoxl {
    padding-bottom: auto; }
  .pdl-160xl {
    padding-left: 160px; }
  .pdl-140xl {
    padding-left: 140px; }
  .pdl-130xl {
    padding-left: 130px; }
  .pdl-120xl {
    padding-left: 120px; }
  .pdl-110xl {
    padding-left: 110px; }
  .pdl-100xl {
    padding-left: 100px; }
  .pdl-90xl {
    padding-left: 90px; }
  .pdl-80xl {
    padding-left: 80px; }
  .pdl-70xl {
    padding-left: 70px; }
  .pdl-60xl {
    padding-left: 60px; }
  .pdl-55xl {
    padding-left: 55px; }
  .pdl-50xl {
    padding-left: 50px; }
  .pdl-45xl {
    padding-left: 45px; }
  .pdl-40xl {
    padding-left: 40px; }
  .pdl-35xl {
    padding-left: 35px; }
  .pdl-30xl {
    padding-left: 30px; }
  .pdl-25xl {
    padding-left: 25px; }
  .pdl-20xl {
    padding-left: 20px; }
  .pdl-15xl {
    padding-left: 15px; }
  .pdl-10xl {
    padding-left: 10px; }
  .pdl-5xl {
    padding-left: 5px; }
  .pdl-0xl {
    padding-left: 0px; }
  .pdl-autoxl {
    padding-left: auto; }
  .pdr-160xl {
    padding-right: 160px; }
  .pdr-140xl {
    padding-right: 140px; }
  .pdr-130xl {
    padding-right: 130px; }
  .pdr-120xl {
    padding-right: 120px; }
  .pdr-110xl {
    padding-right: 110px; }
  .pdr-100xl {
    padding-right: 100px; }
  .pdr-90xl {
    padding-right: 90px; }
  .pdr-80xl {
    padding-right: 80px; }
  .pdr-70xl {
    padding-right: 70px; }
  .pdr-60xl {
    padding-right: 60px; }
  .pdr-55xl {
    padding-right: 55px; }
  .pdr-50xl {
    padding-right: 50px; }
  .pdr-45xl {
    padding-right: 45px; }
  .pdr-40xl {
    padding-right: 40px; }
  .pdr-35xl {
    padding-right: 35px; }
  .pdr-30xl {
    padding-right: 30px; }
  .pdr-25xl {
    padding-right: 25px; }
  .pdr-20xl {
    padding-right: 20px; }
  .pdr-15xl {
    padding-right: 15px; }
  .pdr-10xl {
    padding-right: 10px; }
  .pdr-5xl {
    padding-right: 5px; }
  .pdr-0xl {
    padding-right: 0px; }
  .pdr-autoxl {
    padding-right: auto; } }
@media (max-width: 1100px) {
  .mg-160lg {
    margin: 160px; }
  .mg-140lg {
    margin: 140px; }
  .mg-130lg {
    margin: 130px; }
  .mg-120lg {
    margin: 120px; }
  .mg-110lg {
    margin: 110px; }
  .mg-100lg {
    margin: 100px; }
  .mg-90lg {
    margin: 90px; }
  .mg-80lg {
    margin: 80px; }
  .mg-70lg {
    margin: 70px; }
  .mg-60lg {
    margin: 60px; }
  .mg-55lg {
    margin: 55px; }
  .mg-50lg {
    margin: 50px; }
  .mg-45lg {
    margin: 45px; }
  .mg-40lg {
    margin: 40px; }
  .mg-35lg {
    margin: 35px; }
  .mg-30lg {
    margin: 30px; }
  .mg-25lg {
    margin: 25px; }
  .mg-20lg {
    margin: 20px; }
  .mg-15lg {
    margin: 15px; }
  .mg-10lg {
    margin: 10px; }
  .mg-5lg {
    margin: 5px; }
  .mg-0lg {
    margin: 0px; }
  .mg-autolg {
    margin: auto; }
  .pd-160lg {
    padding: 160px; }
  .pd-140lg {
    padding: 140px; }
  .pd-130lg {
    padding: 130px; }
  .pd-120lg {
    padding: 120px; }
  .pd-110lg {
    padding: 110px; }
  .pd-100lg {
    padding: 100px; }
  .pd-90lg {
    padding: 90px; }
  .pd-80lg {
    padding: 80px; }
  .pd-70lg {
    padding: 70px; }
  .pd-60lg {
    padding: 60px; }
  .pd-55lg {
    padding: 55px; }
  .pd-50lg {
    padding: 50px; }
  .pd-45lg {
    padding: 45px; }
  .pd-40lg {
    padding: 40px; }
  .pd-35lg {
    padding: 35px; }
  .pd-30lg {
    padding: 30px; }
  .pd-25lg {
    padding: 25px; }
  .pd-20lg {
    padding: 20px; }
  .pd-15lg {
    padding: 15px; }
  .pd-10lg {
    padding: 10px; }
  .pd-5lg {
    padding: 5px; }
  .pd-0lg {
    padding: 0px; }
  .pd-autolg {
    padding: auto; }
  .mgt-160lg {
    margin-top: 160px; }
  .mgt-140lg {
    margin-top: 140px; }
  .mgt-130lg {
    margin-top: 130px; }
  .mgt-120lg {
    margin-top: 120px; }
  .mgt-110lg {
    margin-top: 110px; }
  .mgt-100lg {
    margin-top: 100px; }
  .mgt-90lg {
    margin-top: 90px; }
  .mgt-80lg {
    margin-top: 80px; }
  .mgt-70lg {
    margin-top: 70px; }
  .mgt-60lg {
    margin-top: 60px; }
  .mgt-55lg {
    margin-top: 55px; }
  .mgt-50lg {
    margin-top: 50px; }
  .mgt-45lg {
    margin-top: 45px; }
  .mgt-40lg {
    margin-top: 40px; }
  .mgt-35lg {
    margin-top: 35px; }
  .mgt-30lg {
    margin-top: 30px; }
  .mgt-25lg {
    margin-top: 25px; }
  .mgt-20lg {
    margin-top: 20px; }
  .mgt-15lg {
    margin-top: 15px; }
  .mgt-10lg {
    margin-top: 10px; }
  .mgt-5lg {
    margin-top: 5px; }
  .mgt-0lg {
    margin-top: 0px; }
  .mgt-autolg {
    margin-top: auto; }
  .mgb-160lg {
    margin-bottom: 160px; }
  .mgb-140lg {
    margin-bottom: 140px; }
  .mgb-130lg {
    margin-bottom: 130px; }
  .mgb-120lg {
    margin-bottom: 120px; }
  .mgb-110lg {
    margin-bottom: 110px; }
  .mgb-100lg {
    margin-bottom: 100px; }
  .mgb-90lg {
    margin-bottom: 90px; }
  .mgb-80lg {
    margin-bottom: 80px; }
  .mgb-70lg {
    margin-bottom: 70px; }
  .mgb-60lg {
    margin-bottom: 60px; }
  .mgb-55lg {
    margin-bottom: 55px; }
  .mgb-50lg {
    margin-bottom: 50px; }
  .mgb-45lg {
    margin-bottom: 45px; }
  .mgb-40lg {
    margin-bottom: 40px; }
  .mgb-35lg {
    margin-bottom: 35px; }
  .mgb-30lg {
    margin-bottom: 30px; }
  .mgb-25lg {
    margin-bottom: 25px; }
  .mgb-20lg {
    margin-bottom: 20px; }
  .mgb-15lg {
    margin-bottom: 15px; }
  .mgb-10lg {
    margin-bottom: 10px; }
  .mgb-5lg {
    margin-bottom: 5px; }
  .mgb-0lg {
    margin-bottom: 0px; }
  .mgb-autolg {
    margin-bottom: auto; }
  .mgl-160lg {
    margin-left: 160px; }
  .mgl-140lg {
    margin-left: 140px; }
  .mgl-130lg {
    margin-left: 130px; }
  .mgl-120lg {
    margin-left: 120px; }
  .mgl-110lg {
    margin-left: 110px; }
  .mgl-100lg {
    margin-left: 100px; }
  .mgl-90lg {
    margin-left: 90px; }
  .mgl-80lg {
    margin-left: 80px; }
  .mgl-70lg {
    margin-left: 70px; }
  .mgl-60lg {
    margin-left: 60px; }
  .mgl-55lg {
    margin-left: 55px; }
  .mgl-50lg {
    margin-left: 50px; }
  .mgl-45lg {
    margin-left: 45px; }
  .mgl-40lg {
    margin-left: 40px; }
  .mgl-35lg {
    margin-left: 35px; }
  .mgl-30lg {
    margin-left: 30px; }
  .mgl-25lg {
    margin-left: 25px; }
  .mgl-20lg {
    margin-left: 20px; }
  .mgl-15lg {
    margin-left: 15px; }
  .mgl-10lg {
    margin-left: 10px; }
  .mgl-5lg {
    margin-left: 5px; }
  .mgl-0lg {
    margin-left: 0px; }
  .mgl-autolg {
    margin-left: auto; }
  .mgr-160lg {
    margin-right: 160px; }
  .mgr-140lg {
    margin-right: 140px; }
  .mgr-130lg {
    margin-right: 130px; }
  .mgr-120lg {
    margin-right: 120px; }
  .mgr-110lg {
    margin-right: 110px; }
  .mgr-100lg {
    margin-right: 100px; }
  .mgr-90lg {
    margin-right: 90px; }
  .mgr-80lg {
    margin-right: 80px; }
  .mgr-70lg {
    margin-right: 70px; }
  .mgr-60lg {
    margin-right: 60px; }
  .mgr-55lg {
    margin-right: 55px; }
  .mgr-50lg {
    margin-right: 50px; }
  .mgr-45lg {
    margin-right: 45px; }
  .mgr-40lg {
    margin-right: 40px; }
  .mgr-35lg {
    margin-right: 35px; }
  .mgr-30lg {
    margin-right: 30px; }
  .mgr-25lg {
    margin-right: 25px; }
  .mgr-20lg {
    margin-right: 20px; }
  .mgr-15lg {
    margin-right: 15px; }
  .mgr-10lg {
    margin-right: 10px; }
  .mgr-5lg {
    margin-right: 5px; }
  .mgr-0lg {
    margin-right: 0px; }
  .mgr-autolg {
    margin-right: auto; }
  .pdt-160lg {
    padding-top: 160px; }
  .pdt-140lg {
    padding-top: 140px; }
  .pdt-130lg {
    padding-top: 130px; }
  .pdt-120lg {
    padding-top: 120px; }
  .pdt-110lg {
    padding-top: 110px; }
  .pdt-100lg {
    padding-top: 100px; }
  .pdt-90lg {
    padding-top: 90px; }
  .pdt-80lg {
    padding-top: 80px; }
  .pdt-70lg {
    padding-top: 70px; }
  .pdt-60lg {
    padding-top: 60px; }
  .pdt-55lg {
    padding-top: 55px; }
  .pdt-50lg {
    padding-top: 50px; }
  .pdt-45lg {
    padding-top: 45px; }
  .pdt-40lg {
    padding-top: 40px; }
  .pdt-35lg {
    padding-top: 35px; }
  .pdt-30lg {
    padding-top: 30px; }
  .pdt-25lg {
    padding-top: 25px; }
  .pdt-20lg {
    padding-top: 20px; }
  .pdt-15lg {
    padding-top: 15px; }
  .pdt-10lg {
    padding-top: 10px; }
  .pdt-5lg {
    padding-top: 5px; }
  .pdt-0lg {
    padding-top: 0px; }
  .pdt-autolg {
    padding-top: auto; }
  .pdb-160lg {
    padding-bottom: 160px; }
  .pdb-140lg {
    padding-bottom: 140px; }
  .pdb-130lg {
    padding-bottom: 130px; }
  .pdb-120lg {
    padding-bottom: 120px; }
  .pdb-110lg {
    padding-bottom: 110px; }
  .pdb-100lg {
    padding-bottom: 100px; }
  .pdb-90lg {
    padding-bottom: 90px; }
  .pdb-80lg {
    padding-bottom: 80px; }
  .pdb-70lg {
    padding-bottom: 70px; }
  .pdb-60lg {
    padding-bottom: 60px; }
  .pdb-55lg {
    padding-bottom: 55px; }
  .pdb-50lg {
    padding-bottom: 50px; }
  .pdb-45lg {
    padding-bottom: 45px; }
  .pdb-40lg {
    padding-bottom: 40px; }
  .pdb-35lg {
    padding-bottom: 35px; }
  .pdb-30lg {
    padding-bottom: 30px; }
  .pdb-25lg {
    padding-bottom: 25px; }
  .pdb-20lg {
    padding-bottom: 20px; }
  .pdb-15lg {
    padding-bottom: 15px; }
  .pdb-10lg {
    padding-bottom: 10px; }
  .pdb-5lg {
    padding-bottom: 5px; }
  .pdb-0lg {
    padding-bottom: 0px; }
  .pdb-autolg {
    padding-bottom: auto; }
  .pdl-160lg {
    padding-left: 160px; }
  .pdl-140lg {
    padding-left: 140px; }
  .pdl-130lg {
    padding-left: 130px; }
  .pdl-120lg {
    padding-left: 120px; }
  .pdl-110lg {
    padding-left: 110px; }
  .pdl-100lg {
    padding-left: 100px; }
  .pdl-90lg {
    padding-left: 90px; }
  .pdl-80lg {
    padding-left: 80px; }
  .pdl-70lg {
    padding-left: 70px; }
  .pdl-60lg {
    padding-left: 60px; }
  .pdl-55lg {
    padding-left: 55px; }
  .pdl-50lg {
    padding-left: 50px; }
  .pdl-45lg {
    padding-left: 45px; }
  .pdl-40lg {
    padding-left: 40px; }
  .pdl-35lg {
    padding-left: 35px; }
  .pdl-30lg {
    padding-left: 30px; }
  .pdl-25lg {
    padding-left: 25px; }
  .pdl-20lg {
    padding-left: 20px; }
  .pdl-15lg {
    padding-left: 15px; }
  .pdl-10lg {
    padding-left: 10px; }
  .pdl-5lg {
    padding-left: 5px; }
  .pdl-0lg {
    padding-left: 0px; }
  .pdl-autolg {
    padding-left: auto; }
  .pdr-160lg {
    padding-right: 160px; }
  .pdr-140lg {
    padding-right: 140px; }
  .pdr-130lg {
    padding-right: 130px; }
  .pdr-120lg {
    padding-right: 120px; }
  .pdr-110lg {
    padding-right: 110px; }
  .pdr-100lg {
    padding-right: 100px; }
  .pdr-90lg {
    padding-right: 90px; }
  .pdr-80lg {
    padding-right: 80px; }
  .pdr-70lg {
    padding-right: 70px; }
  .pdr-60lg {
    padding-right: 60px; }
  .pdr-55lg {
    padding-right: 55px; }
  .pdr-50lg {
    padding-right: 50px; }
  .pdr-45lg {
    padding-right: 45px; }
  .pdr-40lg {
    padding-right: 40px; }
  .pdr-35lg {
    padding-right: 35px; }
  .pdr-30lg {
    padding-right: 30px; }
  .pdr-25lg {
    padding-right: 25px; }
  .pdr-20lg {
    padding-right: 20px; }
  .pdr-15lg {
    padding-right: 15px; }
  .pdr-10lg {
    padding-right: 10px; }
  .pdr-5lg {
    padding-right: 5px; }
  .pdr-0lg {
    padding-right: 0px; }
  .pdr-autolg {
    padding-right: auto; } }
@media (max-width: 767px) {
  .mg-160md {
    margin: 160px; }
  .mg-140md {
    margin: 140px; }
  .mg-130md {
    margin: 130px; }
  .mg-120md {
    margin: 120px; }
  .mg-110md {
    margin: 110px; }
  .mg-100md {
    margin: 100px; }
  .mg-90md {
    margin: 90px; }
  .mg-80md {
    margin: 80px; }
  .mg-70md {
    margin: 70px; }
  .mg-60md {
    margin: 60px; }
  .mg-55md {
    margin: 55px; }
  .mg-50md {
    margin: 50px; }
  .mg-45md {
    margin: 45px; }
  .mg-40md {
    margin: 40px; }
  .mg-35md {
    margin: 35px; }
  .mg-30md {
    margin: 30px; }
  .mg-25md {
    margin: 25px; }
  .mg-20md {
    margin: 20px; }
  .mg-15md {
    margin: 15px; }
  .mg-10md {
    margin: 10px; }
  .mg-5md {
    margin: 5px; }
  .mg-0md {
    margin: 0px; }
  .mg-automd {
    margin: auto; }
  .pd-160md {
    padding: 160px; }
  .pd-140md {
    padding: 140px; }
  .pd-130md {
    padding: 130px; }
  .pd-120md {
    padding: 120px; }
  .pd-110md {
    padding: 110px; }
  .pd-100md {
    padding: 100px; }
  .pd-90md {
    padding: 90px; }
  .pd-80md {
    padding: 80px; }
  .pd-70md {
    padding: 70px; }
  .pd-60md {
    padding: 60px; }
  .pd-55md {
    padding: 55px; }
  .pd-50md {
    padding: 50px; }
  .pd-45md {
    padding: 45px; }
  .pd-40md {
    padding: 40px; }
  .pd-35md {
    padding: 35px; }
  .pd-30md {
    padding: 30px; }
  .pd-25md {
    padding: 25px; }
  .pd-20md {
    padding: 20px; }
  .pd-15md {
    padding: 15px; }
  .pd-10md {
    padding: 10px; }
  .pd-5md {
    padding: 5px; }
  .pd-0md {
    padding: 0px; }
  .pd-automd {
    padding: auto; }
  .mgt-160md {
    margin-top: 160px; }
  .mgt-140md {
    margin-top: 140px; }
  .mgt-130md {
    margin-top: 130px; }
  .mgt-120md {
    margin-top: 120px; }
  .mgt-110md {
    margin-top: 110px; }
  .mgt-100md {
    margin-top: 100px; }
  .mgt-90md {
    margin-top: 90px; }
  .mgt-80md {
    margin-top: 80px; }
  .mgt-70md {
    margin-top: 70px; }
  .mgt-60md {
    margin-top: 60px; }
  .mgt-55md {
    margin-top: 55px; }
  .mgt-50md {
    margin-top: 50px; }
  .mgt-45md {
    margin-top: 45px; }
  .mgt-40md {
    margin-top: 40px; }
  .mgt-35md {
    margin-top: 35px; }
  .mgt-30md {
    margin-top: 30px; }
  .mgt-25md {
    margin-top: 25px; }
  .mgt-20md {
    margin-top: 20px; }
  .mgt-15md {
    margin-top: 15px; }
  .mgt-10md {
    margin-top: 10px; }
  .mgt-5md {
    margin-top: 5px; }
  .mgt-0md {
    margin-top: 0px; }
  .mgt-automd {
    margin-top: auto; }
  .mgb-160md {
    margin-bottom: 160px; }
  .mgb-140md {
    margin-bottom: 140px; }
  .mgb-130md {
    margin-bottom: 130px; }
  .mgb-120md {
    margin-bottom: 120px; }
  .mgb-110md {
    margin-bottom: 110px; }
  .mgb-100md {
    margin-bottom: 100px; }
  .mgb-90md {
    margin-bottom: 90px; }
  .mgb-80md {
    margin-bottom: 80px; }
  .mgb-70md {
    margin-bottom: 70px; }
  .mgb-60md {
    margin-bottom: 60px; }
  .mgb-55md {
    margin-bottom: 55px; }
  .mgb-50md {
    margin-bottom: 50px; }
  .mgb-45md {
    margin-bottom: 45px; }
  .mgb-40md {
    margin-bottom: 40px; }
  .mgb-35md {
    margin-bottom: 35px; }
  .mgb-30md {
    margin-bottom: 30px; }
  .mgb-25md {
    margin-bottom: 25px; }
  .mgb-20md {
    margin-bottom: 20px; }
  .mgb-15md {
    margin-bottom: 15px; }
  .mgb-10md {
    margin-bottom: 10px; }
  .mgb-5md {
    margin-bottom: 5px; }
  .mgb-0md {
    margin-bottom: 0px; }
  .mgb-automd {
    margin-bottom: auto; }
  .mgl-160md {
    margin-left: 160px; }
  .mgl-140md {
    margin-left: 140px; }
  .mgl-130md {
    margin-left: 130px; }
  .mgl-120md {
    margin-left: 120px; }
  .mgl-110md {
    margin-left: 110px; }
  .mgl-100md {
    margin-left: 100px; }
  .mgl-90md {
    margin-left: 90px; }
  .mgl-80md {
    margin-left: 80px; }
  .mgl-70md {
    margin-left: 70px; }
  .mgl-60md {
    margin-left: 60px; }
  .mgl-55md {
    margin-left: 55px; }
  .mgl-50md {
    margin-left: 50px; }
  .mgl-45md {
    margin-left: 45px; }
  .mgl-40md {
    margin-left: 40px; }
  .mgl-35md {
    margin-left: 35px; }
  .mgl-30md {
    margin-left: 30px; }
  .mgl-25md {
    margin-left: 25px; }
  .mgl-20md {
    margin-left: 20px; }
  .mgl-15md {
    margin-left: 15px; }
  .mgl-10md {
    margin-left: 10px; }
  .mgl-5md {
    margin-left: 5px; }
  .mgl-0md {
    margin-left: 0px; }
  .mgl-automd {
    margin-left: auto; }
  .mgr-160md {
    margin-right: 160px; }
  .mgr-140md {
    margin-right: 140px; }
  .mgr-130md {
    margin-right: 130px; }
  .mgr-120md {
    margin-right: 120px; }
  .mgr-110md {
    margin-right: 110px; }
  .mgr-100md {
    margin-right: 100px; }
  .mgr-90md {
    margin-right: 90px; }
  .mgr-80md {
    margin-right: 80px; }
  .mgr-70md {
    margin-right: 70px; }
  .mgr-60md {
    margin-right: 60px; }
  .mgr-55md {
    margin-right: 55px; }
  .mgr-50md {
    margin-right: 50px; }
  .mgr-45md {
    margin-right: 45px; }
  .mgr-40md {
    margin-right: 40px; }
  .mgr-35md {
    margin-right: 35px; }
  .mgr-30md {
    margin-right: 30px; }
  .mgr-25md {
    margin-right: 25px; }
  .mgr-20md {
    margin-right: 20px; }
  .mgr-15md {
    margin-right: 15px; }
  .mgr-10md {
    margin-right: 10px; }
  .mgr-5md {
    margin-right: 5px; }
  .mgr-0md {
    margin-right: 0px; }
  .mgr-automd {
    margin-right: auto; }
  .pdt-160md {
    padding-top: 160px; }
  .pdt-140md {
    padding-top: 140px; }
  .pdt-130md {
    padding-top: 130px; }
  .pdt-120md {
    padding-top: 120px; }
  .pdt-110md {
    padding-top: 110px; }
  .pdt-100md {
    padding-top: 100px; }
  .pdt-90md {
    padding-top: 90px; }
  .pdt-80md {
    padding-top: 80px; }
  .pdt-70md {
    padding-top: 70px; }
  .pdt-60md {
    padding-top: 60px; }
  .pdt-55md {
    padding-top: 55px; }
  .pdt-50md {
    padding-top: 50px; }
  .pdt-45md {
    padding-top: 45px; }
  .pdt-40md {
    padding-top: 40px; }
  .pdt-35md {
    padding-top: 35px; }
  .pdt-30md {
    padding-top: 30px; }
  .pdt-25md {
    padding-top: 25px; }
  .pdt-20md {
    padding-top: 20px; }
  .pdt-15md {
    padding-top: 15px; }
  .pdt-10md {
    padding-top: 10px; }
  .pdt-5md {
    padding-top: 5px; }
  .pdt-0md {
    padding-top: 0px; }
  .pdt-automd {
    padding-top: auto; }
  .pdb-160md {
    padding-bottom: 160px; }
  .pdb-140md {
    padding-bottom: 140px; }
  .pdb-130md {
    padding-bottom: 130px; }
  .pdb-120md {
    padding-bottom: 120px; }
  .pdb-110md {
    padding-bottom: 110px; }
  .pdb-100md {
    padding-bottom: 100px; }
  .pdb-90md {
    padding-bottom: 90px; }
  .pdb-80md {
    padding-bottom: 80px; }
  .pdb-70md {
    padding-bottom: 70px; }
  .pdb-60md {
    padding-bottom: 60px; }
  .pdb-55md {
    padding-bottom: 55px; }
  .pdb-50md {
    padding-bottom: 50px; }
  .pdb-45md {
    padding-bottom: 45px; }
  .pdb-40md {
    padding-bottom: 40px; }
  .pdb-35md {
    padding-bottom: 35px; }
  .pdb-30md {
    padding-bottom: 30px; }
  .pdb-25md {
    padding-bottom: 25px; }
  .pdb-20md {
    padding-bottom: 20px; }
  .pdb-15md {
    padding-bottom: 15px; }
  .pdb-10md {
    padding-bottom: 10px; }
  .pdb-5md {
    padding-bottom: 5px; }
  .pdb-0md {
    padding-bottom: 0px; }
  .pdb-automd {
    padding-bottom: auto; }
  .pdl-160md {
    padding-left: 160px; }
  .pdl-140md {
    padding-left: 140px; }
  .pdl-130md {
    padding-left: 130px; }
  .pdl-120md {
    padding-left: 120px; }
  .pdl-110md {
    padding-left: 110px; }
  .pdl-100md {
    padding-left: 100px; }
  .pdl-90md {
    padding-left: 90px; }
  .pdl-80md {
    padding-left: 80px; }
  .pdl-70md {
    padding-left: 70px; }
  .pdl-60md {
    padding-left: 60px; }
  .pdl-55md {
    padding-left: 55px; }
  .pdl-50md {
    padding-left: 50px; }
  .pdl-45md {
    padding-left: 45px; }
  .pdl-40md {
    padding-left: 40px; }
  .pdl-35md {
    padding-left: 35px; }
  .pdl-30md {
    padding-left: 30px; }
  .pdl-25md {
    padding-left: 25px; }
  .pdl-20md {
    padding-left: 20px; }
  .pdl-15md {
    padding-left: 15px; }
  .pdl-10md {
    padding-left: 10px; }
  .pdl-5md {
    padding-left: 5px; }
  .pdl-0md {
    padding-left: 0px; }
  .pdl-automd {
    padding-left: auto; }
  .pdr-160md {
    padding-right: 160px; }
  .pdr-140md {
    padding-right: 140px; }
  .pdr-130md {
    padding-right: 130px; }
  .pdr-120md {
    padding-right: 120px; }
  .pdr-110md {
    padding-right: 110px; }
  .pdr-100md {
    padding-right: 100px; }
  .pdr-90md {
    padding-right: 90px; }
  .pdr-80md {
    padding-right: 80px; }
  .pdr-70md {
    padding-right: 70px; }
  .pdr-60md {
    padding-right: 60px; }
  .pdr-55md {
    padding-right: 55px; }
  .pdr-50md {
    padding-right: 50px; }
  .pdr-45md {
    padding-right: 45px; }
  .pdr-40md {
    padding-right: 40px; }
  .pdr-35md {
    padding-right: 35px; }
  .pdr-30md {
    padding-right: 30px; }
  .pdr-25md {
    padding-right: 25px; }
  .pdr-20md {
    padding-right: 20px; }
  .pdr-15md {
    padding-right: 15px; }
  .pdr-10md {
    padding-right: 10px; }
  .pdr-5md {
    padding-right: 5px; }
  .pdr-0md {
    padding-right: 0px; }
  .pdr-automd {
    padding-right: auto; } }

/*PRESETS*/
.dflex {
  display: flex; }
.dblock {
  display: block; }
.diblock {
  display: inline-block; }
@media (max-width: 1100px) {
  .dflex_lgm {
    display: flex; }
  .dblock_lgm {
    display: block; }
  .diblock_lgm {
    display: inline-block; } }
@media (min-width: 1101px) {
  .dflex_lg {
    display: flex; }
  .dblock_lg {
    display: block; }
  .diblock_lg {
    display: inline-block; } }

.font1 {
  font-family: "Work Sans", sans-serif; }

.color {
  color: #353534; }
  .color1 {
    color: #353534; }
  .color2 {
    color: #E3001A; }
  .color3 {
    color: #ae0f0a; }
  .color4 {
    color: #e1011a; }
  .color5 {
    color: #a80e12; }
  .color6 {
    color: #AD0C11; }
  .color7 {
    color: #6E0003; }
  .color8 {
    color: #5c99bf; }
  .color1_hover:hover {
    color: #353534; }
  .color2_hover:hover {
    color: #E3001A; }
  .color3_hover:hover {
    color: #ae0f0a; }
  .color4_hover:hover {
    color: #e1011a; }
  .color5_hover:hover {
    color: #a80e12; }
  .color6_hover:hover {
    color: #AD0C11; }
  .color7_hover:hover {
    color: #6E0003; }
  .color8_hover:hover {
    color: #5c99bf; }
  .color1_strong strong {
    color: #353534; }
  .color2_strong strong {
    color: #E3001A; }
  .color3_strong strong {
    color: #ae0f0a; }
  .color4_strong strong {
    color: #e1011a; }
  .color5_strong strong {
    color: #a80e12; }
  .color6_strong strong {
    color: #AD0C11; }
  .color7_strong strong {
    color: #6E0003; }
  .color8_strong strong {
    color: #5c99bf; }
  .color_grey1 {
    color: #eaeaea; }
  .color_grey2 {
    color: #CDCDCD; }
  .color_grey3 {
    color: #949494; }
  .color_grey4 {
    color: #4d4d4c; }
  .color_grey5 {
    color: #707070; }
  .color_grey6 {
    color: #53575a; }
  .color_grey7 {
    color: #575756; }
  .color_grey8 {
    color: #ededed; }
  .color_grey9 {
    color: #d6d6d6; }
  .color_grey10 {
    color: #3c3c3b; }
  .color_grey11 {
    color: #8D8D8D; }
  .color1_before:before {
    color: #353534; }
  .color2_before:before {
    color: #E3001A; }
  .color3_before:before {
    color: #ae0f0a; }
  .color4_before:before {
    color: #e1011a; }
  .color5_before:before {
    color: #a80e12; }
  .color6_before:before {
    color: #AD0C11; }
  .color7_before:before {
    color: #6E0003; }
  .color8_before:before {
    color: #5c99bf; }
  .color_white {
    color: #fff; }
  .color_white_hover:hover {
    color: #fff; }
  .color_primary {
    color: var(--color-primary, #353534); }
  .color_primary_strong strong {
    color: var(--color-primary, #353534); }
  .color_primary_strong h1, .color_primary_strong h2, .color_primary_strong h3, .color_primary_strong h4 {
    color: var(--color-primary, #353534); }
  .color_primary_anchor a:not([class]) {
    color: var(--color-primary, #353534); }

.stroke1 {
  stroke: #353534; }
.stroke2 {
  stroke: #E3001A; }
.stroke3 {
  stroke: #ae0f0a; }
.stroke4 {
  stroke: #e1011a; }
.stroke5 {
  stroke: #a80e12; }
.stroke6 {
  stroke: #AD0C11; }
.stroke7 {
  stroke: #6E0003; }
.stroke8 {
  stroke: #5c99bf; }
.stroke_primary {
  stroke: var(--color-primary, #353534); }
.stroke_white {
  stroke: #fff; }

.bg1 {
  background-color: #353534; }
.bg2 {
  background-color: #E3001A; }
.bg3 {
  background-color: #ae0f0a; }
.bg4 {
  background-color: #e1011a; }
.bg5 {
  background-color: #a80e12; }
.bg6 {
  background-color: #AD0C11; }
.bg7 {
  background-color: #6E0003; }
.bg8 {
  background-color: #5c99bf; }
.bg_grey1 {
  background-color: #eaeaea; }
.bg_grey2 {
  background-color: #CDCDCD; }
.bg_grey3 {
  background-color: #949494; }
.bg_grey4 {
  background-color: #4d4d4c; }
.bg_grey5 {
  background-color: #707070; }
.bg_grey6 {
  background-color: #53575a; }
.bg_grey7 {
  background-color: #575756; }
.bg_grey8 {
  background-color: #ededed; }
.bg_grey9 {
  background-color: #d6d6d6; }
.bg_grey10 {
  background-color: #3c3c3b; }
.bg_grey11 {
  background-color: #8D8D8D; }
.bg1_hover:hover {
  background-color: #353534; }
.bg2_hover:hover {
  background-color: #E3001A; }
.bg3_hover:hover {
  background-color: #ae0f0a; }
.bg4_hover:hover {
  background-color: #e1011a; }
.bg5_hover:hover {
  background-color: #a80e12; }
.bg6_hover:hover {
  background-color: #AD0C11; }
.bg7_hover:hover {
  background-color: #6E0003; }
.bg8_hover:hover {
  background-color: #5c99bf; }
.bg1_before:before {
  background-color: #353534; }
.bg2_before:before {
  background-color: #E3001A; }
.bg3_before:before {
  background-color: #ae0f0a; }
.bg4_before:before {
  background-color: #e1011a; }
.bg5_before:before {
  background-color: #a80e12; }
.bg6_before:before {
  background-color: #AD0C11; }
.bg7_before:before {
  background-color: #6E0003; }
.bg8_before:before {
  background-color: #5c99bf; }
.bg1_after:after {
  background-color: #353534; }
.bg2_after:after {
  background-color: #E3001A; }
.bg3_after:after {
  background-color: #ae0f0a; }
.bg4_after:after {
  background-color: #e1011a; }
.bg5_after:after {
  background-color: #a80e12; }
.bg6_after:after {
  background-color: #AD0C11; }
.bg7_after:after {
  background-color: #6E0003; }
.bg8_after:after {
  background-color: #5c99bf; }
.bg_white {
  background-color: #fff; }

.opa4 {
  opacity: .4; }
.opa7 {
  opacity: .7; }

.flex-wrap {
  flex-wrap: wrap; }

/**clear**/
.cf:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
  font-size: 1px;
  height: 0.01px;
  line-height: 1px;
  margin: 0;
  padding: 0; }

/**HELP*/
.text_center {
  text-align: center; }
.text_left {
  text-align: left; }
.text_right {
  text-align: right; }
@media (max-width: 1300px) {
  .text_center_xlm {
    text-align: center; }
  .text_left_xlm {
    text-align: left; }
  .text_right_xlm {
    text-align: right; } }
@media (max-width: 1100px) {
  .text_center_lgm {
    text-align: center; }
  .text_left_lgm {
    text-align: left; }
  .text_right_lgm {
    text-align: right; } }
@media (min-width: 1101px) {
  .text_center_lg {
    text-align: center; }
  .text_left_lg {
    text-align: left; }
  .text_right_lg {
    text-align: right; } }
@media (max-width: 767px) {
  .text_center_mdm {
    text-align: center; }
  .text_left_mdm {
    text-align: left; }
  .text_right_mdm {
    text-align: right; } }
@media (min-width: 768px) {
  .text_center_md {
    text-align: center; }
  .text_left_md {
    text-align: left; }
  .text_right_md {
    text-align: right; } }
@media (max-width: 577px) {
  .text_center_smm {
    text-align: center; }
  .text_left_smm {
    text-align: left; }
  .text_right_smm {
    text-align: right; } }
.text_uc {
  text-transform: uppercase; }
.text_ul {
  text-decoration: underline; }
.text_nowrap {
  white-space: nowrap; }
.text_ul_hover:hover {
  text-decoration: underline; }
.text_ul_nohover:not(:hover) {
  text-decoration: underline; }
.text_w100 {
  font-weight: 100; }
.text_w200 {
  font-weight: 200; }
.text_w300 {
  font-weight: 300; }
.text_w400 {
  font-weight: 400; }
.text_w500 {
  font-weight: 500; }
.text_w600 {
  font-weight: 600; }
.text_w700 {
  font-weight: 700; }
.text_w800 {
  font-weight: 800; }
.text_w900 {
  font-weight: 900; }
.text_s15 {
  font-size: 15px;
  line-height: 1.42857143; }
.text_s16 {
  font-size: 16px;
  line-height: 22px; }
.text_fs16 {
  font-size: 16px; }
.text_s18 {
  font-size: 18px;
  line-height: 1.3333333; }
.text_s20 {
  font-size: 20px;
  line-height: 1.25; }
.text_wrap {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto; }

.border_top_grey8 {
  border-top: 1px solid #ededed; }

.wmax200 {
  max-width: 200px; }
.wmax340 {
  max-width: 340px; }
.wmax420 {
  max-width: 420px; }
.wmax450 {
  max-width: 450px; }
.wmax500 {
  max-width: 500px; }
.wmax650 {
  max-width: 650px; }
.wmax740 {
  max-width: 740px; }
.wmax820 {
  max-width: 820px; }
.wmax100p {
  max-width: 100%; }
@media (max-width: 1100px) {
  .wmax200_lgm {
    max-width: 200px; }
  .wmax340_lgm {
    max-width: 340px; }
  .wmax420_lgm {
    max-width: 420px; }
  .wmax450_lgm {
    max-width: 450px; }
  .wmax500_lgm {
    max-width: 500px; }
  .wmax650_lgm {
    max-width: 650px; }
  .wmax740_lgm {
    max-width: 740px; }
  .wmax820_lgm {
    max-width: 820px; }
  .wmax100p_lgm {
    max-width: 100%; } }
@media (min-width: 1101px) {
  .wmax200_lg {
    max-width: 200px; }
  .wmax340_lg {
    max-width: 340px; }
  .wmax420_lg {
    max-width: 420px; }
  .wmax450_lg {
    max-width: 450px; }
  .wmax500_lg {
    max-width: 500px; }
  .wmax650_lg {
    max-width: 650px; }
  .wmax740_lg {
    max-width: 740px; }
  .wmax820_lg {
    max-width: 820px; }
  .wmax100p_lg {
    max-width: 100%; } }
@media (max-width: 767px) {
  .wmax200_mdm {
    max-width: 200px; }
  .wmax340_mdm {
    max-width: 340px; }
  .wmax420_mdm {
    max-width: 420px; }
  .wmax450_mdm {
    max-width: 450px; }
  .wmax500_mdm {
    max-width: 500px; }
  .wmax650_mdm {
    max-width: 650px; }
  .wmax740_mdm {
    max-width: 740px; }
  .wmax820_mdm {
    max-width: 820px; }
  .wmax100p_mdm {
    max-width: 100%; } }
@media (min-width: 768px) {
  .wmax200_md {
    max-width: 200px; }
  .wmax340_md {
    max-width: 340px; }
  .wmax420_md {
    max-width: 420px; }
  .wmax450_md {
    max-width: 450px; }
  .wmax500_md {
    max-width: 500px; }
  .wmax650_md {
    max-width: 650px; }
  .wmax740_md {
    max-width: 740px; }
  .wmax820_md {
    max-width: 820px; }
  .wmax100p_md {
    max-width: 100%; } }

.wmin60 {
  min-width: 60px; }
.wmin180 {
  min-width: 180px; }
.wmin100p {
  min-width: 100%; }
@media (max-width: 1100px) {
  .wmin60_lgm {
    min-width: 60px; }
  .wmin180_lgm {
    min-width: 180px; }
  .wmin100p_lgm {
    min-width: 100%; } }
@media (min-width: 1101px) {
  .wmin60_lg {
    min-width: 60px; }
  .wmin180_lg {
    min-width: 180px; }
  .wmin100p_lg {
    min-width: 100%; } }
@media (max-width: 767px) {
  .wmin60_mdm {
    min-width: 60px; }
  .wmin180_mdm {
    min-width: 180px; }
  .wmin100p_mdm {
    min-width: 100%; } }

.w60 {
  width: 60px; }
.wauto {
  width: auto; }
.w100p {
  width: 100%; }
@media (max-width: 1100px) {
  .w60_lgm {
    width: 60px; }
  .wauto_lgm {
    width: auto; }
  .w100p_lgm {
    width: 100%; } }
@media (min-width: 1101px) {
  .w60_lg {
    width: 60px; }
  .wauto_lg {
    width: auto; }
  .w100p_lg {
    width: 100%; } }
@media (max-width: 767px) {
  .w60_mdm {
    width: 60px; }
  .wauto_mdm {
    width: auto; }
  .w100p_mdm {
    width: 100%; } }

.hauto {
  height: auto; }
.h100p {
  height: 100%; }
@media (max-width: 1100px) {
  .hauto_lgm {
    height: auto; }
  .h100p_lgm {
    height: 100%; } }
@media (min-width: 1101px) {
  .hauto_lg {
    height: auto; }
  .h100p_lg {
    height: 100%; } }
@media (max-width: 767px) {
  .hauto_mdm {
    height: auto; }
  .h100p_mdm {
    height: 100%; } }

.vm {
  vertical-align: middle; }

.wh8 {
  width: 8px;
  height: 8px;
  flex: 0 0 8px; }
.wh9 {
  width: 9px;
  height: 9px;
  flex: 0 0 9px; }
.wh12 {
  width: 12px;
  height: 12px;
  flex: 0 0 12px; }
.wh14 {
  width: 14px;
  height: 14px;
  flex: 0 0 14px; }
.wh16 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px; }
.wh18 {
  width: 18px;
  height: 18px;
  flex: 0 0 18px; }
.wh26 {
  width: 26px;
  height: 26px;
  flex: 0 0 26px; }
.wh30 {
  width: 30px;
  height: 30px;
  flex: 0 0 30px; }

/***FLOATS***/
.fl {
  float: left; }

.fr {
  float: right; }

/*RELATIVE*/
.pos_rel {
  position: relative; }

.pos_abs {
  position: absolute; }

.block_center {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1100px) {
    .block_center_lgm {
      margin-left: auto;
      margin-right: auto; } }
.block_right {
  margin-left: auto;
  margin-right: 0; }
@media (max-width: 1100px) {
  .block-lgm {
    margin-left: auto;
    margin-right: auto; } }

.hidden {
  display: none !important; }

.img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.hide {
  display: none !important; }
@media (max-width: 1300px) {
  .hide_xlm {
    display: none !important; } }
@media (max-width: 1100px) {
  .hide_lgm {
    display: none !important; } }
@media (min-width: 1101px) {
  .hide_lg {
    display: none !important; } }
@media (min-width: 768px) {
  .hide_md {
    display: none !important; } }
@media (max-width: 767px) {
  .hide_mdm {
    display: none !important; } }
.hide_normal {
  display: none; }

@media (min-width: 1301px) {
  .show_xlm {
    display: none !important; } }
@media (min-width: 1101px) {
  .show_lgm {
    display: none !important; } }
@media (min-width: 768px) {
  .show_mdm {
    display: none !important; } }

.oh {
  overflow: hidden; }

/*# sourceMappingURL=main.min.css.map */
