@keyframes sk-pulse {
  0% {
    transform: scale(1);
    opacity: .8; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
/*DEFAULTS*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --layout-space: 20px; }

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 700px;
  background-position: left bottom;
  overflow-x: hidden;
  margin: 0 !important; }
  @media (max-width: 1160px) {
    html {
      background-size: 100% 560px; } }
  html:not(.disable-scroll-behave) {
    scroll-behavior: smooth;
    scroll-padding-top: 112px; }
    @media (max-width: 1160px) {
      html:not(.disable-scroll-behave) {
        scroll-padding-top: 70px; } }
  @media (max-width: 1160px) {
    html.menuopen {
      overflow: hidden; } }
  html.popupopen {
    overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #000;
  overflow-x: clip;
  transition: background-color .9s; }

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;
  grid-auto-rows: auto auto 1fr auto;
  -ms-grid-rows: auto auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  .container .topbar {
    -ms-grid-row: 1;
    grid-row: 1; }
  .container .header {
    -ms-grid-row: 2;
    grid-row: 2; }
  .container .main {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 100%;
    padding-top: 102px;
    -ms-grid-row: 3;
    grid-row: 3;
    padding-top: 0; }
  .container .footer {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 100%;
    -ms-grid-row: 4;
    grid-row: 4; }

.wrapper0 {
  width: calc(100% - 60px);
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (max-width: 1360px) {
    .wrapper0 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper0 {
      width: calc(100% - 40px); } }

.wrapper2 {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper2 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper2 {
      width: calc(100% - 40px); } }

.wrapper3 {
  width: calc(100% - 60px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper3 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper3 {
      width: calc(100% - 40px); } }

.wrapper4 {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper4 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper4 {
      width: calc(100% - 40px); } }

.wrapper_full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px; }

.wrapper {
  width: calc(100% - 60px);
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper {
      width: calc(100% - 40px); } }
  @media (max-width: 1360px) {
    .wrapper_xlm {
      max-width: 900px; } }
  @media (max-width: 1160px) {
    .wrapper_lgm {
      max-width: 570px; } }
  @media (max-width: 767px) {
    .wrapper_mdm {
      max-width: 400px; } }
  @media (max-width: 577px) {
    .wrapper_smm {
      max-width: 300px; } }

.wrapper2 {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper2 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper2 {
      width: calc(100% - 40px); } }

.wrapper3 {
  width: calc(100% - 60px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1360px) {
    .wrapper3 {
      width: calc(100% - 40px); } }
  @media (max-width: 1160px) {
    .wrapper3 {
      width: calc(100% - 40px); } }

A {
  outline: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent; }

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: "Montserrat", 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; }

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: 2;
  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; }

.hide_overflow {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden !important; }

.player_yt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/**MQ**/
@media (max-width: 319px) {
  body {
    min-width: 320px;
    overflow-x: hidden; } }
/*STYLE PRIMARY*/
/*GRID*/
.grid {
  display: flex;
  margin-left: -20px;
  --grid-space: 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 > .col28p,
  .grid > .col30p,
  .grid > .col32p,
  .grid > .col35p,
  .grid > .col39p,
  .grid > .col40p,
  .grid > .col42p,
  .grid > .col43p,
  .grid > .col45p,
  .grid > .col43p,
  .grid > .col55p,
  .grid > .col54p,
  .grid > .col57p,
  .grid > .col60p,
  .grid > .col61p,
  .grid > .col78p,
  .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 > .col28p {
    width: calc(28% - 20px); }
  .grid > .col32p {
    width: calc(32% - 20px); }
  .grid > .col35p {
    width: calc(35% - 20px); }
  .grid > .col39p {
    width: calc(39% - 20px); }
  .grid > .col40p {
    width: calc(40% - 20px); }
  .grid > .col42p {
    width: calc(42% - 20px); }
  .grid > .col43p {
    width: calc(43% - 20px); }
  .grid > .col45p {
    width: calc(45% - 20px); }
  .grid > .col46p {
    width: calc(45% - 20px); }
  .grid > .col55p {
    width: calc(55% - 20px); }
  .grid > .col54p {
    width: calc(54% - 20px); }
  .grid > .col57p {
    width: calc(57% - 20px); }
  .grid > .col61p {
    width: calc(61% - 20px); }
  .grid > .col78p {
    width: calc(78% - 20px); }
  .grid > .offset {
    margin-top: 20px; }
  .grid > .col_equal {
    flex: 1 1 0%;
    margin-left: 20px; }
  .grid > .col_fill {
    flex: 1 1 0%;
    margin-left: 20px;
    min-width: 0; }
  .grid > .offset_double {
    margin-top: 40px; }
  .grid > .offset_half {
    margin-top: 10px; }
  .grid > .offset_dist {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media (max-width: 1360px) {
    .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); }
    .grid > .col4_xlm {
      width: calc(25% - 20px); }
    .grid > .col233_xlm {
      width: calc((66.666%/3) - 20px); }
    .grid > .offset_double_xlm {
      margin-top: 40px; } }
  @media (max-width: 1160px) {
    .grid > .col1_lgm {
      flex: 0 1 auto;
      width: calc(100% - 20px); }
    .grid > .col2_lgm {
      width: calc(50% - 20px); }
    .grid > .col3_lgm {
      flex: 0 1 auto;
      width: calc(33.333% - 20px); }
    .grid > .col23_lgm {
      flex: 0 1 auto;
      width: calc(66.666% - 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; }
    .grid > .col_default_lgm {
      width: auto; } }
  @media (max-width: 767px) {
    .grid > .col1_mdm {
      width: calc(100% - 20px);
      flex: 0 1 auto; }
    .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 > .col2_smm {
      width: calc(50% - 20px); }
    .grid > .col1_smm {
      width: calc(100% - 20px); } }
  .grid.small-space {
    margin-left: -10px;
    --grid-space: 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 > .col28p,
    .grid.small-space > .col30p,
    .grid.small-space > .col32p,
    .grid.small-space > .col35p,
    .grid.small-space > .col39p,
    .grid.small-space > .col40p,
    .grid.small-space > .col42p,
    .grid.small-space > .col43p,
    .grid.small-space > .col45p,
    .grid.small-space > .col43p,
    .grid.small-space > .col55p,
    .grid.small-space > .col54p,
    .grid.small-space > .col57p,
    .grid.small-space > .col60p,
    .grid.small-space > .col61p,
    .grid.small-space > .col78p,
    .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 > .col28p {
      width: calc(28% - 10px); }
    .grid.small-space > .col32p {
      width: calc(32% - 10px); }
    .grid.small-space > .col35p {
      width: calc(35% - 10px); }
    .grid.small-space > .col39p {
      width: calc(39% - 10px); }
    .grid.small-space > .col40p {
      width: calc(40% - 10px); }
    .grid.small-space > .col42p {
      width: calc(42% - 10px); }
    .grid.small-space > .col43p {
      width: calc(43% - 10px); }
    .grid.small-space > .col45p {
      width: calc(45% - 10px); }
    .grid.small-space > .col46p {
      width: calc(45% - 10px); }
    .grid.small-space > .col55p {
      width: calc(55% - 10px); }
    .grid.small-space > .col54p {
      width: calc(54% - 10px); }
    .grid.small-space > .col57p {
      width: calc(57% - 10px); }
    .grid.small-space > .col61p {
      width: calc(61% - 10px); }
    .grid.small-space > .col78p {
      width: calc(78% - 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 0%;
      margin-left: 10px;
      min-width: 0; }
    .grid.small-space > .offset_double {
      margin-top: 20px; }
    .grid.small-space > .offset_half {
      margin-top: 5px; }
    .grid.small-space > .offset_dist {
      margin-top: 5px;
      margin-bottom: 5px; }
    @media (max-width: 1360px) {
      .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); }
      .grid.small-space > .col4_xlm {
        width: calc(25% - 10px); }
      .grid.small-space > .col233_xlm {
        width: calc((66.666%/3) - 10px); }
      .grid.small-space > .offset_double_xlm {
        margin-top: 20px; } }
    @media (max-width: 1160px) {
      .grid.small-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 10px); }
      .grid.small-space > .col2_lgm {
        width: calc(50% - 10px); }
      .grid.small-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 10px); }
      .grid.small-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 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; }
      .grid.small-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.small-space > .col1_mdm {
        width: calc(100% - 10px);
        flex: 0 1 auto; }
      .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 > .col2_smm {
        width: calc(50% - 10px); }
      .grid.small-space > .col1_smm {
        width: calc(100% - 10px); } }
  .grid.mid-space {
    margin-left: -40px;
    --grid-space: 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 > .col28p,
    .grid.mid-space > .col30p,
    .grid.mid-space > .col32p,
    .grid.mid-space > .col35p,
    .grid.mid-space > .col39p,
    .grid.mid-space > .col40p,
    .grid.mid-space > .col42p,
    .grid.mid-space > .col43p,
    .grid.mid-space > .col45p,
    .grid.mid-space > .col43p,
    .grid.mid-space > .col55p,
    .grid.mid-space > .col54p,
    .grid.mid-space > .col57p,
    .grid.mid-space > .col60p,
    .grid.mid-space > .col61p,
    .grid.mid-space > .col78p,
    .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 > .col28p {
      width: calc(28% - 40px); }
    .grid.mid-space > .col32p {
      width: calc(32% - 40px); }
    .grid.mid-space > .col35p {
      width: calc(35% - 40px); }
    .grid.mid-space > .col39p {
      width: calc(39% - 40px); }
    .grid.mid-space > .col40p {
      width: calc(40% - 40px); }
    .grid.mid-space > .col42p {
      width: calc(42% - 40px); }
    .grid.mid-space > .col43p {
      width: calc(43% - 40px); }
    .grid.mid-space > .col45p {
      width: calc(45% - 40px); }
    .grid.mid-space > .col46p {
      width: calc(45% - 40px); }
    .grid.mid-space > .col55p {
      width: calc(55% - 40px); }
    .grid.mid-space > .col54p {
      width: calc(54% - 40px); }
    .grid.mid-space > .col57p {
      width: calc(57% - 40px); }
    .grid.mid-space > .col61p {
      width: calc(61% - 40px); }
    .grid.mid-space > .col78p {
      width: calc(78% - 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 0%;
      margin-left: 40px;
      min-width: 0; }
    .grid.mid-space > .offset_double {
      margin-top: 80px; }
    .grid.mid-space > .offset_half {
      margin-top: 20px; }
    .grid.mid-space > .offset_dist {
      margin-top: 20px;
      margin-bottom: 20px; }
    @media (max-width: 1360px) {
      .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); }
      .grid.mid-space > .col4_xlm {
        width: calc(25% - 40px); }
      .grid.mid-space > .col233_xlm {
        width: calc((66.666%/3) - 40px); }
      .grid.mid-space > .offset_double_xlm {
        margin-top: 80px; } }
    @media (max-width: 1160px) {
      .grid.mid-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 40px); }
      .grid.mid-space > .col2_lgm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 40px); }
      .grid.mid-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 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; }
      .grid.mid-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.mid-space > .col1_mdm {
        width: calc(100% - 40px);
        flex: 0 1 auto; }
      .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 > .col2_smm {
        width: calc(50% - 40px); }
      .grid.mid-space > .col1_smm {
        width: calc(100% - 40px); } }
  .grid.mid-space2 {
    margin-left: -35px;
    --grid-space: 35px; }
    .grid.mid-space2 > .col1, .grid.mid-space2 > .col2, .grid.mid-space2 > .col25, .grid.mid-space2 > .col23, .grid.mid-space2 > .col3, .grid.mid-space2 > .col35, .grid.mid-space2 > .col34, .grid.mid-space2 > .col4,
    .grid.mid-space2 > .col5, .grid.mid-space2 > .col6, .grid.mid-space2 > .col8, .grid.mid-space2 > .col_default,
    .grid.mid-space2 > .col15p,
    .grid.mid-space2 > .col22p,
    .grid.mid-space2 > .col28p,
    .grid.mid-space2 > .col30p,
    .grid.mid-space2 > .col32p,
    .grid.mid-space2 > .col35p,
    .grid.mid-space2 > .col39p,
    .grid.mid-space2 > .col40p,
    .grid.mid-space2 > .col42p,
    .grid.mid-space2 > .col43p,
    .grid.mid-space2 > .col45p,
    .grid.mid-space2 > .col43p,
    .grid.mid-space2 > .col55p,
    .grid.mid-space2 > .col54p,
    .grid.mid-space2 > .col57p,
    .grid.mid-space2 > .col60p,
    .grid.mid-space2 > .col61p,
    .grid.mid-space2 > .col78p,
    .grid.mid-space2 > .col_custom1,
    .grid.mid-space2 > .col_custom2 {
      margin-left: 35px; }
    .grid.mid-space2 > .col1 {
      width: calc(100% - 35px); }
    .grid.mid-space2 > .col23 {
      width: calc(66.666% - 35px); }
    .grid.mid-space2 > .col2 {
      width: calc(50% - 35px); }
    .grid.mid-space2 > .col25 {
      width: calc(40% - 35px); }
    .grid.mid-space2 > .col3 {
      width: calc((33.333%) - 35px); }
    .grid.mid-space2 > .col30p {
      width: calc(30% - 35px); }
    .grid.mid-space2 > .col34 {
      width: calc(75% - 35px); }
    .grid.mid-space2 > .col4 {
      width: calc(25% - 35px); }
    .grid.mid-space2 > .col5 {
      width: calc(20% - 35px); }
    .grid.mid-space2 > .col35,
    .grid.mid-space2 > .col60p {
      width: calc(60% - 35px); }
    .grid.mid-space2 > .col6 {
      width: calc(16.6666% - 35px); }
    .grid.mid-space2 > .col8 {
      width: calc(12.5% - 35px); }
    .grid.mid-space2 > .col15p {
      width: calc(15% - 35px); }
    .grid.mid-space2 > .col22p {
      width: calc(22% - 35px); }
    .grid.mid-space2 > .col28p {
      width: calc(28% - 35px); }
    .grid.mid-space2 > .col32p {
      width: calc(32% - 35px); }
    .grid.mid-space2 > .col35p {
      width: calc(35% - 35px); }
    .grid.mid-space2 > .col39p {
      width: calc(39% - 35px); }
    .grid.mid-space2 > .col40p {
      width: calc(40% - 35px); }
    .grid.mid-space2 > .col42p {
      width: calc(42% - 35px); }
    .grid.mid-space2 > .col43p {
      width: calc(43% - 35px); }
    .grid.mid-space2 > .col45p {
      width: calc(45% - 35px); }
    .grid.mid-space2 > .col46p {
      width: calc(45% - 35px); }
    .grid.mid-space2 > .col55p {
      width: calc(55% - 35px); }
    .grid.mid-space2 > .col54p {
      width: calc(54% - 35px); }
    .grid.mid-space2 > .col57p {
      width: calc(57% - 35px); }
    .grid.mid-space2 > .col61p {
      width: calc(61% - 35px); }
    .grid.mid-space2 > .col78p {
      width: calc(78% - 35px); }
    .grid.mid-space2 > .offset {
      margin-top: 35px; }
    .grid.mid-space2 > .col_equal {
      flex: 1 1 0%;
      margin-left: 35px; }
    .grid.mid-space2 > .col_fill {
      flex: 1 1 0%;
      margin-left: 35px;
      min-width: 0; }
    .grid.mid-space2 > .offset_double {
      margin-top: 70px; }
    .grid.mid-space2 > .offset_half {
      margin-top: 17.5px; }
    .grid.mid-space2 > .offset_dist {
      margin-top: 17.5px;
      margin-bottom: 17.5px; }
    @media (max-width: 1360px) {
      .grid.mid-space2 > .col5_xlm {
        width: calc(20% - 35px); }
      .grid.mid-space2 > .col25_xlm {
        width: calc(40% - 35px); }
      .grid.mid-space2 > .col30p_xlm {
        width: calc(30% - 35px); }
      .grid.mid-space2 > .col1_xlm {
        width: calc(100% - 35px); }
      .grid.mid-space2 > .col2_xlm {
        width: calc(50% - 35px); }
      .grid.mid-space2 > .col3_xlm {
        width: calc(33.333% - 35px); }
      .grid.mid-space2 > .col4_xlm {
        width: calc(25% - 35px); }
      .grid.mid-space2 > .col233_xlm {
        width: calc((66.666%/3) - 35px); }
      .grid.mid-space2 > .offset_double_xlm {
        margin-top: 70px; } }
    @media (max-width: 1160px) {
      .grid.mid-space2 > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 35px); }
      .grid.mid-space2 > .col2_lgm {
        width: calc(50% - 35px); }
      .grid.mid-space2 > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 35px); }
      .grid.mid-space2 > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 35px); }
      .grid.mid-space2 > .col4_lgm {
        width: calc(25% - 35px); }
      .grid.mid-space2 > .col5_lgm {
        width: calc(20% - 35px); }
      .grid.mid-space2 > .offset_double_lgm {
        margin-top: 70px; }
      .grid.mid-space2 > .offset_half_lgm {
        margin-top: 17.5px; }
      .grid.mid-space2 > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.mid-space2 > .col1_mdm {
        width: calc(100% - 35px);
        flex: 0 1 auto; }
      .grid.mid-space2 > .col2_mdm {
        width: calc(50% - 35px); }
      .grid.mid-space2 > .col3_mdm {
        width: calc(33.333% - 35px); }
      .grid.mid-space2 > .offset_double_mdm {
        margin-top: 70px; }
      .grid.mid-space2 > .offset_triple_mdm {
        margin-top: 105px; } }
    @media (max-width: 577px) {
      .grid.mid-space2 > .col2_smm {
        width: calc(50% - 35px); }
      .grid.mid-space2 > .col1_smm {
        width: calc(100% - 35px); } }
  .grid.big-space {
    margin-left: -60px;
    --grid-space: 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 > .col28p,
    .grid.big-space > .col30p,
    .grid.big-space > .col32p,
    .grid.big-space > .col35p,
    .grid.big-space > .col39p,
    .grid.big-space > .col40p,
    .grid.big-space > .col42p,
    .grid.big-space > .col43p,
    .grid.big-space > .col45p,
    .grid.big-space > .col43p,
    .grid.big-space > .col55p,
    .grid.big-space > .col54p,
    .grid.big-space > .col57p,
    .grid.big-space > .col60p,
    .grid.big-space > .col61p,
    .grid.big-space > .col78p,
    .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 > .col28p {
      width: calc(28% - 60px); }
    .grid.big-space > .col32p {
      width: calc(32% - 60px); }
    .grid.big-space > .col35p {
      width: calc(35% - 60px); }
    .grid.big-space > .col39p {
      width: calc(39% - 60px); }
    .grid.big-space > .col40p {
      width: calc(40% - 60px); }
    .grid.big-space > .col42p {
      width: calc(42% - 60px); }
    .grid.big-space > .col43p {
      width: calc(43% - 60px); }
    .grid.big-space > .col45p {
      width: calc(45% - 60px); }
    .grid.big-space > .col46p {
      width: calc(45% - 60px); }
    .grid.big-space > .col55p {
      width: calc(55% - 60px); }
    .grid.big-space > .col54p {
      width: calc(54% - 60px); }
    .grid.big-space > .col57p {
      width: calc(57% - 60px); }
    .grid.big-space > .col61p {
      width: calc(61% - 60px); }
    .grid.big-space > .col78p {
      width: calc(78% - 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 0%;
      margin-left: 60px;
      min-width: 0; }
    .grid.big-space > .offset_double {
      margin-top: 120px; }
    .grid.big-space > .offset_half {
      margin-top: 30px; }
    .grid.big-space > .offset_dist {
      margin-top: 30px;
      margin-bottom: 30px; }
    @media (max-width: 1360px) {
      .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); }
      .grid.big-space > .col4_xlm {
        width: calc(25% - 60px); }
      .grid.big-space > .col233_xlm {
        width: calc((66.666%/3) - 60px); }
      .grid.big-space > .offset_double_xlm {
        margin-top: 120px; } }
    @media (max-width: 1160px) {
      .grid.big-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 60px); }
      .grid.big-space > .col2_lgm {
        width: calc(50% - 60px); }
      .grid.big-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 60px); }
      .grid.big-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 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; }
      .grid.big-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.big-space > .col1_mdm {
        width: calc(100% - 60px);
        flex: 0 1 auto; }
      .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 > .col2_smm {
        width: calc(50% - 60px); }
      .grid.big-space > .col1_smm {
        width: calc(100% - 60px); } }
  .grid.zero-space {
    margin-left: 0px;
    --grid-space: 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 > .col28p,
    .grid.zero-space > .col30p,
    .grid.zero-space > .col32p,
    .grid.zero-space > .col35p,
    .grid.zero-space > .col39p,
    .grid.zero-space > .col40p,
    .grid.zero-space > .col42p,
    .grid.zero-space > .col43p,
    .grid.zero-space > .col45p,
    .grid.zero-space > .col43p,
    .grid.zero-space > .col55p,
    .grid.zero-space > .col54p,
    .grid.zero-space > .col57p,
    .grid.zero-space > .col60p,
    .grid.zero-space > .col61p,
    .grid.zero-space > .col78p,
    .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 > .col28p {
      width: calc(28% - 0px); }
    .grid.zero-space > .col32p {
      width: calc(32% - 0px); }
    .grid.zero-space > .col35p {
      width: calc(35% - 0px); }
    .grid.zero-space > .col39p {
      width: calc(39% - 0px); }
    .grid.zero-space > .col40p {
      width: calc(40% - 0px); }
    .grid.zero-space > .col42p {
      width: calc(42% - 0px); }
    .grid.zero-space > .col43p {
      width: calc(43% - 0px); }
    .grid.zero-space > .col45p {
      width: calc(45% - 0px); }
    .grid.zero-space > .col46p {
      width: calc(45% - 0px); }
    .grid.zero-space > .col55p {
      width: calc(55% - 0px); }
    .grid.zero-space > .col54p {
      width: calc(54% - 0px); }
    .grid.zero-space > .col57p {
      width: calc(57% - 0px); }
    .grid.zero-space > .col61p {
      width: calc(61% - 0px); }
    .grid.zero-space > .col78p {
      width: calc(78% - 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 0%;
      margin-left: 0px;
      min-width: 0; }
    .grid.zero-space > .offset_double {
      margin-top: 0px; }
    .grid.zero-space > .offset_half {
      margin-top: 0px; }
    .grid.zero-space > .offset_dist {
      margin-top: 0px;
      margin-bottom: 0px; }
    @media (max-width: 1360px) {
      .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); }
      .grid.zero-space > .col4_xlm {
        width: calc(25% - 0px); }
      .grid.zero-space > .col233_xlm {
        width: calc((66.666%/3) - 0px); }
      .grid.zero-space > .offset_double_xlm {
        margin-top: 0px; } }
    @media (max-width: 1160px) {
      .grid.zero-space > .col1_lgm {
        flex: 0 1 auto;
        width: calc(100% - 0px); }
      .grid.zero-space > .col2_lgm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col3_lgm {
        flex: 0 1 auto;
        width: calc(33.333% - 0px); }
      .grid.zero-space > .col23_lgm {
        flex: 0 1 auto;
        width: calc(66.666% - 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; }
      .grid.zero-space > .col_default_lgm {
        width: auto; } }
    @media (max-width: 767px) {
      .grid.zero-space > .col1_mdm {
        width: calc(100% - 0px);
        flex: 0 1 auto; }
      .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 > .col2_smm {
        width: calc(50% - 0px); }
      .grid.zero-space > .col1_smm {
        width: calc(100% - 0px); } }

@media (min-width: 1361px) {
  .flex-nowrap-xl {
    flex-wrap: nowrap; } }
@media (max-width: 1360px) {
  .flex-nowrap-xl {
    flex-wrap: wrap; } }
@media (min-width: 1161px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap; } }
@media (max-width: 1160px) {
  .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: 1161px) {
    .self-center-lg {
      align-self: center; } }
  @media (min-width: 1361px) {
    .self-center-xl {
      align-self: center; } }
  @media (max-width: 1160px) {
    .self-center-lgm {
      align-self: center; } }

.self-end {
  align-self: flex-end; }

.self-start {
  align-self: flex-start; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.order-first {
  order: -1; }
  @media (min-width: 1361px) {
    .order-first-xl {
      order: -1; } }
  @media (min-width: 1161px) {
    .order-first-lg {
      order: -1; } }
  @media (max-width: 1160px) {
    .order-first-lgm {
      order: -1; } }
  @media (min-width: 768px) {
    .order-first-md {
      order: -1; } }
  @media (max-width: 767px) {
    .order-first-mdm {
      order: -1; } }

.order-last {
  order: 9999; }
  @media (min-width: 1161px) {
    .order-last-lg {
      order: 9999; } }
  @media (max-width: 1160px) {
    .order-last-lgm {
      order: 9999; } }
  @media (min-width: 768px) {
    .order-last-md {
      order: 9999; } }

@media (max-width: 1160px) {
  .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: 1360px) {
  .justify-end-xlm {
    justify-content: flex-end; } }
@media (max-width: 1160px) {
  .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; }

/*STYLE PRIMARY*/
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/@fancyapps/ui@5.0.22/dist/fancybox/fancybox.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }
.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0; } }
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0; } }
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeOut {
  100% {
    opacity: 0; } }
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }
@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*1px);
  width: calc(100% - var(--width, 0)*1px);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path); }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.is-modern.in-touch .f-thumbs__slide {
  filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

.fancybox__html5video {
  outline: none; }

/*ITEMS*/
.item_cat {
  display: flex;
  position: relative;
  background-color: #fff;
  overflow: clip;
  border-radius: 10px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  transition: transform .35s; }
  .item_cat:hover {
    transform: translateY(-10px); }
  .item_cat::before {
    content: '';
    display: block;
    padding-bottom: calc( (255/455) * 100%); }
  .item_cat_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%; }
    .item_cat_bg img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 100% 50%; }
    .item_cat_bg::after {
      content: '';
      background: linear-gradient(to right, white 0%, white 3%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 70%; }
  .item_cat_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(calc(70% + 60px), 100%);
    padding: 30px;
    max-width: 260px; }
  .item_cat_bottom {
    padding-top: 15px;
    margin-top: auto;
    width: 100%; }
  .item_cat_title {
    color: var(--color1); }

.item_article {
  display: flex;
  align-items: flex-start; }
  .item_article_list .item_article {
    padding: 25px 0; }
  .item_article_list .item_article + .item_article {
    border-top: 1px solid var(--color-g2); }
  .item_article_image {
    flex: 0 0 120px; }
    @media (max-width: 767px) {
      .item_article_image {
        flex: 0 0 70px; } }
    .item_article_image img {
      display: block;
      height: auto;
      width: 100%;
      box-shadow: 0 0 0 1px #E1E1E1;
      transition: box-shadow .25s; }
    .item_article_image:hover img {
      box-shadow: 0 0 0 2px var(--color1); }
  @media (min-width: 768px) {
    .item_article.type2 .item_article_image {
      flex: 0 0 100px; } }
  .item_article_content {
    align-self: center;
    flex: 1 1 0%; }
  .item_article_image ~ .item_article_content {
    padding-left: 40px; }
    @media (max-width: 767px) {
      .item_article_image ~ .item_article_content {
        padding-left: 20px; } }
  .item_article_title {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700; }
    @media (max-width: 767px) {
      .item_article_title {
        font-size: 16px; } }
    .item_article_title a {
      transition: color .25s; }
      .item_article_title a:hover {
        color: var(--color1); }
  .item_article_date {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    color: var(--color1);
    margin-top: 4px; }
  .item_article_text {
    margin-top: 9px; }
  .item_article_content .btn_basic {
    margin-top: 18px; }

/*SWIPER*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.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;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.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; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.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; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: 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; }

.swiper-image {
  overflow: hidden; }
  .swiper-image-cont {
    position: relative;
    margin: 0 -15px; }
  .swiper-image .swiper-slide {
    display: block;
    width: 287px;
    flex: 0 0 287px;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .swiper-image .swiper-slide {
        width: 250px;
        flex: 0 0 250px; } }
  .swiper-image .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-cs {
  overflow: hidden;
  z-index: 1; }
  .swiper-cs-cont {
    position: relative; }
    .swiper-cs-cont .elm_prevnext {
      z-index: 5; }
  .swiper-cs .swiper-slide {
    display: block;
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 600px; }
    @media (max-width: 1160px) {
      .swiper-cs .swiper-slide {
        width: 50vw;
        flex: 0 0 50vw; } }
    @media (max-width: 767px) {
      .swiper-cs .swiper-slide {
        width: 300px;
        flex: 0 0 300px; } }

.swiper-person {
  overflow: hidden;
  z-index: 1; }
  .swiper-person-cont {
    position: relative; }
  .swiper-person .swiper-slide {
    display: block;
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 600px; }
    @media (max-width: 1160px) {
      .swiper-person .swiper-slide {
        width: 50vw;
        flex: 0 0 50vw; } }
    @media (max-width: 767px) {
      .swiper-person .swiper-slide {
        width: 300px;
        flex: 0 0 300px; } }

.swiper-control {
  display: flex;
  align-items: center; }
  .swiper-control .count {
    margin-right: 20px; }
    .swiper-control .count .swiper-pagination-current {
      font-weight: 700; }
  .swiper-control .next,
  .swiper-control .prev {
    display: block;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    padding: 5px 6px 5px 5px; }
    .swiper-control .next.swiper-button-disabled,
    .swiper-control .prev.swiper-button-disabled {
      opacity: .5;
      pointer-events: none; }
  .swiper-control .next {
    padding: 5px 5px 5px 6px; }
  .swiper-control.dark .next,
  .swiper-control.dark .prev {
    background-color: #000;
    color: #fff; }

.swiper-logos .swiper-slide {
  padding: 0 15px;
  align-self: center;
  width: auto;
  flex: 0 1 auto; }
  @media (max-width: 1160px) {
    .swiper-logos .swiper-slide {
      padding: 0 10px; } }
.swiper-logos .logo {
  display: inline-block;
  vertical-align: top; }
  .swiper-logos .logo img {
    display: block;
    max-height: 60px;
    max-width: 140px;
    height: auto;
    width: auto; }
    @media (max-width: 1160px) {
      .swiper-logos .logo img {
        max-width: 100px; } }
.swiper-logos .swiper-slide:first-child:last-child {
  margin-left: auto;
  margin-right: auto; }

.slider-hero {
  width: 100%;
  height: 100%; }
  .slider-hero-cont {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .slider-hero .swiper-slide {
    position: relative; }
    .slider-hero .swiper-slide > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider-hero .sign {
    position: absolute;
    left: 30px;
    top: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.9);
    transition: transform .35s, opacity .35s; }
    @media (max-width: 1160px) {
      .slider-hero .sign {
        left: 20px; } }
    .slider-hero .sign img {
      width: 36px;
      height: auto;
      display: block;
      flex: 0 0 36px; }
    .slider-hero .sign strong {
      display: block;
      color: #fff;
      padding-left: 12px;
      font-size: clamp(14px, 2vw, 18px); }
    .slider-hero .sign.dark strong {
      color: var(--color); }
  .slider-hero .swiper-slide-duplicate-active .sign,
  .slider-hero .swiper-slide-active .sign {
    transform: none;
    opacity: 1; }

.slider-fadeimg {
  overflow: hidden;
  transform: translateZ(0);
  isolation: isolate; }
  .slider-fadeimg .swiper-slide {
    position: relative; }
    .slider-fadeimg .swiper-slide::before {
      content: '';
      display: block;
      padding-bottom: calc( (446/702) * 100%); }
    .slider-fadeimg .swiper-slide img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity .5s .5s; }
  .slider-fadeimg .swiper-slide-tags {
    position: absolute;
    max-width: calc(100% - 20px);
    left: 10px;
    top: 10px; }
  .slider-fadeimg .swiper-slide-duplicate-active img,
  .slider-fadeimg .swiper-slide-active img {
    opacity: 1;
    transition: opacity .5s; }
  .slider-fadeimg-cont {
    position: relative;
    overflow: hidden; }

.slider-blog .swiper-slide {
  position: relative;
  padding-bottom: 2px;
  pointer-events: none; }
  .slider-blog .swiper-slide-inner {
    width: 100%;
    min-height: 100%;
    align-self: center;
    opacity: 0;
    transform: scale(0.9);
    transition: transform .45s, opacity .45s; }
.slider-blog .swiper-slide-duplicate-active,
.slider-blog .swiper-slide-active {
  pointer-events: auto; }
.slider-blog .swiper-slide-duplicate-active .swiper-slide-inner,
.slider-blog .swiper-slide-active .swiper-slide-inner {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.no-js .slider-blog .swiper-slide:first-child .swiper-slide-inner {
  opacity: 1;
  transform: none;
  transition-delay: .4s; }
.slider-blog-cont {
  position: relative; }
.slider-blog .title_h32 a {
  transition: color .25s; }

.swiper-projects {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1080px + 60px);
  margin: 0 auto; }
  .swiper-projects-cont {
    overflow: hidden;
    position: relative; }
  .swiper-projects .swiper-slide {
    display: flex;
    width: 280px;
    flex: 0 0 280px;
    padding: 0 30px; }
    @media (max-width: 1160px) {
      .swiper-projects .swiper-slide {
        width: 240px;
        flex: 0 0 240px;
        padding: 0 10px; } }
    .swiper-projects .swiper-slide .item_circle {
      width: 100%; }
  .swiper-projects .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-bloglist {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1080px + 50px);
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .swiper-bloglist {
      padding-left: 10px;
      padding-right: 10px; } }
  .swiper-bloglist-cont {
    overflow: hidden;
    position: relative; }
  .swiper-bloglist .swiper-slide {
    display: flex;
    width: 470px;
    flex: 0 0 470px;
    padding: 15px 25px 0 25px; }
    @media (max-width: 1160px) {
      .swiper-bloglist .swiper-slide {
        width: 280px;
        flex: 0 0 280px;
        padding: 15px 10px 0 10px; } }
    .swiper-bloglist .swiper-slide .item_blog {
      width: 100%; }
  .swiper-bloglist .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-prog {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1080px + 20px);
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .swiper-prog {
      padding-left: 10px;
      padding-right: 10px; } }
  .swiper-prog-cont {
    overflow: hidden;
    position: relative; }
  .swiper-prog .swiper-slide {
    display: block;
    width: 540px;
    flex: 0 0 540px;
    padding: 0 10px; }
    @media (max-width: 1160px) {
      .swiper-prog .swiper-slide {
        width: 290px;
        flex: 0 0 290px; } }
    .swiper-prog .swiper-slide > a {
      display: block; }
    .swiper-prog .swiper-slide-image {
      position: relative;
      overflow: hidden; }
      .swiper-prog .swiper-slide-image::before {
        content: '';
        display: block;
        padding-bottom: calc( (360/520) * 100%); }
      .swiper-prog .swiper-slide-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1s; }
    a:hover .swiper-prog .swiper-slide-image img {
      transform: scale(1.1); }
    .swiper-prog .swiper-slide-text {
      display: block;
      padding-top: 8px;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.375; }
  .swiper-prog .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-projectlist {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1080px + 60px);
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .swiper-projectlist {
      padding-left: 10px;
      padding-right: 10px; } }
  .swiper-projectlist-cont {
    overflow: hidden;
    position: relative; }
  .swiper-projectlist .swiper-slide {
    display: flex;
    width: 370px;
    flex: 0 0 370px;
    padding: 15px 30px 0 30px; }
    @media (max-width: 1160px) {
      .swiper-projectlist .swiper-slide {
        width: 280px;
        flex: 0 0 280px;
        padding: 15px 10px 0 10px; } }
    .swiper-projectlist .swiper-slide .item_blog {
      width: 100%; }
  .swiper-projectlist .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-reflist {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1080px + 60px);
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .swiper-reflist {
      padding-left: 10px;
      padding-right: 10px; } }
  .swiper-reflist-cont {
    overflow: hidden;
    position: relative; }
  .swiper-reflist .swiper-slide {
    display: flex;
    width: 750px;
    flex: 0 0 750px;
    height: auto;
    padding: 15px 15px 0 15px; }
    @media (max-width: 1160px) {
      .swiper-reflist .swiper-slide {
        width: 420px;
        flex: 0 0 420px;
        padding: 15px 10px 0 10px; } }
    @media (max-width: 767px) {
      .swiper-reflist .swiper-slide {
        width: 280px;
        flex: 0 0 280px; } }
    .swiper-reflist .swiper-slide .item_blog {
      width: 100%; }
  .swiper-reflist .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.swiper-gal {
  overflow: visible; }
  .swiper-gal-cont {
    overflow: visible;
    position: relative;
    padding: 0 40px;
    max-width: calc(860px + 80px);
    margin: 0 auto; }
    @media (max-width: 767px) {
      .swiper-gal-cont {
        padding: 0 20px; } }
  .swiper-gal .swiper-slide {
    display: block;
    height: 440px;
    flex: 0 1 auto;
    width: auto;
    padding: 0 10px; }
    @media (max-width: 1360px) {
      .swiper-gal .swiper-slide {
        height: 300px; } }
    @media (max-width: 1160px) {
      .swiper-gal .swiper-slide {
        height: 250px; } }
    @media (max-width: 767px) {
      .swiper-gal .swiper-slide {
        height: 140px; } }
    .swiper-gal .swiper-slide img {
      display: block;
      height: 100%;
      width: auto; }
  .swiper-gal [data-fancy-index] {
    display: block;
    height: 100%; }
  .swiper-gal .swiper-anchor {
    display: block;
    height: 100%; }

.swiper-type {
  overflow: visible;
  margin: 0 auto; }
  .swiper-type-cont {
    overflow: hidden;
    position: relative; }
  .swiper-type .swiper-slide {
    display: flex;
    width: auto;
    height: auto;
    min-width: 280px;
    flex: 0 0 33.333%; }
    .swiper-type .swiper-slide .item_type {
      width: 100%; }
  .swiper-type .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.slider-progress.swiper-pagination-horizontal {
  position: absolute;
  left: 0;
  height: 4px;
  top: auto;
  bottom: 0;
  width: 100%;
  animation: anim_basic .5s forwards;
  animation-play-state: paused;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15); }
  .slider-progress.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: 0% 0%; }

.slider-custom-scrollbar {
  width: 100%;
  height: 100%;
  border-radius: 3px; }
  .slider-custom-scrollbar-cont {
    position: relative;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    width: calc(100% - 40px);
    transition: transform .25s; }
  .slider-custom-scrollbar-cont:hover {
    transform: scaleY(4); }
  .slider-custom-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: #000;
    cursor: grab; }
  .slider-custom-scrollbar.light .swiper-scrollbar-drag {
    background-color: #fff; }

.swiper_controls {
  display: flex;
  align-items: center; }
  .swiper_controls .slider-custom-scrollbar-cont {
    flex: 1 1 0%;
    max-width: none;
    margin-right: 15px; }
  .swiper_controls .btn_dir2 {
    flex: 0 0 30px;
    margin-left: 8px; }
    .swiper_controls .btn_dir2:first-child {
      margin-left: 0; }

.swiper-hide, .filter-hide {
  display: none !important; }

.swiper-pag {
  display: flex;
  margin: 0 -8px;
  position: relative;
  z-index: 10; }
  .swiper-pag-cont {
    display: flex;
    justify-content: center; }
  .swiper-pag .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: none;
    opacity: 1;
    margin: 0 4px;
    border-radius: 50%;
    border: 1px solid #fff;
    outline: none; }
    .swiper-pag .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      left: 2px;
      top: 2px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0);
      opacity: 1;
      transition: background-color .25s, opacity .25s; }
    .swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
      background-color: white; }
  .swiper-pag .swiper-pagination-bullet:first-child:last-child {
    visibility: hidden; }
  .swiper-pag.swiper-pagination-lock {
    display: none; }

.swiper-pag-default {
  justify-content: center; }
  .swiper-pag-default .swiper-pagination-bullet {
    border: 0;
    background-color: #E0E0E0; }
    .swiper-pag-default .swiper-pagination-bullet::before {
      top: 3px;
      left: 3px;
      box-shadow: 0 0 0 4px var(--color1);
      opacity: 0; }
    .swiper-pag-default .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
      opacity: 1; }
  .swiper-pag-default.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 8px; }

.hero_pag {
  flex-direction: column;
  margin: 0; }
  .hero_pag.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 0; }
  .hero_pag_cont {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1160px) {
      .hero_pag_cont {
        left: 20px; } }

.swiper-catlist {
  overflow: visible;
  padding: 0 0;
  max-width: calc(1380px + 20px);
  margin: 0 auto; }
  @media (max-width: 1360px) {
    .swiper-catlist {
      padding-left: 10px;
      padding-right: 10px; } }
  .swiper-catlist-cont {
    overflow: hidden;
    position: relative; }
    .swiper-catlist-cont.negative {
      margin-top: -35px; }
      @media (max-width: 767px) {
        .swiper-catlist-cont.negative {
          margin-top: -30px; } }
  .swiper-catlist .swiper-slide {
    display: flex;
    height: auto;
    width: calc(466.6666666667px);
    flex: 0 0 calc(466.6666666667px);
    padding: 20px 10px 20px 10px; }
    @media (max-width: 767px) {
      .swiper-catlist .swiper-slide {
        width: 300px;
        flex: 0 0 300px; } }
    .swiper-catlist .swiper-slide .item_cat {
      width: 100%; }
  .swiper-catlist .swiper-slide:first-child:last-child {
    margin-left: auto;
    margin-right: auto; }

.floatnext,
.floatprev {
  position: absolute;
  z-index: 10;
  top: calc(50% - 30px); }

.floatnext {
  right: 0; }

/*ELEMENT*/
.title_big {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 92px;
  line-height: 1.3043478261;
  font-size: clamp(38px, 7vw, 92px);
  min-height: .000001vw; }
  @media (max-width: 1160px) {
    .title_big {
      line-height: 1.4; } }

.title_h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.1;
  font-size: clamp(30px, 4vw, 40px);
  min-height: .000001vw; }
  @media (max-width: 767px) {
    .title_h1 {
      line-height: 1.2; } }

.title_h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  font-size: clamp(24px, 3vw, 30px);
  min-height: .000001vw; }

.title_h22 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  font-size: clamp(22px, 1.5vw, 28px);
  min-height: .000001vw; }

.title_h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.2;
  font-size: clamp(20px, 3vw, 23px);
  min-height: .000001vw; }

.title_h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  font-size: clamp(18px, 2vw, 20px);
  min-height: .000001vw; }

.title_h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: .000001vw; }

.img_cover > img {
  width: 100%;
  object-fit: cover;
  height: auto; }

.img_logo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: auto;
  width: auto;
  max-width: calc(50%); }

.img_holder {
  position: relative; }
  .img_holder:has(> img) img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border-radius: 10px; }
  .img_holder:has(> video) {
    transition: opacity .25s; }
    .img_holder:has(> video) video {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      border-radius: 10px; }
    .img_holder:has(> video):not(.ready) {
      opacity: .5;
      pointer-events: none; }
  .img_holder:not(.play) video {
    opacity: 0;
    pointer-events: none; }
  .img_holder .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .img_holder .cover img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }
    .img_holder .cover .sico {
      position: absolute;
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      opacity: 1;
      transform: none;
      color: #fff;
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
      transition: all .25s; }
    .img_holder .cover:hover .sico {
      transform: scale(1.5);
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8)); }
  .img_holder:has(.cover_iframe), .img_holder:has(iframe) {
    aspect-ratio: 16 / 9; }
    .img_holder:has(.cover_iframe) iframe, .img_holder:has(iframe) iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 0;
      border-radius: 10px; }
  .img_holder.play .cover {
    display: none; }

.hr {
  margin: 0;
  height: 1px;
  padding: 0;
  border: 0;
  background-color: var(--color-g2); }

.table_basic {
  width: 100%; }
  .table_basic_cont {
    overflow: auto; }
  .table_basic th {
    text-align: left;
    white-space: nowrap;
    padding: 10px 10px; }
    .table_basic th:first-child {
      padding-left: 0; }
    .table_basic th:last-child {
      padding-right: 0; }
  .table_basic td {
    padding: 10px 10px;
    border-top: 1px solid var(--color-g2); }
    .table_basic td:first-child {
      padding-left: 0; }
    .table_basic td:last-child {
      padding-right: 0; }
  .table_basic a {
    color: var(--color1); }
    .table_basic a:hover {
      text-decoration: underline; }

.elm_quote {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.3636363636;
  font-size: clamp(24px, 3vw, 44px); }
  .elm_quote > .sico {
    width: 50px;
    height: 44px;
    color: var(--color1);
    flex: 0 0 50px; }
    @media (max-width: 767px) {
      .elm_quote > .sico {
        width: 30px;
        height: 30px;
        flex: 0 0 30px; } }
  .elm_quote blockquote {
    font-style: normal;
    margin: -.26em 0 0 0;
    padding: 0 0 0 10px; }

.table_board {
  width: 100%;
  font-size: 16px;
  line-height: 1.375;
  border-bottom: 1px solid var(--color-g2); }
  .table_board th {
    padding: 15px 10px; }
  .table_board th:first-child {
    text-align: left;
    padding-left: 0; }
  .table_board th:last-child {
    text-align: right;
    padding-right: 0; }
  .table_board td {
    padding: 15px 10px;
    border-top: 1px solid var(--color-g2); }
    @media (min-width: 1161px) {
      .table_board td {
        text-align: center; } }
    @media (min-width: 1161px) {
      .table_board td:not(:first-child) {
        white-space: nowrap; } }
  .table_board td:first-child {
    text-align: left;
    padding-left: 0; }
  .table_board td:last-child {
    padding-right: 0; }
    @media (min-width: 1161px) {
      .table_board td:last-child {
        text-align: right; } }
  .table_board a {
    font-weight: 700;
    color: var(--color1); }
    .table_board a:hover {
      text-decoration: underline; }
  @media (max-width: 1160px) {
    .table_board {
      display: block;
      border-top: 1px solid var(--color-g2); }
      .table_board thead {
        display: none; }
      .table_board tr, .table_board tbody, .table_board td {
        display: block;
        border: 0; }
      .table_board tr {
        padding: 15px 0;
     /* &:first-child{
        padding-top: 0;
      }

      &:last-child{
        padding-bottom: 0;
      }*/ }
      .table_board tr + tr {
        border-top: 1px solid var(--color-g2); }
      .table_board td {
        padding: 0; }
        .table_board td.type, .table_board td.date {
          display: inline-block;
          font-size: 14px;
          opacity: .5; }
        .table_board td:last-child {
          margin-top: 8px; }
      .table_board td.date + td.date::before {
        content: '\002D';
        display: inline-block;
        padding: 0 7px 0 3px; }
      .table_board td.type + td.type::before {
        content: '\002D';
        display: inline-block;
        padding: 0 7px 0 3px; }
      .table_board td[data-title]::before {
        content: attr(data-title);
        font-size: 12px;
        font-weight: 700;
        display: block; }
      .table_board td[data-title] + td[data-title] {
        margin-top: 3px; } }

.input_radiotext {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  .input_radiotext input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    border: 0;
    outline: none;
    opacity: 0; }
  .input_radiotext span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    position: relative;
    padding: 5px 20px 15px 20px; }
    .input_radiotext span::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 7px;
      background-color: var(--color1);
      width: 100%;
      transform-origin: 50% 100%;
      transform: scaleY(0);
      transition: transform 0.25s; }
  .input_radiotext input:checked ~ span::after {
    transform: none; }

.input_text,
.input_select {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background: none;
  font-size: 16px;
  line-height: 1.375;
  border: 1px solid var(--color-g1);
  border-radius: 23px;
  padding: 11px 25px;
  transition: box-shadow .25s, border .25s; }
  .input_text:focus,
  .input_select:focus {
    border-color: var(--color1);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color1) 20%, transparent); }
  label + .input_text, label +
  .input_select {
    margin-top: 3px; }

.input_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px; }
  .input_select_wrap {
    position: relative; }
    .input_select_wrap::after {
      content: '';
      position: absolute;
      top: calc(50% - 3px);
      width: 9px;
      height: 6px;
      right: 20px;
      background-color: var(--color1);
      clip-path: path("M7.875,0l1.125,1.223l-4.5,4.777l-4.5,-4.777l1.125,-1.223l3.375,3.6l3.375,-3.6Z");
      pointer-events: none; }

.input_checkbox {
  display: inline-block;
  vertical-align: top;
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid var(--color-g1);
  accent-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
  margin: 2px 0;
  transition: border-color .2s; }
  .input_checkbox:hover:not(:checked) {
    box-shadow: 0 0 0 20px color-mix(in srgb, var(--color1) 20%, transparent);
    clip-path: circle(100% at 50% 50%);
    outline: none; }
    .input_checkbox:hover:not(:checked).light {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1); }
  .input_checkbox:checked {
    border: 2px solid var(--color1);
    outline: none; }
    .input_checkbox:checked::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      margin-left: 2px;
      margin-top: 2px;
      background-color: var(--color1);
      border-radius: 1px; }
  .input_checkbox_cont {
    display: flex;
    align-items: flex-start; }
  .input_checkbox_text {
    flex: 1 1 0%;
    padding: 0 0;
    padding-left: .8em;
    align-self: center;
    user-select: none;
    font-size: 16px;
    line-height: 1.375; }
    .input_checkbox_text a:not(:hover) {
      text-decoration: underline; }

.input_file_cont,
[class*="wpcf7-form-control-wrap"][class*="file-"] {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400; }
  .input_file_cont > .sico,
  [class*="wpcf7-form-control-wrap"][class*="file-"] > .sico {
    width: 22px;
    height: 22px;
    flex: 0 0 22px; }
  .input_file_cont::before,
  [class*="wpcf7-form-control-wrap"][class*="file-"]::before {
    content: attr(data-value);
    display: block;
    font-weight: 700;
    color: var(--color1);
    text-decoration: underline;
    flex: 1 1 0%;
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none; }
  .input_file_cont input,
  [class*="wpcf7-form-control-wrap"][class*="file-"] input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1000px;
    opacity: 0;
    cursor: pointer; }

.input_file_limit {
  font-size: 11px;
  line-height: 14px; }

.btn_dir {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #fff;
  transition: all .25s; }
  .btn_dir:hover {
    background-color: var(--color1); }
  .btn_dir.swiper-button-disabled {
    opacity: 0;
    pointer-events: none; }

.btn_big {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  transition: box-shadow .25s, background-color .25s, border-color .25s; }
  .btn_big:hover {
    background-color: #fff;
    border-color: #D1D1D1;
    box-shadow: 0px 3.128px 78.212px 0px rgba(0, 0, 0, 0.15); }
  .btn_big .sico {
    color: var(--color1);
    width: 73px;
    height: 54px;
    margin: 0 auto; }
  .btn_big strong {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center; }

.btn_basic {
  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;
  border-radius: 23px;
  overflow: hidden;
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  isolation: isolate;
  color: #000;
  transition: color .3s; }
  .btn_basic.mid {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 22px; }
  .btn_basic.loading {
    opacity: .3;
    pointer-events: none; }
  .btn_basic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    z-index: -1;
    transition: transform .3s;
    transform: translateY(100%); }
  .btn_basic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2px var(--color1);
    border-radius: 23px;
    z-index: -1; }
  a:hover .btn_basic, .btn_basic:hover {
    color: var(--color-light); }
    a:hover .btn_basic::before, .btn_basic:hover::before {
      transform: none; }
  .btn_basic.light {
    color: var(--color-light); }
    .btn_basic.light::before {
      background-color: var(--color-light); }
    .btn_basic.light::after {
      box-shadow: inset 0 0 0 2px var(--color-light); }
    .btn_basic.light:hover {
      color: var(--color2); }
  .btn_basic.filled::before {
    transform: none; }
  .btn_basic.filled.light {
    color: var(--color1); }

.elm_msg_inner {
  display: flex;
  align-items: center;
  justify-content: center; }
.elm_msg_close {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: currentColor;
  margin-left: 13px; }

.elm_skyline {
  position: relative; }
  .elm_skyline::before {
    content: '';
    display: block;
    padding-bottom: calc( (144/1440) * 100%); }
  .elm_skyline .sico {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .elm_skyline::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -1px;
    background-color: var(--color1);
    width: 100%; }
  .elm_skyline g:nth-child(1) {
    fill: var(--color4); }
  .elm_skyline g:nth-child(2) {
    fill: var(--color3); }
  .elm_skyline g:nth-child(3) {
    fill: var(--color1); }

.js.observer .anim_drop1 {
  opacity: 0;
  transform: translateY(25px); }
.anim_drop1.intersecting {
  animation: anim_basic 1s .2s forwards; }

@keyframes anim_basic {
  to {
    transform: none;
    opacity: 1; } }
/*BOX*/
.box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.15); }

.box2 {
  border: 1px solid #D5D5D5;
  border-radius: 10px; }

.box_hero {
  display: flex;
  position: relative; }
  .box_hero_sizer {
    width: 100%;
    margin-left: -100%;
    max-height: calc(100% - 102px);
    overflow: hidden;
    min-height: 300px; }
    .box_hero_sizer::before {
      content: '';
      display: block;
      padding-bottom: calc( (600/1440) * 100%); }
  .box_hero_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .box_hero_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-left: auto;
    padding: 20px;
    padding-bottom: 30px; }
    @media (max-width: 1160px) {
      .box_hero_right {
        width: auto;
        margin: auto 0 0 auto;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .box_hero_right {
        padding-bottom: 30px; } }

.box_popup {
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1160px) {
    .box_popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 10px;
      overflow-x: hidden;
      background-color: rgba(0, 0, 0, 0.7);
      max-width: none;
      z-index: 360;
      display: none; } }
  @media (max-width: 1160px) {
    html.open_boxpopup .box_popup {
      display: flex; } }
  .box_popup_map {
    position: relative; }
    @media (max-width: 1160px) {
      .box_popup_map {
        max-width: 300px;
        margin: 0 auto; } }
    .box_popup_map::before {
      content: '';
      display: block;
      padding-bottom: calc( (650/680) * 100%); }
    .box_popup_map svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .box_popup_map svg path {
        fill: rgba(255, 255, 255, 0.9);
        stroke-width: 1;
        transition: fill .3s; }
        @media (max-width: 1160px) {
          .box_popup_map svg path {
            fill: rgba(0, 0, 0, 0.15); } }
      .box_popup_map svg text {
        font-weight: 700;
        font-size: 12px;
        transform-box: fill-box;
        transition: fill .3s; }
        .box_popup_map svg text.small {
          font-size: 9px; }
        .box_popup_map svg text.small2 {
          font-size: 10px; }
      .box_popup_map svg a.active text,
      .box_popup_map svg a:hover text {
        fill: #fff; }
      .box_popup_map svg a.active path,
      .box_popup_map svg a:hover path {
        fill: var(--color1); }
  @media (max-width: 1160px) {
    .box_popup_inner {
      position: relative;
      background-color: #fff;
      margin: auto;
      width: 100%;
      max-width: 700px;
      padding: 35px 20px;
      opacity: 0;
      transform: translateY(-20px); } }
  @media (max-width: 1160px) {
    html.open_boxpopup .box_popup_inner {
      animation: anim_basic .5s forwards; } }
  .box_popup_list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 30px;
    margin-top: 20px; }
    @media (min-width: 1161px) {
      .box_popup_list {
        display: none; } }
    .box_popup_list li + li {
      margin-top: 0.65em; }
    .box_popup_list a.active {
      font-weight: 700;
      color: var(--color1); }
  .box_popup_close {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--color1);
    padding: 10px; }
    @media (min-width: 1161px) {
      .box_popup_close {
        display: none; } }

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  line-height: 22px;
  font-size: 16px; }
.pagination li {
  display: flex;
  align-items: center;
  margin: 0 2px; }
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: color .25s, border .25s; }
  .pagination a:hover {
    color: var(--color1); }
.pagination li.active a {
  border: 2px solid var(--color1);
  color: var(--color1); }
@media (max-width: 767px) {
  ul .pagination-omission,
  .pagination li:not([class]) {
    display: none; } }
.pagination-next a, .pagination-previous a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: var(--color1);
  border: 2px solid var(--color1);
  transition: color .25s, background .25s; }
  .pagination-next a:hover, .pagination-previous a:hover {
    color: #fff;
    background-color: var(--color1);
    opacity: 1; }
  .pagination-next a .sico, .pagination-previous a .sico {
    display: block;
    width: 10px;
    height: 10px; }
.pagination_cont {
  display: flex;
  align-items: center;
  justify-content: center; }

.box_news {
  overflow: clip;
  border-radius: 10px;
  background-color: var(--color1);
  color: var(--color-light);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25); }
  .box_news_icon {
    display: block;
    width: 68px;
    height: 68px; }
  .box_news_top {
    padding: 40px 30px; }
    @media (max-width: 767px) {
      .box_news_top {
        padding: 30px 25px; } }
  .box_news_icon + .box_news_title {
    margin-top: 20px; }
  .box_news_text {
    font-size: 16px;
    line-height: 1.4375; }
  .box_news_title + .box_news_text {
    margin-top: 15px; }
  .box_news_image img {
    display: block;
    height: auto;
    width: 100%; }

.gal {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  counter-reset: test;
  grid-auto-flow: row dense;
  grid-auto-rows: 1fr; }
  @media (max-width: 1160px) {
    .gal {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .gal {
      grid-gap: 5px; } }
  .gal_item {
    display: block;
    position: relative;
    overflow: hidden;
    /*
        &:nth-child(4n - 2):not(:nth-child(8n - 2)):not(:first-child){
          @include lg{
            grid-area: auto / 3 / span 2 / span 2;
          }
        }
    
        &:nth-child(4n + 1):not(:first-child):not(:nth-child(8n + 1)){
          @include lg{
            grid-area: auto / 1 / span 2 / span 2;
          }
        }   */ }
    .gal_item img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .gal_item::before {
      content: '';
      display: block;
      padding-bottom: calc( (300/395) * 100%); }
    @media (min-width: 1161px) {
      .gal_item:first-child, .gal_item:nth-child(8n + 1) {
        grid-area: auto / 1 / span 2 / auto; } }
    @media (min-width: 1161px) {
      .gal_item:nth-child(8n + 6) {
        grid-area: auto / 3 / span 2 /  span 1; } }
    @media (min-width: 1161px) {
      .gal_item:nth-child(8n + 3) {
        grid-area: auto / 3 / span 2 / span 2; } }
    @media (min-width: 1161px) {
      .gal_item:nth-child(8n + 4) {
        grid-area: auto / 1 / span 2 / span 2; } }
    .gal_item::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity .25s; }
    .gal_item:hover::after {
      opacity: 1; }
    .gal_item .sico {
      position: absolute;
      color: #Fff;
      width: 31px;
      height: 31px;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      z-index: 2;
      will-change: transform, opacity;
      transform: scale(2);
      opacity: 0;
      transition: transform .25s, opacity .25s; }
    .gal_item:hover .sico {
      transform: none;
      opacity: 1; }
    .gal_item.video .sico {
      width: 60px;
      height: 60px;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      opacity: 1;
      transform: none;
      color: #fff;
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45)); }

@media (max-width: 1160px) {
  .box_logos:has(img) img {
    max-width: 200px; } }

.page_content {
  font-size: 16px;
  line-height: 1.5625; }
  .page_content.text_s14 {
    font-size: 14px;
    line-height: 1.7857142857; }
    .page_content.text_s14 a:not([class]):has(strong) {
      font-size: 16px;
      text-decoration: none; }
      .page_content.text_s14 a:not([class]):has(strong):hover {
        text-decoration: underline; }
  @media (min-width: 1161px) {
    .page_content.two_cols {
      column-count: 2;
      column-gap: 40px; } }
  .page_content p:empty {
    height: .7em; }
  .page_content p {
    margin: 1.2em 0; }
  .page_content h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 23px;
    line-height: 1.2;
    font-size: clamp(20px, 3vw, 23px);
    min-height: .000001vw;
    margin: .5em 0; }
  .page_content h6 {
    color: var(--color1);
    font-size: inherit;
    line-height: inherit; }
  .page_content small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5833333333; }
  .page_content a:not([class]) {
    color: var(--color1); }
    .page_content a:not([class]):not(:hover) {
      text-decoration: underline; }

.reset_margins > *:first-child {
  margin-top: 0; }
.reset_margins > *:last-child {
  margin-bottom: 0; }

.no_margins > *, .no_margins.page_content > * {
  margin-top: 0;
  margin-bottom: 0; }

/*HEADER*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  z-index: 300;
  background-color: var(--bg, #fff);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  @media (max-width: 1160px) {
    .header {
      height: 70px; } }
  .fixheader .header {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  .header_sentinel {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    pointer-events: none; }
  .header_logo {
    position: relative;
    display: block;
    width: 151px;
    height: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    .header_logo img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      object-position: 0% 50%; }
  .header_inner {
    display: flex;
    height: 100%;
    max-width: none; }
  .header_right {
    display: flex;
    flex: 1 1 0%;
    height: 100%; }
  .header_search {
    position: relative;
    width: 48px;
    height: 48px;
    margin: auto 0;
    padding: 3px; }
    @media (min-width: 1161px) {
      .header_search {
        order: 1;
        z-index: 5; } }
    @media (max-width: 1160px) {
      .header_search {
        margin: auto 10px auto auto; } }
    .header_search_button {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: var(--color1);
      border-radius: 50%;
      color: #fff; }
      .header_search_button .sico {
        position: absolute;
        width: 16px;
        height: 16px;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
        transition: all .25s; }
        .header_search_button .sico:last-child {
          opacity: 0;
          transform: rotate(180deg); }
    .header_search.cactive .header_search_button .sico:first-child {
      opacity: 0; }
    .header_search.cactive .header_search_button .sico:last-child {
      opacity: 1;
      transform: none; }
    .header_search_inner {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      border: 1px solid #CBCBCB;
      background-color: var(--bg);
      border-radius: 24px;
      padding-right: 46px;
      transition: box-shadow .25s, border-color .25s; }
    .header_search.cactive .header_search_inner {
      border-color: var(--color1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); }
    .header_search_content {
      width: 0;
      overflow: hidden;
      transition: width .25s; }
    .header_search.cactive .header_search_content {
      width: 240px; }
      @media (max-width: 1160px) {
        .header_search.cactive .header_search_content {
          width: 180px; } }
    .header_search_form {
      width: 240px;
      position: relative; }
      @media (max-width: 1160px) {
        .header_search_form {
          width: 180px; } }
    .header_search_input {
      display: block;
      width: 100%;
      border: 0;
      outline: none;
      background: none;
      width: 100%;
      font-size: 14px;
      line-height: 1.42857143;
      padding: 13px 35px 13px 15px; }
    .header_search_submit {
      display: inline-block;
      vertical-align: top;
      border: 0;
      background: none;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 40px;
      color: var(--color1);
      padding: 5px 8px; }
  .header_sign {
    display: flex;
    align-items: center;
    align-self: center; }
    .header_sign img {
      height: auto;
      width: 56px; }
      @media (max-width: 1430px) {
        .header_sign img {
          width: 36px; } }
      @media (max-width: 767px) {
        .header_sign img {
          width: 32px; } }
    .header_sign div {
      padding-left: 15px; }
      @media (max-width: 1430px) {
        .header_sign div {
          padding-left: 12px; } }
      @media (max-width: 767px) {
        .header_sign div {
          padding-left: 10px; } }
      .header_sign div strong {
        display: block;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.2; }
        @media (max-width: 1430px) {
          .header_sign div strong {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .header_sign div strong {
            font-size: 14px; } }
      .header_sign div span {
        display: block; }
        @media (max-width: 1430px) {
          .header_sign div span {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .header_sign div span {
            font-size: 10px; } }

.topbar {
  position: relative;
  color: #fff;
  background-color: var(--color1); }

.nav {
  display: flex; }
  @media (max-width: 1160px) {
    .nav {
      height: 100%;
      overflow-x: hidden;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 80px 0 40px 0; } }
  .nav_scroll {
    display: block; }
    @media (max-width: 1160px) {
      .nav_scroll {
        position: fixed;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        width: 300px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
        transition: opacity .5s, transform .5s; } }
  @media (max-width: 1160px) {
    html:not(.menuopen) .nav_scroll {
      transform: translateX(100%); } }
  .nav_cont {
    height: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 1161px) {
      .nav_cont {
        margin: 0 auto; } }
  .nav_button {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color1);
    color: #fff; }
    @media (min-width: 1161px) {
      .nav_button {
        display: none; } }
    .nav_button .sico {
      display: block;
      margin: auto;
      width: 20px;
      height: 20px; }
  .nav_scroll .nav_button {
    position: absolute;
    top: 10px;
    right: 20px; }
  .nav_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%;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(9px);
    transition: opacity .25s; }
    @media (min-width: 1161px) {
      .nav_cover {
        display: none; } }
  html:not(.menuopen) .nav_cover {
    opacity: 0;
    pointer-events: none; }

.topmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  @media (max-width: 1160px) {
    .topmenu {
      display: block;
      width: 100%; } }
  .topmenu button {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent; }
  @media (min-width: 1161px) {
    .topmenu > li + li {
      margin-left: 19px; } }
  @media (min-width: 1361px) {
    .topmenu > li + li {
      margin-left: 25px; } }
  .topmenu > li {
    position: relative; }
    .topmenu > li > button {
      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%;
      height: 40px; }
      @media (min-width: 1161px) {
        .topmenu > li > button {
          display: none; } }
  .topmenu > li > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: color .25s;
    /*
        span::after{
          content: attr(data-text);
          content: attr(data-text) / "";
          height: 0;
          visibility: hidden;
          overflow: hidden;
          user-select: none;
          pointer-events: none;
          font-weight: 700;
        
          @media speech {
            display: none;
          }
        }*/ }
    @media (max-width: 1160px) {
      .topmenu > li > a {
        padding: 10px 20px; } }
    .topmenu > li > a span {
      display: flex;
      flex: 1 1 0%; }
    .topmenu > li > a .sico {
      margin-left: 5px;
      width: 10px;
      height: 10px; }
  @media (min-width: 1161px) {
    .topmenu > li:hover > a {
      color: var(--color1); } }
  .topmenu > li.current-menu-item > a {
    font-weight: 700; }
  .topmenu > li:not(.menu-item-has-children) > a .sico {
    display: none; }

.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: opacity .25s, transform .25s; }
  @media (min-width: 1161px) {
    .submenu {
      position: absolute;
      box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
      background-color: var(--bg);
      border-radius: 10px;
      top: calc(100% - 1px);
      left: -20px;
      min-width: calc(100% + 40px);
      padding: 12px 25px; } }
  @media (max-width: 1160px) {
    .submenu {
      background-color: rgba(0, 0, 0, 0.03);
      display: none; } }
  @media (max-width: 1160px) {
    li.drop .submenu {
      display: block; } }
  .submenu a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 7px 0;
    transition: color .25s; }
    @media (max-width: 1160px) {
      .submenu a {
        padding: 7px 20px; } }
    .submenu a span {
      display: block;
      flex: 1 1 0%;
      padding-right: 20px; }
    .submenu a .sico {
      display: block;
      width: 6px;
      height: 9px;
      flex: 0 0 6px;
      color: #CBCBCB;
      transition: color .25s; }
    .submenu a:hover {
      color: var(--color1); }
      .submenu a:hover .sico {
        color: var(--color1); }
  .submenu li.current-menu-item > a {
    font-weight: 700; }
  @media (min-width: 1161px) {
    li:not(:hover) .submenu {
      opacity: 0;
      transform: translateY(-5px);
      pointer-events: none; } }

/*MAIN*/
/*FOOTER*/
.footer {
  color: var(--color-footer); }
  .footer_top {
    background-color: var(--color1);
    padding: 50px 0; }
  .footer_title {
    font-size: 20px;
    margin: 0;
    font-weight: 800;
    line-height: 1.25; }
  .footer_list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.375; }
    .footer_list li + li {
      margin-top: .85em; }
    .footer_list a {
      display: block;
      position: relative;
      --line-height: 1.375em;
      padding-right: 20px;
      /*   &::after{
         content: '';
           position: absolute;        
           top: calc(var(--line-height, .75em)/2 - 4px);
           width: 6px;
           height: 9px;
           right: 0;
           background-color: currentColor;
           clip-path: path('M0,1.125l1.223,-1.125l4.777,4.5l-4.777,4.5l-1.223,-1.125l3.6,-3.375l-3.6,-3.375Z');
         }*/ }
      .footer_list a .sico {
        position: absolute;
        width: 6px;
        height: 9px;
        right: 0;
        top: calc(var(--line-height, .75em)/2 - 4px);
        transition: transform .25s; }
      .footer_list a:hover {
        text-decoration: underline; }
        .footer_list a:hover .sico {
          transform: translateX(-7px); }
  .footer_title + .footer_list {
    margin-top: 1.4em; }
  .footer_text {
    font-size: 14px;
    line-height: 1.4285714286; }
  .footer_address {
    font-style: normal;
    line-height: 1.5625;
    font-size: 16px; }
  .footer_title + .footer_address {
    margin-top: 1.32em; }
  .footer_bottom {
    background-color: var(--color2);
    padding: 25px 0; }
    .footer_bottom a:hover {
      text-decoration: underline; }

/*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-65 {
  margin: 65px; }
.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-65 {
  padding: 65px; }
.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-65 {
  margin-top: 65px; }
.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-65 {
  margin-bottom: 65px; }
.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-65 {
  margin-left: 65px; }
.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-65 {
  margin-right: 65px; }
.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-65 {
  padding-top: 65px; }
.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-65 {
  padding-bottom: 65px; }
.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-65 {
  padding-left: 65px; }
.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-65 {
  padding-right: 65px; }
.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: 1430px) {
  .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-65xxl {
    margin: 65px; }
  .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-65xxl {
    padding: 65px; }
  .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-65xxl {
    margin-top: 65px; }
  .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-65xxl {
    margin-bottom: 65px; }
  .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-65xxl {
    margin-left: 65px; }
  .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-65xxl {
    margin-right: 65px; }
  .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-65xxl {
    padding-top: 65px; }
  .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-65xxl {
    padding-bottom: 65px; }
  .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-65xxl {
    padding-left: 65px; }
  .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-65xxl {
    padding-right: 65px; }
  .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: 1360px) {
  .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-65xl {
    margin: 65px; }
  .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-65xl {
    padding: 65px; }
  .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-65xl {
    margin-top: 65px; }
  .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-65xl {
    margin-bottom: 65px; }
  .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-65xl {
    margin-left: 65px; }
  .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-65xl {
    margin-right: 65px; }
  .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-65xl {
    padding-top: 65px; }
  .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-65xl {
    padding-bottom: 65px; }
  .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-65xl {
    padding-left: 65px; }
  .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-65xl {
    padding-right: 65px; }
  .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: 1160px) {
  .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-65lg {
    margin: 65px; }
  .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-65lg {
    padding: 65px; }
  .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-65lg {
    margin-top: 65px; }
  .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-65lg {
    margin-bottom: 65px; }
  .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-65lg {
    margin-left: 65px; }
  .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-65lg {
    margin-right: 65px; }
  .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-65lg {
    padding-top: 65px; }
  .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-65lg {
    padding-bottom: 65px; }
  .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-65lg {
    padding-left: 65px; }
  .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-65lg {
    padding-right: 65px; }
  .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-65md {
    margin: 65px; }
  .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-65md {
    padding: 65px; }
  .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-65md {
    margin-top: 65px; }
  .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-65md {
    margin-bottom: 65px; }
  .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-65md {
    margin-left: 65px; }
  .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-65md {
    margin-right: 65px; }
  .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-65md {
    padding-top: 65px; }
  .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-65md {
    padding-bottom: 65px; }
  .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-65md {
    padding-left: 65px; }
  .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-65md {
    padding-right: 65px; }
  .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; }
.diflex {
  display: inline-flex; }
.dinline {
  display: inline; }
@media (max-width: 1160px) {
  .dflex_lgm {
    display: flex; }
  .dblock_lgm {
    display: block; }
  .diblock_lgm {
    display: inline-block; }
  .diflex_lgm {
    display: inline-flex; }
  .dinline_lgm {
    display: inline; } }
@media (min-width: 1161px) {
  .dflex_lg {
    display: flex; }
  .dblock_lg {
    display: block; }
  .diblock_lg {
    display: inline-block; }
  .diflex_lg {
    display: inline-flex; }
  .dinline_lg {
    display: inline; } }

.font1 {
  font-family: "Montserrat", sans-serif; }

.zindex5 {
  z-index: 5; }
  @media (max-width: 1160px) {
    .zindex5_lgm {
      z-index: 5; } }
.zindex10 {
  z-index: 10; }
.zindex15 {
  z-index: 15; }
.zindex20 {
  z-index: 20; }

.color1 {
  color: var(--color1); }
.color2 {
  color: var(--color2); }
.color3 {
  color: var(--color3); }

.stroke1 {
  stroke: #000; }
.stroke_primary {
  stroke: var(--color-primary, #000); }
.stroke_white {
  stroke: #fff; }

.bg1 {
  background-color: #000; }
.bg_grey1 {
  background-color: #D5D5D5; }
.bg_grey2 {
  background-color: #CDCDCD; }
.bg1_hover:hover {
  background-color: #000; }
.bg1_before:before {
  background-color: #000; }
.bg1_after:after {
  background-color: #000; }
.bg_white {
  background-color: #fff; }
.bg0 {
  background-color: #fff; }

.opa1 {
  opacity: .1; }
.opa4 {
  opacity: .4; }
.opa5 {
  opacity: .5; }
.opa6 {
  opacity: .6; }
.opa7 {
  opacity: .7; }
.opa8 {
  opacity: .8; }

.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: 1360px) {
  .text_center_xlm {
    text-align: center; }
  .text_left_xlm {
    text-align: left; }
  .text_right_xlm {
    text-align: right; } }
@media (max-width: 1160px) {
  .text_center_lgm {
    text-align: center; }
  .text_left_lgm {
    text-align: left; }
  .text_right_lgm {
    text-align: right; } }
@media (min-width: 1161px) {
  .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_result {
  font-size: 25px;
  letter-spacing: -.02em;
  font-weight: 600; }
.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_s12 {
  font-size: 12px;
  line-height: 14px; }
.text_s14 {
  font-size: 14px;
  line-height: 1.42857143; }
.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; }

.wmax100p_img img {
  max-width: 100%; }

.height_auto_img img {
  height: auto; }

.wmax130 {
  max-width: 130px; }
.wmax180 {
  max-width: 180px; }
.wmax300 {
  max-width: 300px; }
.wmax320 {
  max-width: 320px; }
.wmax390 {
  max-width: 390px; }
.wmax420 {
  max-width: 420px; }
.wmax430 {
  max-width: 430px; }
.wmax620 {
  max-width: 620px; }
.wmax660 {
  max-width: 660px; }
.wmax80p {
  max-width: 80%; }
.wmax100p {
  max-width: 100%; }
@media (max-width: 1160px) {
  .wmax130_lgm {
    max-width: 130px; }
  .wmax180_lgm {
    max-width: 180px; }
  .wmax300_lgm {
    max-width: 300px; }
  .wmax320_lgm {
    max-width: 320px; }
  .wmax390_lgm {
    max-width: 390px; }
  .wmax420_lgm {
    max-width: 420px; }
  .wmax430_lgm {
    max-width: 430px; }
  .wmax620_lgm {
    max-width: 620px; }
  .wmax660_lgm {
    max-width: 660px; }
  .wmax80p_lgm {
    max-width: 80%; }
  .wmax100p_lgm {
    max-width: 100%; } }
@media (min-width: 1161px) {
  .wmax130_lg {
    max-width: 130px; }
  .wmax180_lg {
    max-width: 180px; }
  .wmax300_lg {
    max-width: 300px; }
  .wmax320_lg {
    max-width: 320px; }
  .wmax390_lg {
    max-width: 390px; }
  .wmax420_lg {
    max-width: 420px; }
  .wmax430_lg {
    max-width: 430px; }
  .wmax620_lg {
    max-width: 620px; }
  .wmax660_lg {
    max-width: 660px; }
  .wmax80p_lg {
    max-width: 80%; }
  .wmax100p_lg {
    max-width: 100%; } }
@media (max-width: 767px) {
  .wmax130_mdm {
    max-width: 130px; }
  .wmax180_mdm {
    max-width: 180px; }
  .wmax300_mdm {
    max-width: 300px; }
  .wmax320_mdm {
    max-width: 320px; }
  .wmax390_mdm {
    max-width: 390px; }
  .wmax420_mdm {
    max-width: 420px; }
  .wmax430_mdm {
    max-width: 430px; }
  .wmax620_mdm {
    max-width: 620px; }
  .wmax660_mdm {
    max-width: 660px; }
  .wmax80p_mdm {
    max-width: 80%; }
  .wmax100p_mdm {
    max-width: 100%; } }
@media (min-width: 768px) {
  .wmax130_md {
    max-width: 130px; }
  .wmax180_md {
    max-width: 180px; }
  .wmax300_md {
    max-width: 300px; }
  .wmax320_md {
    max-width: 320px; }
  .wmax390_md {
    max-width: 390px; }
  .wmax420_md {
    max-width: 420px; }
  .wmax430_md {
    max-width: 430px; }
  .wmax620_md {
    max-width: 620px; }
  .wmax660_md {
    max-width: 660px; }
  .wmax80p_md {
    max-width: 80%; }
  .wmax100p_md {
    max-width: 100%; } }
@media (max-width: 577px) {
  .wmax130_smm {
    max-width: 130px; }
  .wmax180_smm {
    max-width: 180px; }
  .wmax300_smm {
    max-width: 300px; }
  .wmax320_smm {
    max-width: 320px; }
  .wmax390_smm {
    max-width: 390px; }
  .wmax420_smm {
    max-width: 420px; }
  .wmax430_smm {
    max-width: 430px; }
  .wmax620_smm {
    max-width: 620px; }
  .wmax660_smm {
    max-width: 660px; }
  .wmax80p_smm {
    max-width: 80%; }
  .wmax100p_smm {
    max-width: 100%; } }

.wmin80 {
  min-width: 80px; }
.wmin120 {
  min-width: 120px; }
.wmin140 {
  min-width: 140px; }
.wmin150 {
  min-width: 150px; }
.wmin160 {
  min-width: 160px; }
.wmin180 {
  min-width: 180px; }
.wmin100p {
  min-width: 100%; }
@media (max-width: 1160px) {
  .wmin80_lgm {
    min-width: 80px; }
  .wmin120_lgm {
    min-width: 120px; }
  .wmin140_lgm {
    min-width: 140px; }
  .wmin150_lgm {
    min-width: 150px; }
  .wmin160_lgm {
    min-width: 160px; }
  .wmin180_lgm {
    min-width: 180px; }
  .wmin100p_lgm {
    min-width: 100%; } }
@media (min-width: 1161px) {
  .wmin80_lg {
    min-width: 80px; }
  .wmin120_lg {
    min-width: 120px; }
  .wmin140_lg {
    min-width: 140px; }
  .wmin150_lg {
    min-width: 150px; }
  .wmin160_lg {
    min-width: 160px; }
  .wmin180_lg {
    min-width: 180px; }
  .wmin100p_lg {
    min-width: 100%; } }
@media (max-width: 767px) {
  .wmin80_mdm {
    min-width: 80px; }
  .wmin120_mdm {
    min-width: 120px; }
  .wmin140_mdm {
    min-width: 140px; }
  .wmin150_mdm {
    min-width: 150px; }
  .wmin160_mdm {
    min-width: 160px; }
  .wmin180_mdm {
    min-width: 180px; }
  .wmin100p_mdm {
    min-width: 100%; } }

.w60 {
  width: 60px; }
.w150 {
  width: 150px; }
.w160 {
  width: 160px; }
.w300 {
  width: 300px; }
.w370 {
  width: 370px; }
.wauto {
  width: auto; }
.w100p {
  width: 100%; }
.wfit {
  width: fit-content; }
@media (max-width: 1160px) {
  .w60_lgm {
    width: 60px; }
  .w150_lgm {
    width: 150px; }
  .w160_lgm {
    width: 160px; }
  .w300_lgm {
    width: 300px; }
  .w370_lgm {
    width: 370px; }
  .wauto_lgm {
    width: auto; }
  .w100p_lgm {
    width: 100%; }
  .wfit_lgm {
    width: fit-content; } }
@media (min-width: 1161px) {
  .w60_lg {
    width: 60px; }
  .w150_lg {
    width: 150px; }
  .w160_lg {
    width: 160px; }
  .w300_lg {
    width: 300px; }
  .w370_lg {
    width: 370px; }
  .wauto_lg {
    width: auto; }
  .w100p_lg {
    width: 100%; }
  .wfit_lg {
    width: fit-content; } }
@media (max-width: 767px) {
  .w60_mdm {
    width: 60px; }
  .w150_mdm {
    width: 150px; }
  .w160_mdm {
    width: 160px; }
  .w300_mdm {
    width: 300px; }
  .w370_mdm {
    width: 370px; }
  .wauto_mdm {
    width: auto; }
  .w100p_mdm {
    width: 100%; }
  .wfit_mdm {
    width: fit-content; } }
@media (min-width: 768px) {
  .w60_md {
    width: 60px; }
  .w150_md {
    width: 150px; }
  .w160_md {
    width: 160px; }
  .w300_md {
    width: 300px; }
  .w370_md {
    width: 370px; }
  .wauto_md {
    width: auto; }
  .w100p_md {
    width: 100%; }
  .wfit_md {
    width: fit-content; } }

.hauto {
  height: auto; }
.h100p {
  height: 100%; }
@media (max-width: 1160px) {
  .hauto_lgm {
    height: auto; }
  .h100p_lgm {
    height: 100%; } }
@media (min-width: 1161px) {
  .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; }
.wh22 {
  width: 22px;
  height: 22px;
  flex: 0 0 22px; }
.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: 1160px) {
    .block_center_lgm {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .block_center_mdm {
      margin-left: auto;
      margin-right: auto; } }
.block_right {
  margin-left: auto;
  margin-right: 0; }
@media (max-width: 1160px) {
  .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: 1360px) {
  .hide_xlm {
    display: none !important; } }
@media (max-width: 1160px) {
  .hide_lgm {
    display: none !important; } }
@media (min-width: 1161px) {
  .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: 1361px) {
  .show_xlm {
    display: none !important; } }
@media (min-width: 1161px) {
  .show_lgm {
    display: none !important; } }
@media (min-width: 768px) {
  .show_mdm {
    display: none !important; } }

.oh {
  overflow: hidden; }

/*FORM*/

/*# sourceMappingURL=main.min.css.map */
