@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 13:57:41
    Author     : Tomek
*/
.wi_edit_cpt {
  padding: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: lightcoral;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #000000;
}
.wi_edit_cpt:hover {
  color: #ffffff;
}

* {
  caret-color: transparent !important;
}

@font-face {
  font-family: "metropolisbold";
  src: url("fonts/metropolis-bold.woff2") format("woff2"), url("fonts/metropolis-bold.woff") format("woff"), url("fonts/metropolis-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url("fonts/metropolis-light.woff2") format("woff2"), url("fonts/metropolis-light.woff") format("woff"), url("fonts/metropolis-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url("fonts/metropolis-medium.woff2") format("woff2"), url("fonts/metropolis-medium.woff") format("woff"), url("fonts/metropolis-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "metropolisregular";
  src: url("fonts/metropolis-regular.woff2") format("woff2"), url("fonts/metropolis-regular.woff") format("woff"), url("fonts/metropolis-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "metropolis";
  src: url("fonts/metropolis-semibold.woff2") format("woff2"), url("fonts/metropolis-semibold.woff") format("woff"), url("fonts/metropolis-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.font_main {
  font-family: "metropolis", serif;
}

.font_heading {
  font-family: "metropolis", serif;
}

.h1, .h2, .h3, .h4, .h5, .h6,
.font_h1, .font_h2, .font_h3, .font_h4, .font_h5, .font_h6,
h2, h3, h4, h5, h6, h1 {
  font-family: "metropolis", serif;
}

.p1_type {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.p2_type {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.p3_type {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 1450px) {
  .p3_type {
    font-size: 23px;
    line-height: 1.6;
    font-weight: 300;
  }
}
@media (max-width: 1200px) {
  .p3_type {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 300;
  }
}
@media (max-width: 992px) {
  .p3_type {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 300;
  }
}

.nav_menu__style {
  letter-spacing: 0.36px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

html {
  font-size: calc(6px + 4 * (100vw - 580px) / 1100);
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 !important;
  outline: 0;
}
@media (max-width: 960px) {
  html:after {
    position: fixed;
    top: 0;
    content: "";
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: -150;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  html.lock {
    overflow: hidden;
  }
  html.lock:after {
    opacity: 0.9;
    z-index: 150;
    pointer-events: auto;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "metropolis", serif;
  margin: 0 auto;
  min-width: 360px;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #1E1E1E;
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
  }
}

/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Tomasz Gołkowski, Łukasz Jamer, Gabriela Manjak, Bartosz Pucher (webidea s.c)
Author URI: http://webidea.pl/
Description: Dedykowany szablon Wordpress
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.wi_grid_box {
  max-width: 1600px;
  margin: 0 auto;
}

.wi_main_grid .inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.wi_main_grid .inner_wrapper.post_wrapper {
  max-width: 1164px;
  margin: 0 auto;
}
.wi_main_grid .inner_wrapper.post_wrapper {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-right: 56px;
  }
}
.wi_main_grid .inner_wrapper.post_wrapper {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.post_wrapper {
    padding-left: 56px;
  }
}
.wi_main_grid .inner_wrapper.box_header {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 160px;
  }
}
.wi_main_grid .inner_wrapper.box_header {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_header {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_160 {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 160px;
  }
}
.wi_main_grid .inner_wrapper.box_page_160 {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_160 {
    padding-left: 56px;
  }
}
.wi_main_grid .inner_wrapper.box_page_120 {
  padding-right: 6.25vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 120px;
  }
}
.wi_main_grid .inner_wrapper.box_page_120 {
  padding-left: 6.25vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 120px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_120 {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240 {
  padding-right: 12.5vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 96px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 240px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240 {
  padding-left: 12.5vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 96px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 240px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240 {
    padding-left: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240.small_grid {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-right: 0px;
  }
}
.wi_main_grid .inner_wrapper.box_page_240.small_grid {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .wi_main_grid .inner_wrapper.box_page_240.small_grid {
    padding-left: 0px;
  }
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_12 {
  font-size: 12px;
}

.font_13 {
  font-size: 13px;
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px;
}

.font_17 {
  font-size: 17px;
}

.font_18 {
  font-size: 18px;
}

.font_19 {
  font-size: 19px;
}

.font_20 {
  font-size: 1.0416666667vw;
}
@media (max-width: 1440px) {
  .font_20 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .font_20 {
    font-size: 20px;
  }
}
@media (min-width: 2000px) {
  .font_20 {
    font-size: 22px;
  }
}
@media (min-width: 2500px) {
  .font_20 {
    font-size: 24px;
  }
}

.font_21 {
  font-size: 1.09375vw;
}
@media (max-width: 1440px) {
  .font_21 {
    font-size: 15.75px;
  }
}
@media (min-width: 1920px) {
  .font_21 {
    font-size: 21px;
  }
}
@media (min-width: 2000px) {
  .font_21 {
    font-size: 23.1px;
  }
}
@media (min-width: 2500px) {
  .font_21 {
    font-size: 25.2px;
  }
}

.font_22 {
  font-size: 1.1458333333vw;
}
@media (max-width: 1440px) {
  .font_22 {
    font-size: 16.5px;
  }
}
@media (min-width: 1920px) {
  .font_22 {
    font-size: 22px;
  }
}
@media (min-width: 2000px) {
  .font_22 {
    font-size: 24.2px;
  }
}
@media (min-width: 2500px) {
  .font_22 {
    font-size: 26.4px;
  }
}

.font_23 {
  font-size: 1.1979166667vw;
}
@media (max-width: 1440px) {
  .font_23 {
    font-size: 17.25px;
  }
}
@media (min-width: 1920px) {
  .font_23 {
    font-size: 23px;
  }
}
@media (min-width: 2000px) {
  .font_23 {
    font-size: 25.3px;
  }
}
@media (min-width: 2500px) {
  .font_23 {
    font-size: 27.6px;
  }
}

.font_25 {
  font-size: 1.3020833333vw;
}
@media (max-width: 1200px) {
  .font_25 {
    font-size: 15.625px;
  }
}
@media (min-width: 1920px) {
  .font_25 {
    font-size: 25px;
  }
}
@media (min-width: 2000px) {
  .font_25 {
    font-size: 27.5px;
  }
}
@media (min-width: 2500px) {
  .font_25 {
    font-size: 30px;
  }
}

.font_26 {
  font-size: 1.3541666667vw;
}
@media (max-width: 1200px) {
  .font_26 {
    font-size: 16.25px;
  }
}
@media (min-width: 1920px) {
  .font_26 {
    font-size: 26px;
  }
}
@media (min-width: 2000px) {
  .font_26 {
    font-size: 28.6px;
  }
}
@media (min-width: 2500px) {
  .font_26 {
    font-size: 31.2px;
  }
}

.font_27 {
  font-size: 1.40625vw;
}
@media (max-width: 1200px) {
  .font_27 {
    font-size: 16.875px;
  }
}
@media (min-width: 1920px) {
  .font_27 {
    font-size: 27px;
  }
}
@media (min-width: 2000px) {
  .font_27 {
    font-size: 29.7px;
  }
}
@media (min-width: 2500px) {
  .font_27 {
    font-size: 32.4px;
  }
}

.font_28 {
  font-size: 1.4583333333vw;
}
@media (max-width: 1200px) {
  .font_28 {
    font-size: 17.5px;
  }
}
@media (min-width: 1920px) {
  .font_28 {
    font-size: 28px;
  }
}
@media (min-width: 2000px) {
  .font_28 {
    font-size: 30.8px;
  }
}
@media (min-width: 2500px) {
  .font_28 {
    font-size: 33.6px;
  }
}

.font_29 {
  font-size: 1.5104166667vw;
}
@media (max-width: 1200px) {
  .font_29 {
    font-size: 18.125px;
  }
}
@media (min-width: 1920px) {
  .font_29 {
    font-size: 29px;
  }
}
@media (min-width: 2000px) {
  .font_29 {
    font-size: 31.9px;
  }
}
@media (min-width: 2500px) {
  .font_29 {
    font-size: 34.8px;
  }
}

.font_30 {
  font-size: 1.5625vw;
}
@media (max-width: 1200px) {
  .font_30 {
    font-size: 18.75px;
  }
}
@media (min-width: 1920px) {
  .font_30 {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .font_30 {
    font-size: 33px;
  }
}
@media (min-width: 2500px) {
  .font_30 {
    font-size: 36px;
  }
}

.font_31 {
  font-size: 1.6145833333vw;
}
@media (max-width: 1200px) {
  .font_31 {
    font-size: 19.375px;
  }
}
@media (min-width: 1920px) {
  .font_31 {
    font-size: 31px;
  }
}
@media (min-width: 2000px) {
  .font_31 {
    font-size: 34.1px;
  }
}
@media (min-width: 2500px) {
  .font_31 {
    font-size: 37.2px;
  }
}

.font_32 {
  font-size: 1.6666666667vw;
}
@media (max-width: 1200px) {
  .font_32 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .font_32 {
    font-size: 32px;
  }
}
@media (min-width: 2000px) {
  .font_32 {
    font-size: 35.2px;
  }
}
@media (min-width: 2500px) {
  .font_32 {
    font-size: 38.4px;
  }
}

.font_33 {
  font-size: 1.71875vw;
}
@media (max-width: 1200px) {
  .font_33 {
    font-size: 20.625px;
  }
}
@media (min-width: 1920px) {
  .font_33 {
    font-size: 33px;
  }
}
@media (min-width: 2000px) {
  .font_33 {
    font-size: 36.3px;
  }
}
@media (min-width: 2500px) {
  .font_33 {
    font-size: 39.6px;
  }
}

.font_34 {
  font-size: 1.7708333333vw;
}
@media (max-width: 1200px) {
  .font_34 {
    font-size: 21.25px;
  }
}
@media (min-width: 1920px) {
  .font_34 {
    font-size: 34px;
  }
}
@media (min-width: 2000px) {
  .font_34 {
    font-size: 37.4px;
  }
}
@media (min-width: 2500px) {
  .font_34 {
    font-size: 40.8px;
  }
}

.font_35 {
  font-size: 1.8229166667vw;
}
@media (max-width: 1200px) {
  .font_35 {
    font-size: 21.875px;
  }
}
@media (min-width: 1920px) {
  .font_35 {
    font-size: 35px;
  }
}
@media (min-width: 2000px) {
  .font_35 {
    font-size: 38.5px;
  }
}
@media (min-width: 2500px) {
  .font_35 {
    font-size: 42px;
  }
}

.font_36 {
  font-size: 1.875vw;
}
@media (max-width: 1200px) {
  .font_36 {
    font-size: 22.5px;
  }
}
@media (min-width: 1920px) {
  .font_36 {
    font-size: 36px;
  }
}
@media (min-width: 2000px) {
  .font_36 {
    font-size: 39.6px;
  }
}
@media (min-width: 2500px) {
  .font_36 {
    font-size: 43.2px;
  }
}

.font_37 {
  font-size: 1.9270833333vw;
}
@media (max-width: 1200px) {
  .font_37 {
    font-size: 23.125px;
  }
}
@media (min-width: 1920px) {
  .font_37 {
    font-size: 37px;
  }
}
@media (min-width: 2000px) {
  .font_37 {
    font-size: 40.7px;
  }
}
@media (min-width: 2500px) {
  .font_37 {
    font-size: 44.4px;
  }
}

.font_38 {
  font-size: 1.9791666667vw;
}
@media (max-width: 1200px) {
  .font_38 {
    font-size: 23.75px;
  }
}
@media (min-width: 1920px) {
  .font_38 {
    font-size: 38px;
  }
}
@media (min-width: 2000px) {
  .font_38 {
    font-size: 41.8px;
  }
}
@media (min-width: 2500px) {
  .font_38 {
    font-size: 45.6px;
  }
}

.font_39 {
  font-size: 2.03125vw;
}
@media (max-width: 1200px) {
  .font_39 {
    font-size: 24.375px;
  }
}
@media (min-width: 1920px) {
  .font_39 {
    font-size: 39px;
  }
}
@media (min-width: 2000px) {
  .font_39 {
    font-size: 42.9px;
  }
}
@media (min-width: 2500px) {
  .font_39 {
    font-size: 46.8px;
  }
}

.font_40 {
  font-size: 2.0833333333vw;
}
@media (max-width: 1200px) {
  .font_40 {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .font_40 {
    font-size: 40px;
  }
}
@media (min-width: 2000px) {
  .font_40 {
    font-size: 44px;
  }
}
@media (min-width: 2500px) {
  .font_40 {
    font-size: 48px;
  }
}

.font_41 {
  font-size: 2.1354166667vw;
}
@media (max-width: 1200px) {
  .font_41 {
    font-size: 25.625px;
  }
}
@media (min-width: 1920px) {
  .font_41 {
    font-size: 41px;
  }
}
@media (min-width: 2000px) {
  .font_41 {
    font-size: 45.1px;
  }
}
@media (min-width: 2500px) {
  .font_41 {
    font-size: 49.2px;
  }
}

.font_42 {
  font-size: 2.1875vw;
}
@media (max-width: 1200px) {
  .font_42 {
    font-size: 26.25px;
  }
}
@media (min-width: 1920px) {
  .font_42 {
    font-size: 42px;
  }
}
@media (min-width: 2000px) {
  .font_42 {
    font-size: 46.2px;
  }
}
@media (min-width: 2500px) {
  .font_42 {
    font-size: 50.4px;
  }
}

.font_43 {
  font-size: 2.2395833333vw;
}
@media (max-width: 1200px) {
  .font_43 {
    font-size: 26.875px;
  }
}
@media (min-width: 1920px) {
  .font_43 {
    font-size: 43px;
  }
}
@media (min-width: 2000px) {
  .font_43 {
    font-size: 47.3px;
  }
}
@media (min-width: 2500px) {
  .font_43 {
    font-size: 51.6px;
  }
}

.font_44 {
  font-size: 2.2916666667vw;
}
@media (max-width: 1200px) {
  .font_44 {
    font-size: 27.5px;
  }
}
@media (min-width: 1920px) {
  .font_44 {
    font-size: 44px;
  }
}
@media (min-width: 2000px) {
  .font_44 {
    font-size: 48.4px;
  }
}
@media (min-width: 2500px) {
  .font_44 {
    font-size: 52.8px;
  }
}

.font_45 {
  font-size: 2.34375vw;
}
@media (max-width: 1200px) {
  .font_45 {
    font-size: 28.125px;
  }
}
@media (min-width: 1920px) {
  .font_45 {
    font-size: 45px;
  }
}
@media (min-width: 2000px) {
  .font_45 {
    font-size: 49.5px;
  }
}
@media (min-width: 2500px) {
  .font_45 {
    font-size: 54px;
  }
}

.font_46 {
  font-size: 2.3958333333vw;
}
@media (max-width: 1200px) {
  .font_46 {
    font-size: 28.75px;
  }
}
@media (min-width: 1920px) {
  .font_46 {
    font-size: 46px;
  }
}
@media (min-width: 2000px) {
  .font_46 {
    font-size: 50.6px;
  }
}
@media (min-width: 2500px) {
  .font_46 {
    font-size: 55.2px;
  }
}

.font_47 {
  font-size: 2.4479166667vw;
}
@media (max-width: 1200px) {
  .font_47 {
    font-size: 29.375px;
  }
}
@media (min-width: 1920px) {
  .font_47 {
    font-size: 47px;
  }
}
@media (min-width: 2000px) {
  .font_47 {
    font-size: 51.7px;
  }
}
@media (min-width: 2500px) {
  .font_47 {
    font-size: 56.4px;
  }
}

.font_48 {
  font-size: 2.5vw;
}
@media (max-width: 1200px) {
  .font_48 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .font_48 {
    font-size: 48px;
  }
}
@media (min-width: 2000px) {
  .font_48 {
    font-size: 52.8px;
  }
}
@media (min-width: 2500px) {
  .font_48 {
    font-size: 57.6px;
  }
}

.font_50 {
  font-size: 2.6041666667vw;
}
@media (max-width: 764px) {
  .font_50 {
    font-size: 19.8958333333px;
  }
}
@media (min-width: 1920px) {
  .font_50 {
    font-size: 50px;
  }
}
@media (min-width: 2000px) {
  .font_50 {
    font-size: 55px;
  }
}
@media (min-width: 2500px) {
  .font_50 {
    font-size: 60px;
  }
}

.font_51 {
  font-size: 2.65625vw;
}
@media (max-width: 764px) {
  .font_51 {
    font-size: 20.29375px;
  }
}
@media (min-width: 1920px) {
  .font_51 {
    font-size: 51px;
  }
}
@media (min-width: 2000px) {
  .font_51 {
    font-size: 56.1px;
  }
}
@media (min-width: 2500px) {
  .font_51 {
    font-size: 61.2px;
  }
}

.font_52 {
  font-size: 2.7083333333vw;
}
@media (max-width: 764px) {
  .font_52 {
    font-size: 20.6916666667px;
  }
}
@media (min-width: 1920px) {
  .font_52 {
    font-size: 52px;
  }
}
@media (min-width: 2000px) {
  .font_52 {
    font-size: 57.2px;
  }
}
@media (min-width: 2500px) {
  .font_52 {
    font-size: 62.4px;
  }
}

.font_53 {
  font-size: 2.7604166667vw;
}
@media (max-width: 764px) {
  .font_53 {
    font-size: 21.0895833333px;
  }
}
@media (min-width: 1920px) {
  .font_53 {
    font-size: 53px;
  }
}
@media (min-width: 2000px) {
  .font_53 {
    font-size: 58.3px;
  }
}
@media (min-width: 2500px) {
  .font_53 {
    font-size: 63.6px;
  }
}

.font_54 {
  font-size: 2.8125vw;
}
@media (max-width: 764px) {
  .font_54 {
    font-size: 21.4875px;
  }
}
@media (min-width: 1920px) {
  .font_54 {
    font-size: 54px;
  }
}
@media (min-width: 2000px) {
  .font_54 {
    font-size: 59.4px;
  }
}
@media (min-width: 2500px) {
  .font_54 {
    font-size: 64.8px;
  }
}

.font_55 {
  font-size: 2.8645833333vw;
}
@media (max-width: 764px) {
  .font_55 {
    font-size: 21.8854166667px;
  }
}
@media (min-width: 1920px) {
  .font_55 {
    font-size: 55px;
  }
}
@media (min-width: 2000px) {
  .font_55 {
    font-size: 60.5px;
  }
}
@media (min-width: 2500px) {
  .font_55 {
    font-size: 66px;
  }
}

.font_56 {
  font-size: 2.9166666667vw;
}
@media (max-width: 764px) {
  .font_56 {
    font-size: 22.2833333333px;
  }
}
@media (min-width: 1920px) {
  .font_56 {
    font-size: 56px;
  }
}
@media (min-width: 2000px) {
  .font_56 {
    font-size: 61.6px;
  }
}
@media (min-width: 2500px) {
  .font_56 {
    font-size: 67.2px;
  }
}

.font_57 {
  font-size: 2.96875vw;
}
@media (max-width: 764px) {
  .font_57 {
    font-size: 22.68125px;
  }
}
@media (min-width: 1920px) {
  .font_57 {
    font-size: 57px;
  }
}
@media (min-width: 2000px) {
  .font_57 {
    font-size: 62.7px;
  }
}
@media (min-width: 2500px) {
  .font_57 {
    font-size: 68.4px;
  }
}

.font_58 {
  font-size: 3.0208333333vw;
}
@media (max-width: 764px) {
  .font_58 {
    font-size: 23.0791666667px;
  }
}
@media (min-width: 1920px) {
  .font_58 {
    font-size: 58px;
  }
}
@media (min-width: 2000px) {
  .font_58 {
    font-size: 63.8px;
  }
}
@media (min-width: 2500px) {
  .font_58 {
    font-size: 69.6px;
  }
}

.font_59 {
  font-size: 3.0729166667vw;
}
@media (max-width: 764px) {
  .font_59 {
    font-size: 23.4770833333px;
  }
}
@media (min-width: 1920px) {
  .font_59 {
    font-size: 59px;
  }
}
@media (min-width: 2000px) {
  .font_59 {
    font-size: 64.9px;
  }
}
@media (min-width: 2500px) {
  .font_59 {
    font-size: 70.8px;
  }
}

.font_60 {
  font-size: 3.125vw;
}
@media (max-width: 764px) {
  .font_60 {
    font-size: 23.875px;
  }
}
@media (min-width: 1920px) {
  .font_60 {
    font-size: 60px;
  }
}
@media (min-width: 2000px) {
  .font_60 {
    font-size: 66px;
  }
}
@media (min-width: 2500px) {
  .font_60 {
    font-size: 72px;
  }
}

.font_61 {
  font-size: 3.1770833333vw;
}
@media (max-width: 764px) {
  .font_61 {
    font-size: 24.2729166667px;
  }
}
@media (min-width: 1920px) {
  .font_61 {
    font-size: 61px;
  }
}
@media (min-width: 2000px) {
  .font_61 {
    font-size: 67.1px;
  }
}
@media (min-width: 2500px) {
  .font_61 {
    font-size: 73.2px;
  }
}

.font_62 {
  font-size: 3.2291666667vw;
}
@media (max-width: 764px) {
  .font_62 {
    font-size: 24.6708333333px;
  }
}
@media (min-width: 1920px) {
  .font_62 {
    font-size: 62px;
  }
}
@media (min-width: 2000px) {
  .font_62 {
    font-size: 68.2px;
  }
}
@media (min-width: 2500px) {
  .font_62 {
    font-size: 74.4px;
  }
}

.font_63 {
  font-size: 3.28125vw;
}
@media (max-width: 764px) {
  .font_63 {
    font-size: 25.06875px;
  }
}
@media (min-width: 1920px) {
  .font_63 {
    font-size: 63px;
  }
}
@media (min-width: 2000px) {
  .font_63 {
    font-size: 69.3px;
  }
}
@media (min-width: 2500px) {
  .font_63 {
    font-size: 75.6px;
  }
}

.font_64 {
  font-size: 3.3333333333vw;
}
@media (max-width: 764px) {
  .font_64 {
    font-size: 25.4666666667px;
  }
}
@media (min-width: 1920px) {
  .font_64 {
    font-size: 64px;
  }
}
@media (min-width: 2000px) {
  .font_64 {
    font-size: 70.4px;
  }
}
@media (min-width: 2500px) {
  .font_64 {
    font-size: 76.8px;
  }
}

.font_65 {
  font-size: 3.3854166667vw;
}
@media (max-width: 764px) {
  .font_65 {
    font-size: 25.8645833333px;
  }
}
@media (min-width: 1920px) {
  .font_65 {
    font-size: 65px;
  }
}
@media (min-width: 2000px) {
  .font_65 {
    font-size: 71.5px;
  }
}
@media (min-width: 2500px) {
  .font_65 {
    font-size: 78px;
  }
}

.font_66 {
  font-size: 3.4375vw;
}
@media (max-width: 764px) {
  .font_66 {
    font-size: 26.2625px;
  }
}
@media (min-width: 1920px) {
  .font_66 {
    font-size: 66px;
  }
}
@media (min-width: 2000px) {
  .font_66 {
    font-size: 72.6px;
  }
}
@media (min-width: 2500px) {
  .font_66 {
    font-size: 79.2px;
  }
}

.font_67 {
  font-size: 3.4895833333vw;
}
@media (max-width: 764px) {
  .font_67 {
    font-size: 26.6604166667px;
  }
}
@media (min-width: 1920px) {
  .font_67 {
    font-size: 67px;
  }
}
@media (min-width: 2000px) {
  .font_67 {
    font-size: 73.7px;
  }
}
@media (min-width: 2500px) {
  .font_67 {
    font-size: 80.4px;
  }
}

.font_68 {
  font-size: 3.5416666667vw;
}
@media (max-width: 764px) {
  .font_68 {
    font-size: 27.0583333333px;
  }
}
@media (min-width: 1920px) {
  .font_68 {
    font-size: 68px;
  }
}
@media (min-width: 2000px) {
  .font_68 {
    font-size: 74.8px;
  }
}
@media (min-width: 2500px) {
  .font_68 {
    font-size: 81.6px;
  }
}

.font_69 {
  font-size: 3.59375vw;
}
@media (max-width: 764px) {
  .font_69 {
    font-size: 27.45625px;
  }
}
@media (min-width: 1920px) {
  .font_69 {
    font-size: 69px;
  }
}
@media (min-width: 2000px) {
  .font_69 {
    font-size: 75.9px;
  }
}
@media (min-width: 2500px) {
  .font_69 {
    font-size: 82.8px;
  }
}

.font_70 {
  font-size: 3.6458333333vw;
}
@media (max-width: 764px) {
  .font_70 {
    font-size: 27.8541666667px;
  }
}
@media (min-width: 1920px) {
  .font_70 {
    font-size: 70px;
  }
}
@media (min-width: 2000px) {
  .font_70 {
    font-size: 77px;
  }
}
@media (min-width: 2500px) {
  .font_70 {
    font-size: 84px;
  }
}

.font_71 {
  font-size: 3.6979166667vw;
}
@media (max-width: 764px) {
  .font_71 {
    font-size: 28.2520833333px;
  }
}
@media (min-width: 1920px) {
  .font_71 {
    font-size: 71px;
  }
}
@media (min-width: 2000px) {
  .font_71 {
    font-size: 78.1px;
  }
}
@media (min-width: 2500px) {
  .font_71 {
    font-size: 85.2px;
  }
}

.font_72 {
  font-size: 3.75vw;
}
@media (max-width: 764px) {
  .font_72 {
    font-size: 28.65px;
  }
}
@media (min-width: 1920px) {
  .font_72 {
    font-size: 72px;
  }
}
@media (min-width: 2000px) {
  .font_72 {
    font-size: 79.2px;
  }
}
@media (min-width: 2500px) {
  .font_72 {
    font-size: 86.4px;
  }
}

.font_73 {
  font-size: 3.8020833333vw;
}
@media (max-width: 764px) {
  .font_73 {
    font-size: 29.0479166667px;
  }
}
@media (min-width: 1920px) {
  .font_73 {
    font-size: 73px;
  }
}
@media (min-width: 2000px) {
  .font_73 {
    font-size: 80.3px;
  }
}
@media (min-width: 2500px) {
  .font_73 {
    font-size: 87.6px;
  }
}

.font_74 {
  font-size: 3.8541666667vw;
}
@media (max-width: 764px) {
  .font_74 {
    font-size: 29.4458333333px;
  }
}
@media (min-width: 1920px) {
  .font_74 {
    font-size: 74px;
  }
}
@media (min-width: 2000px) {
  .font_74 {
    font-size: 81.4px;
  }
}
@media (min-width: 2500px) {
  .font_74 {
    font-size: 88.8px;
  }
}

.font_75 {
  font-size: 3.90625vw;
}
@media (max-width: 764px) {
  .font_75 {
    font-size: 29.84375px;
  }
}
@media (min-width: 1920px) {
  .font_75 {
    font-size: 75px;
  }
}
@media (min-width: 2000px) {
  .font_75 {
    font-size: 82.5px;
  }
}
@media (min-width: 2500px) {
  .font_75 {
    font-size: 90px;
  }
}

.font_76 {
  font-size: 3.9583333333vw;
}
@media (max-width: 764px) {
  .font_76 {
    font-size: 30.2416666667px;
  }
}
@media (min-width: 1920px) {
  .font_76 {
    font-size: 76px;
  }
}
@media (min-width: 2000px) {
  .font_76 {
    font-size: 83.6px;
  }
}
@media (min-width: 2500px) {
  .font_76 {
    font-size: 91.2px;
  }
}

.font_77 {
  font-size: 4.0104166667vw;
}
@media (max-width: 764px) {
  .font_77 {
    font-size: 30.6395833333px;
  }
}
@media (min-width: 1920px) {
  .font_77 {
    font-size: 77px;
  }
}
@media (min-width: 2000px) {
  .font_77 {
    font-size: 84.7px;
  }
}
@media (min-width: 2500px) {
  .font_77 {
    font-size: 92.4px;
  }
}

.font_78 {
  font-size: 4.0625vw;
}
@media (max-width: 764px) {
  .font_78 {
    font-size: 31.0375px;
  }
}
@media (min-width: 1920px) {
  .font_78 {
    font-size: 78px;
  }
}
@media (min-width: 2000px) {
  .font_78 {
    font-size: 85.8px;
  }
}
@media (min-width: 2500px) {
  .font_78 {
    font-size: 93.6px;
  }
}

.font_79 {
  font-size: 4.1145833333vw;
}
@media (max-width: 764px) {
  .font_79 {
    font-size: 31.4354166667px;
  }
}
@media (min-width: 1920px) {
  .font_79 {
    font-size: 79px;
  }
}
@media (min-width: 2000px) {
  .font_79 {
    font-size: 86.9px;
  }
}
@media (min-width: 2500px) {
  .font_79 {
    font-size: 94.8px;
  }
}

.font_81 {
  font-size: 4.21875vw;
}
@media (max-width: 680px) {
  .font_81 {
    font-size: 28.6875px;
  }
}
@media (min-width: 1920px) {
  .font_81 {
    font-size: 81px;
  }
}
@media (min-width: 2000px) {
  .font_81 {
    font-size: 89.1px;
  }
}
@media (min-width: 2500px) {
  .font_81 {
    font-size: 97.2px;
  }
}

.font_82 {
  font-size: 4.2708333333vw;
}
@media (max-width: 680px) {
  .font_82 {
    font-size: 29.0416666667px;
  }
}
@media (min-width: 1920px) {
  .font_82 {
    font-size: 82px;
  }
}
@media (min-width: 2000px) {
  .font_82 {
    font-size: 90.2px;
  }
}
@media (min-width: 2500px) {
  .font_82 {
    font-size: 98.4px;
  }
}

.font_83 {
  font-size: 4.3229166667vw;
}
@media (max-width: 680px) {
  .font_83 {
    font-size: 29.3958333333px;
  }
}
@media (min-width: 1920px) {
  .font_83 {
    font-size: 83px;
  }
}
@media (min-width: 2000px) {
  .font_83 {
    font-size: 91.3px;
  }
}
@media (min-width: 2500px) {
  .font_83 {
    font-size: 99.6px;
  }
}

.font_84 {
  font-size: 4.375vw;
}
@media (max-width: 680px) {
  .font_84 {
    font-size: 29.75px;
  }
}
@media (min-width: 1920px) {
  .font_84 {
    font-size: 84px;
  }
}
@media (min-width: 2000px) {
  .font_84 {
    font-size: 92.4px;
  }
}
@media (min-width: 2500px) {
  .font_84 {
    font-size: 100.8px;
  }
}

.font_85 {
  font-size: 4.4270833333vw;
}
@media (max-width: 680px) {
  .font_85 {
    font-size: 30.1041666667px;
  }
}
@media (min-width: 1920px) {
  .font_85 {
    font-size: 85px;
  }
}
@media (min-width: 2000px) {
  .font_85 {
    font-size: 93.5px;
  }
}
@media (min-width: 2500px) {
  .font_85 {
    font-size: 102px;
  }
}

.font_86 {
  font-size: 4.4791666667vw;
}
@media (max-width: 680px) {
  .font_86 {
    font-size: 30.4583333333px;
  }
}
@media (min-width: 1920px) {
  .font_86 {
    font-size: 86px;
  }
}
@media (min-width: 2000px) {
  .font_86 {
    font-size: 94.6px;
  }
}
@media (min-width: 2500px) {
  .font_86 {
    font-size: 103.2px;
  }
}

.font_87 {
  font-size: 4.53125vw;
}
@media (max-width: 680px) {
  .font_87 {
    font-size: 30.8125px;
  }
}
@media (min-width: 1920px) {
  .font_87 {
    font-size: 87px;
  }
}
@media (min-width: 2000px) {
  .font_87 {
    font-size: 95.7px;
  }
}
@media (min-width: 2500px) {
  .font_87 {
    font-size: 104.4px;
  }
}

.font_88 {
  font-size: 4.5833333333vw;
}
@media (max-width: 680px) {
  .font_88 {
    font-size: 31.1666666667px;
  }
}
@media (min-width: 1920px) {
  .font_88 {
    font-size: 88px;
  }
}
@media (min-width: 2000px) {
  .font_88 {
    font-size: 96.8px;
  }
}
@media (min-width: 2500px) {
  .font_88 {
    font-size: 105.6px;
  }
}

.font_89 {
  font-size: 4.6354166667vw;
}
@media (max-width: 680px) {
  .font_89 {
    font-size: 31.5208333333px;
  }
}
@media (min-width: 1920px) {
  .font_89 {
    font-size: 89px;
  }
}
@media (min-width: 2000px) {
  .font_89 {
    font-size: 97.9px;
  }
}
@media (min-width: 2500px) {
  .font_89 {
    font-size: 106.8px;
  }
}

.font_90 {
  font-size: 4.6875vw;
}
@media (max-width: 680px) {
  .font_90 {
    font-size: 31.875px;
  }
}
@media (min-width: 1920px) {
  .font_90 {
    font-size: 90px;
  }
}
@media (min-width: 2000px) {
  .font_90 {
    font-size: 99px;
  }
}
@media (min-width: 2500px) {
  .font_90 {
    font-size: 108px;
  }
}

.font_91 {
  font-size: 4.7395833333vw;
}
@media (max-width: 680px) {
  .font_91 {
    font-size: 32.2291666667px;
  }
}
@media (min-width: 1920px) {
  .font_91 {
    font-size: 91px;
  }
}
@media (min-width: 2000px) {
  .font_91 {
    font-size: 100.1px;
  }
}
@media (min-width: 2500px) {
  .font_91 {
    font-size: 109.2px;
  }
}

.font_92 {
  font-size: 4.7916666667vw;
}
@media (max-width: 680px) {
  .font_92 {
    font-size: 32.5833333333px;
  }
}
@media (min-width: 1920px) {
  .font_92 {
    font-size: 92px;
  }
}
@media (min-width: 2000px) {
  .font_92 {
    font-size: 101.2px;
  }
}
@media (min-width: 2500px) {
  .font_92 {
    font-size: 110.4px;
  }
}

.font_93 {
  font-size: 4.84375vw;
}
@media (max-width: 680px) {
  .font_93 {
    font-size: 32.9375px;
  }
}
@media (min-width: 1920px) {
  .font_93 {
    font-size: 93px;
  }
}
@media (min-width: 2000px) {
  .font_93 {
    font-size: 102.3px;
  }
}
@media (min-width: 2500px) {
  .font_93 {
    font-size: 111.6px;
  }
}

.font_94 {
  font-size: 4.8958333333vw;
}
@media (max-width: 680px) {
  .font_94 {
    font-size: 33.2916666667px;
  }
}
@media (min-width: 1920px) {
  .font_94 {
    font-size: 94px;
  }
}
@media (min-width: 2000px) {
  .font_94 {
    font-size: 103.4px;
  }
}
@media (min-width: 2500px) {
  .font_94 {
    font-size: 112.8px;
  }
}

.font_95 {
  font-size: 4.9479166667vw;
}
@media (max-width: 680px) {
  .font_95 {
    font-size: 33.6458333333px;
  }
}
@media (min-width: 1920px) {
  .font_95 {
    font-size: 95px;
  }
}
@media (min-width: 2000px) {
  .font_95 {
    font-size: 104.5px;
  }
}
@media (min-width: 2500px) {
  .font_95 {
    font-size: 114px;
  }
}

.font_96 {
  font-size: 5vw;
}
@media (max-width: 680px) {
  .font_96 {
    font-size: 34px;
  }
}
@media (min-width: 1920px) {
  .font_96 {
    font-size: 96px;
  }
}
@media (min-width: 2000px) {
  .font_96 {
    font-size: 105.6px;
  }
}
@media (min-width: 2500px) {
  .font_96 {
    font-size: 115.2px;
  }
}

.font_97 {
  font-size: 5.0520833333vw;
}
@media (max-width: 680px) {
  .font_97 {
    font-size: 34.3541666667px;
  }
}
@media (min-width: 1920px) {
  .font_97 {
    font-size: 97px;
  }
}
@media (min-width: 2000px) {
  .font_97 {
    font-size: 106.7px;
  }
}
@media (min-width: 2500px) {
  .font_97 {
    font-size: 116.4px;
  }
}

.font_98 {
  font-size: 5.1041666667vw;
}
@media (max-width: 680px) {
  .font_98 {
    font-size: 34.7083333333px;
  }
}
@media (min-width: 1920px) {
  .font_98 {
    font-size: 98px;
  }
}
@media (min-width: 2000px) {
  .font_98 {
    font-size: 107.8px;
  }
}
@media (min-width: 2500px) {
  .font_98 {
    font-size: 117.6px;
  }
}

.font_99 {
  font-size: 5.15625vw;
}
@media (max-width: 680px) {
  .font_99 {
    font-size: 35.0625px;
  }
}
@media (min-width: 1920px) {
  .font_99 {
    font-size: 99px;
  }
}
@media (min-width: 2000px) {
  .font_99 {
    font-size: 108.9px;
  }
}
@media (min-width: 2500px) {
  .font_99 {
    font-size: 118.8px;
  }
}

.font_100 {
  font-size: 5.2083333333vw;
}
@media (max-width: 680px) {
  .font_100 {
    font-size: 35.4166666667px;
  }
}
@media (min-width: 1920px) {
  .font_100 {
    font-size: 100px;
  }
}
@media (min-width: 2000px) {
  .font_100 {
    font-size: 110px;
  }
}
@media (min-width: 2500px) {
  .font_100 {
    font-size: 120px;
  }
}

.font_101 {
  font-size: 5.2604166667vw;
}
@media (max-width: 680px) {
  .font_101 {
    font-size: 35.7708333333px;
  }
}
@media (min-width: 1920px) {
  .font_101 {
    font-size: 101px;
  }
}
@media (min-width: 2000px) {
  .font_101 {
    font-size: 111.1px;
  }
}
@media (min-width: 2500px) {
  .font_101 {
    font-size: 121.2px;
  }
}

.font_102 {
  font-size: 5.3125vw;
}
@media (max-width: 680px) {
  .font_102 {
    font-size: 36.125px;
  }
}
@media (min-width: 1920px) {
  .font_102 {
    font-size: 102px;
  }
}
@media (min-width: 2000px) {
  .font_102 {
    font-size: 112.2px;
  }
}
@media (min-width: 2500px) {
  .font_102 {
    font-size: 122.4px;
  }
}

.font_103 {
  font-size: 5.3645833333vw;
}
@media (max-width: 680px) {
  .font_103 {
    font-size: 36.4791666667px;
  }
}
@media (min-width: 1920px) {
  .font_103 {
    font-size: 103px;
  }
}
@media (min-width: 2000px) {
  .font_103 {
    font-size: 113.3px;
  }
}
@media (min-width: 2500px) {
  .font_103 {
    font-size: 123.6px;
  }
}

.font_104 {
  font-size: 5.4166666667vw;
}
@media (max-width: 680px) {
  .font_104 {
    font-size: 36.8333333333px;
  }
}
@media (min-width: 1920px) {
  .font_104 {
    font-size: 104px;
  }
}
@media (min-width: 2000px) {
  .font_104 {
    font-size: 114.4px;
  }
}
@media (min-width: 2500px) {
  .font_104 {
    font-size: 124.8px;
  }
}

.font_105 {
  font-size: 5.46875vw;
}
@media (max-width: 680px) {
  .font_105 {
    font-size: 37.1875px;
  }
}
@media (min-width: 1920px) {
  .font_105 {
    font-size: 105px;
  }
}
@media (min-width: 2000px) {
  .font_105 {
    font-size: 115.5px;
  }
}
@media (min-width: 2500px) {
  .font_105 {
    font-size: 126px;
  }
}

.font_106 {
  font-size: 5.5208333333vw;
}
@media (max-width: 680px) {
  .font_106 {
    font-size: 37.5416666667px;
  }
}
@media (min-width: 1920px) {
  .font_106 {
    font-size: 106px;
  }
}
@media (min-width: 2000px) {
  .font_106 {
    font-size: 116.6px;
  }
}
@media (min-width: 2500px) {
  .font_106 {
    font-size: 127.2px;
  }
}

.font_107 {
  font-size: 5.5729166667vw;
}
@media (max-width: 680px) {
  .font_107 {
    font-size: 37.8958333333px;
  }
}
@media (min-width: 1920px) {
  .font_107 {
    font-size: 107px;
  }
}
@media (min-width: 2000px) {
  .font_107 {
    font-size: 117.7px;
  }
}
@media (min-width: 2500px) {
  .font_107 {
    font-size: 128.4px;
  }
}

.font_108 {
  font-size: 5.625vw;
}
@media (max-width: 680px) {
  .font_108 {
    font-size: 38.25px;
  }
}
@media (min-width: 1920px) {
  .font_108 {
    font-size: 108px;
  }
}
@media (min-width: 2000px) {
  .font_108 {
    font-size: 118.8px;
  }
}
@media (min-width: 2500px) {
  .font_108 {
    font-size: 129.6px;
  }
}

.font_109 {
  font-size: 5.6770833333vw;
}
@media (max-width: 680px) {
  .font_109 {
    font-size: 38.6041666667px;
  }
}
@media (min-width: 1920px) {
  .font_109 {
    font-size: 109px;
  }
}
@media (min-width: 2000px) {
  .font_109 {
    font-size: 119.9px;
  }
}
@media (min-width: 2500px) {
  .font_109 {
    font-size: 130.8px;
  }
}

.font_110 {
  font-size: 5.7291666667vw;
}
@media (max-width: 680px) {
  .font_110 {
    font-size: 38.9583333333px;
  }
}
@media (min-width: 1920px) {
  .font_110 {
    font-size: 110px;
  }
}
@media (min-width: 2000px) {
  .font_110 {
    font-size: 121px;
  }
}
@media (min-width: 2500px) {
  .font_110 {
    font-size: 132px;
  }
}

.font_111 {
  font-size: 5.78125vw;
}
@media (max-width: 680px) {
  .font_111 {
    font-size: 39.3125px;
  }
}
@media (min-width: 1920px) {
  .font_111 {
    font-size: 111px;
  }
}
@media (min-width: 2000px) {
  .font_111 {
    font-size: 122.1px;
  }
}
@media (min-width: 2500px) {
  .font_111 {
    font-size: 133.2px;
  }
}

.font_112 {
  font-size: 5.8333333333vw;
}
@media (max-width: 680px) {
  .font_112 {
    font-size: 39.6666666667px;
  }
}
@media (min-width: 1920px) {
  .font_112 {
    font-size: 112px;
  }
}
@media (min-width: 2000px) {
  .font_112 {
    font-size: 123.2px;
  }
}
@media (min-width: 2500px) {
  .font_112 {
    font-size: 134.4px;
  }
}

.font_113 {
  font-size: 5.8854166667vw;
}
@media (max-width: 680px) {
  .font_113 {
    font-size: 40.0208333333px;
  }
}
@media (min-width: 1920px) {
  .font_113 {
    font-size: 113px;
  }
}
@media (min-width: 2000px) {
  .font_113 {
    font-size: 124.3px;
  }
}
@media (min-width: 2500px) {
  .font_113 {
    font-size: 135.6px;
  }
}

.font_114 {
  font-size: 5.9375vw;
}
@media (max-width: 680px) {
  .font_114 {
    font-size: 40.375px;
  }
}
@media (min-width: 1920px) {
  .font_114 {
    font-size: 114px;
  }
}
@media (min-width: 2000px) {
  .font_114 {
    font-size: 125.4px;
  }
}
@media (min-width: 2500px) {
  .font_114 {
    font-size: 136.8px;
  }
}

.font_115 {
  font-size: 5.9895833333vw;
}
@media (max-width: 680px) {
  .font_115 {
    font-size: 40.7291666667px;
  }
}
@media (min-width: 1920px) {
  .font_115 {
    font-size: 115px;
  }
}
@media (min-width: 2000px) {
  .font_115 {
    font-size: 126.5px;
  }
}
@media (min-width: 2500px) {
  .font_115 {
    font-size: 138px;
  }
}

.font_116 {
  font-size: 6.0416666667vw;
}
@media (max-width: 680px) {
  .font_116 {
    font-size: 41.0833333333px;
  }
}
@media (min-width: 1920px) {
  .font_116 {
    font-size: 116px;
  }
}
@media (min-width: 2000px) {
  .font_116 {
    font-size: 127.6px;
  }
}
@media (min-width: 2500px) {
  .font_116 {
    font-size: 139.2px;
  }
}

.font_117 {
  font-size: 6.09375vw;
}
@media (max-width: 680px) {
  .font_117 {
    font-size: 41.4375px;
  }
}
@media (min-width: 1920px) {
  .font_117 {
    font-size: 117px;
  }
}
@media (min-width: 2000px) {
  .font_117 {
    font-size: 128.7px;
  }
}
@media (min-width: 2500px) {
  .font_117 {
    font-size: 140.4px;
  }
}

.font_118 {
  font-size: 6.1458333333vw;
}
@media (max-width: 680px) {
  .font_118 {
    font-size: 41.7916666667px;
  }
}
@media (min-width: 1920px) {
  .font_118 {
    font-size: 118px;
  }
}
@media (min-width: 2000px) {
  .font_118 {
    font-size: 129.8px;
  }
}
@media (min-width: 2500px) {
  .font_118 {
    font-size: 141.6px;
  }
}

.font_119 {
  font-size: 6.1979166667vw;
}
@media (max-width: 680px) {
  .font_119 {
    font-size: 42.1458333333px;
  }
}
@media (min-width: 1920px) {
  .font_119 {
    font-size: 119px;
  }
}
@media (min-width: 2000px) {
  .font_119 {
    font-size: 130.9px;
  }
}
@media (min-width: 2500px) {
  .font_119 {
    font-size: 142.8px;
  }
}

.font_120 {
  font-size: 6.25vw;
}
@media (max-width: 680px) {
  .font_120 {
    font-size: 42.5px;
  }
}
@media (min-width: 1920px) {
  .font_120 {
    font-size: 120px;
  }
}
@media (min-width: 2000px) {
  .font_120 {
    font-size: 132px;
  }
}
@media (min-width: 2500px) {
  .font_120 {
    font-size: 144px;
  }
}

.font_121 {
  font-size: 6.3020833333vw;
}
@media (max-width: 680px) {
  .font_121 {
    font-size: 42.8541666667px;
  }
}
@media (min-width: 1920px) {
  .font_121 {
    font-size: 121px;
  }
}
@media (min-width: 2000px) {
  .font_121 {
    font-size: 133.1px;
  }
}
@media (min-width: 2500px) {
  .font_121 {
    font-size: 145.2px;
  }
}

.font_122 {
  font-size: 6.3541666667vw;
}
@media (max-width: 680px) {
  .font_122 {
    font-size: 43.2083333333px;
  }
}
@media (min-width: 1920px) {
  .font_122 {
    font-size: 122px;
  }
}
@media (min-width: 2000px) {
  .font_122 {
    font-size: 134.2px;
  }
}
@media (min-width: 2500px) {
  .font_122 {
    font-size: 146.4px;
  }
}

.font_123 {
  font-size: 6.40625vw;
}
@media (max-width: 680px) {
  .font_123 {
    font-size: 43.5625px;
  }
}
@media (min-width: 1920px) {
  .font_123 {
    font-size: 123px;
  }
}
@media (min-width: 2000px) {
  .font_123 {
    font-size: 135.3px;
  }
}
@media (min-width: 2500px) {
  .font_123 {
    font-size: 147.6px;
  }
}

.font_124 {
  font-size: 6.4583333333vw;
}
@media (max-width: 680px) {
  .font_124 {
    font-size: 43.9166666667px;
  }
}
@media (min-width: 1920px) {
  .font_124 {
    font-size: 124px;
  }
}
@media (min-width: 2000px) {
  .font_124 {
    font-size: 136.4px;
  }
}
@media (min-width: 2500px) {
  .font_124 {
    font-size: 148.8px;
  }
}

.font_125 {
  font-size: 6.5104166667vw;
}
@media (max-width: 680px) {
  .font_125 {
    font-size: 44.2708333333px;
  }
}
@media (min-width: 1920px) {
  .font_125 {
    font-size: 125px;
  }
}
@media (min-width: 2000px) {
  .font_125 {
    font-size: 137.5px;
  }
}
@media (min-width: 2500px) {
  .font_125 {
    font-size: 150px;
  }
}

.font_126 {
  font-size: 6.5625vw;
}
@media (max-width: 680px) {
  .font_126 {
    font-size: 44.625px;
  }
}
@media (min-width: 1920px) {
  .font_126 {
    font-size: 126px;
  }
}
@media (min-width: 2000px) {
  .font_126 {
    font-size: 138.6px;
  }
}
@media (min-width: 2500px) {
  .font_126 {
    font-size: 151.2px;
  }
}

.font_127 {
  font-size: 6.6145833333vw;
}
@media (max-width: 680px) {
  .font_127 {
    font-size: 44.9791666667px;
  }
}
@media (min-width: 1920px) {
  .font_127 {
    font-size: 127px;
  }
}
@media (min-width: 2000px) {
  .font_127 {
    font-size: 139.7px;
  }
}
@media (min-width: 2500px) {
  .font_127 {
    font-size: 152.4px;
  }
}

.font_128 {
  font-size: 6.6666666667vw;
}
@media (max-width: 680px) {
  .font_128 {
    font-size: 45.3333333333px;
  }
}
@media (min-width: 1920px) {
  .font_128 {
    font-size: 128px;
  }
}
@media (min-width: 2000px) {
  .font_128 {
    font-size: 140.8px;
  }
}
@media (min-width: 2500px) {
  .font_128 {
    font-size: 153.6px;
  }
}

.font_129 {
  font-size: 6.71875vw;
}
@media (max-width: 680px) {
  .font_129 {
    font-size: 45.6875px;
  }
}
@media (min-width: 1920px) {
  .font_129 {
    font-size: 129px;
  }
}
@media (min-width: 2000px) {
  .font_129 {
    font-size: 141.9px;
  }
}
@media (min-width: 2500px) {
  .font_129 {
    font-size: 154.8px;
  }
}

.font_130 {
  font-size: 6.7708333333vw;
}
@media (max-width: 680px) {
  .font_130 {
    font-size: 46.0416666667px;
  }
}
@media (min-width: 1920px) {
  .font_130 {
    font-size: 130px;
  }
}
@media (min-width: 2000px) {
  .font_130 {
    font-size: 143px;
  }
}
@media (min-width: 2500px) {
  .font_130 {
    font-size: 156px;
  }
}

.font_131 {
  font-size: 6.8229166667vw;
}
@media (max-width: 680px) {
  .font_131 {
    font-size: 46.3958333333px;
  }
}
@media (min-width: 1920px) {
  .font_131 {
    font-size: 131px;
  }
}
@media (min-width: 2000px) {
  .font_131 {
    font-size: 144.1px;
  }
}
@media (min-width: 2500px) {
  .font_131 {
    font-size: 157.2px;
  }
}

.font_132 {
  font-size: 6.875vw;
}
@media (max-width: 680px) {
  .font_132 {
    font-size: 46.75px;
  }
}
@media (min-width: 1920px) {
  .font_132 {
    font-size: 132px;
  }
}
@media (min-width: 2000px) {
  .font_132 {
    font-size: 145.2px;
  }
}
@media (min-width: 2500px) {
  .font_132 {
    font-size: 158.4px;
  }
}

.font_133 {
  font-size: 6.9270833333vw;
}
@media (max-width: 680px) {
  .font_133 {
    font-size: 47.1041666667px;
  }
}
@media (min-width: 1920px) {
  .font_133 {
    font-size: 133px;
  }
}
@media (min-width: 2000px) {
  .font_133 {
    font-size: 146.3px;
  }
}
@media (min-width: 2500px) {
  .font_133 {
    font-size: 159.6px;
  }
}

.font_134 {
  font-size: 6.9791666667vw;
}
@media (max-width: 680px) {
  .font_134 {
    font-size: 47.4583333333px;
  }
}
@media (min-width: 1920px) {
  .font_134 {
    font-size: 134px;
  }
}
@media (min-width: 2000px) {
  .font_134 {
    font-size: 147.4px;
  }
}
@media (min-width: 2500px) {
  .font_134 {
    font-size: 160.8px;
  }
}

.font_135 {
  font-size: 7.03125vw;
}
@media (max-width: 680px) {
  .font_135 {
    font-size: 47.8125px;
  }
}
@media (min-width: 1920px) {
  .font_135 {
    font-size: 135px;
  }
}
@media (min-width: 2000px) {
  .font_135 {
    font-size: 148.5px;
  }
}
@media (min-width: 2500px) {
  .font_135 {
    font-size: 162px;
  }
}

.font_136 {
  font-size: 7.0833333333vw;
}
@media (max-width: 680px) {
  .font_136 {
    font-size: 48.1666666667px;
  }
}
@media (min-width: 1920px) {
  .font_136 {
    font-size: 136px;
  }
}
@media (min-width: 2000px) {
  .font_136 {
    font-size: 149.6px;
  }
}
@media (min-width: 2500px) {
  .font_136 {
    font-size: 163.2px;
  }
}

.font_137 {
  font-size: 7.1354166667vw;
}
@media (max-width: 680px) {
  .font_137 {
    font-size: 48.5208333333px;
  }
}
@media (min-width: 1920px) {
  .font_137 {
    font-size: 137px;
  }
}
@media (min-width: 2000px) {
  .font_137 {
    font-size: 150.7px;
  }
}
@media (min-width: 2500px) {
  .font_137 {
    font-size: 164.4px;
  }
}

.font_138 {
  font-size: 7.1875vw;
}
@media (max-width: 680px) {
  .font_138 {
    font-size: 48.875px;
  }
}
@media (min-width: 1920px) {
  .font_138 {
    font-size: 138px;
  }
}
@media (min-width: 2000px) {
  .font_138 {
    font-size: 151.8px;
  }
}
@media (min-width: 2500px) {
  .font_138 {
    font-size: 165.6px;
  }
}

.font_139 {
  font-size: 7.2395833333vw;
}
@media (max-width: 680px) {
  .font_139 {
    font-size: 49.2291666667px;
  }
}
@media (min-width: 1920px) {
  .font_139 {
    font-size: 139px;
  }
}
@media (min-width: 2000px) {
  .font_139 {
    font-size: 152.9px;
  }
}
@media (min-width: 2500px) {
  .font_139 {
    font-size: 166.8px;
  }
}

.font_140 {
  font-size: 7.2916666667vw;
}
@media (max-width: 680px) {
  .font_140 {
    font-size: 49.5833333333px;
  }
}
@media (min-width: 1920px) {
  .font_140 {
    font-size: 140px;
  }
}
@media (min-width: 2000px) {
  .font_140 {
    font-size: 154px;
  }
}
@media (min-width: 2500px) {
  .font_140 {
    font-size: 168px;
  }
}

.font_141 {
  font-size: 7.34375vw;
}
@media (max-width: 680px) {
  .font_141 {
    font-size: 49.9375px;
  }
}
@media (min-width: 1920px) {
  .font_141 {
    font-size: 141px;
  }
}
@media (min-width: 2000px) {
  .font_141 {
    font-size: 155.1px;
  }
}
@media (min-width: 2500px) {
  .font_141 {
    font-size: 169.2px;
  }
}

.font_142 {
  font-size: 7.3958333333vw;
}
@media (max-width: 680px) {
  .font_142 {
    font-size: 50.2916666667px;
  }
}
@media (min-width: 1920px) {
  .font_142 {
    font-size: 142px;
  }
}
@media (min-width: 2000px) {
  .font_142 {
    font-size: 156.2px;
  }
}
@media (min-width: 2500px) {
  .font_142 {
    font-size: 170.4px;
  }
}

.font_143 {
  font-size: 7.4479166667vw;
}
@media (max-width: 680px) {
  .font_143 {
    font-size: 50.6458333333px;
  }
}
@media (min-width: 1920px) {
  .font_143 {
    font-size: 143px;
  }
}
@media (min-width: 2000px) {
  .font_143 {
    font-size: 157.3px;
  }
}
@media (min-width: 2500px) {
  .font_143 {
    font-size: 171.6px;
  }
}

.font_144 {
  font-size: 7.5vw;
}
@media (max-width: 680px) {
  .font_144 {
    font-size: 51px;
  }
}
@media (min-width: 1920px) {
  .font_144 {
    font-size: 144px;
  }
}
@media (min-width: 2000px) {
  .font_144 {
    font-size: 158.4px;
  }
}
@media (min-width: 2500px) {
  .font_144 {
    font-size: 172.8px;
  }
}

.font_145 {
  font-size: 7.5520833333vw;
}
@media (max-width: 680px) {
  .font_145 {
    font-size: 51.3541666667px;
  }
}
@media (min-width: 1920px) {
  .font_145 {
    font-size: 145px;
  }
}
@media (min-width: 2000px) {
  .font_145 {
    font-size: 159.5px;
  }
}
@media (min-width: 2500px) {
  .font_145 {
    font-size: 174px;
  }
}

.font_146 {
  font-size: 7.6041666667vw;
}
@media (max-width: 680px) {
  .font_146 {
    font-size: 51.7083333333px;
  }
}
@media (min-width: 1920px) {
  .font_146 {
    font-size: 146px;
  }
}
@media (min-width: 2000px) {
  .font_146 {
    font-size: 160.6px;
  }
}
@media (min-width: 2500px) {
  .font_146 {
    font-size: 175.2px;
  }
}

.font_147 {
  font-size: 7.65625vw;
}
@media (max-width: 680px) {
  .font_147 {
    font-size: 52.0625px;
  }
}
@media (min-width: 1920px) {
  .font_147 {
    font-size: 147px;
  }
}
@media (min-width: 2000px) {
  .font_147 {
    font-size: 161.7px;
  }
}
@media (min-width: 2500px) {
  .font_147 {
    font-size: 176.4px;
  }
}

.font_148 {
  font-size: 7.7083333333vw;
}
@media (max-width: 680px) {
  .font_148 {
    font-size: 52.4166666667px;
  }
}
@media (min-width: 1920px) {
  .font_148 {
    font-size: 148px;
  }
}
@media (min-width: 2000px) {
  .font_148 {
    font-size: 162.8px;
  }
}
@media (min-width: 2500px) {
  .font_148 {
    font-size: 177.6px;
  }
}

.font_149 {
  font-size: 7.7604166667vw;
}
@media (max-width: 680px) {
  .font_149 {
    font-size: 52.7708333333px;
  }
}
@media (min-width: 1920px) {
  .font_149 {
    font-size: 149px;
  }
}
@media (min-width: 2000px) {
  .font_149 {
    font-size: 163.9px;
  }
}
@media (min-width: 2500px) {
  .font_149 {
    font-size: 178.8px;
  }
}

.image_wrapper,
.image_wraper {
  font-size: 0;
  line-height: 0;
}
.image_wrapper img,
.image_wraper img {
  max-width: 100%;
  height: auto;
}

/*.wi_flex_box{
    display:flex;
    &.wi_flex_box_inline{
        display:inline-flex;
    }
    &.wi_fa_c,
    &.wi_align_c,
    &.wi_align_center{
        align-items:center;
    }
    &.wi_fa_t,
    &.wi_align_t,
    &.wi_align_top{
        align-items:flex-start;
    }
    &.wi_fa_b,
    &.wi_align_b,
    &.wi_align_bottom{
        align-items:flex-end;
    }
    &.wi_fj_sb,
    &.wi_justify_sb{
        justify-content:space-between;
    }
    &.wi_fj_fs,
    &.wi_justify_fs{
        justify-content:flex-start;
    }
    &.wi_fj_fe,
    &.wi_justify_fe{
        justify-content:flex-end;
    }
    &.wi_fj_c, 
    &.wi_justify_c,
    &.wi_justify_center{
        justify-content:center;
    }
    &.wi_flex_wrap{
        flex-wrap:wrap;
    }
}*/
.wi_display_block {
  display: block !important;
}

.wi_display_inlineblock {
  display: inline-block !important;
}

.wi_display_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wi_display_inlineflex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.wi_flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wi_flex_x_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wi_flex_x_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wi_flex_x_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wi_flex_x_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wi_flex_y_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wi_flex_y_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wi_flex_y_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wi_flex_y_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.div_Padding_5 {
  padding-bottom: 0.2604166667vw;
}
@media (max-width: 1440px) {
  .div_Padding_5 {
    padding-bottom: 3.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_5 {
    padding-bottom: 5px;
  }
}

.div_Padding_10 {
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 1440px) {
  .div_Padding_10 {
    padding-bottom: 7.5px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_10 {
    padding-bottom: 10px;
  }
}

.div_Padding_12 {
  padding-bottom: 0.625vw;
}
@media (max-width: 1440px) {
  .div_Padding_12 {
    padding-bottom: 9px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_12 {
    padding-bottom: 12px;
  }
}

.div_Padding_15 {
  padding-bottom: 0.78125vw;
}
@media (max-width: 1440px) {
  .div_Padding_15 {
    padding-bottom: 11.25px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_15 {
    padding-bottom: 15px;
  }
}

.div_Padding_20 {
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 1440px) {
  .div_Padding_20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_20 {
    padding-bottom: 20px;
  }
}

.div_Padding_25 {
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 1440px) {
  .div_Padding_25 {
    padding-bottom: 18.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_25 {
    padding-bottom: 25px;
  }
}

.div_Padding_30 {
  padding-bottom: 1.5625vw;
}
@media (max-width: 960px) {
  .div_Padding_30 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_30 {
    padding-bottom: 30px;
  }
}

.div_Padding_32 {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 960px) {
  .div_Padding_32 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_32 {
    padding-bottom: 32px;
  }
}

.div_Padding_40 {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 960px) {
  .div_Padding_40 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_40 {
    padding-bottom: 40px;
  }
}

.div_Padding_50 {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 960px) {
  .div_Padding_50 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_50 {
    padding-bottom: 50px;
  }
}

.div_Padding_60 {
  padding-bottom: 3.125vw;
}
@media (max-width: 960px) {
  .div_Padding_60 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_60 {
    padding-bottom: 60px;
  }
}

.div_Padding_70 {
  padding-bottom: 3.6458333333vw;
}
@media (max-width: 960px) {
  .div_Padding_70 {
    padding-bottom: 35px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_70 {
    padding-bottom: 70px;
  }
}

.div_Padding_80 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 960px) {
  .div_Padding_80 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_80 {
    padding-bottom: 80px;
  }
}

.div_Padding_90 {
  padding-bottom: 4.6875vw;
}
@media (max-width: 960px) {
  .div_Padding_90 {
    padding-bottom: 45px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_90 {
    padding-bottom: 90px;
  }
}

.div_Padding_100 {
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 960px) {
  .div_Padding_100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_100 {
    padding-bottom: 100px;
  }
}

.div_Padding_110 {
  padding-bottom: 5.7291666667vw;
}
@media (max-width: 960px) {
  .div_Padding_110 {
    padding-bottom: 55px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_110 {
    padding-bottom: 110px;
  }
}

.div_Padding_120 {
  padding-bottom: 6.25vw;
}
@media (max-width: 960px) {
  .div_Padding_120 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_120 {
    padding-bottom: 120px;
  }
}

.div_Padding_130 {
  padding-bottom: 6.7708333333vw;
}
@media (max-width: 960px) {
  .div_Padding_130 {
    padding-bottom: 65px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_130 {
    padding-bottom: 130px;
  }
}

.div_Padding_140 {
  padding-bottom: 7.2916666667vw;
}
@media (max-width: 960px) {
  .div_Padding_140 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_140 {
    padding-bottom: 140px;
  }
}

.div_Padding_150 {
  padding-bottom: 7.8125vw;
}
@media (max-width: 764px) {
  .div_Padding_150 {
    padding-bottom: 59.6875px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_150 {
    padding-bottom: 150px;
  }
}

.div_Padding_160 {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 764px) {
  .div_Padding_160 {
    padding-bottom: 63.6666666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_160 {
    padding-bottom: 160px;
  }
}

.div_Padding_200 {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 764px) {
  .div_Padding_200 {
    padding-bottom: 79.5833333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_200 {
    padding-bottom: 200px;
  }
}

.div_Padding_250 {
  padding-bottom: 13.0208333333vw;
}
@media (max-width: 764px) {
  .div_Padding_250 {
    padding-bottom: 99.4791666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_250 {
    padding-bottom: 250px;
  }
}

.div_Padding_300 {
  padding-bottom: 15.625vw;
}
@media (max-width: 764px) {
  .div_Padding_300 {
    padding-bottom: 119.375px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_300 {
    padding-bottom: 300px;
  }
}

.div_Padding_450 {
  padding-bottom: 23.4375vw;
}
@media (max-width: 764px) {
  .div_Padding_450 {
    padding-bottom: 179.0625px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_450 {
    padding-bottom: 450px;
  }
}

.div_Padding_500 {
  padding-bottom: 26.0416666667vw;
}
@media (max-width: 764px) {
  .div_Padding_500 {
    padding-bottom: 198.9583333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_500 {
    padding-bottom: 500px;
  }
}

.div_Padding_550 {
  padding-bottom: 28.6458333333vw;
}
@media (max-width: 764px) {
  .div_Padding_550 {
    padding-bottom: 218.8541666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_550 {
    padding-bottom: 550px;
  }
}

.div_Padding_600 {
  padding-bottom: 31.25vw;
}
@media (max-width: 764px) {
  .div_Padding_600 {
    padding-bottom: 238.75px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_600 {
    padding-bottom: 600px;
  }
}

.div_Padding_650 {
  padding-bottom: 33.8541666667vw;
}
@media (max-width: 764px) {
  .div_Padding_650 {
    padding-bottom: 258.6458333333px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_650 {
    padding-bottom: 650px;
  }
}

.div_Padding_820 {
  padding-bottom: 42.7083333333vw;
}
@media (max-width: 764px) {
  .div_Padding_820 {
    padding-bottom: 326.2916666667px;
  }
}
@media (min-width: 1920px) {
  .div_Padding_820 {
    padding-bottom: 820px;
  }
}

.box_grid_50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_grid_50.contact_grid > * {
  width: calc(50% - 16px);
  margin-bottom: 0;
}
.box_grid_50.contact_grid > * {
  padding-bottom: 3.125vw;
}
@media (max-width: 768px) {
  .box_grid_50.contact_grid > * {
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .box_grid_50.contact_grid > * {
    padding-bottom: 60px;
  }
}
.box_grid_50.contact_grid.wrap > * {
  width: 100%;
  margin: 0px 0 !important;
}
.box_grid_50.contact_grid.wrap > *:nth-of-type(1) {
  margin: 0px 0 0 !important;
}
.box_grid_50.contact_grid.wrap > *:nth-of-type(2) {
  margin: 0 0px 0px !important;
}
.box_grid_50 > * {
  width: calc(50% - 6px);
}
.box_grid_50.wrap > * {
  width: 100%;
  margin: 12px 0;
}
.box_grid_50.wrap > *:nth-of-type(1) {
  margin: 12px 0 0;
}
.box_grid_50.wrap > *:nth-of-type(2) {
  margin: 0 0px 12px;
}
.box_grid_50.wrap.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.box_grid_50.wrap.reverse:nth-of-type(1) {
  margin: 0px 0 12px;
}
.box_grid_50.wrap.reverse:nth-of-type(2) {
  margin: 12px 0px 0px;
}
.box_grid_50.wrap.no_top > *:nth-of-type(1) {
  margin: 0px 0 0;
}

.box_grid_30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_grid_30 > * {
  width: calc(33.3334% - 30px);
}
.box_grid_30.wrap > * {
  width: 100%;
  margin: 0px 0 20px;
}
.box_grid_30.wrap > *:last-of-type {
  margin-bottom: 0;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.font_h1, .font_h2, .font_h3, .font_h4, .font_h5, .font_h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h2, h3, h4, h5, h6, h1 {
  font-weight: 500;
  display: block;
  margin: 0;
}
.font_h1 strong, .font_h2 strong, .font_h3 strong, .font_h4 strong, .font_h5 strong, .font_h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h1 strong {
  color: #DE6127;
  font-weight: 500 !important;
}
.font_h1.color_061D5C, .font_h2.color_061D5C, .font_h3.color_061D5C, .font_h4.color_061D5C, .font_h5.color_061D5C, .font_h6.color_061D5C,
.h1.color_061D5C, .h2.color_061D5C, .h3.color_061D5C, .h4.color_061D5C, .h5.color_061D5C, .h6.color_061D5C,
h2.color_061D5C, h3.color_061D5C, h4.color_061D5C, h5.color_061D5C, h6.color_061D5C, h1.color_061D5C {
  color: #061D5C;
}
.font_h1.no_top, .font_h1.no-top, .font_h2.no_top, .font_h2.no-top, .font_h3.no_top, .font_h3.no-top, .font_h4.no_top, .font_h4.no-top, .font_h5.no_top, .font_h5.no-top, .font_h6.no_top, .font_h6.no-top,
.h1.no_top,
.h1.no-top, .h2.no_top, .h2.no-top, .h3.no_top, .h3.no-top, .h4.no_top, .h4.no-top, .h5.no_top, .h5.no-top, .h6.no_top, .h6.no-top,
h2.no_top,
h2.no-top, h3.no_top, h3.no-top, h4.no_top, h4.no-top, h5.no_top, h5.no-top, h6.no_top, h6.no-top, h1.no_top, h1.no-top {
  margin-top: 0;
}
.font_h1.no_bottom, .font_h1.no-bottom, .font_h2.no_bottom, .font_h2.no-bottom, .font_h3.no_bottom, .font_h3.no-bottom, .font_h4.no_bottom, .font_h4.no-bottom, .font_h5.no_bottom, .font_h5.no-bottom, .font_h6.no_bottom, .font_h6.no-bottom,
.h1.no_bottom,
.h1.no-bottom, .h2.no_bottom, .h2.no-bottom, .h3.no_bottom, .h3.no-bottom, .h4.no_bottom, .h4.no-bottom, .h5.no_bottom, .h5.no-bottom, .h6.no_bottom, .h6.no-bottom,
h2.no_bottom,
h2.no-bottom, h3.no_bottom, h3.no-bottom, h4.no_bottom, h4.no-bottom, h5.no_bottom, h5.no-bottom, h6.no_bottom, h6.no-bottom, h1.no_bottom, h1.no-bottom {
  margin-bottom: 0;
}
.font_h1.no_margin, .font_h1.no-margin, .font_h2.no_margin, .font_h2.no-margin, .font_h3.no_margin, .font_h3.no-margin, .font_h4.no_margin, .font_h4.no-margin, .font_h5.no_margin, .font_h5.no-margin, .font_h6.no_margin, .font_h6.no-margin,
.h1.no_margin,
.h1.no-margin, .h2.no_margin, .h2.no-margin, .h3.no_margin, .h3.no-margin, .h4.no_margin, .h4.no-margin, .h5.no_margin, .h5.no-margin, .h6.no_margin, .h6.no-margin,
h2.no_margin,
h2.no-margin, h3.no_margin, h3.no-margin, h4.no_margin, h4.no-margin, h5.no_margin, h5.no-margin, h6.no_margin, h6.no-margin, h1.no_margin, h1.no-margin {
  margin: 0;
}
.font_h1.margin_p, .font_h2.margin_p, .font_h3.margin_p, .font_h4.margin_p, .font_h5.margin_p, .font_h6.margin_p,
.h1.margin_p, .h2.margin_p, .h3.margin_p, .h4.margin_p, .h5.margin_p, .h6.margin_p,
h2.margin_p, h3.margin_p, h4.margin_p, h5.margin_p, h6.margin_p, h1.margin_p {
  margin: 16px 0;
}
.font_h1.font_left, .font_h2.font_left, .font_h3.font_left, .font_h4.font_left, .font_h5.font_left, .font_h6.font_left,
.h1.font_left, .h2.font_left, .h3.font_left, .h4.font_left, .h5.font_left, .h6.font_left,
h2.font_left, h3.font_left, h4.font_left, h5.font_left, h6.font_left, h1.font_left {
  text-align: left;
}
.font_h1.font_center, .font_h2.font_center, .font_h3.font_center, .font_h4.font_center, .font_h5.font_center, .font_h6.font_center,
.h1.font_center, .h2.font_center, .h3.font_center, .h4.font_center, .h5.font_center, .h6.font_center,
h2.font_center, h3.font_center, h4.font_center, h5.font_center, h6.font_center, h1.font_center {
  text-align: center;
}
.font_h1.font_right, .font_h2.font_right, .font_h3.font_right, .font_h4.font_right, .font_h5.font_right, .font_h6.font_right,
.h1.font_right, .h2.font_right, .h3.font_right, .h4.font_right, .h5.font_right, .h6.font_right,
h2.font_right, h3.font_right, h4.font_right, h5.font_right, h6.font_right, h1.font_right {
  text-align: right;
}
.font_h1.has_icon, .font_h2.has_icon, .font_h3.has_icon, .font_h4.has_icon, .font_h5.has_icon, .font_h6.has_icon,
.h1.has_icon, .h2.has_icon, .h3.has_icon, .h4.has_icon, .h5.has_icon, .h6.has_icon,
h2.has_icon, h3.has_icon, h4.has_icon, h5.has_icon, h6.has_icon, h1.has_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.font_h1.has_icon .icon, .font_h2.has_icon .icon, .font_h3.has_icon .icon, .font_h4.has_icon .icon, .font_h5.has_icon .icon, .font_h6.has_icon .icon,
.h1.has_icon .icon, .h2.has_icon .icon, .h3.has_icon .icon, .h4.has_icon .icon, .h5.has_icon .icon, .h6.has_icon .icon,
h2.has_icon .icon, h3.has_icon .icon, h4.has_icon .icon, h5.has_icon .icon, h6.has_icon .icon, h1.has_icon .icon {
  margin-left: 20px;
  margin-right: 20px;
  width: 100px;
  font-size: 0;
  line-height: 0;
}
.font_h1.has_icon .icon img, .font_h2.has_icon .icon img, .font_h3.has_icon .icon img, .font_h4.has_icon .icon img, .font_h5.has_icon .icon img, .font_h6.has_icon .icon img,
.h1.has_icon .icon img, .h2.has_icon .icon img, .h3.has_icon .icon img, .h4.has_icon .icon img, .h5.has_icon .icon img, .h6.has_icon .icon img,
h2.has_icon .icon img, h3.has_icon .icon img, h4.has_icon .icon img, h5.has_icon .icon img, h6.has_icon .icon img, h1.has_icon .icon img {
  max-width: 100%;
  height: auto;
}

.editor_column .font_h1 strong, .editor_column .font_h2 strong, .editor_column .font_h3 strong, .editor_column .font_h4 strong, .editor_column .font_h5 strong, .editor_column .font_h6 strong,
.editor_column .h1 strong, .editor_column .h2 strong, .editor_column .h3 strong, .editor_column .h4 strong, .editor_column .h5 strong, .editor_column .h6 strong,
.editor_column h2 strong, .editor_column h3 strong, .editor_column h4 strong, .editor_column h5 strong, .editor_column h6 strong, .editor_column h1 strong {
  color: #67392B;
}

.h1,
.font_h1,
h1 {
  line-height: 120%;
  font-size: 3.3333333333vw;
}
@media (max-width: 950px) {
  .h1,
  .font_h1,
  h1 {
    font-size: 31.6666666667px;
  }
}
@media (min-width: 1920px) {
  .h1,
  .font_h1,
  h1 {
    font-size: 64px;
  }
}

.h2,
.font_h2,
h2 {
  line-height: 122.727%;
  font-size: 2.2916666667vw;
}
@media (max-width: 1050px) {
  .h2,
  .font_h2,
  h2 {
    font-size: 24.0625px;
  }
}
@media (min-width: 1920px) {
  .h2,
  .font_h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
.font_h3,
h3 {
  line-height: 130%;
  font-size: 1.875vw;
}
@media (max-width: 1050px) {
  .h3,
  .font_h3,
  h3 {
    font-size: 19.6875px;
  }
}
@media (min-width: 1920px) {
  .h3,
  .font_h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
.font_h4,
h4 {
  line-height: 133.333%;
  font-size: 1.25vw;
}
@media (max-width: 1400px) {
  .h4,
  .font_h4,
  h4 {
    font-size: 17.5px;
  }
}
@media (min-width: 1920px) {
  .h4,
  .font_h4,
  h4 {
    font-size: 24px;
  }
}

.h5,
.font_h5,
h5 {
  line-height: 144.444%;
  font-size: 0.9375vw;
}
@media (max-width: 1800px) {
  .h5,
  .font_h5,
  h5 {
    font-size: 16.875px;
  }
}
@media (min-width: 1920px) {
  .h5,
  .font_h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
.font_h6,
h6 {
  line-height: 144.444%;
  font-size: 0.9375vw;
}
@media (max-width: 1800px) {
  .h6,
  .font_h6,
  h6 {
    font-size: 16.875px;
  }
}
@media (min-width: 1920px) {
  .h6,
  .font_h6,
  h6 {
    font-size: 18px;
  }
}
.h6.small,
.font_h6.small,
h6.small {
  font-size: 0.8333333333vw;
}
@media (max-width: 1600px) {
  .h6.small,
  .font_h6.small,
  h6.small {
    font-size: 13.3333333333px;
  }
}
@media (min-width: 1920px) {
  .h6.small,
  .font_h6.small,
  h6.small {
    font-size: 16px;
  }
}

.font_weight_100 {
  font-weight: 100;
}

.font_weight_200 {
  font-weight: 200;
}

.font_weight_300 {
  font-weight: 300;
}

.font_weight_400 {
  font-weight: 400;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

.font_weight_800 {
  font-weight: 800;
}

.font_weight_900 {
  font-weight: 900;
}

.font_uppercase {
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

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

.slick-slide.dragging img {
  pointer-events: none;
}

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

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

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

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

.ac_animate_opacity.is_detect .animate_box,
.ac_animate_opacity.is_detect .inner_wrapper {
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_opacity.is_detect.active .animate_box,
.ac_animate_opacity.is_detect.active .inner_wrapper {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}

.ac_animate_opacity_without_slide.is_detect .inner_wrapper {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_opacity_without_slide.is_detect.active .inner_wrapper {
  opacity: 1;
}

.ac_animate_left_right.is_detect .inner_wrapper .right_box,
.ac_animate_left_right.is_detect .inner_wrapper .left_box {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac_animate_left_right.is_detect .inner_wrapper .left_box {
  -webkit-transform: translate(-30px, 0%);
      -ms-transform: translate(-30px, 0%);
          transform: translate(-30px, 0%);
}
.ac_animate_left_right.is_detect .inner_wrapper .right_box {
  -webkit-transform: translate(30px, 0%);
      -ms-transform: translate(30px, 0%);
          transform: translate(30px, 0%);
}
@media (min-width: 1920px) {
  .ac_animate_left_right.is_detect .inner_wrapper .left_box {
    -webkit-transform: translate(-60px, 0%);
        -ms-transform: translate(-60px, 0%);
            transform: translate(-60px, 0%);
  }
  .ac_animate_left_right.is_detect .inner_wrapper .right_box {
    -webkit-transform: translate(60px, 0%);
        -ms-transform: translate(60px, 0%);
            transform: translate(60px, 0%);
  }
}
.ac_animate_left_right.is_detect.active .right_box,
.ac_animate_left_right.is_detect.active .left_box {
  -webkit-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

.ac_animate_left_right_single {
  position: relative;
}
.ac_animate_left_right_single.is_detect .right_box,
.ac_animate_left_right_single.is_detect .left_box {
  opacity: 0.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.ac_animate_left_right_single.is_detect.row_type_1 .left_box {
  -webkit-transform: translate(80px, 0%);
      -ms-transform: translate(80px, 0%);
          transform: translate(80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_1 .right_box {
  -webkit-transform: translate(-80px, 0%);
      -ms-transform: translate(-80px, 0%);
          transform: translate(-80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_2 .left_box {
  -webkit-transform: translate(-80px, 0%);
      -ms-transform: translate(-80px, 0%);
          transform: translate(-80px, 0%);
}
.ac_animate_left_right_single.is_detect.row_type_2 .right_box {
  -webkit-transform: translate(80px, 0%);
      -ms-transform: translate(80px, 0%);
          transform: translate(80px, 0%);
}
@media (min-width: 1920px) {
  .ac_animate_left_right_single.is_detect.row_type_1 .left_box {
    -webkit-transform: translate(120px, 0%);
        -ms-transform: translate(120px, 0%);
            transform: translate(120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_1 .right_box {
    -webkit-transform: translate(-120px, 0%);
        -ms-transform: translate(-120px, 0%);
            transform: translate(-120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_2 .left_box {
    -webkit-transform: translate(-120px, 0%);
        -ms-transform: translate(-120px, 0%);
            transform: translate(-120px, 0%);
  }
  .ac_animate_left_right_single.is_detect.row_type_2 .right_box {
    -webkit-transform: translate(120px, 0%);
        -ms-transform: translate(120px, 0%);
            transform: translate(120px, 0%);
  }
}
.ac_animate_left_right_single.is_detect.active.row_type_1 .right_box,
.ac_animate_left_right_single.is_detect.active.row_type_1 .left_box, .ac_animate_left_right_single.is_detect.active.row_type_2 .right_box,
.ac_animate_left_right_single.is_detect.active.row_type_2 .left_box {
  -webkit-transform: translate(0px, 0%);
      -ms-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 09:46:34
    Author     : Tomek
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#header.fixed {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
.home {
    #header {
        @media (min-width: 960px) { 
            background-color: rgba(#fff,0);
            .logo_wrapper {
                svg {
                    path {
                        //fill: #fff;
                        transition: all .3s;
                    }
                }
            }
            a {
                color: #fff;
                > span {
                    > span {
                        &:nth-child(2) {
                            //color: #fff;
                        }
                    }
                }
            }
            .sub-menu {
                a {
                    color: $def_fontColor;
                }
            }
        }
        &.fixed{
            background-color: rgba(#fff,1);
            transition: all .3s;
            .logo_wrapper {
                svg {
                    .color000000 {
                        fill: #000000;
                    }
                    .color101416 {
                        fill: #101416;
                    }
                    .color6E3D2F {
                        fill: #6E3D2F;
                    }
                    path {
                        transition: all .3s;
                    }
                }
            }
            a {
                color: $def_fontColor;
                > span {
                    > span {
                        &:nth-child(2) {
                            color: $color_base; 
                        }
                    }
                }
            }
        }
    }
}
*/
.header_main_v1 {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header_main_v1 {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .header_main_v1 {
    padding-left: 56px;
  }
}
.header_main_v1 {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .header_main_v1 {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .header_main_v1 {
    padding-right: 56px;
  }
}
.header_main_v1.wi_down .inner_wrapper_box .bottom_bar,
.header_main_v1.wi_down .inner_wrapper .bottom_bar {
  /*padding: 14px 0;*/
}
.header_main_v1 .cp_href {
  margin: 0 16px;
}
.header_main_v1 .cp_href .icon svg {
  width: 18px !important;
  height: 18px !important;
}
.header_main_v1 .cp_href .label {
  font-size: 16px;
  line-height: 1.5;
  color: #67392B;
  font-weight: 300;
}
.header_main_v1 .mobile_cp_href {
  text-align: center;
}
.header_main_v1 .mobile_cp_href > * {
  margin-top: 20px;
}
.header_main_v1 .inner_wrapper_box .top_bar,
.header_main_v1 .inner_wrapper .top_bar {
  position: relative;
  background-color: #E6E6E6;
  z-index: 9;
}
.header_main_v1 .inner_wrapper_box .top_bar:before,
.header_main_v1 .inner_wrapper .top_bar:before {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  content: "";
  background-color: #E6E6E6;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
.header_main_v1 .inner_wrapper_box .top_bar:after,
.header_main_v1 .inner_wrapper .top_bar:after {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  content: "";
  background-color: #E6E6E6;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header_main_v1 .inner_wrapper_box .top_bar .wi_grid_box,
.header_main_v1 .inner_wrapper .top_bar .wi_grid_box {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_main_v1 .inner_wrapper_box .top_bar .wi_grid_box .right_bar,
.header_main_v1 .inner_wrapper .top_bar .wi_grid_box .right_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .top_bar,
  .header_main_v1 .inner_wrapper .top_bar {
    display: none;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar,
.header_main_v1 .inner_wrapper .bottom_bar {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  /*padding: 16px 0;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar,
  .header_main_v1 .inner_wrapper .bottom_bar {
    padding: 13px 0;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar {
  font-size: 0;
  line-height: 0;
  padding: 0;
}
@media (max-width: 1350px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar {
    min-width: auto !important;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar svg,
.header_main_v1 .inner_wrapper_box .bottom_bar .left_bar img,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar svg,
.header_main_v1 .inner_wrapper .bottom_bar .left_bar img {
  width: 237px;
}
@media (max-width: 1350px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar img,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar img {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar img,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar img {
    width: 200px;
  }
}
@media (max-width: 1050px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper_box .bottom_bar .left_bar img,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar svg,
  .header_main_v1 .inner_wrapper .bottom_bar .left_bar img {
    width: 180px;
  }
}
@media (max-width: 1350px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .right_bar_desktop,
  .header_main_v1 .inner_wrapper .bottom_bar .right_bar_desktop {
    min-width: auto !important;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .middle_bar,
.header_main_v1 .inner_wrapper .bottom_bar .middle_bar {
  margin-left: auto;
  width: 100%;
}
.header_main_v1 .inner_wrapper_box .bottom_bar #menu_bar,
.header_main_v1 .inner_wrapper .bottom_bar #menu_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar #menu_bar,
  .header_main_v1 .inner_wrapper .bottom_bar #menu_bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_main_v1 .inner_wrapper_box .bottom_bar #menu_bar #menu_main,
  .header_main_v1 .inner_wrapper .bottom_bar #menu_bar #menu_main {
    width: 100%;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn,
.header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn .wi_btn,
.header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn .wi_btn {
  white-space: nowrap;
}
.header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn .header_cta_button,
.header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn .header_cta_button {
  margin-left: 16px;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn .header_cta_button,
  .header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn .header_cta_button {
    margin: 14px 0 0;
    text-align: center;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn .header_cta_button:nth-child(1),
.header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn .header_cta_button:nth-child(1) {
  margin-left: 0 !important;
}
@media (max-width: 960px) {
  .header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn,
  .header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_main_v1 .inner_wrapper_box .bottom_bar .menu_bar_btn .header_cta_button,
  .header_main_v1 .inner_wrapper .bottom_bar .menu_bar_btn .header_cta_button {
    width: 100%;
  }
}
.header_main_v1 .inner_wrapper_box .bottom_bar .right_bar,
.header_main_v1 .inner_wrapper .bottom_bar .right_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 960px) {
  .menu_bar_hidden_desktop {
    display: none !important;
  }
}

@media (min-width: 960px) and (max-width: 1350px) {
  .labelDesktop {
    display: none;
  }
}

@media (min-width: 1350px) {
  .labelMobile {
    display: none;
  }
}
@media (max-width: 960px) {
  .labelMobile {
    display: none;
  }
}

.cta_button_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main_subheader .inner_wrapper {
  width: 100%;
}
.main_subheader .content {
  width: 100%;
  margin: 0;
}
.main_subheader .content .header_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main_subheader .content .header_block .header_block_title {
  width: 43.5%;
  max-width: 43.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 60px;
  padding-left: calc((100vw - 1600px) / 2);
}
.main_subheader .content .header_block .header_block_title h1, .main_subheader .content .header_block .header_block_title .h1 {
  font-size: 3.125vw;
}
@media (max-width: 950px) {
  .main_subheader .content .header_block .header_block_title h1, .main_subheader .content .header_block .header_block_title .h1 {
    font-size: 29.6875px;
  }
}
@media (min-width: 1920px) {
  .main_subheader .content .header_block .header_block_title h1, .main_subheader .content .header_block .header_block_title .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1920px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 64px;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .main_subheader .content .header_block .header_block_title {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .main_subheader .content .header_block .header_block_title {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .main_subheader .content .header_block .header_block_title {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .main_subheader .content .header_block .header_block_title {
    padding-left: 56px;
  }
}
@media (max-width: 700px) {
  .main_subheader .content .header_block .header_block_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    height: 43vw;
    min-height: 240px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.main_subheader .content .header_block .header_block_title > div {
  height: auto;
}
@media (max-width: 700px) {
  .main_subheader .content .header_block .header_block_title > div {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
  .main_subheader .content .header_block .header_block_title > div {
    margin-bottom: 2.9166666667vw;
  }
}
@media (max-width: 700px) and (max-width: 768px) {
  .main_subheader .content .header_block .header_block_title > div {
    margin-bottom: 22.4px;
  }
}
@media (max-width: 700px) and (min-width: 1920px) {
  .main_subheader .content .header_block .header_block_title > div {
    margin-bottom: 56px;
  }
}
.main_subheader .content .header_block > img {
  width: 56.5%;
}
@media (max-width: 700px) {
  .main_subheader .content .header_block > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main_subheader.main_subheader_map {
  position: relative;
  padding-bottom: 48px;
  background: #FFF5F2;
}
.main_subheader.main_subheader_map {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .main_subheader.main_subheader_map {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .main_subheader.main_subheader_map {
    padding-top: 120px;
  }
}
@media (max-width: 992px) {
  .main_subheader.main_subheader_map {
    padding: 50px 0 30px;
  }
}
.main_subheader.main_subheader_map .content {
  position: static;
}
.main_subheader.main_subheader_map .header_block {
  position: static;
  z-index: 2;
}
.main_subheader.main_subheader_map .header_block > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_subheader.main_subheader_map .header_block_title {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 700px) {
  .main_subheader.main_subheader_map .header_block_title {
    height: auto !important;
    min-height: auto !important;
  }
}
@media (max-width: 700px) {
  .main_subheader.main_subheader_map .header_block_title > div {
    padding: 0 !important;
    margin-left: 0 !important;
    background: transparent !important;
  }
}

.breadcrumbs_main_wrapper {
  background-color: #F2F2F2;
}
@media (max-width: 960px) {
  .breadcrumbs_main_wrapper {
    display: none;
  }
}
.breadcrumbs_main_wrapper #breadcrumbs {
  padding: 8px 0 6px;
}
.breadcrumbs_main_wrapper #breadcrumbs a {
  color: #808080;
}
.breadcrumbs_main_wrapper #breadcrumbs a:hover {
  color: #DE6127;
}
.breadcrumbs_main_wrapper #breadcrumbs .breadcrumb_last {
  color: #DE6127;
}
.breadcrumbs_main_wrapper #breadcrumbs .icon {
  font-size: 0;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
.breadcrumbs_main_wrapper #breadcrumbs .icon svg path {
  stroke: #808080;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 wrz 2024, 09:47:38
    Author     : Tomek
*/
#main_footer {
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-size: 16px;
}
#main_footer {
  padding-top: 3.75vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-top: 28.8px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-top: 72px;
  }
}
#main_footer {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-left: 0px;
  }
}
#main_footer {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  #main_footer {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  #main_footer {
    padding-right: 0px;
  }
}
@media (max-width: 1500px) {
  #main_footer {
    font-size: 15px;
  }
}
@media (max-width: 764px) {
  #main_footer {
    padding-top: 4.6875vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  #main_footer {
    padding-top: 36px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  #main_footer {
    padding-top: 90px;
  }
}
#main_footer br {
  display: block;
}
#main_footer strong {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
#main_footer .box_footer a {
  color: #FFFFFF;
  font-family: "metropolis", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 16px;
  display: block;
}
@media (max-width: 1500px) {
  #main_footer .box_footer a {
    font-size: 15px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1350px) {
  #main_footer .box_footer a {
    padding-bottom: 12px;
  }
}
#main_footer .box_footer a.cp_href {
  padding-bottom: 0;
}
#main_footer .box_footer a:hover {
  color: #C2C2C2;
}
#main_footer .box_footer a:last-child {
  padding-bottom: 0;
}
#main_footer .footer_main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-left: -16px;
}
@media (max-width: 764px) {
  #main_footer .footer_main_content {
    padding-bottom: 12px;
  }
}
#main_footer .footer_main_content .box_footer {
  width: calc(22% - 32px);
  margin: 16px;
  padding-bottom: 20px;
}
@media (max-width: 1500px) {
  #main_footer .footer_main_content .box_footer {
    width: calc(23% - 32px);
  }
}
#main_footer .footer_main_content .box_footer:nth-child(1) {
  width: calc(34% - 32px);
}
@media (max-width: 1500px) {
  #main_footer .footer_main_content .box_footer:nth-child(1) {
    width: calc(31% - 32px);
  }
}
#main_footer .footer_main_content .box_footer:nth-child(1) > div {
  max-width: 400px;
}
@media (max-width: 1200px) {
  #main_footer .footer_main_content .box_footer {
    width: calc(50% - 32px);
  }
  #main_footer .footer_main_content .box_footer:nth-child(1) {
    width: calc(50% - 32px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main_footer .footer_main_content .box_footer:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #main_footer .footer_main_content .box_footer:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #main_footer .footer_main_content .box_footer:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 764px) {
  #main_footer .footer_main_content .box_footer {
    margin: 10px 16px;
    width: calc(100% - 32px);
    text-align: center;
  }
  #main_footer .footer_main_content .box_footer:nth-child(1) {
    width: calc(100% - 32px);
  }
  #main_footer .footer_main_content .box_footer:nth-child(1) > div {
    margin: 0 auto;
  }
}
#main_footer .footer_main_content .box_footer.big {
  width: calc(40% - 32px);
}
@media (max-width: 764px) {
  #main_footer .footer_main_content .box_footer.big {
    width: calc(100% - 32px);
  }
}
#main_footer .footer_main_content .box_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_footer .footer_main_content .box_footer ul li {
  margin-bottom: 10px;
}
#main_footer .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  color: white;
  font-family: "metropolis", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  border-top: 1px solid #333;
  padding: 14px 0 14px;
  margin-top: 10vh;
}
@media (max-width: 1500px) {
  #main_footer .footer_copyright {
    font-size: 15px;
  }
}
@media (max-width: 764px) {
  #main_footer .footer_copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  #main_footer .footer_copyright > div {
    text-align: center;
  }
}
#main_footer .footer_copyright a {
  color: white;
  display: inline-block;
  padding: 10px 20px 10px 0;
}
@media (max-width: 764px) {
  #main_footer .footer_copyright a {
    padding: 10px 20px;
  }
}
#main_footer .footer_copyright a:hover {
  color: #C2C2C2;
}

.footer_sep {
  color: transparent;
  display: inline-block;
}
.footer_sep {
  padding-left: 2.6041666667vw;
}
@media (max-width: 768px) {
  .footer_sep {
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .footer_sep {
    padding-left: 50px;
  }
}
.footer_sep {
  padding-right: 2.6041666667vw;
}
@media (max-width: 768px) {
  .footer_sep {
    padding-right: 20px;
  }
}
@media (min-width: 1920px) {
  .footer_sep {
    padding-right: 50px;
  }
}
@media (max-width: 1700px) {
  .footer_sep {
    padding-left: 2.0833333333vw;
  }
}
@media (max-width: 1700px) and (max-width: 768px) {
  .footer_sep {
    padding-left: 16px;
  }
}
@media (max-width: 1700px) and (min-width: 1920px) {
  .footer_sep {
    padding-left: 40px;
  }
}
@media (max-width: 1700px) {
  .footer_sep {
    padding-right: 2.0833333333vw;
  }
}
@media (max-width: 1700px) and (max-width: 768px) {
  .footer_sep {
    padding-right: 16px;
  }
}
@media (max-width: 1700px) and (min-width: 1920px) {
  .footer_sep {
    padding-right: 40px;
  }
}
@media (max-width: 1450px) {
  .footer_sep {
    padding-left: 1.5625vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .footer_sep {
    padding-left: 12px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .footer_sep {
    padding-left: 30px;
  }
}
@media (max-width: 1450px) {
  .footer_sep {
    padding-right: 1.5625vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .footer_sep {
    padding-right: 12px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .footer_sep {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer_sep {
    padding-left: 1.0416666667vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .footer_sep {
    padding-left: 8px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .footer_sep {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .footer_sep {
    padding-right: 1.0416666667vw;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .footer_sep {
    padding-right: 8px;
  }
}
@media (max-width: 1200px) and (min-width: 1920px) {
  .footer_sep {
    padding-right: 20px;
  }
}
@media (max-width: 764px) {
  .footer_sep {
    display: none;
  }
}

.cta_box {
  /*    @include elementVWsize(pl, 56);
      @include elementVWsize(pr, 56);*/
  background-color: #E6E6E6;
}
.cta_box.bg_blue {
  background-color: #ebf6ff;
}
.cta_box.bg_grey {
  background-color: #E6E6E6;
}
.cta_box {
  padding-top: 5vw;
}
@media (max-width: 768px) {
  .cta_box {
    padding-top: 38.4px;
  }
}
@media (min-width: 1920px) {
  .cta_box {
    padding-top: 96px;
  }
}
.cta_box {
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .cta_box {
    padding-bottom: 38.4px;
  }
}
@media (min-width: 1920px) {
  .cta_box {
    padding-bottom: 96px;
  }
}
.cta_box .inner_wrapper .cta_box_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta_box .inner_wrapper .single_box {
  margin: 16px;
  background-color: #fff;
}
.cta_box .inner_wrapper .single_box {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-left: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-right: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-top: 48px;
  }
}
.cta_box .inner_wrapper .single_box {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .cta_box .inner_wrapper .single_box {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cta_box .inner_wrapper .single_box {
    padding-bottom: 48px;
  }
}
.cta_box .inner_wrapper .single_box:nth-of-type(1) {
  width: calc(37.25% - 32px);
}
.cta_box .inner_wrapper .single_box:nth-of-type(2) {
  width: calc(37.25% - 32px);
}
.cta_box .inner_wrapper .single_box:nth-of-type(3) {
  width: calc(25.5% - 32px);
  background-color: #061D5C;
}
.cta_box .inner_wrapper .single_box:nth-of-type(3) .font_heading {
  color: #fff;
}
@media (max-width: 1280px) {
  .cta_box .inner_wrapper .single_box:nth-of-type(1) {
    width: calc(50% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(2) {
    width: calc(50% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) {
    width: calc(100% - 32px);
    background-color: #061D5C;
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) .font_heading {
    color: #fff;
  }
}
@media (max-width: 764px) {
  .cta_box .inner_wrapper .single_box:nth-of-type(1) {
    width: calc(100% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(2) {
    width: calc(100% - 32px);
  }
  .cta_box .inner_wrapper .single_box:nth-of-type(3) {
    width: calc(100% - 32px);
  }
}

.newsletter_box {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.newsletter_box {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .newsletter_box {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .newsletter_box {
    padding-top: 90px;
  }
}
.newsletter_box {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .newsletter_box {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .newsletter_box {
    padding-bottom: 50px;
  }
}
.newsletter_box .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter_box .inner_wrapper > * {
  width: 45%;
}
@media (max-width: 764px) {
  .newsletter_box .inner_wrapper > * {
    width: 100%;
  }
  .newsletter_box .inner_wrapper > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}

.is_hover .wi_btn.btn_secoundary {
  background-color: #E77A47;
}
.is_hover .wi_btn.btn_primary {
  background-color: #A17466;
}
.is_hover .wi_btn.btn_ghost {
  background-color: #E77A47;
  color: #fff;
}
.is_hover .wi_btn.btn_ghost .icon svg path {
  stroke: #fff;
}
.is_hover .wi_btn.btn_ghost_white {
  background-color: #fff;
  color: #000;
}
.is_hover .wi_btn.btn_ghost_white .icon svg path {
  stroke: #000;
}
.is_hover .wi_btn.btn_white {
  background-color: #000;
  color: #fff;
}
.is_hover .wi_btn.btn_white .icon svg path {
  stroke: #fff;
}

.wi_btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 43px;
  border-radius: 1px;
  padding: 12px 16px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 8px;
}
@media (max-width: 960px) {
  .wi_btn {
    height: 48px;
  }
}
.wi_btn.btn_no_label .label {
  display: none;
}
.wi_btn.btn_no_icon_after .icon_after {
  display: none;
}
.wi_btn.btn_no_icon_before .icon_before {
  display: none;
}
.wi_btn.btn_no_icon .icon {
  display: none;
}
.wi_btn.btn_size_l {
  height: 56px;
}
.wi_btn.btn_size_m {
  height: 48px;
}
.wi_btn.btn_size_s {
  height: 40px;
}
.wi_btn.btn_size_xs {
  height: 32px;
}
.wi_btn .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1250px) {
  .wi_btn .label {
    text-align: center;
  }
}
.wi_btn .icon {
  font-size: 0;
  line-height: 0;
}
.wi_btn .icon.icon_before {
  margin-right: 12px;
}
.wi_btn .icon.icon_after {
  margin-left: 12px;
}
.wi_btn.btn_secondary {
  background-color: #DE6127;
  color: #fff !important;
}
.wi_btn.btn_secondary .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_secondary.is_hover, .wi_btn.btn_secondary:hover {
  background-color: #E77A47;
}
.wi_btn.btn_primary {
  background-color: #67392B;
  color: #fff !important;
}
.wi_btn.btn_primary.is_hover, .wi_btn.btn_primary:hover {
  background-color: #A17466;
}
.wi_btn.btn_primary .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_ghost {
  background-color: transparent;
  border: 1px solid #67392B;
  color: #67392B;
}
.wi_btn.btn_ghost.is_hover, .wi_btn.btn_ghost:hover {
  background-color: #A17466;
  color: #fff;
}
.wi_btn.btn_ghost.is_hover .icon svg path, .wi_btn.btn_ghost:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_ghost .icon svg path {
  stroke: #67392B;
}
.wi_btn.btn_ghost_white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.wi_btn.btn_ghost_white.is_hover, .wi_btn.btn_ghost_white:hover {
  background-color: #fff;
  color: #000;
}
.wi_btn.btn_ghost_white.is_hover .icon svg path, .wi_btn.btn_ghost_white:hover .icon svg path {
  stroke: #000;
}
.wi_btn.btn_ghost_white .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.wi_btn.btn_white .icon svg path {
  stroke: #000;
}
.wi_btn.btn_white.is_hover, .wi_btn.btn_white:hover {
  background-color: #000;
  color: #fff;
}
.wi_btn.btn_white.is_hover .icon svg path, .wi_btn.btn_white:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box {
  background-color: transparent;
  border: none;
  color: #000;
}
.wi_btn.btn_icon_box .icon {
  background-color: #67392B;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wi_btn.btn_icon_box .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box.is_hover, .wi_btn.btn_icon_box:hover {
  background-color: transparent;
}
.wi_btn.btn_icon_box.is_hover .icon, .wi_btn.btn_icon_box:hover .icon {
  background-color: #A17466;
}
.wi_btn.btn_icon_box.is_hover .icon svg path, .wi_btn.btn_icon_box:hover .icon svg path {
  stroke: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white {
  color: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white .icon {
  background-color: #fff;
}
.wi_btn.btn_icon_box.btn_icon_box_white .icon svg path {
  stroke: #67392B;
}
.wi_btn.btn_icon_box.btn_icon_box_white.is_hover .icon, .wi_btn.btn_icon_box.btn_icon_box_white:hover .icon {
  background-color: #000000;
}
.wi_btn.btn_no_padding {
  padding: 0px 0px;
}

.tl_bg_alternative .cp_href:hover .label {
  color: #E77A47;
}
.tl_bg_alternative .cp_href .label {
  color: #fff;
}
.tl_bg_alternative .cp_href .icon svg path {
  stroke: #fff;
}

.cp_href {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.cp_href:hover .label {
  color: #E77A47;
}
.cp_href.content_type {
  color: #67392B;
}
.cp_href.content_type .icon svg {
  width: 18px !important;
  height: 18px !important;
}
.cp_href.content_type .icon svg path {
  stroke: #67392B;
}
.cp_href .icon {
  font-style: 0;
  line-height: 0;
  padding-right: 8px;
}
.cp_href .icon svg {
  width: 18px !important;
  height: 18px !important;
}
.cp_href .icon svg path {
  stroke: #DE6127;
}
.cp_href .label {
  color: #1E1E1E;
  font-family: "metropolis", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

#main_footer .cp_href .label {
  color: white !important;
}
#main_footer .cp_href:hover .label {
  color: #C2C2C2 !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10 wrz 2024, 07:33:18
    Author     : Tomek
*/
.menu_top_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_top_header a {
  display: inline-block;
  padding: 3px 8px;
  color: #67392B;
}
.menu_top_header a:hover {
  color: #A17466;
}

#mobile_switcher {
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  cursor: pointer;
  background-color: #fff;
  z-index: 5;
  border: 1px solid #67392B;
  border-radius: 4px;
  margin-left: 20px;
}
@media (min-width: 961px) {
  #mobile_switcher {
    display: none;
  }
}
#mobile_switcher.lock {
  opacity: 0.5;
  pointer-events: none;
}
#mobile_switcher span {
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: calc(50% - 10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile_switcher span:nth-of-type(1) {
  top: calc(50% - 9px);
}
#mobile_switcher span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#mobile_switcher span:nth-of-type(3) {
  top: calc(50% + 7px);
}
#mobile_switcher.close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#mobile_switcher.close span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#mobile_switcher.close span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 961px) {
  #menu_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  #menu_bar {
    left: -1500px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    background-color: #fff;
    padding: 12px 8px 24px;
    overflow-y: auto;
  }
  #menu_bar.opened {
    left: 0px;
    width: 100%;
  }
}

.main_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 700px) {
  .main_menu ul {
    padding: 15px 0;
  }
}
.main_menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: auto;
  font-size: 16px;
  padding: 25px 0;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
  font-family: "metropolis", serif;
}
@media (max-width: 1350px) {
  .main_menu a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .main_menu a {
    font-size: 14px;
  }
}
@media (max-width: 961px) {
  .main_menu a {
    padding: 15px 0;
  }
}
.main_menu a .mobile-dropdown {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
}
@media (min-width: 961px) {
  .main_menu a .mobile-dropdown {
    display: none;
  }
}
.main_menu a .mobile-dropdown > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0;
  line-height: 0;
}
.main_menu a .mobile-dropdown svg path {
  stroke: #67392B;
}
.main_menu a > span {
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
  overflow: hidden;
}
.main_menu a > span > span {
  display: inline-block;
  position: relative;
}
.main_menu a > span > span:nth-child(1) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_menu a > span > span:nth-child(2) {
  color: #67392B;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.main_menu li.current-post-ancestor > a, .main_menu li.current-page-ancestor > a, .main_menu li.current-menu-item > a, .main_menu li:hover > a {
  color: #A17466;
}
@media (min-width: 961px) {
  .main_menu li.current-post-ancestor > a > span > span:nth-child(1), .main_menu li.current-page-ancestor > a > span > span:nth-child(1), .main_menu li.current-menu-item > a > span > span:nth-child(1), .main_menu li:hover > a > span > span:nth-child(1) {
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_menu li.current-post-ancestor > a > span > span:nth-child(2), .main_menu li.current-page-ancestor > a > span > span:nth-child(2), .main_menu li.current-menu-item > a > span > span:nth-child(2), .main_menu li:hover > a > span > span:nth-child(2) {
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu li a {
  color: #1E1E1E;
}
.main_menu li a:hover {
  color: #A17466;
}
@media (min-width: 961px) {
  .main_menu li a:hover > span > span:nth-child(1) {
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_menu li a:hover > span > span:nth-child(2) {
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu a.href_has_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.main_menu a.href_has_arrow .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main_menu a.href_has_arrow .icon {
  font-size: 0;
  line-height: 0;
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
.main_menu a.href_has_arrow .icon svg path {
  stroke: #08287F;
}
@media (max-width: 960px) {
  .main_menu a.href_has_arrow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 961px) {
  .main_menu > li {
    position: relative;
    padding: 16px 16px;
  }
}
@media (min-width: 961px) and (max-width: 1680px) {
  .main_menu > li {
    padding: 5px 12px;
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .main_menu > li {
    padding: 5px 8px;
  }
}
@media (min-width: 961px) {
  .main_menu > li:hover > ul {
    pointer-events: auto;
    display: block;
  }
  .main_menu > li:hover > ul:not(.sub-menu-big) > div {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .main_menu > li:hover > a .mobile-dropdown > span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .main_menu > li.right_submenu > ul {
    left: 100%;
    -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  .main_menu > li > ul {
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0%;
    width: 320px;
    bottom: 0px;
    -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    overflow: hidden;
  }
  .main_menu > li > ul:not(.sub-menu-big) > div {
    padding: 8px 0 !important;
    background-color: #fff;
    -webkit-transform: translate(0%, -100%);
        -ms-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #E6E6E6;
    border-top: 0 solid #E6E6E6;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .main_menu > li > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 36px;
    padding: 12px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 960px) {
  .main_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_menu > li {
    display: block !important;
    width: 100%;
  }
  .main_menu > li > a {
    padding: 0 40px;
    height: 48px;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_menu > li > a .mobile-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    margin-left: 12px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_menu > li > a .mobile-dropdown > span {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main_menu > li > a .mobile-dropdown svg {
    width: 24px;
    height: 24px;
  }
  .main_menu > li > a .mobile-dropdown svg path {
    stroke: #DE6127;
  }
  .main_menu > li.opened > ul {
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #67392B;
    border-bottom: 1px solid #67392B;
  }
  .main_menu > li.opened > a .mobile-dropdown > span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .main_menu > li > ul {
    display: none;
    /*background-color: $color_base;*/
    background-color: transparent;
  }
  .main_menu > li > ul a {
    width: 100%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
  }
  .main_menu > li > ul a:hover {
    /*background-color: $color_base_hover;*/
    background-color: transparent;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 9 paź 2024, 08:31:03
    Author     : Tomek
*/
.main_menu > li.has_big_menu.menu_disabled {
  pointer-events: none;
}
.main_menu > li.has_big_menu > ul {
  width: 100vw !important;
  padding: 0 0 0 0 !important;
  background-color: transparent;
  overflow: hidden;
}
@media (min-width: 961px) {
  .main_menu > li.has_big_menu > ul {
    display: block !important;
  }
}

.big_menu_wrapper,
.big-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  background-color: #fff;
}
@media (min-width: 961px) {
  .big_menu_wrapper,
  .big-menu-wrapper {
    max-height: 80vh;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*opacity: 0;*/
    z-index: -30;
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
    border-bottom: 1px solid #e6e6e6;
  }
  .big_menu_wrapper.is_absolute,
  .big-menu-wrapper.is_absolute {
    z-index: 1;
  }
  .big_menu_wrapper.is_show,
  .big-menu-wrapper.is_show {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    min-height: 600px;
  }
}
.big_menu_wrapper .big_menu_inner_wrapper,
.big-menu-wrapper .big_menu_inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important;
  background-color: #fff;
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  width: 50%;
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-left: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-right: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-bottom: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-bottom: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-bottom: 64px;
  }
}
.big_menu_wrapper .left_box_menu,
.big-menu-wrapper .left_box_menu {
  padding-top: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-top: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    padding-top: 64px;
  }
}
.big_menu_wrapper .left_box_menu .header_box .sub_menu_label,
.big-menu-wrapper .left_box_menu .header_box .sub_menu_label {
  color: #000;
  font-size: 26px;
  line-height: 1.34;
}
.big_menu_wrapper .left_box_menu .header_box .sub_menu_desc,
.big-menu-wrapper .left_box_menu .header_box .sub_menu_desc {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .big_menu_wrapper .left_box_menu .header_box,
  .big-menu-wrapper .left_box_menu .header_box {
    text-align: center;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop,
.big-menu-wrapper .left_box_menu .sub_menu_loop {
  padding-top: 3.3333333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop,
  .big-menu-wrapper .left_box_menu .sub_menu_loop {
    padding-top: 25.6px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop,
  .big-menu-wrapper .left_box_menu .sub_menu_loop {
    padding-top: 64px;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a,
.big-menu-wrapper .left_box_menu .sub_menu_loop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 30px);
  padding-right: 30px;
  min-height: 30px;
  color: #67392B;
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a,
.big-menu-wrapper .left_box_menu .sub_menu_loop a {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 40px;
  }
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a.active, .big_menu_wrapper .left_box_menu .sub_menu_loop a:hover,
.big-menu-wrapper .left_box_menu .sub_menu_loop a.active,
.big-menu-wrapper .left_box_menu .sub_menu_loop a:hover {
  /*color: #08287f;*/
  /*color: $color_base_hover;*/
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a .label,
.big-menu-wrapper .left_box_menu .sub_menu_loop a .label {
  padding-top: 3px;
}
.big_menu_wrapper .left_box_menu .sub_menu_loop a .icon,
.big-menu-wrapper .left_box_menu .sub_menu_loop a .icon {
  font-size: 0;
  line-height: 0;
  margin-left: 12px;
}
@media (min-width: 961px) {
  .big_menu_wrapper .left_box_menu .left_box_menu,
  .big-menu-wrapper .left_box_menu .left_box_menu {
    min-height: 30vh;
  }
}
@media (max-width: 960px) {
  .big_menu_wrapper .left_box_menu,
  .big-menu-wrapper .left_box_menu {
    width: 100%;
  }
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    width: 100%;
    min-height: 48px;
  }
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .big_menu_wrapper .left_box_menu .sub_menu_loop a,
  .big-menu-wrapper .left_box_menu .sub_menu_loop a {
    margin-bottom: 0px;
  }
}
.big_menu_wrapper .right_box_menu,
.big-menu-wrapper .right_box_menu {
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.big_menu_wrapper .right_box_menu img,
.big-menu-wrapper .right_box_menu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.big_menu_wrapper .right_box_menu img.current,
.big-menu-wrapper .right_box_menu img.current {
  z-index: 5;
  opacity: 1;
}
@media (max-width: 960px) {
  .big_menu_wrapper .right_box_menu,
  .big-menu-wrapper .right_box_menu {
    display: none;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10 wrz 2024, 12:23:04
    Author     : Tomek
*/
.deco_uptitle {
  color: #DE6127;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .deco_uptitle {
    font-size: 12px;
  }
}
@media (max-width: 764px) {
  .deco_uptitle {
    font-size: 11px;
  }
}
.deco_uptitle.bg_alternative span, .deco_uptitle.deco_grey span {
  color: #fff;
}
.deco_uptitle:after {
  content: "";
  display: table;
  clear: both;
}

.wi_small_title {
  color: #052EFF;
  margin-bottom: 12px;
}

.wi_icon_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wi_icon_label .icon {
  font-size: 0;
  line-height: 0;
  margin-right: 6px;
}
.wi_icon_label .label {
  margin-top: 3px;
}

.wi_map_iframe {
  position: relative;
  overflow: hidden;
}
.wi_map_iframe {
  padding-top: 30.2083333333vw;
}
@media (max-width: 768px) {
  .wi_map_iframe {
    padding-top: 232px;
  }
}
@media (min-width: 1920px) {
  .wi_map_iframe {
    padding-top: 580px;
  }
}
.wi_map_iframe * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cpt_snippet_logo {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo {
    padding-top: 48px;
  }
}
.cpt_snippet_logo {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo {
    padding-bottom: 48px;
  }
}
.cpt_snippet_logo .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.cpt_snippet_logo .slick-list {
  text-align: center;
}
.cpt_snippet_logo .single_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.cpt_snippet_logo .single_logo {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo .single_logo {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo .single_logo {
    padding-left: 48px;
  }
}
.cpt_snippet_logo .single_logo {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .cpt_snippet_logo .single_logo {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_logo .single_logo {
    padding-right: 48px;
  }
}
.cpt_snippet_logo .single_logo.color_regular img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.cpt_snippet_logo .single_logo > span {
  display: inline-block;
}
.cpt_snippet_logo .single_logo:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.cpt_snippet_logo .single_logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
  height: auto;
}

.personel_loop .single_person_team {
  margin-bottom: 2.9166666667vw;
}
@media (max-width: 768px) {
  .personel_loop .single_person_team {
    margin-bottom: 22.4px;
  }
}
@media (min-width: 1920px) {
  .personel_loop .single_person_team {
    margin-bottom: 56px;
  }
}
.personel_loop .single_person_team:last-of-type {
  margin-bottom: 0;
}

.single_person_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_person_team .image_person {
  font-size: 0;
  line-height: 0;
}
.single_person_team .image_person img {
  max-width: 100%;
  height: auto;
}
.single_person_team .personel_header {
  width: 35%;
}
.single_person_team .personel_footer {
  width: 65%;
}
.single_person_team .personel_footer {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_person_team .personel_footer {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_person_team .personel_footer {
    padding-left: 32px;
  }
}
.single_person_team .personel_content {
  margin-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_person_team .personel_content {
    margin-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_person_team .personel_content {
    margin-top: 32px;
  }
}
@media (max-width: 764px) {
  .single_person_team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_person_team .personel_header {
    width: 100%;
  }
  .single_person_team .personel_footer {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.tl_bg_alternative .table_wrapper table tr:nth-of-type(1) {
  background-color: #67392B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
.tl_bg_alternative .table_wrapper table tr:nth-child(odd) {
  background-color: #67392B;
}
.tl_bg_alternative .table_wrapper table tr:nth-child(even) {
  background-color: #67392B;
}
.tl_bg_alternative .table_wrapper table td,
.tl_bg_alternative .table_wrapper table td span {
  font-family: "metropolis", serif !important;
}

.table_wrapper table tr:nth-of-type(1) {
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
.table_wrapper table tr:nth-child(odd) {
  background-color: #fff;
}
.table_wrapper table tr:nth-child(even) {
  background-color: #C2C2C2;
}
.table_wrapper table td {
  padding: 16px 24px;
  text-align: left;
}
.table_wrapper table td,
.table_wrapper table td span {
  font-family: "metropolis", serif !important;
}

.sectionCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sectionCategory .sectionCategoryMore,
.sectionCategory .sectionCategoryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 30px;
  padding: 5px 24px;
  margin: 0 32px 32px 0;
  font-size: 14px;
  line-height: 171.429%;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "metropolis", serif;
  color: #67392B;
  background: white;
  border: 0 solid #67392B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1450px) {
  .sectionCategory .sectionCategoryMore,
  .sectionCategory .sectionCategoryItem {
    height: 40px;
    padding: 5px 16px;
  }
}
@media (max-width: 768px) {
  .sectionCategory .sectionCategoryMore,
  .sectionCategory .sectionCategoryItem {
    height: 48px;
    padding: 5px 24px;
    border-top: 1px solid #67392B;
  }
  .sectionCategory .sectionCategoryMore:nth-child(2),
  .sectionCategory .sectionCategoryItem:nth-child(2) {
    border-top: 0 solid #67392B;
  }
}
.sectionCategory .sectionCategoryMore:hover, .sectionCategory .sectionCategoryMore.sectionCategoryItemActive,
.sectionCategory .sectionCategoryItem:hover,
.sectionCategory .sectionCategoryItem.sectionCategoryItemActive {
  color: white;
  background: #67392B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionCategory .sectionCategoryMore.sectionCategoryItemHide,
.sectionCategory .sectionCategoryItem.sectionCategoryItemHide {
  max-height: 0;
  max-width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionCategory .sectionCategoryMore {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sectionCategoryTitle {
    margin-bottom: 10px;
  }
}

.sectionCategoryMobile {
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .sectionCategoryMobile {
    overflow: hidden;
  }
}
.sectionCategoryMobile .sectionCategoryMobileInit {
  display: none;
}
.sectionCategoryMobile .sectionCategoryMobileInit a {
  display: block;
}

@media (max-width: 768px) {
  .sectionCategoryMobile {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .sectionCategoryMobile .sectionCategoryMobileInit {
    position: relative;
    opacity: 1;
    cursor: pointer;
    display: block;
    width: 100% !important;
    height: 48px;
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    line-height: 171.429%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "metropolis", serif;
    color: white;
    background: #67392B;
  }
  .sectionCategoryMobile .sectionCategoryMobileInit:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/fi_chevron-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 24px;
    bottom: auto;
    left: auto;
  }
  .sectionCategoryMobile .sectionCategoryMobileBox {
    z-index: 1;
    max-height: 0;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 48px;
    right: 0;
    bottom: auto;
    left: 0;
  }
  .sectionCategoryMobile .sectionCategoryMobileBox .sectionCategoryItem {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .sectionCategoryMobile .sectionCategoryMobileBox .sectionCategoryItemActive {
    display: none;
  }
  .sectionCategoryMobile.sectionCategoryMobileOpen .sectionCategoryMobileBox {
    border: 1px solid #67392B;
    max-height: 240px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sectionCategoryMobile.sectionCategoryMobileOpen .sectionCategoryMobileBox li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.cf_forms {
  width: 100%;
  max-width: 648px;
  margin: 0 0 0 auto;
}
.cf_forms .cf_form {
  display: block;
}
.cf_forms .cf_form.hide {
  display: none;
}
.cf_forms .cf_form .cf_form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -16px;
}
.cf_forms .cf_form .cf_form_box .cf_form_item {
  width: 50%;
  padding: 0 16px;
}
@media (max-width: 650px) {
  .cf_forms .cf_form .cf_form_box .cf_form_item {
    width: 100%;
  }
}
.cf_forms .thankyou {
  display: none;
  text-align: center;
  font-weight: 700;
}
.cf_forms .thankyou.show {
  display: block;
}
.cf_forms .contact_label {
  font-size: 16px;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  color: #052EFF;
  display: block;
  padding-bottom: 5px;
}
.cf_forms.hide {
  display: none;
}
.cf_forms ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1; /* Firefox */
}
.cf_forms ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1; /* Firefox */
}
.cf_forms :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1; /* Firefox */
}
.cf_forms ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1; /* Firefox */
}
.cf_forms ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1; /* Firefox */
}
.cf_forms :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B3B3B3;
}
.cf_forms ::-ms-input-placeholder { /* Microsoft Edge */
  color: #B3B3B3;
}
.cf_forms .form_label {
  margin-bottom: 12px;
  display: block;
  color: #1E1E1E;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-family: "metropolis", serif;
  line-height: 1;
}
.cf_forms .form_label span {
  color: #E33737;
}
.cf_forms.small {
  max-width: 896px;
  margin: 0 auto;
}
.cf_forms label {
  margin-bottom: 32px;
  /*margin-bottom: 50px;*/
  display: block;
}
@media (max-width: 1600px) {
  .cf_forms label {
    margin-bottom: 28px;
  }
}
@media (max-width: 1350px) {
  .cf_forms label {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cf_forms label {
    margin-bottom: 22px;
  }
}
@media (max-width: 650px) {
  .cf_forms label {
    margin-bottom: 20px;
  }
}
.cf_forms .margin_box {
  margin-bottom: 20px;
}
.cf_forms .wpcf7-not-valid-tip {
  font-size: 10px;
  color: red;
}
.cf_forms select option {
  font-family: arial;
  /*background-color: #121212;*/
  padding: 10px;
}
.cf_forms select,
.cf_forms input[type=text], .cf_forms input[type=password], .cf_forms input[type=email], .cf_forms input[type=tel], .cf_forms input[type=number], .cf_forms input[type=date], .cf_forms textarea, .cf_forms .text_form {
  /*background: #ffffff;*/
  border: 1px solid #E5E5E5;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0px;
  height: 46px;
  padding: 12px;
  color: #1E1E1E;
  font-weight: 300;
  width: 100%;
  letter-spacing: 0.42px;
}
.cf_forms select.small,
.cf_forms input[type=text].small, .cf_forms input[type=password].small, .cf_forms input[type=email].small, .cf_forms input[type=tel].small, .cf_forms input[type=number].small, .cf_forms input[type=date].small, .cf_forms textarea.small, .cf_forms .text_form.small {
  height: 30px;
}
.cf_forms select.wpcf7-not-valid,
.cf_forms input[type=text].wpcf7-not-valid, .cf_forms input[type=password].wpcf7-not-valid, .cf_forms input[type=email].wpcf7-not-valid, .cf_forms input[type=tel].wpcf7-not-valid, .cf_forms input[type=number].wpcf7-not-valid, .cf_forms input[type=date].wpcf7-not-valid, .cf_forms textarea.wpcf7-not-valid, .cf_forms .text_form.wpcf7-not-valid {
  border: 1px solid #EC1C24;
}
.cf_forms select:focus,
.cf_forms input[type=text]:focus, .cf_forms input[type=password]:focus, .cf_forms input[type=email]:focus, .cf_forms input[type=tel]:focus, .cf_forms input[type=number]:focus, .cf_forms input[type=date]:focus, .cf_forms textarea:focus, .cf_forms .text_form:focus {
  border: 1px solid #DE6127;
  /*background: transparent;*/
}
.cf_forms textarea {
  width: 100%;
  height: 100px !important;
}
.cf_forms textarea.text_form {
  /*line-height: 22px;*/
  padding: 12px 24px;
  /*border-radius: 30px;*/
}
.cf_forms .center_wrapper {
  text-align: center;
  padding: 20px 10px;
}
.cf_forms .right_wrapper {
  text-align: right;
  padding: 20px 10px;
}
.cf_forms .send_button {
  margin-top: 30px;
}
.cf_forms button {
  cursor: pointer;
}
.cf_forms .wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 44px;
  padding: 12px 16px;
  width: auto;
  background-color: #DE6127;
  /*text-transform: uppercase;*/
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "metropolis", serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  border: 0px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cf_forms .wpcf7-submit:hover {
  background-color: #DE6127;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cf_forms .wpcf7-submit .icon {
  font-size: 0;
  line-height: 0;
  /*padding-left: 12px;*/
  padding-right: 12px;
  display: inline-block;
}
.cf_forms .wpcf7-submit .label {
  display: inline-block;
  padding-top: 0px;
  margin-left: 0px;
}

.ac_checkbox_wrapper {
  margin-top: -16px;
}
@media (max-width: 1700px) {
  .ac_checkbox_wrapper {
    margin-top: -14px;
  }
}
@media (max-width: 1350px) {
  .ac_checkbox_wrapper {
    margin-top: -12px;
  }
}
@media (max-width: 992px) {
  .ac_checkbox_wrapper {
    margin-top: -10px;
  }
}
@media (max-width: 650px) {
  .ac_checkbox_wrapper {
    margin-top: -8px;
  }
}
.ac_checkbox_wrapper .wpcf7-list-item,
.ac_checkbox_wrapper .wpcf7-form-control-wrap {
  margin-left: 0 !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-select {
  cursor: pointer;
}

.select_wrapper {
  position: relative;
}
.select_wrapper .icon {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 44px;
  width: 44px;
  background: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  border-left: 1px solid #E5E5E5;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  position: relative;
  min-height: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0.42px;
  /*color:#D9D9D9;*/
  color: #3F3F3F;
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-bottom: 5px;
}
.wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  opacity: 0.01;
  z-index: -1;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 28px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.5;
  font-family: "metropolis", serif;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label .checkbox_label,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .checkbox_label,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label .checkbox_label {
  width: 100%;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span,
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label .checkbox_label span {
  color: #67392B;
}

.wpcf7-radio .wpcf7-list-item {
  margin-bottom: 20px;
}
.wpcf7-radio .wpcf7-list-item:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #fff;
  border: 1px solid #000000;
  opacity: 1;
  border-radius: 25px;
  pointer-events: none;
  z-index: 7;
}
.wpcf7-radio .wpcf7-list-item.checked:after {
  border: 1px solid #000000;
}
.wpcf7-radio .wpcf7-list-item.checked:before {
  background: #000000;
  background-size: cover;
  position: absolute;
  border-radius: 5px;
  content: "";
  top: 11px;
  left: 4px;
  width: 8px;
  height: 8px;
  z-index: 8;
  pointer-events: none;
}

.wpcf7-acceptance .wpcf7-list-item:after,
.wpcf7-checkbox .wpcf7-list-item:after {
  /*            position: absolute;
              top:7px;
              left:0;
              width: 16px;
              height: 16px;
              content: '';
              background-color: #fff;
              opacity:1;
              border:1px solid #000000;
              pointer-events: none;
              z-index: 7;
              border-radius: 2px;*/
}
.wpcf7-acceptance .wpcf7-list-item:after,
.wpcf7-checkbox .wpcf7-list-item:after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  content: "";
  background-image: url("images/checkbox_empty.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  pointer-events: none;
}
.wpcf7-acceptance .wpcf7-list-item.checked:after,
.wpcf7-checkbox .wpcf7-list-item.checked:after {
  background-image: url("images/checkbox_full.png");
}
.wpcf7-acceptance .wpcf7-list-item.checked:before,
.wpcf7-checkbox .wpcf7-list-item.checked:before {
  /*                content: "\2713";
                  top:5px;
                  left:3px;
                  color: #000000;
                  position: absolute;
                  pointer-events: none;
                  z-index: 8;*/
}

.formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}
.formBox .formItem {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 650px) {
  .formBox .formItem {
    width: 100%;
  }
}

/*paginacja*/
.pagination_main {
  width: 100%;
  padding-top: 6rem;
}

#pagination {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding-top: 30px;
  /*padding-bottom:35px;*/
  text-align: center;
  position: relative;
  z-index: 3;
  /*background-color: #F7F7F7;*/
}
#pagination:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  /*background-color: #F7F7F7;*/
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pagination.hide {
  display: none;
}

.page-numbers a.prev,
.page-numbers a.next {
  /*display:none;*/
  font-size: 16px;
  font-weight: 500;
}

.page-numbers {
  line-height: 0;
  font-size: 0;
}

.page-numbers li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers li.npp {
  width: 40px;
  height: 40px;
  /*border:1px solid transparent;*/
  border-radius: 8px;
}
@media (max-width: 960px) {
  .page-numbers li.npp {
    width: 24px;
    height: 30px;
  }
}
.page-numbers li.npp:hover > a svg,
.page-numbers li.npp:hover > span svg {
  stroke: #fff;
}
.page-numbers li.npp.last {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-numbers li.npp.first {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.page-numbers li.npp > a,
.page-numbers li.npp > span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #67392B;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .page-numbers li.npp > a,
  .page-numbers li.npp > span {
    width: 30px;
    height: 30px;
  }
}
.page-numbers li.npp > a svg,
.page-numbers li.npp > span svg {
  width: 22px;
  height: 10px;
}
.page-numbers li.npp > a svg path,
.page-numbers li.npp > span svg path {
  stroke: #67392B;
}
.page-numbers li.npp > a:hover svg path,
.page-numbers li.npp > span:hover svg path {
  stroke: #DE6127;
}
.page-numbers li.npp > a.disabled svg path,
.page-numbers li.npp > span.disabled svg path {
  stroke: #E5E5E5;
}
.page-numbers li:last-of-type a {
  margin-right: 0;
}
.page-numbers li:last-of-type span {
  margin-right: 0;
}
.page-numbers li.single_number {
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  .page-numbers li.single_number {
    width: 30px;
    height: 30px;
  }
}
.page-numbers li.single_number span,
.page-numbers li.single_number a {
  color: #67392B;
}
.page-numbers li.single_number span:hover,
.page-numbers li.single_number a:hover {
  color: #DE6127;
}
.page-numbers li.single_number span.current {
  color: #DE6127;
}
.page-numbers li span,
.page-numbers li a {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  padding: 0px 0rem 0px;
  font-weight: 500;
  color: #67392B;
}
@media (max-width: 960px) {
  .page-numbers li span,
  .page-numbers li a {
    width: 30px;
    height: 30px;
  }
}
.page-numbers {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  background-color: #fff;
}
.page-numbers.hide {
  display: none;
}

.news_loop {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news_loop .news_category .deco_uptitle {
  display: none;
}
.news_loop.col2 .single_news_box {
  width: calc(50% - 32px);
}
@media (max-width: 560px) {
  .news_loop.col2 .single_news_box {
    width: calc(100% - 32px);
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-top: 32px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-left: 32px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-right: 32px;
  }
}
.news_loop.col2 .single_news_box .news_category,
.news_loop.col2 .single_news_box .content_wraper {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col2 .single_news_box .news_category,
  .news_loop.col2 .single_news_box .content_wraper {
    padding-bottom: 32px;
  }
}
.news_loop.col4 .single_news_box {
  width: calc(25% - 32px);
}
@media (max-width: 960px) {
  .news_loop.col4 .single_news_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560px) {
  .news_loop.col4 .single_news_box {
    width: calc(100% - 32px);
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-top: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-left: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-left: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-right: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-right: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-right: 24px;
  }
}
.news_loop.col4 .single_news_box .news_category,
.news_loop.col4 .single_news_box .content_wraper {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .news_loop.col4 .single_news_box .news_category,
  .news_loop.col4 .single_news_box .content_wraper {
    padding-bottom: 24px;
  }
}

.post_news_image {
  text-align: center;
}

.single_news_box {
  cursor: pointer;
  position: relative;
  width: 33.3333333333% !important;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #E5E5E5;
  padding-bottom: 160px;
}
.single_news_box {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .single_news_box {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .single_news_box {
    padding-top: 48px;
  }
}
.single_news_box {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .single_news_box {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .single_news_box {
    padding-left: 48px;
  }
}
.single_news_box {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .single_news_box {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .single_news_box {
    padding-right: 48px;
  }
}
@media (max-width: 1600px) {
  .single_news_box {
    padding-bottom: 140px;
  }
}
@media (max-width: 1350px) {
  .single_news_box {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .single_news_box {
    padding-bottom: 90px;
  }
}
@media (max-width: 1250px) {
  .single_news_box {
    width: 50% !important;
  }
}
@media (max-width: 650px) {
  .single_news_box {
    width: 100% !important;
  }
}
.single_news_box:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  opacity: 0;
  border: 1px solid #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1250px) {
  .single_news_box:nth-child(3n+1) {
    margin-left: 0;
  }
  .single_news_box:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 650px) and (max-width: 1249px) {
  .single_news_box:nth-child(2n+1) {
    margin-left: 0;
  }
  .single_news_box:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 649px) {
  .single_news_box {
    margin-left: 0;
    margin-top: -1px;
  }
}
.single_news_box .image_wrapper {
  position: relative;
  border-radius: 0 !important;
}
.single_news_box .news_category {
  position: absolute;
}
.single_news_box .news_category {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-top: 32px;
  }
}
.single_news_box .news_category {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-left: 32px;
  }
}
.single_news_box .news_category {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-right: 32px;
  }
}
.single_news_box .news_category {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .news_category {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .news_category {
    padding-bottom: 32px;
  }
}
.single_news_box .news_data {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  /*color: #00AFFF;*/
  color: white;
  margin-bottom: 10px;
}
.single_news_box .box_title {
  margin-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_news_box .box_title {
    margin-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .box_title {
    margin-top: 32px;
  }
}
.single_news_box .box_desc {
  font-weight: 300;
}
.single_news_box .box_desc {
  margin-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .single_news_box .box_desc {
    margin-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .box_desc {
    margin-top: 16px;
  }
}
.single_news_box .btn_wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}
.single_news_box .btn_wrapper {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .single_news_box .btn_wrapper {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .single_news_box .btn_wrapper {
    padding-bottom: 48px;
  }
}
.single_news_box.is_hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_news_share_box {
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E9ECEF;
}
.post_news_share_box .share_label_wrapper .label {
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.post_news_share_box .share_label_wrapper .label svg {
  margin-right: 12px;
}
.post_news_share_box .icon_loop a {
  padding: 16px;
  margin-left: 16px;
  line-height: 1;
}
@media (max-width: 960px) {
  .post_news_share_box .icon_loop a {
    padding: 8px;
    margin-left: 8px;
  }
}
.post_news_share_box .icon_loop a span {
  line-height: 1;
  display: inline-block;
}
.post_news_share_box .icon_loop a span svg {
  height: 18px;
  width: auto;
}
.post_news_share_box .icon_loop a span svg path {
  fill: #67392B;
}
.post_news_share_box .icon_loop a:hover span svg path {
  fill: #A17466;
}

.post_news_data {
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.post_news_main_title {
  padding-bottom: 24px;
}

.post_news_desc {
  color: #67392B;
  letter-spacing: 0.42px;
  padding-bottom: 24px;
  font-size: 21px;
  line-height: 1.52;
  font-weight: 400;
}
@media (max-width: 768px) {
  .post_news_desc {
    font-size: 16.8px;
  }
}

.single-post #content_editor .inner_wrapper {
  padding: 0 !important;
}

.box_grid_50 p {
  margin: 0;
}
.box_grid_50 strong {
  display: block;
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.ce_block_box_with_icon_line .section_desc {
  margin: 8px 0 0px;
}
.ce_block_box_with_icon_line .loop {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ce_block_box_with_icon_line .loop.has_margin_top {
  margin-top: 16px;
}
.ce_block_box_with_icon_line .loop.col_2 .single {
  width: calc(50% - 32px);
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop.col_2 .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop.col_3 .single {
  width: calc(33.3334% - 32px);
}
@media (max-width: 960px) {
  .ce_block_box_with_icon_line .loop.col_3 .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop.col_3 .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop .single {
  position: relative;
  z-index: 3;
  /*background-color: #fff;*/
  margin: 16px;
  width: calc(25% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
}
.ce_block_box_with_icon_line .loop .single {
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-top: 8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-top: 20px;
  }
}
.ce_block_box_with_icon_line .loop .single {
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-bottom: 8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-bottom: 20px;
  }
}
.ce_block_box_with_icon_line .loop .single {
  padding-right: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-right: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single {
    padding-right: 16px;
  }
}
@media (max-width: 1440px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 960px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(50% - 32px);
  }
}
@media (max-width: 764px) {
  .ce_block_box_with_icon_line .loop .single {
    width: calc(100% - 32px);
  }
}
.ce_block_box_with_icon_line .loop .single .box_icon {
  font-size: 0;
  line-height: 0;
}
.ce_block_box_with_icon_line .loop .single .box_icon {
  padding-bottom: 1.3541666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line .loop .single .box_icon {
    padding-bottom: 10.4px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line .loop .single .box_icon {
    padding-bottom: 26px;
  }
}
.ce_block_box_with_icon_line .loop .single .box_icon img {
  max-height: 64px;
  width: auto;
}
.ce_block_box_with_icon_line .loop .single .box_desc {
  margin-top: 8px;
}
.ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
  color: white;
  background: #67392B;
}
.ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
  padding-top: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-top: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-top: 32px;
  }
}
.ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-right: 32px;
  }
}
.ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-bottom: 32px;
  }
}
.ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_block_box_with_icon_line.ce_block_box_with_icon_line_type_1 .single {
    padding-left: 32px;
  }
}

.ce_imgvideo_text_block .content_deco {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px !important;
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .content_deco {
    display: none;
  }
}
.ce_imgvideo_text_block .division {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .content_deco {
  right: 0;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .content_deco {
  left: 0;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
  padding-left: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 64px;
  }
}
.ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
  padding-right: 3.3333333333vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 25.6px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 64px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.content_deco_enabled.right_text .right_box {
    padding-right: 0px;
  }
}
.ce_imgvideo_text_block .division .slick-track .single img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_imgvideo_text_block .division .wi_video_wrapper {
  /*padding-top: 70px;*/
  /*@include elementVWsize(pt, 588);*/
  padding-top: 56.25%;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .wi_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_imgvideo_text_block .division .wi_video_wrapper .wi_video > * {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.ce_imgvideo_text_block .division .wi_editor_style {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ce_imgvideo_text_block .division > .image_box {
  width: calc(58.5% - 16px);
  /*width: 50%;*/
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division > .image_box {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division > .wi_editor_style {
  width: calc(41.5% - 16px);
  /*width: 50%;*/
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division > .wi_editor_style {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.grid_type_6040 .left_box {
  width: calc(65% - 16px);
}
.ce_imgvideo_text_block .division.grid_type_6040 .right_box {
  width: calc(35% - 16px);
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.grid_type_6040 .left_box, .ce_imgvideo_text_block .division.grid_type_6040 .right_box {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.grid_type_4060 .left_box {
  width: calc(35% - 16px);
}
.ce_imgvideo_text_block .division.grid_type_4060 .right_box {
  width: calc(65% - 16px);
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.grid_type_4060 .left_box, .ce_imgvideo_text_block .division.grid_type_4060 .right_box {
    width: 100%;
  }
}
.ce_imgvideo_text_block .division.box_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ce_imgvideo_text_block .division.box_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce_imgvideo_text_block .division.box_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ce_imgvideo_text_block .division .left_box {
  text-align: center;
}
.ce_imgvideo_text_block .division.text_align_right .editor {
  text-align: right;
}
.ce_imgvideo_text_block .division .image_box {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division .image_box {
    margin-bottom: 15px;
  }
}
.ce_imgvideo_text_block .division .image_box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ce_imgvideo_text_block .division.left_text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ce_imgvideo_text_block .division.left_text .right_box {
  padding-right: 7.03125vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 54px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 135px;
  }
}
.ce_imgvideo_text_block .division.left_text .right_box {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 1700px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 6.25vw;
  }
}
@media (max-width: 1700px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 48px;
  }
}
@media (max-width: 1700px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 120px;
  }
}
@media (max-width: 1450px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 4.6875vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 36px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 90px;
  }
}
@media (max-width: 1300px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 1.5625vw;
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 12px;
  }
}
@media (max-width: 1300px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 30px;
  }
}
@media (max-width: 1150px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 1150px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 1150px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
.ce_imgvideo_text_block .division.right_text .right_box {
  padding-left: 7.03125vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 54px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 135px;
  }
}
.ce_imgvideo_text_block .division.right_text .right_box {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 1700px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 6.25vw;
  }
}
@media (max-width: 1700px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 48px;
  }
}
@media (max-width: 1700px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 120px;
  }
}
@media (max-width: 1450px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 4.6875vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 36px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 90px;
  }
}
@media (max-width: 1300px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 1.5625vw;
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 12px;
  }
}
@media (max-width: 1300px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 30px;
  }
}
@media (max-width: 1150px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 1150px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 1150px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.left_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.left_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-left: 0px;
  }
}
@media (max-width: 764px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .ce_imgvideo_text_block .division.right_text .right_box {
    padding-right: 0px;
  }
}

.ce_columns_block {
  overflow: hidden;
}
.ce_columns_block.tl_bg_alternative .wi_editor_style ul:not([class]),
.ce_columns_block.tl_bg_alternative .editor_column {
  color: #fff !important;
}
.ce_columns_block .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ce_columns_block .inner_wrapper.block_col_1 {
  display: block;
}
.ce_columns_block .inner_wrapper.block_col_1 > * {
  width: 100%;
  display: block;
}
.ce_columns_block .inner_wrapper.block_col_2 > * {
  width: calc(50% - 16px);
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_2 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_2 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.ce_columns_block .inner_wrapper.block_col_3 > * {
  width: calc(33.3334% - 16px);
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_3 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_3 > *:nth-of-type(2), .ce_columns_block .inner_wrapper.block_col_3 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
.ce_columns_block .inner_wrapper.block_col_4 > * {
  width: calc(25% - 16px);
}
@media (max-width: 960px) {
  .ce_columns_block .inner_wrapper.block_col_4 > * {
    width: calc(50% - 16px);
  }
  .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(2), .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
@media (max-width: 764px) {
  .ce_columns_block .inner_wrapper.block_col_4 > * {
    width: 100%;
  }
  .ce_columns_block .inner_wrapper.block_col_4 > *:nth-of-type(3) {
    margin-bottom: 16px;
  }
}

.ce_counter_block {
  z-index: 3;
  position: relative;
}
.ce_counter_block.tl_bg_alternative .counter_list .single_counter {
  border: 1px solid #fff;
}
.ce_counter_block .ce_counter_block_inner_wrapper {
  position: relative;
  z-index: 4;
}
.ce_counter_block .counter_list {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_counter_block .counter_list.box_1 .single_counter {
  width: calc(100% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_1 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list.box_2 .single_counter {
  width: calc(50% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_2 .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list.box_2 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list.box_3 .single_counter {
  width: calc(33.3334% - 32px);
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 880px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list.box_3 .single_counter {
    width: calc(100% - 32px);
  }
}
.ce_counter_block .counter_list .single_counter {
  width: calc(25% - 32px);
  margin: 0 16px 16px;
}
.ce_counter_block .counter_list .single_counter {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter {
    padding-right: 32px;
  }
}
.ce_counter_block .counter_list .single_counter .wi_count {
  display: inline-block;
}
.ce_counter_block .counter_list .single_counter .conter_number {
  /*@include elementVWsize(pb, 32);*/
}
.ce_counter_block .counter_list .single_counter .conter_number .font_heading {
  font-family: "metropolis", serif;
  font-weight: 600;
  line-height: 102.778%;
  font-size: 3.8541666667vw;
}
@media (max-width: 960px) {
  .ce_counter_block .counter_list .single_counter .conter_number .font_heading {
    font-size: 37px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter .conter_number .font_heading {
    font-size: 74px;
  }
}
.ce_counter_block .counter_list .single_counter .desc {
  padding-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_counter_block .counter_list .single_counter .desc {
    padding-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_counter_block .counter_list .single_counter .desc {
    padding-top: 16px;
  }
}
.ce_counter_block .counter_list .single_counter .desc .desc_icon {
  margin-right: 8px;
}
@media (max-width: 1680px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(25% - 32px);
    margin: 10px 16px;
  }
}
@media (max-width: 880px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(50% - 32px);
  }
}
@media (max-width: 480px) {
  .ce_counter_block .counter_list .single_counter {
    width: calc(100% - 32px);
  }
}

.ce_download_block .inner_wrapper.small_grid {
  max-width: 960px;
}
.ce_download_block .inner_wrapper .single_file_download_warpper:last-of-type a {
  margin-bottom: 0;
}
.ce_download_block .download_list .single_file_download_warpper:last-of-type a {
  margin-bottom: 0;
}
.ce_download_block .single_download {
  border-bottom: 1px solid #D9D9D9;
}
.ce_download_block .single_download .main_content {
  padding-bottom: 24px;
}
.ce_download_block .single_download .single_file_download_warpper a {
  border: none;
}
.ce_download_block .download_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.ce_download_block .download_header .label {
  padding: 25px 12px 25px 0px;
  font-weight: 500;
}
.ce_download_block .download_header .trigger {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 3;
}
.ce_download_block .download_header .trigger .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_download_block .download_header .trigger.opened .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.single_file_download_warpper {
  /*margin-bottom: 16px;*/
}
.single_file_download_warpper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 16px;
  border-radius: 8px;
}
.single_file_download_warpper a {
  padding-left: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-left: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-left: 32px;
  }
}
.single_file_download_warpper a {
  padding-right: 1.6666666667vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-right: 12.8px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-right: 32px;
  }
}
.single_file_download_warpper a {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-bottom: 24px;
  }
}
.single_file_download_warpper a {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a {
    padding-top: 24px;
  }
}
.single_file_download_warpper a:last-of-type {
  /*margin-bottom: 0px;*/
}
.single_file_download_warpper a:hover .label_box {
  color: #08287f;
}
.single_file_download_warpper a .main_icon {
  width: 32px;
  font-size: 0;
  line-height: 0;
  display: none;
}
.single_file_download_warpper a .main_icon svg line,
.single_file_download_warpper a .main_icon svg path {
  stroke: #000000;
}
.single_file_download_warpper a .label_box {
  width: calc(100% - 400px);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 122%; /* 21.96px */
  color: #000;
}
.single_file_download_warpper a .label_box {
  padding-right: 0.8333333333vw;
}
@media (max-width: 768px) {
  .single_file_download_warpper a .label_box {
    padding-right: 6.4px;
  }
}
@media (min-width: 1920px) {
  .single_file_download_warpper a .label_box {
    padding-right: 16px;
  }
}
.single_file_download_warpper a .file_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 24px;
  color: #999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*font-size:0;*/
  /*line-height: 0;*/
}
@media (min-width: 961px) {
  .single_file_download_warpper a .file_data {
    margin-left: auto;
  }
}
.single_file_download_warpper a .file_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.single_file_download_warpper a .file_type span {
  display: inline-block;
  padding-left: 5px;
  text-transform: uppercase;
}
.single_file_download_warpper a .file_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_file_download_warpper a .wi_download_btn {
  border-left: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 10px 24px;
  height: 40px;
}
.single_file_download_warpper a .wi_download_btn .label {
  color: #000;
}
.single_file_download_warpper a .wi_download_btn .wi_btn {
  padding: 5px 7px;
  margin-right: 12px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_file_download_warpper a .button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 960px) {
  .single_file_download_warpper a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_file_download_warpper a .label_box {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .single_file_download_warpper a .file_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    padding: 10px 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single_file_download_warpper a .button_wrapper {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 540px) {
  .single_file_download_warpper a .file_data {
    padding: 10px 24px 0 24px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single_file_download_warpper a .button_wrapper {
    width: 100%;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single_file_download_warpper a .button_wrapper .wi_download_btn {
    border-left: 0px solid transparent;
    padding: 10px;
  }
}

.ce_faq_block.tl_bg_alternative .single_faq .cross_animate .line2,
.ce_faq_block.tl_bg_alternative .single_faq .cross_animate .line1 {
  background-color: #000;
}
.ce_faq_block.tl_bg_alternative .single_faq .trigger {
  background-color: #fff;
  border: 1px solid #000;
}
.ce_faq_block.tl_bg_alternative .single_faq:hover .cross_animate .line2,
.ce_faq_block.tl_bg_alternative .single_faq:hover .cross_animate .line1 {
  background-color: #fff;
}
.ce_faq_block.tl_bg_alternative .single_faq:hover .trigger {
  border: 1px solid #fff;
  background-color: #000;
}

.faq_list {
  /*padding: 24px 0;*/
}
.faq_list .single_faq {
  background-color: #EEF8FF;
  padding: 24px 32px 24px;
  border-radius: 8px;
}
.faq_list .single_faq:last-of-type {
  margin-bottom: 0;
}

.single_faq {
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
.single_faq .execute {
  cursor: pointer;
}
.single_faq .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40px;
  height: 40px;
  background-color: #67392B;
  border-radius: 8px;
}
.single_faq .trigger:hover {
  background-color: #A17466;
}
.single_faq .title_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 32px 3px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
  line-height: 1.33;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  color: #000;
  width: 100%;
  width: calc(100% - 40px);
}
@media (max-width: 960px) {
  .single_faq .title_faq {
    font-size: 18px;
  }
}
.single_faq .cross_animate {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  border-radius: 8px;
}
.single_faq .cross_animate .line2,
.single_faq .cross_animate .line1 {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_faq .cross_animate .line1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
}
.single_faq .cross_animate .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
}
.single_faq .header_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_faq .header_faq .icon {
  margin-right: 12px;
}
.single_faq .header_faq.opened {
  padding-bottom: 0;
}
.single_faq .header_faq.opened .cross_animate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.single_faq .header_faq.opened .cross_animate .line2 {
  height: 0;
}
.single_faq .header_faq.opened .trigger .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.single_faq .header_faq > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_faq .content_faq {
  padding-bottom: 16px;
  padding-top: 16px;
  color: #000;
}
@media (max-width: 960px) {
  .single_faq .content_faq {
    padding-left: 16px;
    padding-bottom: 16px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21 maj 2024, 12:54:57
    Author     : Tomek
*/
.tl_bg_alternative .n_p {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.tl_bg_alternative .n_p svg path,
.tl_bg_alternative .n_p .icon svg path {
  stroke: #000;
}
.tl_bg_alternative .n_p.is_hover, .tl_bg_alternative .n_p:hover {
  background-color: #000;
  color: #fff;
}
.tl_bg_alternative .n_p.is_hover svg path,
.tl_bg_alternative .n_p.is_hover .icon svg path, .tl_bg_alternative .n_p:hover svg path,
.tl_bg_alternative .n_p:hover .icon svg path {
  stroke: #fff;
}

.slider_gallery_inline .gallery-thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_gallery_inline .gallery-thumbnail img {
  width: 100%;
}

.slider_gallery_inline_box_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: flex-end;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider_gallery_inline_box_nav .n_p {
  position: relative;
  width: 40px !important;
  height: 40px !important;
}
.slider_gallery_inline_box_nav .n_p.n_p-arrow-left {
  -webkit-transform: translate(0, 0%) rotate(180deg) !important;
      -ms-transform: translate(0, 0%) rotate(180deg) !important;
          transform: translate(0, 0%) rotate(180deg) !important;
}
.slider_gallery_inline_box_nav .n_p.n_p-arrow-right {
  margin-left: 32px;
  -webkit-transform: translate(0, 0%) rotate(0deg) !important;
      -ms-transform: translate(0, 0%) rotate(0deg) !important;
          transform: translate(0, 0%) rotate(0deg) !important;
}

.aside_gallery .n_p {
  width: 22px !important;
  height: 22px !important;
}
.aside_gallery .n_p.n_p-arrow-left {
  left: 10px !important;
}
.aside_gallery .n_p.n_p-arrow-right {
  right: 10px !important;
}

.galleryArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.galleryArrow .n_p {
  position: relative !important;
  background-color: transparent !important;
  width: 23px !important;
  height: 17px !important;
  margin: 0 8px !important;
}
.galleryArrow .n_p svg path {
  stroke: #67392B;
}
.galleryArrow .n_p:hover svg path {
  stroke: #A17466;
}
.galleryArrow .n_p.n_p-arrow-left {
  left: 0px !important;
}
.galleryArrow .n_p.n_p-arrow-right {
  right: 0px !important;
}

.slider_gallery_inline_box_wrapper {
  position: relative;
}
.slider_gallery_inline_box_wrapper .slider_gallery_inline_box_nav {
  position: absolute;
  top: 50%;
  left: 0%;
  width: calc(100% - 84px);
  left: 42px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_gallery_inline_box:before {
  content: "";
  z-index: 2;
  background: white;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: -1px;
  left: calc((100vw - 1600px) / -2);
  width: calc((100vw - 1600px) / 2);
}
@media (max-width: 1920px) {
  .slider_gallery_inline_box:before {
    left: -8.3333333333vw;
    width: 8.3333333333vw;
  }
}
.slider_gallery_inline_box .n_p {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline_box .n_p.n_p-arrow-left {
  -webkit-transform: translate(0, -50%) rotate(180deg) !important;
      -ms-transform: translate(0, -50%) rotate(180deg) !important;
          transform: translate(0, -50%) rotate(180deg) !important;
  left: 32px;
}
.slider_gallery_inline_box .n_p.n_p-arrow-right {
  -webkit-transform: translate(0, -50%) rotate(0deg) !important;
      -ms-transform: translate(0, -50%) rotate(0deg) !important;
          transform: translate(0, -50%) rotate(0deg) !important;
  right: 32px;
}
@media (max-width: 960px) {
  .slider_gallery_inline_box .n_p.n_p-arrow-left {
    left: 0px;
  }
  .slider_gallery_inline_box .n_p.n_p-arrow-right {
    right: 0px;
  }
}
.slider_gallery_inline_box .n_p svg {
  width: 16px;
  height: 16px;
}
.slider_gallery_inline_box .n_p svg path {
  fill: transparent !important;
}
.slider_gallery_inline_box .n_p:hover svg path {
  stroke: #fff;
}
.slider_gallery_inline_box .slick-list {
  overflow: visible !important;
  width: calc(100% + 8px);
  margin-left: -4px;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail {
  padding: 0 4px;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail:hover a:after {
  opacity: 0.5;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail a {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline_box .slick-list .gallery-thumbnail a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #181D1E;
  pointer-events: none;
  z-index: 4;
}

/* slider_gallery inline */
.slider_gallery_inline {
  position: relative;
  margin: 0 0;
  /*padding: 12px 60px 0;*/
  padding: 10px 0px 0;
  list-style-type: none;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  overflow: hidden;
}
.slider_gallery_inline .n_p {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
}
.slider_gallery_inline .n_p.n_p-arrow-left {
  left: 42px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.slider_gallery_inline .n_p.n_p-arrow-right {
  right: 42px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.slider_gallery_inline .n_p svg {
  width: 16px;
  height: 16px;
}
.slider_gallery_inline .n_p svg path {
  fill: transparent !important;
}
.slider_gallery_inline .n_p:hover svg path {
  stroke: #fff;
}
.slider_gallery_inline .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_gallery_inline .slick-track .slick-slide {
  height: auto;
}
.slider_gallery_inline .slick-list {
  /*border: 1px solid #e6e6e6;*/
}
.slider_gallery_inline .gallery-thumbnail {
  position: relative;
  padding: 10px;
}
.slider_gallery_inline .gallery-thumbnail:hover .zoom {
  opacity: 1;
}
.slider_gallery_inline .gallery-thumbnail .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider_gallery_inline .gallery-thumbnail .zoom .icon {
  text-align: center;
}
.slider_gallery_inline .gallery-thumbnail .zoom .text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-top: 10px;
}
.slider_gallery_inline .gallery-thumbnail .number {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-size: 21px;
  padding-top: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_gallery_inline .gallery-thumbnail .desc {
  padding-top: 15px;
  font-size: 21px;
  color: #000;
}
.slider_gallery_inline .gallery-thumbnail .image_wraper img {
  max-width: 100%;
  height: auto;
}
.slider_gallery_inline .gallery-thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}
.slider_gallery_inline .gallery-thumbnail a:hover:after {
  opacity: 0.5;
}
.slider_gallery_inline .gallery-thumbnail a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #181D1E;
  pointer-events: none;
  z-index: 4;
}
.slider_gallery_inline .gallery-thumbnail a > * {
  display: block;
  width: 100%;
}

.gallery_isotope {
  position: relative;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.gallery_isotope .gallery-thumbnail {
  width: calc(33.333% - 32px);
  margin: 16px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 764px) {
  .gallery_isotope .gallery-thumbnail {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .gallery_isotope .gallery-thumbnail {
    width: calc(100% - 16px);
  }
}
.gallery_isotope .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery_isotope .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery_isotope .gallery-thumbnail img {
  max-width: 100%;
  height: auto;
}

.gallery_inline_grid {
  width: calc(100% + 24px);
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_inline_grid .gallery-thumbnail {
  position: relative;
  width: calc(33.3334% - 24px);
  margin: 12px;
}
.gallery_inline_grid .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery_inline_grid .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 764px) {
  .gallery_inline_grid .gallery-thumbnail {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  .gallery_inline_grid .gallery-thumbnail {
    width: calc(100% - 24px);
  }
}
.gallery_inline_grid .gallery-thumbnail {
  padding-top: 18.2291666667vw;
}
@media (max-width: 768px) {
  .gallery_inline_grid .gallery-thumbnail {
    padding-top: 140px;
  }
}
@media (min-width: 1920px) {
  .gallery_inline_grid .gallery-thumbnail {
    padding-top: 350px;
  }
}
.gallery_inline_grid .gallery-thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery_inline_grid .gallery-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-custom {
  position: relative;
}
.gallery-custom .custom_row {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.gallery-custom .custom_row:last-of-type {
  margin-bottom: 0;
}
.gallery-custom .custom_row .gallery-thumbnail {
  position: relative;
}
.gallery-custom .custom_row .gallery-thumbnail:hover:after {
  opacity: 1;
}
.gallery-custom .custom_row .gallery-thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery-custom .custom_row .size-small, .gallery-custom .custom_row .size-large {
  overflow: hidden;
}
.gallery-custom .custom_row .size-small a, .gallery-custom .custom_row .size-large a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-custom .custom_row .size-small img, .gallery-custom .custom_row .size-large img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 641px) {
  .gallery-custom .custom_row {
    height: 35vw;
  }
  .gallery-custom .custom_row .size-small, .gallery-custom .custom_row .size-large {
    position: absolute;
  }
  .gallery-custom .custom_row .size-small {
    width: calc(33.3334% - 8px);
    height: calc(15vw - 8px);
  }
  .gallery-custom .custom_row .size-large {
    width: calc(33.3334% - 8px);
    height: calc(20vw - 8px);
  }
  .gallery-custom .custom_row .image_index_1, .gallery-custom .custom_row image_index_2, .gallery-custom .custom_row image_index_3 {
    top: 0;
  }
  .gallery-custom .custom_row .image_index_4, .gallery-custom .custom_row .image_index_5, .gallery-custom .custom_row .image_index_6 {
    bottom: 0;
  }
  .gallery-custom .custom_row image_index_4,
  .gallery-custom .custom_row .image_index_1 {
    left: 0;
  }
  .gallery-custom .custom_row .image_index_5,
  .gallery-custom .custom_row .image_index_2 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .gallery-custom .custom_row .image_index_6,
  .gallery-custom .custom_row .image_index_3 {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@media (max-width: 640px) {
  .gallery-custom .custom_row .size-large,
  .gallery-custom .custom_row .size-small {
    width: 100%;
    height: 60vw;
  }
  .gallery-custom .custom_row .gallery-thumbnail {
    margin-bottom: 16px;
  }
  .gallery-custom .custom_row .gallery-thumbnail:last-of-type {
    margin-bottom: 0;
  }
}

.ce_image__video_full {
  font-size: 0;
  line-height: 0;
}
.ce_image__video_full img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tl_bg_transparent {
  background-color: transparent;
}

.tl_bg_base {
  background-color: #F7F2F2;
}

.tl_bg_alternative {
  /*background-color: #B3B3B3;*/
  background-color: #67392B;
  color: #fff;
}
.tl_bg_alternative .title_label,
.tl_bg_alternative .small_label,
.tl_bg_alternative h1, .tl_bg_alternative h2, .tl_bg_alternative h3, .tl_bg_alternative h4, .tl_bg_alternative h5, .tl_bg_alternative h6 {
  color: #fff;
}

.ce_shortcode_edit_block {
  padding: 5px;
  border: 1px solid red;
  text-align: center;
  background-color: #fff;
}

.ce_edit_block {
  padding: 5px;
  text-align: center;
  display: block;
  background: #FB9378;
  color: #000;
}
.ce_edit_block a {
  color: red;
}

.inner_wrapper .image_wraper,
.inner_wrapper .image_wrapper,
.inner_wrapper .main_img,
.inner_wrapper .gallery-thumbnail,
.inner_wrapper .gallery-thumbnail a,
.inner_wrapper .gallery-thumbnail a img,
.inner_wrapper .gallery_inline_grid a {
  overflow: hidden;
  border-radius: 0;
}

.single_logo span,
.single_logo a {
  overflow: hidden;
  border-radius: 0;
}

.wi_cg {
  position: relative;
}
.wi_cg:after {
  display: none;
  position: absolute;
  content: "";
  background: #67392B;
  top: 0;
  right: auto;
  bottom: auto;
  left: -30px;
  width: 2px;
  height: 6.5vw;
  max-height: 136px;
}
@media (max-width: 1920px) {
  .wi_cg:after {
    height: 7.2vw;
  }
}
@media (max-width: 1450px) {
  .wi_cg:after {
    left: -22px;
  }
}
@media (max-width: 1200px) {
  .wi_cg:after {
    left: -12px;
    height: 8vw;
  }
}
@media (max-width: 764px) {
  .wi_cg:after {
    height: 43px;
  }
}

.wi_cg_contant {
  max-width: 70%;
}
.wi_cg_contant {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .wi_cg_contant {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_cg_contant {
    padding-top: 120px;
  }
}
.wi_cg_contant {
  padding-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .wi_cg_contant {
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  .wi_cg_contant {
    padding-bottom: 120px;
  }
}
@media (max-width: 764px) {
  .wi_cg_contant {
    max-width: 80%;
  }
  .wi_cg_contant {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .wi_cg_contant {
    padding-top: 28px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .wi_cg_contant {
    padding-top: 70px;
  }
}
@media (max-width: 764px) {
  .wi_cg_contant {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .wi_cg_contant {
    padding-bottom: 28px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .wi_cg_contant {
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .wi_cg_contant {
    max-width: 100%;
  }
}

.wi_cg_img {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  margin-bottom: 20px;
}
@media (max-width: 1350px) {
  .wi_cg_img {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media (max-width: 500px) {
  .wi_cg_img {
    display: none;
  }
}
.wi_cg_img img {
  width: 100%;
  height: auto;
  max-width: 25vw !important;
}

.wi_cg_img svg {
  width: 49vw;
  height: auto;
}
@media (max-width: 500px) {
  .wi_cg_img svg {
    width: 60vw;
  }
}

.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 {
  width: 54%;
}
@media (max-width: 700px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu,
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .slick-track,
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
  cursor: pointer;
  width: 100% !important;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
  position: relative;
  padding: 28px 0;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 1700px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 24px 0;
  }
}
@media (max-width: 1450px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 16px 0;
  }
}
@media (max-width: 700px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 10px 0;
  }
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item:nth-child(1) {
  border-top: 0 solid #E5E5E5;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  opacity: 0;
  background: #DE6127;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item > div:nth-child(1) {
  padding: 0 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item > div:nth-child(1) {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1450px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item > div:nth-child(1) {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 992px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item > div:nth-child(1) {
    padding: 0 20px 0 0;
  }
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item > div:nth-child(2) {
  padding: 0 0 0 20px;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item.slick-current:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item.slick-current > div:nth-child(1) {
  padding-right: 0;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 {
  width: 38.5%;
}
@media (max-width: 700px) {
  .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 {
    width: 100%;
  }
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item {
  position: relative;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description {
  position: relative;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .font_h2, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .font_h3, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .font_h4, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .font_h5, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .font_h6,
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h2, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h3, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h4, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h5, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h6,
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h2, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h3, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h4, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h5, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h6, .ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description h1 {
  font-weight: 400;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description .h1 {
  color: #67392B;
  padding-bottom: 20px;
}
.ce_tabs_block.ce_tabs_block0 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description > div {
  z-index: 3;
  position: relative;
}
.ce_tabs_block.ce_tabs_block1 {
  color: white;
  background: #29201D;
  overflow: hidden;
}
.ce_tabs_block.ce_tabs_block1 .font_h1, .ce_tabs_block.ce_tabs_block1 .font_h2, .ce_tabs_block.ce_tabs_block1 .font_h3, .ce_tabs_block.ce_tabs_block1 .font_h4, .ce_tabs_block.ce_tabs_block1 .font_h5, .ce_tabs_block.ce_tabs_block1 .font_h6,
.ce_tabs_block.ce_tabs_block1 .h1, .ce_tabs_block.ce_tabs_block1 .h2, .ce_tabs_block.ce_tabs_block1 .h3, .ce_tabs_block.ce_tabs_block1 .h4, .ce_tabs_block.ce_tabs_block1 .h5, .ce_tabs_block.ce_tabs_block1 .h6,
.ce_tabs_block.ce_tabs_block1 h2, .ce_tabs_block.ce_tabs_block1 h3, .ce_tabs_block.ce_tabs_block1 h4, .ce_tabs_block.ce_tabs_block1 h5, .ce_tabs_block.ce_tabs_block1 h6, .ce_tabs_block.ce_tabs_block1 h1 {
  color: white;
}
.ce_tabs_block.ce_tabs_block1 .deco_uptitle {
  color: white;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 {
  padding: 14vh 0;
  width: 33.3333333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1450px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 {
    padding: 50px 0;
  }
}
@media (max-width: 1250px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 {
    width: 30%;
  }
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 {
    width: 40%;
  }
}
@media (max-width: 650px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 {
    padding: 40px 0 20px;
    width: 100%;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu {
  padding-top: 70px;
}
@media (max-width: 650px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu {
    padding-top: 50px;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu,
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .slick-track,
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
  width: 100% !important;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
  opacity: 0.3;
  position: relative;
  padding: 24px 20px 24px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 1450px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 16px 20px 16px 0;
  }
}
@media (max-width: 992px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item {
    padding: 12px 20px 12px 0;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  opacity: 0;
  background: #DE6127;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item.slick-current {
  opacity: 1;
  padding-right: 0;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_1 .ce_tabs_menu_item.slick-current:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 {
  width: 66.6666666667%;
}
@media (max-width: 1250px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 {
    width: 70%;
  }
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 {
    width: 60%;
  }
}
@media (max-width: 650px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 {
    width: calc(100% + 22.4px + 22.4px);
    margin: 0 -22.4px;
  }
}
@media (min-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .slick-list {
    overflow: visible;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item {
  position: relative;
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_image {
  width: 50%;
  line-height: 1;
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_image {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_image img {
  width: 100%;
  max-width: auto;
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description {
  width: 50%;
  position: relative;
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description {
    width: 100%;
    min-height: calc(100vh - 66px);
  }
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 650px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description {
    min-height: 50vw;
  }
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description:after {
    top: 5%;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description > div {
  z-index: 3;
  position: relative;
  padding: 14vh 0 14vh 48px;
}
@media (max-width: 1450px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description > div {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description > div {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description > div {
    padding: 70px 22.4px 30px 22.4px;
  }
}
.ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100vw - 1600px) / -2);
  bottom: 0;
  left: 0;
  width: calc(100% + (100vw - 1600px) / 2);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1920px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description img {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .ce_tabs_block.ce_tabs_block1 .ce_tabs_box .ce_tabs_2 .ce_tabs_item .ce_tabs_item_description img {
    display: none !important;
  }
}

.wi_box_left_right br {
  display: none;
}
.wi_box_left_right .wi_box_item {
  position: relative;
}

.twentytwenty_image img {
  width: 100%;
}

.home .top_page {
  display: none !important;
}

.max650 {
  max-width: 648px;
}
.max650 p {
  margin: 0;
}

.blueimp-gallery {
  background: rgba(255, 255, 255, 0.95) !important;
}
.blueimp-gallery .close {
  color: #000;
}
.blueimp-gallery .title {
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.blueimp-gallery .title:hover {
  color: #000;
}
.blueimp-gallery .blueimp-gallery > .prev,
.blueimp-gallery .blueimp-gallery > .next {
  color: #000;
  text-shadow: 0 0 2px #000;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #000;
}

.ce_asys .ce_asys_grid {
  margin: 0;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item {
  position: relative;
  width: 16.6666666667%;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #E5E5E5;
}
@media (min-width: 1350px) {
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(6n+1) {
    margin-left: 0;
  }
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(-n+6) {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .ce_asys .ce_asys_grid .ce_asys_grid_item {
    width: 25%;
  }
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 991px) {
  .ce_asys .ce_asys_grid .ce_asys_grid_item {
    width: 33.3333333333%;
  }
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .ce_asys .ce_asys_grid .ce_asys_grid_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot {
  display: block;
  padding: 15% 10% 24px 10%;
}
@media (max-width: 991px) {
  .ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot {
    padding: 10% 10% 10px 10%;
  }
}
.ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_name {
  display: block;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_name {
    font-size: 15px;
  }
}
.ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_circle {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #67392B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_circle > span {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #DE6127;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item img,
.ce_asys .ce_asys_grid .ce_asys_grid_item svg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  left: 0;
  opacity: 0;
  z-index: 999;
  border: 1px solid #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item:hover, .ce_asys .ce_asys_grid .ce_asys_grid_item.active {
  cursor: pointer;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item:hover:before, .ce_asys .ce_asys_grid .ce_asys_grid_item.active:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid .ce_asys_grid_item.active .ce_asys_dot > span > span {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid svg .hide {
  display: none;
}
.ce_asys .ce_asys_grid .ce_asys_premium {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: auto;
  left: auto;
  border-radius: 24px;
  background: #DE6127;
  padding: 8px 12px;
  color: #FFF;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_grid .ce_asys_premium {
    top: 16px;
    right: 16px;
    font-size: 12px;
    padding: 6px 10px;
  }
}
.ce_asys .ce_asys_grid.ce_asys_grid_4 {
  margin: 0 -8px;
}
@media (min-width: 1350px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_4 {
    margin: 0 -16px;
  }
}
.ce_asys .ce_asys_grid.ce_asys_grid_4 .ce_asys_grid_item {
  padding: 8px;
}
@media (min-width: 1350px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_4 .ce_asys_grid_item {
    padding: 16px;
    width: 25%;
  }
}
@media (min-width: 801px) and (max-width: 1349px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_4 .ce_asys_grid_item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1px) and (max-width: 800px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_4 .ce_asys_grid_item {
    width: 50%;
  }
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item {
  margin-left: 0 !important;
  border: 0 solid #E5E5E5;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item:before {
  display: none;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot {
  position: relative;
  border: 1px solid #E5E5E5;
  border-top: 0 solid #E5E5E5;
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot {
    padding: 16px;
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot {
    padding: 12px;
  }
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_name {
  margin-bottom: 8px;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_desc {
  display: block;
  margin-bottom: 8px;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item .ce_asys_dot .ce_asys_dot_circle {
  margin-top: 24px;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item:hover, .ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item.active {
  cursor: pointer;
}
.ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item:hover .ce_asys_dot, .ce_asys .ce_asys_grid.ce_asys_grid_desc .ce_asys_grid_item.active .ce_asys_dot {
  border: 1px solid #DE6127;
  border-top: 0 solid #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item {
  margin-left: 0 !important;
  border: 0 solid #E5E5E5;
}
.ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item:before {
  display: none;
}
.ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item img {
  position: relative;
  border: 1px solid #E5E5E5;
  border-bottom: 0 solid #E5E5E5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item:hover, .ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item.active {
  cursor: pointer;
}
.ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item:hover img, .ce_asys .ce_asys_grid.ce_asys_grid_img .ce_asys_grid_item.active img {
  border: 1px solid #DE6127;
  border-bottom: 0 solid #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_ksztalty_item_more .ce_asys_dot_name {
  opacity: 0;
  pointer-events: none;
}
.ce_asys .ce_asys_ksztalty_item_more .ce_asys_ksztalty_item_more_text {
  display: block;
}
.ce_asys .ce_asys_ksztalty_item_more .ce_asys_ksztalty_item_more_text > svg {
  opacity: 0;
  pointer-events: none;
}
.ce_asys .ce_asys_ksztalty_item_more .ce_asys_ksztalty_item_more_text > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.ce_asys .ce_asys_ksztalt .calc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.ce_asys .ce_asys_ksztalt .calc.show {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item {
  width: 512px;
  padding: 0;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 12px;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item {
    width: 100%;
    max-width: 320px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span {
  font-weight: 500;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(1) {
  line-height: 120%;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(2) {
  font-size: 18px;
  line-height: 144.444%;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(2) {
    font-size: 17px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(2) .calc_input {
  text-align: right;
  padding: 12px 12px 12px 0;
  opacity: 1 !important;
  border: 0 solid transparent;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(2) .calc_input:focus {
  caret-color: #1E1E1E !important;
  cursor: text !important;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item span:nth-child(2) .calc_input {
    max-width: 200px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item.focus span,
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_item.focus .calc_input {
  opacity: 1 !important;
  color: #DE6127;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_box_note {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_box_note strong {
  color: #DE6127;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item .calc_edge_box .calc_edge_box_note p {
  margin: 0;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(1) {
  padding-right: 9%;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(1) {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(1) {
    width: 100%;
    padding: 0 0 20px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) {
  height: 301.95px;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) {
    height: 219.6px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) {
    width: 100%;
    height: 197.64px;
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) {
    height: 175.68px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg {
  width: 550px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1350px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg {
    width: 360px;
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg {
    width: 320px;
  }
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg polyline,
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg polyline.focus,
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg line.focus {
  stroke: #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_ksztalt .calc_box .calc_item:nth-child(2) > svg path.focus {
  fill: #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item {
    padding-top: 120px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item#ce_asys_item_0 {
  padding-top: 0vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item#ce_asys_item_0 {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item#ce_asys_item_0 {
    padding-top: 0px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_desc {
  max-width: 784px;
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_desc {
  padding-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_desc {
    padding-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_desc {
    padding-top: 16px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content {
  padding-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content {
    padding-top: 32px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content {
    padding-top: 80px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content .h4 {
  margin-bottom: 18px;
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content .ce_asys_item_content_contact_before p,
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_content .ce_asys_item_content_contact_after p {
  margin: 0;
}
.ce_asys .ce_asys_box .ce_asys_item.hide {
  max-height: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item.hide {
  padding-top: 0vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item.hide {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item.hide {
    padding-top: 0px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item.hide .ce_asys_item_content {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item.hide .ce_asys_item_content {
  padding-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item.hide .ce_asys_item_content {
    padding-top: 32px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item.hide .ce_asys_item_content {
    padding-top: 80px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item #ce_asys_item_1_contact {
  padding-top: 0vw;
}
@media (max-width: 768px) {
  .ce_asys .ce_asys_box .ce_asys_item #ce_asys_item_1_contact {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_asys .ce_asys_box .ce_asys_item #ce_asys_item_1_contact {
    padding-top: 0px;
  }
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_inside {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .ce_asys_item .ce_asys_item_inside.hide {
  max-height: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_asys .ce_asys_box .cf_forms {
  margin: 0;
}
.ce_asys .ce_accessories_table,
.ce_asys .ce_asys_table_th,
.ce_asys .ce_asys_table_add,
.ce_asys .ce_asys_table {
  width: 100%;
  display: table;
}
.ce_asys .ce_accessories_table .tr, .ce_asys .ce_accessories_table .th,
.ce_asys .ce_asys_table_th .tr,
.ce_asys .ce_asys_table_th .th,
.ce_asys .ce_asys_table_add .tr,
.ce_asys .ce_asys_table_add .th,
.ce_asys .ce_asys_table .tr,
.ce_asys .ce_asys_table .th {
  display: table-row;
}
.ce_asys .ce_accessories_table .th .td,
.ce_asys .ce_asys_table_th .th .td,
.ce_asys .ce_asys_table_add .th .td,
.ce_asys .ce_asys_table .th .td {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 160% !important;
  padding: 32px 0 0;
  border-bottom: 0 solid #E5E5E5 !important;
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .th .td,
  .ce_asys .ce_asys_table_th .th .td,
  .ce_asys .ce_asys_table_add .th .td,
  .ce_asys .ce_asys_table .th .td {
    padding: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .th .td,
  .ce_asys .ce_asys_table_th .th .td,
  .ce_asys .ce_asys_table_add .th .td,
  .ce_asys .ce_asys_table .th .td {
    padding: 16px 0 0;
  }
}
.ce_asys .ce_accessories_table .th .td:nth-child(1),
.ce_asys .ce_asys_table_th .th .td:nth-child(1),
.ce_asys .ce_asys_table_add .th .td:nth-child(1),
.ce_asys .ce_asys_table .th .td:nth-child(1) {
  min-width: 240px;
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(1),
  .ce_asys .ce_asys_table_th .th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .th .td:nth-child(1),
  .ce_asys .ce_asys_table .th .td:nth-child(1) {
    min-width: 200px;
  }
}
@media (max-width: 992px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(1),
  .ce_asys .ce_asys_table_th .th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .th .td:nth-child(1),
  .ce_asys .ce_asys_table .th .td:nth-child(1) {
    min-width: 160px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(1),
  .ce_asys .ce_asys_table_th .th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .th .td:nth-child(1),
  .ce_asys .ce_asys_table .th .td:nth-child(1) {
    min-width: 120px;
  }
}
@media (max-width: 450px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(1),
  .ce_asys .ce_asys_table_th .th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .th .td:nth-child(1),
  .ce_asys .ce_asys_table .th .td:nth-child(1) {
    min-width: 90px;
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(1),
  .ce_asys .ce_asys_table_th .th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .th .td:nth-child(1),
  .ce_asys .ce_asys_table .th .td:nth-child(1) {
    min-width: 60px;
  }
}
.ce_asys .ce_accessories_table .th .td:nth-child(2),
.ce_asys .ce_asys_table_th .th .td:nth-child(2),
.ce_asys .ce_asys_table_add .th .td:nth-child(2),
.ce_asys .ce_asys_table .th .td:nth-child(2) {
  width: 100%;
  -webkit-transform: translateX(-272px);
      -ms-transform: translateX(-272px);
          transform: translateX(-272px);
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(2),
  .ce_asys .ce_asys_table_th .th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .th .td:nth-child(2),
  .ce_asys .ce_asys_table .th .td:nth-child(2) {
    -webkit-transform: translateX(-224px);
        -ms-transform: translateX(-224px);
            transform: translateX(-224px);
  }
}
@media (max-width: 992px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(2),
  .ce_asys .ce_asys_table_th .th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .th .td:nth-child(2),
  .ce_asys .ce_asys_table .th .td:nth-child(2) {
    -webkit-transform: translateX(-184px);
        -ms-transform: translateX(-184px);
            transform: translateX(-184px);
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(2),
  .ce_asys .ce_asys_table_th .th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .th .td:nth-child(2),
  .ce_asys .ce_asys_table .th .td:nth-child(2) {
    -webkit-transform: translateX(-136px);
        -ms-transform: translateX(-136px);
            transform: translateX(-136px);
  }
}
@media (max-width: 450px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(2),
  .ce_asys .ce_asys_table_th .th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .th .td:nth-child(2),
  .ce_asys .ce_asys_table .th .td:nth-child(2) {
    -webkit-transform: translateX(-106px);
        -ms-transform: translateX(-106px);
            transform: translateX(-106px);
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(2),
  .ce_asys .ce_asys_table_th .th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .th .td:nth-child(2),
  .ce_asys .ce_asys_table .th .td:nth-child(2) {
    -webkit-transform: translateX(-76px);
        -ms-transform: translateX(-76px);
            transform: translateX(-76px);
  }
}
.ce_asys .ce_accessories_table .th .td:nth-child(3),
.ce_asys .ce_asys_table_th .th .td:nth-child(3),
.ce_asys .ce_asys_table_add .th .td:nth-child(3),
.ce_asys .ce_asys_table .th .td:nth-child(3) {
  min-width: 120px;
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .th .td:nth-child(3),
  .ce_asys .ce_asys_table_th .th .td:nth-child(3),
  .ce_asys .ce_asys_table_add .th .td:nth-child(3),
  .ce_asys .ce_asys_table .th .td:nth-child(3) {
    min-width: 10px;
  }
}
.ce_asys .ce_accessories_table .td,
.ce_asys .ce_asys_table_th .td,
.ce_asys .ce_asys_table_add .td,
.ce_asys .ce_asys_table .td {
  display: table-cell;
  vertical-align: middle;
  padding: 32px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .td,
  .ce_asys .ce_asys_table_th .td,
  .ce_asys .ce_asys_table_add .td,
  .ce_asys .ce_asys_table .td {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .td,
  .ce_asys .ce_asys_table_th .td,
  .ce_asys .ce_asys_table_add .td,
  .ce_asys .ce_asys_table .td {
    padding: 16px 0;
  }
}
.ce_asys .ce_accessories_table .td:nth-child(1),
.ce_asys .ce_asys_table_th .td:nth-child(1),
.ce_asys .ce_asys_table_add .td:nth-child(1),
.ce_asys .ce_asys_table .td:nth-child(1) {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .td:nth-child(1),
  .ce_asys .ce_asys_table_th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .td:nth-child(1),
  .ce_asys .ce_asys_table .td:nth-child(1) {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 992px) {
  .ce_asys .ce_accessories_table .td:nth-child(1),
  .ce_asys .ce_asys_table_th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .td:nth-child(1),
  .ce_asys .ce_asys_table .td:nth-child(1) {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .td:nth-child(1),
  .ce_asys .ce_asys_table_th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .td:nth-child(1),
  .ce_asys .ce_asys_table .td:nth-child(1) {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 450px) {
  .ce_asys .ce_accessories_table .td:nth-child(1),
  .ce_asys .ce_asys_table_th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .td:nth-child(1),
  .ce_asys .ce_asys_table .td:nth-child(1) {
    width: 90px;
    max-width: 90px;
    min-width: 90px;
  }
}
@media (max-width: 400px) {
  .ce_asys .ce_accessories_table .td:nth-child(1),
  .ce_asys .ce_asys_table_th .td:nth-child(1),
  .ce_asys .ce_asys_table_add .td:nth-child(1),
  .ce_asys .ce_asys_table .td:nth-child(1) {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }
}
.ce_asys .ce_accessories_table .td:nth-child(2),
.ce_asys .ce_asys_table_th .td:nth-child(2),
.ce_asys .ce_asys_table_add .td:nth-child(2),
.ce_asys .ce_asys_table .td:nth-child(2) {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133.333%;
}
@media (max-width: 1700px) {
  .ce_asys .ce_accessories_table .td:nth-child(2),
  .ce_asys .ce_asys_table_th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .td:nth-child(2),
  .ce_asys .ce_asys_table .td:nth-child(2) {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  .ce_asys .ce_accessories_table .td:nth-child(2),
  .ce_asys .ce_asys_table_th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .td:nth-child(2),
  .ce_asys .ce_asys_table .td:nth-child(2) {
    font-size: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .td:nth-child(2),
  .ce_asys .ce_asys_table_th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .td:nth-child(2),
  .ce_asys .ce_asys_table .td:nth-child(2) {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 450px) {
  .ce_asys .ce_accessories_table .td:nth-child(2),
  .ce_asys .ce_asys_table_th .td:nth-child(2),
  .ce_asys .ce_asys_table_add .td:nth-child(2),
  .ce_asys .ce_asys_table .td:nth-child(2) {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ce_asys .ce_accessories_table .td:nth-child(3),
.ce_asys .ce_asys_table_th .td:nth-child(3),
.ce_asys .ce_asys_table_add .td:nth-child(3),
.ce_asys .ce_asys_table .td:nth-child(3) {
  min-width: 120px;
}
@media (max-width: 768px) {
  .ce_asys .ce_accessories_table .td:nth-child(3),
  .ce_asys .ce_asys_table_th .td:nth-child(3),
  .ce_asys .ce_asys_table_add .td:nth-child(3),
  .ce_asys .ce_asys_table .td:nth-child(3) {
    min-width: 10px;
  }
}
.ce_asys .ce_accessories_table img,
.ce_asys .ce_asys_table_th img,
.ce_asys .ce_asys_table_add img,
.ce_asys .ce_asys_table img {
  width: 100%;
  max-width: 100%;
}
.ce_asys .thankyou {
  color: white;
  padding: 24px;
  border-radius: 8px;
  background: #DE6127;
}

focus::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

focus::placeholder,
focus::-webkit-input-placeholder,
focus:-moz-placeholder,
focus::-moz-placeholder,
focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quantity-stepper-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
.quantity-stepper-container .stepper-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 150;
  color: #DE6127;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media (max-width: 1350px) {
  .quantity-stepper-container .stepper-btn {
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 768px) {
  .quantity-stepper-container .stepper-btn {
    font-size: 15px;
    height: 32px;
    width: 32px;
  }
}
.quantity-stepper-container .stepper-btn:hover {
  background-color: #E5E5E5;
}
.quantity-stepper-container .stepper-btn:focus {
  outline: none;
}
.quantity-stepper-container .stepper-btn .increment {
  color: #d86200;
}
.quantity-stepper-container .quantity-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #1E1E1E;
  background-color: #fff;
  height: 44px;
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 64px;
  max-width: 64px;
}
@media (max-width: 1350px) {
  .quantity-stepper-container .quantity-input {
    height: 38px;
    width: 50px;
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .quantity-stepper-container .quantity-input {
    font-size: 15px;
    height: 32px;
    width: 40px;
    max-width: 40px;
  }
}
.quantity-stepper-container .quantity-input:focus {
  outline: none;
}

#poi-map-full {
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

#poi-select-box {
  padding: 0 !important;
  margin: 0 !important;
}

.mapSearchBox {
  z-index: 1;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .mapSearchBox {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.mapSearchBox .cat_select_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 30px;
}
.mapSearchBox .cat_select_box .select_wrapper {
  max-width: 300px;
  margin: 0 20px 20px 0;
  position: relative;
}
.mapSearchBox .cat_select_box .select_wrapper .cat_select,
.mapSearchBox .cat_select_box .select_wrapper .woj_select {
  width: 100%;
  min-width: 220px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #E6E6E6;
  border-radius: 8px;
  margin-bottom: 0px;
  height: 54px;
  padding: 16px 74px 12px 24px;
  border: 0 solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mapSearchBox .cat_select_box .select_wrapper .cat_select:focus,
.mapSearchBox .cat_select_box .select_wrapper .woj_select:focus {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #C2C2C2;
}
.mapSearchBox .cat_select_box .select_wrapper .cat_select option.hide,
.mapSearchBox .cat_select_box .select_wrapper .woj_select option.hide {
  display: none !important;
  pointer-events: none !important;
}
.mapSearchBox .cat_select_box .select_wrapper .icon {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: 52px;
  width: 52px;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mapSearchBox .cat_select_box .select_wrapper .icon svg path {
  stroke: #67392B;
}
.mapSearchBox .cat_select_box .select_wrapper:hover .cat_select,
.mapSearchBox .cat_select_box .select_wrapper:hover .woj_select {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #C2C2C2;
}

.poi_single_map,
#poi-map-full-show {
  position: relative;
  width: 100% !important;
  height: 52rem !important;
}
@media (max-width: 1450px) {
  .poi_single_map,
  #poi-map-full-show {
    height: 450px !important;
  }
}
.poi_single_map > img,
#poi-map-full-show > img {
  width: 100%;
  height: 52rem;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1450px) {
  .poi_single_map > img,
  #poi-map-full-show > img {
    height: 45rem;
  }
}
.poi_single_map .poi-map-full-show-button,
#poi-map-full-show .poi-map-full-show-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.poi_single_map {
  position: relative;
  width: 100% !important;
  height: 45rem !important;
}
@media (max-width: 1450px) {
  .poi_single_map {
    height: 450px !important;
  }
}

.gm-style .cluster > div {
  font-family: "metropolis", serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: white !important;
  width: 53px !important;
  line-height: 53px !important;
}

#shopSection {
  overflow: hidden;
}
#shopSection {
  padding-top: 4.1666666667vw;
}
@media (max-width: 768px) {
  #shopSection {
    padding-top: 32px;
  }
}
@media (min-width: 1920px) {
  #shopSection {
    padding-top: 80px;
  }
}
#shopSection {
  padding-bottom: 6.25vw;
}
@media (max-width: 768px) {
  #shopSection {
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  #shopSection {
    padding-bottom: 120px;
  }
}
#shopSection > .h3 {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  #shopSection > .h3 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  #shopSection > .h3 {
    padding-bottom: 50px;
  }
}

.gm-style-iw-c .shop-item-icon,
#sectionWhereBuySingle .shop-item-icon,
#shopSection .shop-item-icon {
  line-height: 150%;
  padding: 6px 0;
}
.gm-style-iw-c .shop-item-url,
#sectionWhereBuySingle .shop-item-url,
#shopSection .shop-item-url {
  color: #000;
  word-break: break-all;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gm-style-iw-c .shop-item-url span,
#sectionWhereBuySingle .shop-item-url span,
#shopSection .shop-item-url span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gm-style-iw-c .shop-item-url svg,
#sectionWhereBuySingle .shop-item-url svg,
#shopSection .shop-item-url svg {
  min-width: 18px;
  width: 18px;
  height: auto;
  margin-right: 8px;
}
.gm-style-iw-c .shop-item-url svg path,
#sectionWhereBuySingle .shop-item-url svg path,
#shopSection .shop-item-url svg path {
  stroke: #000;
}
.gm-style-iw-c .shop-item-url:hover,
#sectionWhereBuySingle .shop-item-url:hover,
#shopSection .shop-item-url:hover {
  color: #E77A47;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gm-style-iw-c .shop-item-url:hover span,
#sectionWhereBuySingle .shop-item-url:hover span,
#shopSection .shop-item-url:hover span {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gm-style-iw-c p,
#sectionWhereBuySingle p,
#shopSection p {
  margin: 0;
}
.gm-style-iw-c .wi_btn,
#sectionWhereBuySingle .wi_btn,
#shopSection .wi_btn {
  margin-top: 30px;
  text-align: center;
}
.gm-style-iw-c .wi_btn > span,
#sectionWhereBuySingle .wi_btn > span,
#shopSection .wi_btn > span {
  margin: 0 auto;
}
.gm-style-iw-c .shop-item-container-box > img,
#sectionWhereBuySingle .shop-item-container-box > img,
#shopSection .shop-item-container-box > img {
  max-width: 240px;
  max-height: 150px;
  margin-bottom: 10px;
}
.gm-style-iw-c .shop-item-container-box-adress,
#sectionWhereBuySingle .shop-item-container-box-adress,
#shopSection .shop-item-container-box-adress {
  margin-top: 16px;
}
.gm-style-iw-c .shop-item-container-box-adress ul,
#sectionWhereBuySingle .shop-item-container-box-adress ul,
#shopSection .shop-item-container-box-adress ul {
  padding-left: 0px;
  margin-top: 0;
}
.gm-style-iw-c .shop-item-container-box-adress ul li,
#sectionWhereBuySingle .shop-item-container-box-adress ul li,
#shopSection .shop-item-container-box-adress ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0 0 26px;
}
.gm-style-iw-c .shop-item-container-box-adress ul li:before,
#sectionWhereBuySingle .shop-item-container-box-adress ul li:before,
#shopSection .shop-item-container-box-adress ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 1.3rem;
  right: auto;
  bottom: auto;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .gm-style-iw-c .shop-item-container-box-adress ul li:before,
  #sectionWhereBuySingle .shop-item-container-box-adress ul li:before,
  #shopSection .shop-item-container-box-adress ul li:before {
    position: absolute;
    top: 1.2rem;
    right: auto;
    bottom: auto;
    left: 10px;
  }
}
@media (max-width: 1350px) {
  .gm-style-iw-c .shop-item-container-box-adress ul li:before,
  #sectionWhereBuySingle .shop-item-container-box-adress ul li:before,
  #shopSection .shop-item-container-box-adress ul li:before {
    position: absolute;
    top: 1.1rem;
    right: auto;
    bottom: auto;
    left: 10px;
  }
}
.gm-style-iw-c .shop-item-container-contact,
#sectionWhereBuySingle .shop-item-container-contact,
#shopSection .shop-item-container-contact {
  margin-top: 16px;
}
.gm-style-iw-c .shop-item-container,
#sectionWhereBuySingle .shop-item-container,
#shopSection .shop-item-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gm-style-iw-c .shop-item-container .shop-item,
#sectionWhereBuySingle .shop-item-container .shop-item,
#shopSection .shop-item-container .shop-item {
  position: relative;
  width: 33.3333333333% !important;
  padding: 0;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 1250px) {
  .gm-style-iw-c .shop-item-container .shop-item,
  #sectionWhereBuySingle .shop-item-container .shop-item,
  #shopSection .shop-item-container .shop-item {
    width: 50% !important;
  }
}
@media (max-width: 650px) {
  .gm-style-iw-c .shop-item-container .shop-item,
  #sectionWhereBuySingle .shop-item-container .shop-item,
  #shopSection .shop-item-container .shop-item {
    width: 100% !important;
  }
}
.gm-style-iw-c .shop-item-container .shop-item .shop-item-container-box-city,
#sectionWhereBuySingle .shop-item-container .shop-item .shop-item-container-box-city,
#shopSection .shop-item-container .shop-item .shop-item-container-box-city {
  color: #67392B;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.gm-style-iw-c .shop-item-container .shop-item .shop-item-container-box,
#sectionWhereBuySingle .shop-item-container .shop-item .shop-item-container-box,
#shopSection .shop-item-container .shop-item .shop-item-container-box {
  height: 100%;
  padding: 40px;
}
@media (max-width: 1250px) {
  .gm-style-iw-c .shop-item-container .shop-item .shop-item-container-box,
  #sectionWhereBuySingle .shop-item-container .shop-item .shop-item-container-box,
  #shopSection .shop-item-container .shop-item .shop-item-container-box {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .gm-style-iw-c .shop-item-container .shop-item .shop-item-container-box,
  #sectionWhereBuySingle .shop-item-container .shop-item .shop-item-container-box,
  #shopSection .shop-item-container .shop-item .shop-item-container-box {
    padding: 20px;
  }
}
@media (min-width: 1250px) {
  .gm-style-iw-c .shop-item-container .shop-item:nth-child(3n+1),
  #sectionWhereBuySingle .shop-item-container .shop-item:nth-child(3n+1),
  #shopSection .shop-item-container .shop-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gm-style-iw-c .shop-item-container .shop-item:nth-child(-n+3),
  #sectionWhereBuySingle .shop-item-container .shop-item:nth-child(-n+3),
  #shopSection .shop-item-container .shop-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 650px) and (max-width: 1249px) {
  .gm-style-iw-c .shop-item-container .shop-item:nth-child(2n+1),
  #sectionWhereBuySingle .shop-item-container .shop-item:nth-child(2n+1),
  #shopSection .shop-item-container .shop-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gm-style-iw-c .shop-item-container .shop-item:nth-child(-n+2),
  #sectionWhereBuySingle .shop-item-container .shop-item:nth-child(-n+2),
  #shopSection .shop-item-container .shop-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 649px) {
  .gm-style-iw-c .shop-item-container .shop-item,
  #sectionWhereBuySingle .shop-item-container .shop-item,
  #shopSection .shop-item-container .shop-item {
    margin-left: 0;
    margin-top: -1px;
  }
}
.gm-style-iw-c .shop-item-container .shop-item.show, .gm-style-iw-c .shop-item-container .shop-item.show2,
#sectionWhereBuySingle .shop-item-container .shop-item.show,
#sectionWhereBuySingle .shop-item-container .shop-item.show2,
#shopSection .shop-item-container .shop-item.show,
#shopSection .shop-item-container .shop-item.show2 {
  opacity: 1 !important;
  display: block !important;
  pointer-events: auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gm-style-iw-c .shop-item-container .shop-item.show.hide, .gm-style-iw-c .shop-item-container .shop-item.show2.hide,
#sectionWhereBuySingle .shop-item-container .shop-item.show.hide,
#sectionWhereBuySingle .shop-item-container .shop-item.show2.hide,
#shopSection .shop-item-container .shop-item.show.hide,
#shopSection .shop-item-container .shop-item.show2.hide {
  opacity: 0 !important;
  display: none !important;
  pointer-events: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#sectionWhereBuySingle .shop-item-container {
  margin: 0;
  display: block;
}

.gm-style .gm-style-iw-c {
  max-width: 300px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 20px !important;
  border-radius: 8px !important;
}
.gm-style .gm-style-iw-c .shop-item-container-box-name {
  font-weight: 400 !important;
  font-size: 22px !important;
  margin-bottom: 10px !important;
}
.gm-style .gm-style-iw-c .shop-item-container-box-adress,
.gm-style .gm-style-iw-c .shop-item-container-contact {
  margin-top: 12px !important;
}
.gm-style .gm-style-iw-c .wi_btn {
  height: 40px !important;
  min-width: 140px !important;
  margin-top: 10px !important;
}

.gm-style-iw-ch {
  display: none;
}

.gm-style-iw-chr {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute !important;
}

.gm-ui-hover-effect {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
}
.gm-ui-hover-effect:before, .gm-ui-hover-effect:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #DE6127;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gm-ui-hover-effect:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.gm-ui-hover-effect:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.gm-ui-hover-effect:hover:before, .gm-ui-hover-effect:hover:after {
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sectionWhereBuySingle {
  padding-top: 7.2916666667vw;
}
@media (max-width: 768px) {
  #sectionWhereBuySingle {
    padding-top: 56px;
  }
}
@media (min-width: 1920px) {
  #sectionWhereBuySingle {
    padding-top: 140px;
  }
}
#sectionWhereBuySingle {
  padding-bottom: 7.2916666667vw;
}
@media (max-width: 768px) {
  #sectionWhereBuySingle {
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  #sectionWhereBuySingle {
    padding-bottom: 140px;
  }
}
#sectionWhereBuySingle .single_map {
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  #sectionWhereBuySingle .single_map {
    margin: 40px 0 0 !important;
  }
}
#sectionWhereBuySingle .sectionWhereBuySingleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem .shop-item-container-box-adress {
  margin: 0;
}
#sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem:nth-child(1) {
  width: 50%;
}
#sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem:nth-child(1) .shop-item-container {
  max-width: 648px;
}
@media (max-width: 992px) {
  #sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
#sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem:nth-child(2) {
  width: 50%;
}
@media (max-width: 992px) {
  #sectionWhereBuySingle .sectionWhereBuySingleBox .sectionWhereBuySingleItem:nth-child(2) {
    width: 100%;
  }
}

.sectionWhereBuySingleFull .poi_single_map {
  height: 800px !important;
  margin: 0 !important;
}
@media (max-width: 1600px) {
  .sectionWhereBuySingleFull .poi_single_map {
    height: 700px !important;
  }
}
@media (max-width: 1450px) {
  .sectionWhereBuySingleFull .poi_single_map {
    height: 600px !important;
  }
}
@media (max-width: 1250px) {
  .sectionWhereBuySingleFull .poi_single_map {
    height: 500px !important;
  }
}
@media (max-width: 600px) {
  .sectionWhereBuySingleFull .poi_single_map {
    height: 450px !important;
  }
}
.sectionWhereBuySingleFull .single_map {
  width: 100% !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19 lis 2024, 14:17:08
    Author     : Tomek
*/
.cpt_snippet_cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  padding-left: calc((100% - 1600px) / 2);
}
@media (max-width: 1920px) {
  .cpt_snippet_cta {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .cpt_snippet_cta {
    padding-left: 64px;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .cpt_snippet_cta {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .cpt_snippet_cta {
    padding-left: 0vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_snippet_cta {
    padding-left: 0px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_snippet_cta {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .cpt_snippet_cta {
    padding-left: 0vw;
  }
}
@media (max-width: 500px) and (max-width: 768px) {
  .cpt_snippet_cta {
    padding-left: 0px;
  }
}
@media (max-width: 500px) and (min-width: 1920px) {
  .cpt_snippet_cta {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .cpt_snippet_cta .cpt_snippet_cta_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cpt_snippet_cta .cta_content {
  width: 29%;
  background: #29201D;
}
.cpt_snippet_cta .cta_content {
  padding-top: 3.75vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 28.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 72px;
  }
}
.cpt_snippet_cta .cta_content {
  padding-right: 3.75vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-right: 28.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-right: 72px;
  }
}
.cpt_snippet_cta .cta_content {
  padding-bottom: 3.75vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-bottom: 28.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-bottom: 72px;
  }
}
.cpt_snippet_cta .cta_content {
  padding-left: 3.75vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-left: 28.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-left: 72px;
  }
}
.cpt_snippet_cta .cta_content p {
  margin: 0;
}
@media (max-width: 1450px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 2.5vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 19.2px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-top: 48px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta .cta_content {
    padding-right: 2.5vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-right: 19.2px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-right: 48px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta .cta_content {
    padding-bottom: 2.5vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-bottom: 19.2px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-bottom: 48px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta .cta_content {
    padding-left: 2.5vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta .cta_content {
    padding-left: 19.2px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta .cta_content {
    padding-left: 48px;
  }
}
@media (max-width: 1250px) {
  .cpt_snippet_cta .cta_content {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .cpt_snippet_cta .cta_content {
    padding: 30px 20px;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .cpt_snippet_cta .cta_content {
    width: 100%;
  }
}
.cpt_snippet_cta .cta_content2 {
  color: #1E1E1E;
  background: #FFF5F2;
}
@media (max-width: 960px) {
  .cpt_snippet_cta .inner_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cpt_snippet_cta .cta_img {
  width: 42%;
}
@media (max-width: 1250px) {
  .cpt_snippet_cta .cta_img {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .cpt_snippet_cta .cta_img {
    display: none;
  }
}
.cpt_snippet_cta .cta_img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpt_snippet_cta .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cpt_snippet_cta .btn_wrapper .wi_btn {
  margin: 8px;
}
.cpt_snippet_cta.cpt_snippet_cta_full {
  position: relative;
  padding-right: calc((100% - 1600px) / 2);
  background: #29201D;
}
@media (max-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 64px;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 160px;
  }
}
@media (max-width: 960px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-left: 56px;
  }
}
@media (max-width: 960px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full {
    padding-right: 56px;
  }
}
@media (max-width: 600px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cpt_snippet_cta_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
  position: relative;
  z-index: 2;
  width: auto;
  background: transparent;
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
  padding-top: 7.2916666667vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-top: 56px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-top: 140px;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-right: 0px;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
  padding-bottom: 7.2916666667vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-bottom: 140px;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-left: 0px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-top: 40px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-top: 100px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-right: 0vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-right: 0px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-right: 0px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-bottom: 40px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-bottom: 100px;
  }
}
@media (max-width: 1450px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-left: 0vw;
  }
}
@media (max-width: 1450px) and (max-width: 768px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-left: 0px;
  }
}
@media (max-width: 1450px) and (min-width: 1920px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content {
    padding-left: 0px;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content:nth-child(1) {
  max-width: 784px;
}
@media (max-width: 600px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content:nth-child(1) {
    width: 100%;
    padding: 30px 0 0;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content:nth-child(2) {
  padding-left: 100px;
}
@media (max-width: 600px) {
  .cpt_snippet_cta.cpt_snippet_cta_full .cta_content:nth-child(2) {
    width: 100%;
    padding: 20px 0 30px;
  }
}
.cpt_snippet_cta.cpt_snippet_cta_full .cta_content:nth-child(2) .wi_btn {
  white-space: nowrap;
}
.cpt_snippet_cta.cpt_snippet_cta_full .cpt_snippet_cta_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fp_slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fp_slider.is_init {
  opacity: 1;
}

.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 160px;
  }
}
.fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .slider_nav_inner_wrapper {
    padding-left: 56px;
  }
}
.fp_main_slider .single_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.fp_main_slider .single_slide .inner_wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 100%;
  width: 100%;
}
.fp_main_slider .single_slide .inner_wrapper {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-left: 56px;
  }
}
.fp_main_slider .single_slide .inner_wrapper {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper {
    padding-right: 56px;
  }
}
@media (max-width: 992px) {
  .fp_main_slider .single_slide .inner_wrapper:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.fp_main_slider .single_slide .inner_wrapper .slide_content {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 1600px;
  margin: 0 auto;
  min-height: 45vw;
  padding-top: 180px;
}
.fp_main_slider .single_slide .inner_wrapper .slide_content {
  padding-bottom: 4.6875vw;
}
@media (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    padding-bottom: 36px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    padding-bottom: 90px;
  }
}
@media (max-width: 1350px) {
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    width: 100%;
  }
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1350px) and (max-width: 768px) {
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    padding-bottom: 28px;
  }
}
@media (max-width: 1350px) and (min-width: 1920px) {
  .fp_main_slider .single_slide .inner_wrapper .slide_content {
    padding-bottom: 70px;
  }
}
.fp_main_slider .single_slide .inner_wrapper .slide_content > div {
  z-index: 2;
  max-width: 1920px;
  color: white;
}
.fp_main_slider .single_slide .inner_wrapper .slide_content > div .deco_uptitle {
  color: white;
}
.fp_main_slider .single_slide .inner_wrapper .slide_content > div .h1, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .h2, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .h3, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .h4, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .h5, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .h6,
.fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h1, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h2, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h3, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h4, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h5, .fp_main_slider .single_slide .inner_wrapper .slide_content > div .font_h6,
.fp_main_slider .single_slide .inner_wrapper .slide_content > div h2, .fp_main_slider .single_slide .inner_wrapper .slide_content > div h3, .fp_main_slider .single_slide .inner_wrapper .slide_content > div h4, .fp_main_slider .single_slide .inner_wrapper .slide_content > div h5, .fp_main_slider .single_slide .inner_wrapper .slide_content > div h6, .fp_main_slider .single_slide .inner_wrapper .slide_content > div h1 {
  color: white;
}
.fp_main_slider .single_slide .inner_wrapper .slide_content > div p {
  margin: 0;
}

.fp_main_slider {
  position: relative;
}
.fp_main_slider .slider_nav_wrapper_aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.fp_main_slider .slider_nav_wrapper_aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
  position: relative;
  z-index: 10;
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box {
    padding-bottom: 50px;
  }
}
.fp_main_slider .slider_nav_wrapper_aside .inner_wrapper_box .slider_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 56px;
}
.fp_main_slider .slider_nav_wrapper_aside .n_p {
  width: 48px;
  height: 48px;
}
.fp_main_slider .scroll_down {
  z-index: 10;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  cursor: pointer;
}
.fp_main_slider .scroll_down {
  padding-bottom: 4.6875vw;
}
@media (max-width: 768px) {
  .fp_main_slider .scroll_down {
    padding-bottom: 36px;
  }
}
@media (min-width: 1920px) {
  .fp_main_slider .scroll_down {
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .fp_main_slider .scroll_down {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .fp_main_slider .scroll_down {
    padding-bottom: 28px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .fp_main_slider .scroll_down {
    padding-bottom: 70px;
  }
}
.fp_main_slider .scroll_down svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp_main_slider .scroll_down svg path:nth-child(1) {
  fill: #fff;
}
.fp_main_slider .scroll_down svg path:nth-child(2) {
  stroke: #fff;
}
.fp_main_slider .scroll_down:hover svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp_main_slider .scroll_down:hover svg path:nth-child(1) {
  fill: #DE6127;
}
.fp_main_slider .scroll_down:hover svg path:nth-child(2) {
  stroke: #DE6127;
}
.fp_main_slider .slier_logo_deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.fp_main_slider .slier_logo_deco img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.fp_main_slider .slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_main_slider .slider_nav > div {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fp_main_slider .slider_nav > div .n_p {
  z-index: 10;
  background-color: transparent !important;
}
.fp_main_slider .slider_nav > div .n_p.n_p-arrow-left {
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.fp_main_slider .slider_nav > div .n_p.n_p-arrow-right {
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fp_main_slider .slider_dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_main_slider .slider_dots.slider_dots_inline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fp_main_slider .slider_dots ul {
  margin: 0 0 0 -4px;
  padding: 0;
  list-style-type: none;
}
.fp_main_slider .slider_dots ul > li {
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.fp_main_slider .slider_dots ul > li button {
  display: none;
}
.fp_main_slider .slider_dots ul > li:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #DE6127;
  content: "";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fp_main_slider .slider_dots ul > li.slick-active:after, .fp_main_slider .slider_dots ul > li:hover:after {
  background-color: #DE6127;
}
.fp_main_slider .single_slide {
  background-color: #000;
  position: relative;
  z-index: 2;
}
.fp_main_slider .single_slide.hover_slide {
  cursor: pointer;
}
.fp_main_slider .single_slide .slider_image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .slider_image .image_wrapper {
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .slider_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 64% 50%;
     object-position: 64% 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.fp_main_slider .single_slide .slider_image .fp_slider_video {
  position: absolute;
  z-index: 4;
}
.fp_main_slider .single_slide .image_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fp_main_slider .single_slide .image_bg > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fp_main_slider .single_slide .fp_slider_video,
.fp_main_slider .single_slide .video_wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.fp_main_slider .single_slide .fp_slider_video > *,
.fp_main_slider .single_slide .video_wrapper > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ce_start_point .loop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ce_start_point .loop.col_3 .single {
  width: 33.3334%;
}
.ce_start_point .loop.col_3 .single {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-top: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-right: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-bottom: 48px;
  }
}
.ce_start_point .loop.col_3 .single {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single {
    padding-left: 48px;
  }
}
.ce_start_point .loop.col_3 .single .box_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce_start_point .loop.col_3 .single .single_url_wrapper {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop.col_3 .single .single_url_wrapper {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop.col_3 .single .single_url_wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point .loop.col_3 .single {
    width: 50%;
  }
}
@media (max-width: 764px) {
  .ce_start_point .loop.col_3 .single {
    width: 100%;
  }
}
.ce_start_point .loop .image_wrapper {
  border-radius: 0;
}
.ce_start_point .loop .single {
  position: relative;
  z-index: 3;
  background-color: #fafafa;
  cursor: pointer;
}
.ce_start_point .loop .single {
  padding-top: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-top: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-top: 56px;
  }
}
.ce_start_point .loop .single {
  padding-right: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-right: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-right: 56px;
  }
}
.ce_start_point .loop .single {
  padding-bottom: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-bottom: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-bottom: 56px;
  }
}
.ce_start_point .loop .single {
  padding-left: 2.9166666667vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single {
    padding-left: 22.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single {
    padding-left: 56px;
  }
}
.ce_start_point .loop .single .wi_btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_start_point .loop .single:hover .box_content:before, .ce_start_point .loop .single.is_hover .box_content:before {
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_start_point .loop .single:hover .single_image .image_wrapper:after, .ce_start_point .loop .single.is_hover .single_image .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ce_start_point .loop .single:hover .wi_btn, .ce_start_point .loop .single.is_hover .wi_btn {
  background-color: #A17466;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_start_point .loop .single .title_label {
  text-transform: uppercase;
  font-size: 14px;
}
.ce_start_point .loop .single .single_sys {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.ce_start_point .loop .single .single_sys {
  padding-top: 0.625vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_sys {
    padding-top: 4.8px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .single_sys {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_sys {
    font-size: 15px;
  }
  .ce_start_point .loop .single .single_sys {
    padding-top: 0.7291666667vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ce_start_point .loop .single .single_sys {
    padding-top: 5.6px;
  }
}
@media (max-width: 768px) and (min-width: 1920px) {
  .ce_start_point .loop .single .single_sys {
    padding-top: 14px;
  }
}
.ce_start_point .loop .single .single_sys span {
  position: relative;
  display: inline-block;
  width: 25px;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_sys span {
    width: 15px;
  }
}
.ce_start_point .loop .single .single_sys span:after {
  content: "";
  z-index: 2;
  width: 1px;
  height: 24px;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E5E5E5;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_sys span:after {
    top: -5px;
    height: 18px;
    left: 6px;
  }
}
.ce_start_point .loop .single .single_desc {
  color: #1E1E1E;
}
.ce_start_point .loop .single .single_desc {
  padding-top: 0.8333333333vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_desc {
    padding-top: 6.4px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .single_desc {
    padding-top: 16px;
  }
}
.ce_start_point .loop .single .single_number {
  padding-bottom: 20px;
  font-size: 16px;
}
.ce_start_point .loop .single .single_url_wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}
.ce_start_point .loop .single .single_url_wrapper {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .single_url_wrapper {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .single_url_wrapper {
    padding-bottom: 48px;
  }
}
.ce_start_point .loop .single .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_start_point .loop .single .box_content {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .box_content {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .box_content {
    padding-top: 48px;
  }
}
.ce_start_point .loop .single .box_content {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .box_content {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .box_content {
    padding-left: 48px;
  }
}
.ce_start_point .loop .single .box_content {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .box_content {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single .box_content {
    padding-right: 48px;
  }
}
@media (max-width: 1600px) {
  .ce_start_point .loop .single .box_content {
    padding-bottom: 140px;
  }
}
@media (max-width: 1350px) {
  .ce_start_point .loop .single .box_content {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .ce_start_point .loop .single .box_content {
    padding-bottom: 90px;
  }
}
.ce_start_point .loop .single .box_content .single_url_wrapper {
  padding-top: 0;
}
.ce_start_point .loop .single .box_content .single_title {
  padding-top: 0;
  padding-right: 30px;
}
.ce_start_point .loop .single .box_content .wi_btn .icon.icon_after {
  margin-left: 0;
}
.ce_start_point .loop .single .box_content .wi_btn .label {
  display: none;
}
.ce_start_point .loop .single.layout_alternative {
  padding: 0;
  background-color: transparent;
}
.ce_start_point .loop .single.layout_alternative .single_title {
  color: #1E1E1E;
}
.ce_start_point .loop .single.layout_alternative .box_content {
  margin: 0;
  display: block;
  position: relative;
}
.ce_start_point .loop .single.layout_alternative .box_content:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  border: 1px solid #DE6127;
  border-top: 0 solid #DE6127;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point .loop .single.layout_alternative .box_content .single_url_wrapper {
    padding-top: 24px;
  }
}
.ce_start_point .loop .single.layout_alternative .box_content .wi_btn.no_label .label {
  display: none;
}
.ce_start_point .loop .single.layout_alternative .box_content .wi_btn .label {
  display: inline-block;
}
@media (min-width: 1201px) {
  .ce_start_point .loop .single:nth-child(3n-2) .box_content {
    border-left: 1px solid #E5E5E5;
  }
  .ce_start_point .loop .single:nth-child(3n-2) .box_content:before {
    left: 0;
  }
}
@media (min-width: 765px) and (max-width: 1200px) {
  .ce_start_point .loop .single:nth-child(2n-1) .box_content {
    border-left: 1px solid #E5E5E5;
  }
  .ce_start_point .loop .single:nth-child(2n-1) .box_content:before {
    left: 0;
  }
}
@media (min-width: 1px) and (max-width: 764px) {
  .ce_start_point .loop .single .box_content {
    border-left: 1px solid #E5E5E5;
  }
  .ce_start_point .loop .single .box_content:before {
    left: 0;
  }
}
.ce_start_point.ce_start_point_systems span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_start_point.ce_start_point_systems .loop .single {
  width: 50%;
  background: #F3F3F3;
}
.ce_start_point.ce_start_point_systems .loop .single {
  padding-top: 0vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-top: 0px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single {
  padding-right: 0vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-right: 0px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single {
  padding-bottom: 0vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-bottom: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-bottom: 0px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single {
  padding-left: 0vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-left: 0px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    padding-left: 0px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .box_content {
  border: 0 solid transparent !important;
  padding-bottom: 140px;
}
.ce_start_point.ce_start_point_systems .loop .single .box_content:before {
  border: 0 solid transparent !important;
}
@media (max-width: 1600px) {
  .ce_start_point.ce_start_point_systems .loop .single .box_content {
    padding-bottom: 120px;
  }
}
@media (max-width: 1350px) {
  .ce_start_point.ce_start_point_systems .loop .single .box_content {
    padding-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .box_content {
    padding-bottom: 90px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .single_url_wrapper {
  padding-top: 4.6875vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .single_url_wrapper {
    padding-top: 36px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .single_url_wrapper {
    padding-top: 90px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .single_image {
  position: relative;
}
.ce_start_point.ce_start_point_systems .loop .single .image_sys {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.5%;
  z-index: -1;
  font-size: 10vw;
}
@media (max-width: 500px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    font-size: 192px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .image_sys {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-top: 48px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .image_sys {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-right: 48px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .image_sys {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-bottom: 48px;
  }
}
.ce_start_point.ce_start_point_systems .loop .single .image_sys {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems .loop .single .image_sys {
    padding-left: 48px;
  }
}
@media (max-width: 1200px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    width: 50%;
  }
}
@media (max-width: 764px) {
  .ce_start_point.ce_start_point_systems .loop .single {
    width: 100%;
  }
}
.ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single {
  width: 33.3333333333%;
}
@media (max-width: 1000px) {
  .ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single {
    width: 100%;
  }
}
.ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single .image_sys {
  font-size: 4.6875vw;
}
@media (max-width: 800px) {
  .ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single .image_sys {
    font-size: 37.5px;
  }
}
@media (min-width: 1920px) {
  .ce_start_point.ce_start_point_systems.ce_start_point_systems_3 .loop .single .image_sys {
    font-size: 90px;
  }
}

.cpt_snippet_team .cpt_snippet_team_box {
  margin: 0 -16px;
  padding: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
  position: relative;
  width: 25%;
  padding: 16px;
}
@media (max-width: 1350px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item {
    width: 100%;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_img {
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_img > img {
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_title {
  color: black;
  margin: 0;
  line-height: 1.3;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social {
  z-index: 2;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 40px;
}
@media (max-width: 1450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social {
    position: absolute;
    top: 36px;
    right: auto;
    bottom: auto;
    left: 36px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 8px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
@media (max-width: 1350px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item {
    width: 32px;
    height: 32px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item svg {
  width: 18px;
  height: auto;
  pointer-events: none;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item svg path {
  fill: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item:hover {
  background: #A17466;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_item_social .cpt_snippet_team_item_social_item:hover svg path {
  fill: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_position {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn {
  position: absolute;
  top: auto;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn {
    position: absolute;
    top: auto;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi-btn span {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_btn .wi-btn span:nth-child(2) {
  margin-left: 12px;
  width: 32px;
  height: 32px;
  background: #67392B;
  border-radius: 8px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc_popup_text {
    font-size: 14px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc {
  z-index: 1;
  padding: 24px 24px 86px;
  background: #C2C2C2;
}
@media (max-width: 1450px) {
  .cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item .cpt_snippet_team_desc {
    padding: 20px 20px 70px;
  }
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover {
  cursor: pointer;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover .cpt_snippet_team_img > img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .cpt_snippet_team_box .cpt_snippet_team_item:hover .cpt_snippet_team_desc_btn .wi-btn span:nth-child(2) {
  background: #A17466;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team .nav_wrapper {
  position: relative;
  width: 144px;
  height: 56px;
  padding-top: 16px;
}
@media (max-width: 764px) {
  .cpt_snippet_team .nav_wrapper {
    width: 108px;
  }
}
.cpt_snippet_team .img-full {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .inner_wrapper.box_header .cpt_snippet_team {
    padding-left: 56px;
  }
}

.cpt_snippet_team_popup {
  z-index: 99999999999;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container {
  position: relative;
  padding: 36px;
  background: #fff;
  border-radius: 8px;
  width: calc(100vw - 40px);
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  font-size: 16px;
  overflow-y: auto;
}
@media (max-width: 1450px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container {
    font-size: 15px;
  }
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container p {
  margin: 0;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_img {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  border: 6px solid #C2C2C2;
  border-radius: 50%;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_img > img {
  cursor: pointer;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_desc_title {
  color: black;
  margin: 0;
  line-height: 1.3;
  padding-left: 20px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_lr .cpt_snippet_team_popup_lr_desc_position {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
  color: black;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  color: #000;
  font-size: 1.3541666667vw;
}
@media (max-width: 1600px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
    font-size: 21.6666666667px;
  }
}
@media (min-width: 1920px) {
  .cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_title {
    font-size: 26px;
  }
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_text {
  margin-top: 20px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_position {
  font-size: 16px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_line {
  margin-top: 14px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 2rem;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg {
  width: 24px;
  height: 24px;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg #Ellipse_34,
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close svg path {
  stroke: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close:hover svg #Ellipse_34,
.cpt_snippet_team_popup .cpt_snippet_team_popup_container .cpt_snippet_team_popup_close:hover svg path {
  stroke: #DE6127;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.cpt_snippet_team_popup.cpt_snippet_team_popup_active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12 gru 2024, 08:02:13
    Author     : Tomek
*/
.wi_cpt_snip_testimonial.tl_bg_alternative .single_testimonial .content .main_content {
  color: #fff;
}

.tl_bg_alternative .wi_cpt_snip_testimonial .single_testimonial .content .main_content {
  color: #fff;
}

.wi_cpt_snip_testimonial .nav_wrapper {
  position: relative;
  margin-top: 32px;
  width: 144px;
  height: 56px;
}
.wi_cpt_snip_testimonial .slider_testimonial {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wi_cpt_snip_testimonial .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide {
  height: auto;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper .content {
  width: 100%;
}
.wi_cpt_snip_testimonial .slick-track .slick-slide .single_testimonial_inner_wrapper .person_wrapper {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wi_cpt_snip_testimonial .single_testimonial {
  padding: 18px;
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  border: 1px solid #E6E6E6;
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-top: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-top: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-bottom: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-left: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-left: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
  padding-right: 2.0833333333vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .single_testimonial_inner_wrapper {
    padding-right: 40px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .image_wrapper > span {
  display: inline-block;
  border: 4px solid #C2C2C2;
  border-radius: 50%;
  overflow: hidden;
}
.wi_cpt_snip_testimonial .single_testimonial .image_wrapper img {
  width: 72px;
  height: 72px;
}
.wi_cpt_snip_testimonial .single_testimonial .content {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before,
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after {
  position: absolute;
  width: 60px;
  height: 56px;
  z-index: -1;
  font-size: 0;
  line-height: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before svg,
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after svg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.wi_cpt_snip_testimonial .single_testimonial .content .main_content {
  position: relative;
  z-index: 4;
  color: #141414;
  line-height: 1.5;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_before {
  top: 0;
  left: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .content .quote_after {
  bottom: 0;
  right: 0;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .wi_cpt_snip_testimonial .single_testimonial .person_wrapper {
    padding-top: 48px;
  }
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .image_wrapper {
  padding-right: 16px;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .name {
  line-height: 1.68;
}
.wi_cpt_snip_testimonial .single_testimonial .person_wrapper .desc {
  font-size: 14px;
  color: #B3B3B3;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 7 paź 2024, 14:33:13
    Author     : Tomek
*/
.tl_bg_alternative .cpt_timeline .single_row:after {
  background-color: #fff;
}

.cpt_timeline .loop_wrapper {
  position: relative;
}
.cpt_timeline .loop_wrapper:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background: #CCC;
  z-index: 2;
  -webkit-transform: translate(-1px, 0);
      -ms-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
@media (max-width: 960px) {
  .cpt_timeline .loop_wrapper:after {
    display: none;
  }
}
.cpt_timeline .single_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpt_timeline .single_row:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 100%;
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #67392B;
  -webkit-transform: translate(-6px, -6px) rotate(-45deg);
      -ms-transform: translate(-6px, -6px) rotate(-45deg);
          transform: translate(-6px, -6px) rotate(-45deg);
}
@media (max-width: 960px) {
  .cpt_timeline .single_row:after {
    display: none;
  }
}
.cpt_timeline .single_row > * {
  width: calc(50% - 136px);
}
.cpt_timeline .single_row > *.left_box img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > *.right_box {
    text-align: center;
  }
  .cpt_timeline .single_row > *.right_box {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_timeline .single_row > *.right_box {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_timeline .single_row > *.right_box {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .cpt_timeline .single_row > *.right_box {
    padding-left: 56px;
  }
}
@media (max-width: 960px) {
  .cpt_timeline .single_row > * {
    width: calc(100% - 0px);
    padding: 10px 0;
  }
}
.cpt_timeline .single_row.row_type_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 961px) {
  .cpt_timeline .single_row.row_type_2 .right_box {
    /*text-align: right;*/
  }
}
.cpt_timeline .single_row .date_box {
  padding-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .cpt_timeline .single_row .date_box {
    padding-bottom: 12.8px;
  }
}
@media (min-width: 1920px) {
  .cpt_timeline .single_row .date_box {
    padding-bottom: 32px;
  }
}
.cpt_timeline .single_row .main_title {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .cpt_timeline .single_row .main_title {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .cpt_timeline .single_row .main_title {
    padding-bottom: 24px;
  }
}

.single_carousel_box {
  padding: 16px;
}
.single_carousel_box:hover .image_wrapper {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin-top: -5px;
  margin-left: -5px;
}
.single_carousel_box:hover .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.8;
}
.single_carousel_box:hover .carousel_btn_ghost {
  opacity: 1;
}
.single_carousel_box:hover .carousel_btn_ghost:hover .label {
  color: #000;
}
.single_carousel_box:hover .box_footer {
  padding-bottom: 55px;
}
.single_carousel_box .inner_wrapper_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.single_carousel_box .inner_wrapper_box {
  padding-top: 27.6041666667vw;
}
@media (max-width: 768px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 212px;
  }
}
@media (min-width: 1920px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 530px;
  }
}
@media (max-width: 960px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 37.5vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 288px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .single_carousel_box .inner_wrapper_box {
    padding-top: 720px;
  }
}
.single_carousel_box .image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_carousel_box .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single_carousel_box .image_wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.single_carousel_box .content_wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_carousel_box .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single_carousel_box .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single_carousel_box .box_footer {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_carousel_box .box_title {
  text-align: center;
  color: #fff;
}
.single_carousel_box .btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 24px; /* 150% */
  height: 48px;
  width: 100%;
  text-align: center;
}
.single_carousel_box .carousel_btn_ghost {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_carousel_box .carousel_btn_ghost .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  color: #fff;
}
.ce_slider_carousel_block .url_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
}
.ce_slider_carousel_block .nav_wrapper {
  position: relative;
  width: 144px;
  height: 56px;
}
@media (max-width: 764px) {
  .ce_slider_carousel_block .nav_wrapper {
    width: 108px;
  }
}

.carousel__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.carousel__loop .loop_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
}
.carousel__loop .loop_wrapper .slick-list {
  width: 100%;
}
.carousel__loop .loop_wrapper.col_line_2 .single_carousel_box {
  width: calc(50% - 32px);
}
@media (max-width: 560x) {
  .carousel__loop .loop_wrapper.col_line_2 .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}
.carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
  width: calc(33.3334% - 32px);
  width: 33.3334%;
}
@media (max-width: 764x) {
  .carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
    width: calc(50% - 32px);
    width: 50%;
  }
}
@media (max-width: 560x) {
  .carousel__loop .loop_wrapper.col_line_3 .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}
.carousel__loop .loop_wrapper .single_carousel_box {
  width: calc(25% - 32px);
  /*margin: 16px;*/
}
@media (max-width: 1240px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(33.3334% - 32px);
    width: 33.3334%;
  }
}
@media (max-width: 764px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(50% - 32px);
    width: 50%;
  }
}
@media (max-width: 560px) {
  .carousel__loop .loop_wrapper .single_carousel_box {
    width: calc(100% - 32px);
    width: 100%;
  }
}

.carousel__loop.category_loop .loop_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single_realizations_box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single_realizations_box {
  padding-top: 27.6041666667vw;
}
@media (max-width: 768px) {
  .single_realizations_box {
    padding-top: 212px;
  }
}
@media (min-width: 1920px) {
  .single_realizations_box {
    padding-top: 530px;
  }
}
.single_realizations_box:hover .image_wrapper {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  margin-top: -5px;
  margin-left: -5px;
}
.single_realizations_box:hover .image_wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0.8;
}
.single_realizations_box:hover .realizations_btn_ghost {
  opacity: 1;
}
.single_realizations_box:hover .realizations_btn_ghost:hover .label {
  color: #000;
}
.single_realizations_box:hover .box_footer {
  padding-bottom: 55px;
}
.single_realizations_box .image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_realizations_box .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single_realizations_box .image_wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.single_realizations_box .content_wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_realizations_box .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.single_realizations_box .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.single_realizations_box .box_footer {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .box_title {
  text-align: center;
  color: #fff;
}
.single_realizations_box .btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 24px; /* 150% */
  height: 48px;
  width: 100%;
  text-align: center;
}
.single_realizations_box .realizations_btn_ghost {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .realizations_btn_ghost .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  color: #fff;
}
.single_realizations_box .realizations_btn_arrow {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_realizations_box .realizations_btn_arrow .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #fff;
}
.single_realizations_box .realizations_btn_arrow .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0;
  background-color: #75D6FF;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_realizations_box .realizations_btn_arrow .icon > span {
  display: inline-block;
}
.single_realizations_box .category_data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
  color: #212121;
}

.realization__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realization__loop .loop_wrapper {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.realization__loop .loop_wrapper.col_line_2 .single_realizations_box {
  width: calc(50% - 32px);
}
@media (max-width: 560x) {
  .realization__loop .loop_wrapper.col_line_2 .single_realizations_box {
    width: calc(100% - 32px);
  }
}
.realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
  width: calc(33.3334% - 32px);
}
@media (max-width: 764x) {
  .realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560x) {
  .realization__loop .loop_wrapper.col_line_3 .single_realizations_box {
    width: calc(100% - 32px);
  }
}
.realization__loop .loop_wrapper .single_realizations_box {
  width: calc(25% - 32px);
  margin: 16px;
}
@media (max-width: 1240px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(33.3334% - 32px);
  }
}
@media (max-width: 764px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(50% - 32px);
  }
}
@media (max-width: 560px) {
  .realization__loop .loop_wrapper .single_realizations_box {
    width: calc(100% - 32px);
  }
}

.main_header_cpt_realizations .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header_cpt_realizations .inner_wrapper .left_box {
  width: 57.5%;
}
@media (max-width: 764px) {
  .main_header_cpt_realizations .inner_wrapper .left_box {
    width: 100%;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_header_cpt_realizations .inner_wrapper .right_box > * {
  width: 100%;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42;
  text-transform: uppercase;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  padding-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-top: 8px;
  }
}
@media (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-top: 20px;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block {
  padding-bottom: 0.4166666667vw;
}
@media (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-bottom: 3.2px;
  }
}
@media (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box .label_block {
    padding-bottom: 8px;
  }
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block.no_top {
  padding-top: 0;
}
.main_header_cpt_realizations .inner_wrapper .right_box .label_block.no_bottom {
  padding-bottom: 0;
}
.main_header_cpt_realizations .inner_wrapper .right_box .location_label,
.main_header_cpt_realizations .inner_wrapper .right_box .date_label {
  font-size: 18px;
  line-height: 1.33;
}
.main_header_cpt_realizations .inner_wrapper .right_box .footer_block {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 764px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    width: 100%;
  }
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 764px) and (max-width: 768px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 12.8px;
  }
}
@media (max-width: 764px) and (min-width: 1920px) {
  .main_header_cpt_realizations .inner_wrapper .right_box {
    padding-top: 32px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12 wrz 2024, 11:38:13
    Author     : Tomek
*/
.wi_editor_style a:not([class]) {
  font-weight: 700;
}
.wi_editor_style a:not([class]) :hover {
  text-decoration: underline !important;
}
.wi_editor_style blockquote {
  margin: 0;
  color: #071559;
  font-weight: 400;
  line-height: 1.43;
  font-size: 1.6666666667vw;
}
@media (max-width: 1600px) {
  .wi_editor_style blockquote {
    font-size: 26.6666666667px;
  }
}
@media (min-width: 1920px) {
  .wi_editor_style blockquote {
    font-size: 32px;
  }
}
.wi_editor_style img {
  max-width: 100%;
  height: auto;
}
.wi_editor_style strong, .wi_editor_style b {
  font-weight: 700;
}
.wi_editor_style ol:not([class]) {
  margin: 20px 0;
  padding: 0 3rem 0 3.5rem;
  font-size: 17px;
}
.wi_editor_style ol:not([class]) > li {
  margin: 10px 0;
}
.wi_editor_style ul:not([class]) {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.wi_editor_style ul:not([class]) > li {
  padding-left: 25px;
  position: relative;
  margin: 5px 0;
}
.wi_editor_style ul:not([class]) > li span {
  display: inline-block;
  color: #DE6127;
  text-decoration: underline;
}
.wi_editor_style ul:not([class]) > li:after {
  position: absolute;
  content: "";
  background-color: #DE6127;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

.ce_offer_block .ce_offer_desktop {
  position: relative;
  margin: 0 0 70px;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_desktop {
    display: none;
  }
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item:nth-child(1) {
  opacity: 1;
  position: relative;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item.show_start {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item.show_start.show {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item > div:nth-child(1) {
  width: calc((100% - 80px) * 0.7);
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item > div:nth-child(1) img {
  max-width: 100%;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item > div:nth-child(2) {
  width: calc((100% - 80px) * 0.2);
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item .ce_offer_desktop_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  border-left: 1px solid #67392B;
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item .ce_offer_desktop_item_title > div:nth-child(1) {
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 46px;
  font-weight: 600;
}
@media (max-width: 1450px) {
  .ce_offer_block .ce_offer_desktop .ce_offer_desktop_item .ce_offer_desktop_item_title > div:nth-child(1) {
    font-size: 38px;
  }
}
.ce_offer_block .ce_offer_desktop .ce_offer_desktop_item .ce_offer_desktop_item_title > div:nth-child(2) {
  color: #67392B;
  font-family: "metropolis", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  max-width: 220px;
}
@media (max-width: 1450px) {
  .ce_offer_block .ce_offer_desktop .ce_offer_desktop_item .ce_offer_desktop_item_title > div:nth-child(2) {
    font-size: 24px;
    max-width: 180px;
  }
}
.ce_offer_block .ce_offer_mobile_item {
  width: 16.6666666667%;
  overflow: hidden;
  color: white;
  min-height: 190px;
  background: #67392B;
  padding: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .ce_offer_block .ce_offer_mobile_item {
    min-height: 180px;
  }
}
@media (max-width: 1450px) {
  .ce_offer_block .ce_offer_mobile_item {
    min-height: 170px;
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item {
    min-height: 10px;
    width: 100%;
    margin: 0 0 16px;
  }
}
.ce_offer_block .ce_offer_mobile_item a {
  color: white;
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button {
    height: auto;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "metropolis", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger {
    width: auto;
    display: inline-block;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger .ce_offer_mobile_item_trigger_label {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "metropolis", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  text-transform: uppercase;
}
@media (max-width: 1450px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger .ce_offer_mobile_item_trigger_label {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger .ce_offer_mobile_item_trigger_label {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger .ce_offer_mobile_item_trigger_label {
    font-size: 11px;
  }
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_button .ce_offer_mobile_item_trigger .ce_offer_mobile_item_trigger_label {
    display: none;
  }
}
.ce_offer_block .ce_offer_mobile_item:nth-child(1), .ce_offer_block .ce_offer_mobile_item:nth-child(7) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ce_offer_block .ce_offer_mobile_item:nth-child(6), .ce_offer_block .ce_offer_mobile_item:nth-child(12) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item {
    border-radius: 8px;
  }
}
.ce_offer_block .ce_offer_mobile_item svg path {
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_mobile_item:nth-child(1) {
  cursor: pointer;
  color: #67392B;
  background: #DE6127;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_mobile_item:nth-child(1) a {
  color: #67392B;
}
.ce_offer_block .ce_offer_mobile_item:nth-child(1) svg path {
  stroke: #67392B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ce_offer_block .ce_offer_mobile_item:nth-child(1) .ce_offer_mobile_item_trigger_label {
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item:nth-child(1) {
    color: white;
    background: #67392B;
  }
  .ce_offer_block .ce_offer_mobile_item:nth-child(1) a {
    color: white;
  }
  .ce_offer_block .ce_offer_mobile_item:nth-child(1) svg path {
    stroke: white;
  }
}
.ce_offer_block .ce_offer_mobile_item:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item:hover {
    color: #67392B;
    background: #DE6127;
  }
  .ce_offer_block .ce_offer_mobile_item:hover a {
    color: #67392B;
  }
  .ce_offer_block .ce_offer_mobile_item:hover svg path {
    stroke: #67392B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ce_offer_block .ce_offer_mobile_item:hover .ce_offer_mobile_item_trigger_label {
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start {
    color: white;
    background: #67392B;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start a {
    color: white;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start svg path {
    stroke: white;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start .ce_offer_mobile_item_trigger_label {
    opacity: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start.show {
    color: #67392B;
    background: #DE6127;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start.show a {
    color: #67392B;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start.show svg path {
    stroke: #67392B;
  }
  .ce_offer_block .ce_offer_mobile_item.show_start.show .ce_offer_mobile_item_trigger_label {
    opacity: 1 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title {
  max-width: 5vw;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title {
    max-width: none;
  }
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title h6 {
    font-size: 18px;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title .ce_offer_mobile_item_title_number {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title .ce_offer_mobile_item_title_number {
    font-size: 16px;
    display: inline-block;
    margin: 0 12px 0 0;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title span {
  display: block;
}
@media (max-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_title span {
    display: inline-block;
  }
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_desc {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 22px -20px -20px;
  border: 1px solid #67392B;
  border-top: 0px solid white;
}
.ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_desc img {
  max-width: 600px;
  max-height: 350px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .ce_offer_block .ce_offer_mobile_item .ce_offer_mobile_item_desc {
    display: none;
  }
}
.ce_offer_block .ce_offer_mobile_item.open .ce_offer_mobile_item_desc {
  opacity: 1;
  padding: 20px;
  pointer-events: auto;
  max-height: 400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
}

.ce_app_form_block .ce_app_form_box {
  color: white;
  background: #67392B;
  border-radius: 8px;
}
.ce_app_form_block .ce_app_form_box {
  padding-top: 2.5vw;
}
@media (max-width: 768px) {
  .ce_app_form_block .ce_app_form_box {
    padding-top: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_app_form_block .ce_app_form_box {
    padding-top: 48px;
  }
}
.ce_app_form_block .ce_app_form_box {
  padding-right: 2.5vw;
}
@media (max-width: 768px) {
  .ce_app_form_block .ce_app_form_box {
    padding-right: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_app_form_block .ce_app_form_box {
    padding-right: 48px;
  }
}
.ce_app_form_block .ce_app_form_box {
  padding-bottom: 2.5vw;
}
@media (max-width: 768px) {
  .ce_app_form_block .ce_app_form_box {
    padding-bottom: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_app_form_block .ce_app_form_box {
    padding-bottom: 48px;
  }
}
.ce_app_form_block .ce_app_form_box {
  padding-left: 2.5vw;
}
@media (max-width: 768px) {
  .ce_app_form_block .ce_app_form_box {
    padding-left: 19.2px;
  }
}
@media (min-width: 1920px) {
  .ce_app_form_block .ce_app_form_box {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .ce_app_form_block .ce_app_form_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ce_app_form_block .ce_app_form_box .ce_app_form_item.ce_app_form_item_content {
  max-width: 530px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .ce_app_form_block .ce_app_form_box .ce_app_form_item.ce_app_form_item_content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    height: auto;
    margin-bottom: 40px;
  }
}
.ce_app_form_block .ce_app_form_box .ce_app_form_item .cp_href .label {
  color: white;
}
.ce_app_form_block .ce_app_form_box .ce_app_form_item .cp_href:hover .label {
  color: #E77A47;
}
.ce_app_form_block .ce_app_form_box .ce_app_form_item .icon_left a {
  margin: 8px 8px 0 0;
}

.ce_content_30_70 .ce_content_30_70_item:nth-child(1) {
  width: 33.3333333333%;
}
@media (max-width: 960px) {
  .ce_content_30_70 .ce_content_30_70_item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ce_content_30_70 .ce_content_30_70_item:nth-child(2) {
  width: 66.6666666667%;
}
@media (max-width: 960px) {
  .ce_content_30_70 .ce_content_30_70_item:nth-child(2) {
    width: 100%;
  }
}

.ce_content_img {
  padding-left: calc((100% - 1600px) / 2);
}
@media (max-width: 1920px) {
  .ce_content_img {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 1920px) and (max-width: 768px) {
  .ce_content_img {
    padding-left: 64px;
  }
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .ce_content_img {
    padding-left: 160px;
  }
}
@media (max-width: 960px) {
  .ce_content_img {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_content_img {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_content_img {
    padding-left: 56px;
  }
}
@media (max-width: 768px) {
  .ce_content_img {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ce_content_img {
    padding-right: 22.4px;
  }
}
@media (max-width: 768px) and (min-width: 1920px) {
  .ce_content_img {
    padding-right: 56px;
  }
}
.ce_content_img .ce_content_img_item:nth-child(1) {
  width: 66.6666666667%;
  padding-right: 120px;
}
.ce_content_img .ce_content_img_item:nth-child(1) {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-top: 120px;
  }
}
.ce_content_img .ce_content_img_item:nth-child(1) {
  padding-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-bottom: 120px;
  }
}
@media (max-width: 960px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-right: 70px;
  }
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-top: 28px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-top: 70px;
  }
}
@media (max-width: 960px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-bottom: 28px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(1) {
    padding: 40px 0;
    width: 100%;
  }
}
.ce_content_img .ce_content_img_item:nth-child(1) > div {
  max-width: 784px;
}
.ce_content_img .ce_content_img_item:nth-child(2) {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .ce_content_img .ce_content_img_item:nth-child(2) {
    display: none !important;
  }
}
.ce_content_img .ce_content_img_item:nth-child(2) img {
  width: 100%;
  height: auto;
  max-width: 616px;
}

.ce_full_content {
  position: relative;
}
.ce_full_content .ce_full_content_item {
  color: white;
}
.ce_full_content .ce_full_content_item .deco_uptitle {
  color: white;
}
.ce_full_content .ce_full_content_item .h1, .ce_full_content .ce_full_content_item .h2, .ce_full_content .ce_full_content_item .h3, .ce_full_content .ce_full_content_item .h4, .ce_full_content .ce_full_content_item .h5, .ce_full_content .ce_full_content_item .h6,
.ce_full_content .ce_full_content_item .font_h1, .ce_full_content .ce_full_content_item .font_h2, .ce_full_content .ce_full_content_item .font_h3, .ce_full_content .ce_full_content_item .font_h4, .ce_full_content .ce_full_content_item .font_h5, .ce_full_content .ce_full_content_item .font_h6,
.ce_full_content .ce_full_content_item h2, .ce_full_content .ce_full_content_item h3, .ce_full_content .ce_full_content_item h4, .ce_full_content .ce_full_content_item h5, .ce_full_content .ce_full_content_item h6, .ce_full_content .ce_full_content_item h1 {
  color: white;
}
.ce_full_content .ce_full_content_item:nth-child(1) {
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: calc(100vh - 100px);
}
.ce_full_content .ce_full_content_item:nth-child(1) {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-top: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-top: 120px;
  }
}
.ce_full_content .ce_full_content_item:nth-child(1) {
  padding-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-bottom: 48px;
  }
}
@media (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-bottom: 120px;
  }
}
.ce_full_content .ce_full_content_item:nth-child(1) {
  padding-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-right: 64px;
  }
}
@media (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-right: 160px;
  }
}
.ce_full_content .ce_full_content_item:nth-child(1) {
  padding-left: 8.3333333333vw;
}
@media (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-left: 64px;
  }
}
@media (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-left: 160px;
  }
}
@media (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    min-height: 900px;
  }
}
@media (max-width: 960px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    min-height: auto;
  }
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-top: 28px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-top: 70px;
  }
}
@media (max-width: 960px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-bottom: 28px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-right: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-right: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-right: 56px;
  }
}
@media (max-width: 960px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-left: 2.9166666667vw;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-left: 22.4px;
  }
}
@media (max-width: 960px) and (min-width: 1920px) {
  .ce_full_content .ce_full_content_item:nth-child(1) {
    padding-left: 56px;
  }
}
.ce_full_content .ce_full_content_item:nth-child(1) > div {
  max-width: 764px;
  margin: 0 auto;
}
.ce_full_content .ce_full_content_item:nth-child(1) > div p {
  margin: 0;
}
.ce_full_content .ce_full_content_item:nth-child(2) {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ce_full_content .ce_full_content_item:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ce_border_box .ce_border_item {
  position: relative;
  width: 25%;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #E5E5E5;
}
.ce_border_box .ce_border_item {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_border_box .ce_border_item {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_border_box .ce_border_item {
    padding-top: 24px;
  }
}
.ce_border_box .ce_border_item {
  padding-left: 1.25vw;
}
@media (max-width: 768px) {
  .ce_border_box .ce_border_item {
    padding-left: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_border_box .ce_border_item {
    padding-left: 24px;
  }
}
.ce_border_box .ce_border_item {
  padding-right: 1.25vw;
}
@media (max-width: 768px) {
  .ce_border_box .ce_border_item {
    padding-right: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_border_box .ce_border_item {
    padding-right: 24px;
  }
}
.ce_border_box .ce_border_item {
  padding-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .ce_border_box .ce_border_item {
    padding-bottom: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_border_box .ce_border_item {
    padding-bottom: 24px;
  }
}
@media (min-width: 1350px) {
  .ce_border_box .ce_border_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .ce_border_box .ce_border_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 1349px) {
  .ce_border_box .ce_border_item {
    width: 33.3333333333%;
  }
  .ce_border_box .ce_border_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .ce_border_box .ce_border_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.ce_border_box .ce_border_item.ce_border_item_hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  left: 0;
  opacity: 0;
  z-index: 999;
  border: 1px solid #67392B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_border_box .ce_border_item.ce_border_item_hover:hover, .ce_border_box .ce_border_item.ce_border_item_hover.active {
  cursor: pointer;
}
.ce_border_box .ce_border_item.ce_border_item_hover:hover:before, .ce_border_box .ce_border_item.ce_border_item_hover.active:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_border_box .ce_border_item.ce_border_item_hover.active .ce_border_dot > span > span {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_border_box .ce_border_dot > span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #67392B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_border_box .ce_border_dot > span > span {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #DE6127;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ce_border_box input {
  opacity: 0;
  pointer-events: none;
}
.ce_border_box img,
.ce_border_box svg {
  width: 100%;
  height: auto;
}

.ce_systems .slick-list {
  width: 100%;
  position: relative;
}
.ce_systems .slick-list:after {
  pointer-events: none;
  display: block;
  border: 1px solid #E5E5E5;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ce_systems .ce_systems_box .ce_systems_item {
  margin-top: 0;
  margin-left: 0;
  border: 0 solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.ce_systems .ce_systems_box .ce_systems_item .ce_systems_item_title {
  font-size: 14px;
  font-weight: 500;
  color: #1E1E1E;
}
.ce_systems .ce_systems_box .ce_systems_item .ce_systems_item_title {
  padding-top: 1.25vw;
}
@media (max-width: 768px) {
  .ce_systems .ce_systems_box .ce_systems_item .ce_systems_item_title {
    padding-top: 9.6px;
  }
}
@media (min-width: 1920px) {
  .ce_systems .ce_systems_box .ce_systems_item .ce_systems_item_title {
    padding-top: 24px;
  }
}
.ce_systems .ce_systems_box .ce_systems_item:hover {
  cursor: pointer;
}
.ce_systems .ce_systems_box .ce_systems_item:hover .ce_systems_item_title {
  color: #1E1E1E;
}

.colorsBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 1px;
  margin-left: 1px;
}
.colorsBox .colorsItem {
  margin: 0 16px 16px 0;
}
@media (max-width: 550px) {
  .colorsBox .colorsItem {
    margin: 0 8px 8px 0;
  }
}
.colorsBox .colorsItem:last-of-type {
  margin: 0 0 16px 0;
}
@media (max-width: 550px) {
  .colorsBox .colorsItem:last-of-type {
    margin: 0 0 8px 0;
  }
}
.colorsBox .colorsItem > div {
  min-width: 104px;
  font-size: 15px;
  padding: 16px 12px 14px;
  text-align: center;
  line-height: 1.3;
  border-radius: 16px;
  background: #f0f0f0;
}
@media (max-width: 550px) {
  .colorsBox .colorsItem > div {
    min-width: 89px;
    font-size: 14px;
    padding: 14px 10px 12px;
  }
}
@media (max-width: 450px) {
  .colorsBox .colorsItem > div {
    min-width: 80px;
  }
}
.colorsBox .colorsItem > div img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin-bottom: 2px;
}
@media (max-width: 550px) {
  .colorsBox .colorsItem > div img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
}
.colorsBox .colorsItem > div strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .colorsBox .colorsItem > div strong {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .colorsBox .colorsItem > div strong {
    font-size: 12px;
  }
}

/* Bazowe style */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #1E1E1E;
  outline: 0;
  -webkit-transition: color 0.15s, background 0.15s;
  transition: color 0.15s, background 0.15s;
  text-decoration: none;
}

a:hover {
  color: #E77A47;
}

a:hover, a:active, a:focus {
  outline: 0;
  /*text-decoration: underline;*/
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

:focus {
  outline: 0;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #1c2333;
}

::selection {
  color: #ffffff;
  background: #1c2333;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.table_wrap,
.table_wrapper {
  overflow-x: auto;
}
.table_wrap table,
.table_wrapper table {
  min-width: 100%;
}

.error404 {
  width: 100%;
  /*    h1,h2,h3{
          text-align: center;
          padding: 45px 0;
      }*/
}

@media (max-width: 960px) {
  .mobile_hide {
    display: none;
  }
}

.mobile_show {
  display: none;
}
@media (max-width: 960px) {
  .mobile_show {
    display: block;
  }
}

.disabled {
  pointer-events: none;
}

.checkbox_wrapper .checkbox {
  cursor: pointer;
}
.checkbox_wrapper input {
  pointer-events: none;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-statics-footer {
  display: none;
}

.wi_video_wrapper {
  max-width: 100%;
  padding-top: 56.4%;
  position: relative;
}
@media (max-width: 764px) {
  .wi_video_wrapper {
    padding-top: 74.6%;
  }
}
.wi_video_wrapper .image_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wi_video_wrapper .wi_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.wi_video_wrapper .wi_video > * {
  width: 100%;
  height: 100%;
}
.wi_video_wrapper .initbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: #0066CC;*/
  border: 3px solid #fff;
  padding: 15px;
  z-index: 4;
  /*        width: 40px;
          height: 40px;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.wi_video_wrapper .initbtn svg path {
  fill: #fff;
}
.wi_video_wrapper .initbtn .icon {
  display: block;
  width: 100%;
}
.wi_video_wrapper .initbtn .text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.wi_video_wrapper .initbtn:hover {
  /*            background-color: #00317A;
              border: 1px solid #00317A;*/
  opacity: 0.6;
}
.wi_video_wrapper .initbtn:hover svg path {
  fill: #fff;
}

.wi_iframe_wrapper {
  position: relative;
}
.wi_iframe_wrapper .iframe_popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #e6e6e6;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
}
.wi_iframe_wrapper .iframe_popup.iframe_hide {
  opacity: 0;
  pointer-events: none;
}
.wi_iframe_wrapper .iframe_popup > * {
  max-width: 480px;
}
.wi_iframe_wrapper .main_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.wi_iframe_wrapper .main_iframe > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wi_iframe_wrapper .main_iframe iframe {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.socialmedia_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socialmedia_main.icon_left a {
  margin: 0 8px 8px 0;
}
.socialmedia_main.icon_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socialmedia_main.icon_center a {
  margin: 0 8px 8px 8px;
}
.socialmedia_main.icon_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.socialmedia_main.icon_right a {
  margin: 0 8px;
}
.socialmedia_main .image_wrapper {
  border-radius: 50px !important;
}
.socialmedia_main a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DE6127;
  border-radius: 50px;
}
.socialmedia_main a svg path {
  fill: #fff;
}
.socialmedia_main a:hover {
  background-color: #E77A47;
}
.socialmedia_main a:hover svg path {
  fill: #fff;
}

.n_p {
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 22px;
  height: auto;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.n_p svg path {
  stroke: #67392B;
}
.n_p:hover svg path {
  stroke: #A17466;
}
@media (max-width: 1800px) {
  .n_p.n_p-arrow-left {
    left: 20px;
  }
  .n_p.n_p-arrow-right {
    right: 20px;
  }
}
.n_p.n_p-arrow-right {
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
.n_p.n_p-arrow-left {
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

.image_box .n_p {
  border-radius: 25px;
  background: white;
  width: 40px !important;
  height: 40px !important;
}

.twentytwenty-container {
  margin: 0 auto;
}
.twentytwenty-container img {
  max-width: none !important;
}
.twentytwenty-container .label {
  position: absolute;
  top: 30px;
  background-color: #fff;
  color: #1A1818;
  font-weight: 700;
  font-size: 16px;
  width: 112px;
  height: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  z-index: 99;
}
.twentytwenty-container .label.after {
  right: 30px;
}
.twentytwenty-container .label.before {
  left: 30px;
}
@media (max-width: 960px) {
  .twentytwenty-container .label {
    font-size: 12px;
    height: 20px;
  }
}
@media (max-width: 560px) {
  .twentytwenty-container .label.after {
    display: none;
  }
  .twentytwenty-container .label.before {
    display: none;
  }
}

.twentytwenty-handle {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.twentytwenty-handle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/5050.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}
.twentytwenty-handle .shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/ellipse_shadow.png) no-repeat center center;
  background-size: contain;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-right-arrow,
.twentytwenty-left-arrow {
  display: none;
  /*swipe.svg*/
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  width: 1px !important;
  margin-left: -1px !important;
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  margin-top: 0px;
}
@media (max-width: 840px) {
  .twentytwenty-horizontal .twentytwenty-handle::after {
    margin-top: 0px;
  }
}

.twentytwenty-horizontal .twentytwenty-handle::before {
  margin-bottom: 0px;
}
@media (max-width: 840px) {
  .twentytwenty-horizontal .twentytwenty-handle::before {
    margin-bottom: 0px;
  }
}

.video_box,
.aside_video {
  width: 100%;
  padding-top: 56.25%;
  z-index: 6;
  position: relative;
}
.video_box > *,
.aside_video > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}

.switch_admin_bar {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  /*left:0;*/
  bottom: 0;
  content: "";
  background: #fff url(images/admin_icon.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  border: 1px solid black;
}
@media (min-width: 961px) {
  .switch_admin_bar {
    right: 0;
  }
}
@media (max-width: 960px) {
  .switch_admin_bar {
    left: 0;
  }
}

#wpadminbar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wpadminbar.wihide {
  -webkit-transform: translate(0, -100%) !important;
      -ms-transform: translate(0, -100%) !important;
          transform: translate(0, -100%) !important;
}

#wp-admin-bar-new-content,
#wp-admin-bar-comments {
  display: none;
}
/*# sourceMappingURL=style.css.map */
