/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url(./76588e485698d0108a16d408a68f8161.eot);
  src: url(./76588e485698d0108a16d408a68f8161.eot#iefix) format("embedded-opentype"), url(./b0a9c3f1f58ac029d72187f55058716f.ttf) format("truetype"), url(./57b46415906e8c29b8b6c80376468c98.woff) format("woff"), url(./7bf5deaf5103bd8d147855af7dc32dad.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play-thin:before {
  content: "\E912"; }

.icon-close-thin:before {
  content: "\E910"; }

.icon-menu-thin:before {
  content: "\E911"; }

.icon-play:before {
  content: "\E900"; }

.icon-close:before {
  content: "\E901"; }

.icon-menu:before {
  content: "\E902"; }

.icon-email-full:before {
  content: "\E903"; }

.icon-linkedin:before {
  content: "\E904"; }

.icon-facebook:before {
  content: "\E905"; }

.icon-whatsapp:before {
  content: "\E906"; }

.icon-eye:before {
  content: "\E907"; }

.icon-download:before {
  content: "\E908"; }

.icon-file:before {
  content: "\E909"; }

.icon-pin:before {
  content: "\E90A"; }

.icon-clock:before {
  content: "\E90B"; }

.icon-phone:before {
  content: "\E90C"; }

.icon-email:before {
  content: "\E90D"; }

.icon-chevron:before {
  content: "\E90E"; }

.icon-arrow:before {
  content: "\E90F"; }

.custom-select {
  position: relative; }
  .custom-select__option {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-select__option-wrap {
    position: relative; }
  .custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0; }
    .custom-select--dropup .custom-select__dropdown {
      top: auto;
      bottom: 100%; }

.custom-select__option {
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5; }
  .custom-select__option:focus {
    outline: none; }
  .custom-select__option:hover, .custom-select__option:focus {
    background-color: #f9f9f9; }
  .custom-select__option--value {
    padding-right: 1.875rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem; }
    .custom-select__option--value::after {
      position: absolute;
      box-sizing: border-box;
      width: 0;
      height: 0;
      top: 50%;
      right: 0.75rem;
      border-width: 0.3rem;
      border-bottom-width: 0;
      border-style: solid;
      border-color: currentColor transparent;
      transform: translateY(-50%);
      content: ""; }
      .custom-select--active .custom-select__option--value::after {
        transform: translateY(-50%) rotate(-180deg); }
    .custom-select--active .custom-select__option--value {
      border-bottom-color: transparent;
      border-radius: 0.25rem 0.25rem 0 0; }
      .custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
        background-color: #fff; }
      .custom-select--dropup.custom-select--active .custom-select__option--value {
        border-top-color: transparent;
        border-bottom-color: #e6e6e6;
        border-radius: 0 0 0.25rem 0.25rem; }
  .custom-select__option--selected {
    background-color: #fcfcfc; }
  .custom-select__option[disabled] {
    color: #a1a1a1;
    cursor: default; }
    .custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
      background-color: transparent; }

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem; }
  .custom-select__option-wrap::-webkit-scrollbar {
    width: 16px; }
  .custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: transparent; }

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121; }
  .custom-select__input:focus {
    outline: none; }
  .custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0); }

.custom-select__dropdown {
  overflow: hidden;
  z-index: 1;
  top: calc(100% - 1px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem; }
  .custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

[class^="col-"] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px; }

@media (min-width: 360px) {
  .col-xxxs-1 {
    width: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-2 {
    width: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-3 {
    width: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-4 {
    width: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-5 {
    width: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-6 {
    width: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-7 {
    width: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-8 {
    width: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-9 {
    width: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-10 {
    width: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-11 {
    width: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-12 {
    width: 100%; } }

@media (min-width: 390px) {
  .col-xxs-1 {
    width: 8.33333%; } }

@media (min-width: 390px) {
  .col-xxs-2 {
    width: 16.66667%; } }

@media (min-width: 390px) {
  .col-xxs-3 {
    width: 25%; } }

@media (min-width: 390px) {
  .col-xxs-4 {
    width: 33.33333%; } }

@media (min-width: 390px) {
  .col-xxs-5 {
    width: 41.66667%; } }

@media (min-width: 390px) {
  .col-xxs-6 {
    width: 50%; } }

@media (min-width: 390px) {
  .col-xxs-7 {
    width: 58.33333%; } }

@media (min-width: 390px) {
  .col-xxs-8 {
    width: 66.66667%; } }

@media (min-width: 390px) {
  .col-xxs-9 {
    width: 75%; } }

@media (min-width: 390px) {
  .col-xxs-10 {
    width: 83.33333%; } }

@media (min-width: 390px) {
  .col-xxs-11 {
    width: 91.66667%; } }

@media (min-width: 390px) {
  .col-xxs-12 {
    width: 100%; } }

@media (min-width: 568px) {
  .col-xs-1 {
    width: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-2 {
    width: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-3 {
    width: 25%; } }

@media (min-width: 568px) {
  .col-xs-4 {
    width: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-5 {
    width: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-6 {
    width: 50%; } }

@media (min-width: 568px) {
  .col-xs-7 {
    width: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-8 {
    width: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-9 {
    width: 75%; } }

@media (min-width: 568px) {
  .col-xs-10 {
    width: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-11 {
    width: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-12 {
    width: 100%; } }

@media (min-width: 640px) {
  .col-sm-1 {
    width: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-2 {
    width: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-3 {
    width: 25%; } }

@media (min-width: 640px) {
  .col-sm-4 {
    width: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-5 {
    width: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-6 {
    width: 50%; } }

@media (min-width: 640px) {
  .col-sm-7 {
    width: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-8 {
    width: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-9 {
    width: 75%; } }

@media (min-width: 640px) {
  .col-sm-10 {
    width: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-11 {
    width: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    width: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    width: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    width: 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    width: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    width: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-2 {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-3 {
    width: 25%; } }

@media (min-width: 1024px) {
  .col-lg-4 {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-5 {
    width: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-6 {
    width: 50%; } }

@media (min-width: 1024px) {
  .col-lg-7 {
    width: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-8 {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-9 {
    width: 75%; } }

@media (min-width: 1024px) {
  .col-lg-10 {
    width: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-11 {
    width: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    width: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-2 {
    width: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-3 {
    width: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    width: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-5 {
    width: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-6 {
    width: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-7 {
    width: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-8 {
    width: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-9 {
    width: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-10 {
    width: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-11 {
    width: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-12 {
    width: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-1 {
    width: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-2 {
    width: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-3 {
    width: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-4 {
    width: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-5 {
    width: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-6 {
    width: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-7 {
    width: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-8 {
    width: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-9 {
    width: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-10 {
    width: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-11 {
    width: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-12 {
    width: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 390px) {
  .col-xxs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 390px) {
  .col-xxs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 390px) {
  .col-xxs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-3 {
    margin-left: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-6 {
    margin-left: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-9 {
    margin-left: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-3 {
    margin-left: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-6 {
    margin-left: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-9 {
    margin-left: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-2 {
    margin-left: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-3 {
    margin-left: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-4 {
    margin-left: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-5 {
    margin-left: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-7 {
    margin-left: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-8 {
    margin-left: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-9 {
    margin-left: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-10 {
    margin-left: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 360px) {
  .col-xxxs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 390px) {
  .col-xxs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 568px) {
  .col-xs-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 640px) {
  .col-sm-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 768px) {
  .col-md-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 768px) {
  .col-md-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 768px) {
  .col-md-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 768px) {
  .col-md-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 768px) {
  .col-md-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 768px) {
  .col-md-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl-offset-right-12 {
    margin-right: 100%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-1 {
    margin-right: 8.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-2 {
    margin-right: 16.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-3 {
    margin-right: 25%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-4 {
    margin-right: 33.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-5 {
    margin-right: 41.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-6 {
    margin-right: 50%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-7 {
    margin-right: 58.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-8 {
    margin-right: 66.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-9 {
    margin-right: 75%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-10 {
    margin-right: 83.33333%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-11 {
    margin-right: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl-offset-right-12 {
    margin-right: 100%; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'Poppins';
  src: url(./0415cf4ebd3976a0db17e2fa1e9812f6.eot);
  src: url(./0415cf4ebd3976a0db17e2fa1e9812f6.eot?#iefix) format("embedded-opentype"), url(./abed1cb7ce7794b656c39076aaca6970.woff2) format("woff2"), url(./87ee1a70c3af3cb1a4d8de1d96568fa0.woff) format("woff"), url(./de94a85c73334510b8645762a276917d.ttf) format("truetype"), url(./5d7b85c12e27a0b3f576725c7556d69d.svg#Poppins-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(./4ce9e2b2c6112d971192202f944407c3.eot);
  src: url(./4ce9e2b2c6112d971192202f944407c3.eot?#iefix) format("embedded-opentype"), url(./65c572e4509bc7a1db10d9404adf0522.woff2) format("woff2"), url(./55cd1788be02d3864a2683bc6c241fc4.woff) format("woff"), url(./c90112ceab056e0a004e6a314048b05a.ttf) format("truetype"), url(./902de298ddba0d173514f8f4d6cdb7d2.svg#Poppins-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Comfortaa';
  src: url(./63b84cb61c65337944bbb75c441d9596.eot);
  src: url(./63b84cb61c65337944bbb75c441d9596.eot?#iefix) format("embedded-opentype"), url(./48afaa05bc738e66bde5e385cdefd57c.woff2) format("woff2"), url(./b1afd0cbbd8c3dcd8ca64e0e5d46837c.woff) format("woff"), url(./e10f6501bb5c855c34c34cabfe752638.ttf) format("truetype"), url(./9066a8a39afd1d82205667824151ecfa.svg#Comfortaa-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Comfortaa';
  src: url(./bde0da84773ba21144df30b86e5f12ac.eot);
  src: url(./bde0da84773ba21144df30b86e5f12ac.eot?#iefix) format("embedded-opentype"), url(./a6298ce80f614b58d459b57da462932c.woff2) format("woff2"), url(./cafd43359695ce2a9e9b2606fc413748.woff) format("woff"), url(./386d3613205044a2383514de0f90ec60.ttf) format("truetype"), url(./df319967e6f12665b646292ff651cdd5.svg#Comfortaa-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

:root {
  --app-height: 100%; }

html {
  height: 100%; }

body {
  background: #FFF;
  color: #1D1D1B;
  font-size: 16px;
  line-height: 1.875;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

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

p {
  margin-bottom: 45px; }
  @media (max-width: 1199px) {
    p {
      margin-bottom: 25px; } }
  p:last-child {
    margin-bottom: 0 !important; }
  p a {
    color: #F28C00; }
    p a:hover {
      color: #FFAC3B; }
    p a:visited {
      color: #8B5000; }
  p b,
  p strong {
    font-weight: 500; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

input,
input[type="search"],
textarea,
button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent; }

.focus-visible,
:focus-visible {
  outline: blue solid 2px !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 30px; }
  @media (max-width: 1199px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 20px; } }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0 !important; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #1D1D1B; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #F28C00; }

h1 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 50px;
  padding-left: 40px;
  font-size: 40px;
  line-height: 45px; }
  h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 45px; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px;
      line-height: 30px;
      padding-left: 30px; }
      h1:before {
        width: 35px;
        height: 35px;
        background-size: auto 30px; } }

h2 {
  font-size: 40px; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 1.42; } }

h3 {
  font-size: 30px; }
  @media (max-width: 1199px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px;
      line-height: 1.5; } }

h4 {
  font-size: 22px;
  line-height: 1.45; }

h5 {
  font-size: 20px;
  line-height: 1.5; }

h6 {
  font-size: 18px; }

.container,
.container-wide {
  width: 100%;
  max-width: 1344px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container,
    .container-wide {
      padding: 0 20px; } }

.container-wide {
  max-width: 1540px; }

main {
  width: 100%;
  flex: 1 0 auto;
  margin-top: 147px;
  transition: margin-left 0.5s; }
  @media (max-width: 1199px) {
    main {
      margin-top: 95px; }
      .open-nav main {
        margin-left: -100px; } }

section {
  padding: 160px 0; }
  @media (max-width: 1199px) {
    section {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    section {
      padding: 80px 0 40px; } }
  section section {
    padding: 0; }

main ul:not([class]):not([id]),
main ol:not([class]):not([id]) {
  margin: 45px 0; }
  @media (max-width: 1199px) {
    main ul:not([class]):not([id]),
    main ol:not([class]):not([id]) {
      margin: 25px 0; } }
  main ul:not([class]):not([id]):first-child,
  main ol:not([class]):not([id]):first-child {
    margin-top: 0 !important; }
  main ul:not([class]):not([id]):last-child,
  main ol:not([class]):not([id]):last-child {
    margin-bottom: 0 !important; }
  main ul:not([class]):not([id]) li,
  main ol:not([class]):not([id]) li {
    display: flex; }
    main ul:not([class]):not([id]) li:before,
    main ol:not([class]):not([id]) li:before {
      margin-right: 6px; }

main ul:not([class]):not([id]) li:before {
  content: '-'; }

main ol:not([class]):not([id]) {
  counter-reset: li-counter; }
  main ol:not([class]):not([id]) li:before {
    content: counter(li-counter) ".";
    counter-increment: li-counter; }

.btn, body .cky-consent-container .cky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-family: "Comfortaa", sans-serif;
  outline: none;
  opacity: 1;
  border-radius: 100px;
  border: 4px solid #FFF;
  cursor: pointer; }
  .btn.bg-orange, body .cky-consent-container .bg-orange.cky-btn {
    background-color: #F28C00; }
  .btn.bg-transparent, body .cky-consent-container .bg-transparent.cky-btn {
    background-color: transparent; }
  .btn.btn-70, body .cky-consent-container .btn-70.cky-btn {
    height: 70px;
    padding: 0 50px;
    font-size: 18px;
    line-height: 20px; }
  .btn.btn-140, body .cky-consent-container .btn-140.cky-btn {
    height: 140px;
    padding: 0 100px;
    font-size: 40px;
    line-height: 44px; }
  .btn.btn-shaddow, body .cky-consent-container .btn-shaddow.cky-btn {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16); }
  .btn.m-bottom-50, body .cky-consent-container .m-bottom-50.cky-btn {
    margin-bottom: 0; }
  .btn.hover-underline:hover, body .cky-consent-container .hover-underline.cky-btn:hover {
    transition: all 0.3s;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
  .btn:disabled, body .cky-consent-container .cky-btn:disabled {
    opacity: 0.5;
    pointer-events: none; }
  @media (max-width: 767px) {
    .btn.btn-140, body .cky-consent-container .btn-140.cky-btn {
      height: 50px;
      padding: 0 50px;
      font-size: 15px;
      list-style: 17px; }
    .btn.m-bottom-30, body .cky-consent-container .m-bottom-30.cky-btn {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .btn, body .cky-consent-container .cky-btn {
      border: 2px solid #FFF; }
      .btn.btn-70, body .cky-consent-container .btn-70.cky-btn {
        height: 40px;
        padding: 0 25px;
        font-size: 12px;
        line-height: 14px; } }

.box-img {
  position: relative; }
  .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

.icomoon, .link-arrow:after, .block-heading-arrow:before, .header-lang .wpml-ls a:before, .nav li.menu-item-has-children > a:after, .block-info-list .box-item:before, .block-accordion .accordion-caption:before, .block-video-overlay .btn-play:before, .block-grid-list .box-item ul:not([class]):not([id]) li:before, .block-list-cols-color .box-col:before {
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  color: #F28C00;
  transition: all 0.3s;
  margin-top: auto;
  position: relative; }
  @media (max-width: 767px) {
    .link-arrow {
      margin-top: 10px; } }
  .link-arrow:after {
    content: "\E90E";
    font-size: 14px;
    transition: all 0.3s;
    margin-left: 10px; }
  .link-arrow:hover:after {
    margin-left: 30px; }

.block-heading {
  text-align: center;
  margin-bottom: 100px; }
  .block-heading-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .block-heading-arrow {
        justify-content: flex-start;
        align-items: flex-start; } }
    .block-heading-arrow:before {
      content: "\E90E";
      font-size: 47px;
      color: #F28C00;
      margin: -20px 30px -20px 0; }
      @media (max-width: 1199px) {
        .block-heading-arrow:before {
          font-size: 27px;
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .block-heading-arrow:before {
          margin: -10px 20px -10px 0; } }

.block-text {
  color: #646363;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 100px; }
  @media (min-width: 1200px) {
    .block-text {
      font-size: 22px;
      line-height: 1.82;
      padding: 0;
      margin-bottom: 120px; } }
  .block-text:last-child {
    margin-bottom: 0 !important; }
  @media (min-width: 1200px) {
    .block-text p {
      margin-bottom: 40px; } }

.block-info {
  display: flex;
  align-items: center;
  background: #F28C00;
  color: #FFF;
  font-size: 14px;
  line-height: 1.71;
  padding: 26px 28px 26px 20px;
  position: relative; }
  @media (max-width: 1199px) {
    .block-info {
      padding: 30px;
      margin: 0 -20px; } }
  @media (max-width: 567px) {
    .block-info {
      display: block; } }
  .block-info p {
    padding-top: 15px; }
  .block-info:before {
    content: "i";
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex-shrink: 0;
    border: 2px solid #FFF;
    font-size: 26px;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    padding-top: 3px;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      .block-info:before {
        margin-right: 30px; } }
    @media (max-width: 567px) {
      .block-info:before {
        margin: 0 0 20px; } }

.block-btn {
  display: flex;
  justify-content: center; }

/* Slider */
.slick-slider .slick-track {
  display: flex; }

.slick-slider .slick-slide {
  height: auto;
  outline: none; }

.slick-arrow {
  width: 37px;
  height: 37px;
  background: none;
  border: 1px solid #1D1D1B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  padding: 0;
  margin: 5px; }
  @media (min-width: 1200px) {
    .slick-arrow:hover {
      background: #F28C00;
      border-color: #F28C00;
      color: #FFF; } }
  .slick-arrow.slick-prev {
    transform: rotate(180deg); }

/* Admin Bar */
.admin-bar .header,
.admin-bar .header-nav,
.admin-bar .language-popup {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar .header,
    .admin-bar .header-nav,
    .admin-bar .language-popup {
      top: 46px; } }

@media (max-width: 1199px) {
  .admin-bar .header-lang .wpml-ls .wpml-ls-sub-menu {
    max-height: calc(100vh - 132px);
    max-height: calc(var(--app-height) - 132px); } }

@media (max-width: 782px) {
  .admin-bar .header-lang .wpml-ls .wpml-ls-sub-menu {
    max-height: calc(100vh - 146px);
    max-height: calc(var(--app-height) - 1px); } }

@media (max-width: 1199px) {
  .admin-bar .section-hero-home {
    min-height: calc(100vh - 128px);
    min-height: calc(var(--app-height) - 128px); } }

@media (max-width: 782px) {
  .admin-bar .section-hero-home {
    min-height: calc(100vh - 142px);
    min-height: calc(var(--app-height) - 142px); } }

.admin-bar #wpadminbar {
  position: fixed !important; }

/* Cookies */
body .cky-consent-container .cky-consent-bar {
  border: none;
  box-shadow: 0 0 20px 0 rgba(139, 80, 0, 0.2);
  padding: 20px; }

body .cky-consent-container .cky-title {
  font-size: 22px;
  line-height: 1.45;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  padding: 0; }

body .cky-consent-container .cky-notice-des {
  font-size: 16px;
  line-height: 1.875;
  color: #1D1D1B !important;
  padding: 0; }
  body .cky-consent-container .cky-notice-des * {
    font-size: 16px; }

body .cky-consent-container .cky-notice-btn-wrapper {
  padding: 0; }

body .cky-consent-container .cky-btn {
  padding: 15px 40px; }
  body .cky-consent-container .cky-btn.cky-btn-accept {
    background: #FFF !important;
    border-color: #F28C00 !important;
    color: #1D1D1B !important;
    text-decoration: underline;
    text-decoration-color: transparent; }
    body .cky-consent-container .cky-btn.cky-btn-accept:hover {
      background: #F28C00 !important;
      color: #FFF !important;
      text-decoration-color: #FFF; }

@media (max-width: 1199px) {
  body.open-nav {
    overflow: hidden; } }

.header {
  width: 100%;
  height: 148px;
  display: flex;
  align-items: center;
  background: #F28C00;
  color: #FFF;
  padding: 30px 0;
  transition: margin-left 0.5s, height 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media (min-width: 1200px) {
    .header-sticky .header {
      height: 117px; } }
  @media (max-width: 1199px) {
    .header {
      height: 96px;
      position: fixed;
      padding: 20px 0; }
      .open-nav .header {
        margin-left: -100px; }
      .header:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        transition: all 0.5s;
        pointer-events: none;
        opacity: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1; }
        .open-nav .header:before {
          opacity: 1; } }
  .header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1920px; }
    @media (max-width: 1199px) {
      .header .container {
        align-items: center; } }
  .header .logo {
    width: 230px;
    flex-shrink: 0;
    line-height: 0;
    transition: all 0.3s; }
    @media (min-width: 1200px) {
      .header-sticky .header .logo {
        width: 150px; } }
    @media (max-width: 1199px) {
      .header .logo {
        width: 150px; } }
  .header-inner {
    display: flex;
    align-items: center;
    padding: 12px 0; }
  .header-links {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .header-links {
        display: none; } }
    .header-links a {
      display: flex;
      align-items: center;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      margin-right: 40px; }
      .header-links a span {
        transition: all 0.3s;
        text-decoration: underline;
        text-decoration-color: transparent;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
      .header-links a:hover span {
        text-decoration-color: inherit; }
    .header-links i {
      font-size: 20px;
      margin-right: 10px; }
      .header-links i.icon-email {
        font-size: 16px; }
  .header-btn {
    display: flex;
    background: transparent;
    border: none;
    font-size: 30px;
    padding: 0;
    margin-left: 65px; }
    @media (max-width: 767px) {
      .header-btn {
        font-size: 24px; } }
    @media (max-width: 1199px) {
      .header-btn i:before {
        content: "\E911"; } }
    .header-btn-close {
      display: flex;
      background: transparent;
      border: none;
      font-size: 34px;
      padding: 0;
      position: absolute;
      top: 40px;
      right: 5px; }
      @media (max-width: 1199px) {
        .header-btn-close {
          top: 30px;
          right: 10px; } }
      @media (max-width: 767px) {
        .header-btn-close {
          right: 5px; } }
      @media (max-width: 1199px) {
        .header-btn-close i:before {
          content: "\E910"; } }
  .header-lang-desktop {
    display: flex; }
    .header-lang-desktop .wpml-ls a {
      color: #FFF !important; }
      .header-lang-desktop .wpml-ls a:hover {
        color: #FFF !important; }
    @media (max-width: 1199px) {
      .header-lang-desktop {
        display: none; } }
  .header-lang-mobile {
    display: flex;
    position: absolute;
    left: 30px;
    top: 40px;
    padding-left: 70px; }
    @media (max-width: 1199px) {
      .header-lang-mobile {
        padding-left: 0; } }
    .header-lang-mobile .wpml-ls a {
      color: #1D1D1B !important; }
      .header-lang-mobile .wpml-ls a:hover {
        color: #1D1D1B !important; }
  .header-lang .wpml-ls {
    display: inline-block;
    width: auto; }
    .header-lang .wpml-ls a {
      display: flex;
      align-items: center;
      min-width: 145px;
      background: transparent !important;
      border: none;
      font-size: 16px;
      line-height: 1.125;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      color: #FFF;
      padding: 0 30px 0 0 !important;
      position: relative; }
      @media (max-width: 1199px) {
        .header-lang .wpml-ls a {
          color: #1D1D1B !important; } }
      .header-lang .wpml-ls a:after {
        display: none !important; }
      .header-lang .wpml-ls a:before {
        content: "\E90E";
        font-size: 18px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg); }
      .header-lang .wpml-ls a:hover, .header-lang .wpml-ls a:focus {
        color: #FFF;
        background: transparent !important; }
        @media (max-width: 1199px) {
          .header-lang .wpml-ls a:hover, .header-lang .wpml-ls a:focus {
            color: #1D1D1B !important; } }
      .header-lang .wpml-ls a.open-list:before {
        transform: translateY(-50%) rotate(-90deg); }
      .header-lang .wpml-ls a .wpml-ls-flag {
        width: 26px; }
        .header-lang .wpml-ls a .wpml-ls-flag + span {
          margin-left: 10px; }
    .header-lang .wpml-ls .wpml-ls-sub-menu {
      display: block !important;
      visibility: visible !important;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s;
      width: 287px;
      background: #FFF;
      border: none;
      border-radius: 20px;
      box-shadow: 0 0 20px 0 rgba(139, 80, 0, 0.2);
      padding: 20px 0;
      margin-top: 22px;
      position: absolute;
      left: -50px;
      right: auto;
      top: 100%; }
      @media (max-width: 1199px) {
        .header-lang .wpml-ls .wpml-ls-sub-menu {
          overflow-y: auto;
          overflow-x: hidden;
          max-height: calc(100vh - 100px);
          max-height: calc(var(--app-height) - 100px);
          left: -10px; } }
      @media (max-width: 359px) {
        .header-lang .wpml-ls .wpml-ls-sub-menu {
          width: 250px; } }
      .header-lang .wpml-ls .wpml-ls-sub-menu.open-list {
        opacity: 1;
        pointer-events: auto; }
      .header-lang .wpml-ls .wpml-ls-sub-menu li {
        position: relative; }
        .header-lang .wpml-ls .wpml-ls-sub-menu li:after {
          content: '';
          width: calc(100% - 60px);
          height: 1px;
          background: rgba(242, 140, 0, 0.08);
          position: absolute;
          left: 30px;
          bottom: -1px; }
        .header-lang .wpml-ls .wpml-ls-sub-menu li:last-child:after {
          display: none; }
      .header-lang .wpml-ls .wpml-ls-sub-menu a {
        color: #1D1D1B !important;
        padding: 18px 30px !important;
        text-transform: none; }
        .header-lang .wpml-ls .wpml-ls-sub-menu a:before {
          display: none; }
        .header-lang .wpml-ls .wpml-ls-sub-menu a:hover, .header-lang .wpml-ls .wpml-ls-sub-menu a:focus {
          color: #1D1D1B !important; }
          @media (min-width: 1200px) {
            .header-lang .wpml-ls .wpml-ls-sub-menu a:hover, .header-lang .wpml-ls .wpml-ls-sub-menu a:focus {
              box-shadow: 0 10px 20px 0 rgba(242, 140, 0, 0.1); } }
        .header-lang .wpml-ls .wpml-ls-sub-menu a .wpml-ls-flag {
          width: 36px; }
          .header-lang .wpml-ls .wpml-ls-sub-menu a .wpml-ls-flag + span {
            margin-left: 20px; }
  .header-nav {
    width: 100%;
    display: flex;
    background: rgba(242, 140, 0, 0.85);
    color: #1D1D1B;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 1199px) {
      .header-nav {
        background: #F28C00; }
        .header-nav:before {
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          transition: all 0.5s;
          pointer-events: none;
          opacity: 0;
          position: fixed;
          left: 0;
          top: 0;
          z-index: 1; }
          .open-sub-menu .header-nav:before {
            opacity: 1; } }
    .open-nav .header-nav {
      left: 0; }
    @media (max-width: 1199px) {
      .open-sub-menu .header-nav {
        left: -100px; } }
    .header-nav-in {
      width: 60%;
      height: 100%;
      max-width: 910px;
      background: #FFF;
      padding: 11.57vh 0 11.57vh 100px;
      margin-left: auto;
      position: relative; }
      @media (max-width: 1199px) {
        .header-nav-in {
          width: calc(100% - 10px);
          max-width: inherit;
          padding: 100px 0 30px 30px; } }
      .header-nav-in:after {
        content: "";
        width: 100vw;
        height: 100%;
        background: #FFF;
        position: absolute;
        left: 100%;
        top: 0; }

.side-btns-wrap {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 0;
  height: 100vh;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 768px) {
    .side-btns-wrap {
      position: fixed;
      top: auto;
      bottom: 0;
      height: auto;
      width: 100%;
      gap: 3px;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 0 auto; } }
  .side-btns-wrap .side-btns {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #1D1D1B;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 0 30px 30px 0;
    background-color: #FFF;
    border: none;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    cursor: pointer; }
    .side-btns-wrap .side-btns br {
      display: none; }
    .side-btns-wrap .side-btns .box-circle-pulse {
      width: 67px;
      height: 67px;
      border-radius: 50%;
      overflow: hidden;
      margin: -20px -20px 0;
      position: relative; }
      @media (max-width: 767px) {
        .side-btns-wrap .side-btns .box-circle-pulse {
          transform: scale(0.5);
          margin-bottom: -15px; } }
      @media (max-height: 640px) {
        .side-btns-wrap .side-btns .box-circle-pulse {
          transform: scale(0.5);
          margin-bottom: -15px; } }
      .side-btns-wrap .side-btns .box-circle-pulse:before, .side-btns-wrap .side-btns .box-circle-pulse:after {
        content: '';
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #FC1500;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .side-btns-wrap .side-btns .box-circle-pulse:after {
        background: transparent;
        animation: pulse-animation 1.7s ease-out infinite; }
        .open-popup .side-btns-wrap .side-btns .box-circle-pulse:after {
          animation: none; }
    .side-btns-wrap .side-btns.header-leave-page-btn {
      text-indent: 30px;
      background-image: url(./b203054627be8e2f8b493f7be193ca9b.svg);
      background-position: center top 10px;
      background-repeat: no-repeat;
      background-size: auto; }
    .side-btns-wrap .side-btns.header-surf-nonymously-btn {
      position: relative;
      text-indent: 30px; }
      .side-btns-wrap .side-btns.header-surf-nonymously-btn::before {
        position: absolute;
        top: 10px;
        content: '';
        display: block;
        width: 30px;
        height: 40px;
        background-image: url(./a8336dd1386065a925ed9316adbeb510.svg);
        background-position: center top 10px;
        background-repeat: no-repeat;
        background-size: auto;
        transform: rotate(180deg); }
    @media (max-width: 767px) {
      .side-btns-wrap .side-btns {
        justify-content: flex-start;
        transform: none;
        writing-mode: horizontal-tb;
        box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.16);
        border-radius: 15px 15px 0 0;
        font-size: 14px;
        padding: 10px 10px 5px 5px;
        height: 47px; }
        .side-btns-wrap .side-btns.header-popup-btn {
          font-size: 11px;
          line-height: 12px; }
          .side-btns-wrap .side-btns.header-popup-btn br {
            display: block; }
        .side-btns-wrap .side-btns.header-leave-page-btn {
          text-indent: 0;
          padding-left: 30px;
          font-size: 11px;
          line-height: 12px;
          background-position: left 7px center;
          background-size: 20px auto; }
          .side-btns-wrap .side-btns.header-leave-page-btn br {
            display: block; }
        .side-btns-wrap .side-btns.header-surf-nonymously-btn {
          text-indent: 0;
          padding-left: 30px;
          font-size: 11px;
          line-height: 12px; }
          .side-btns-wrap .side-btns.header-surf-nonymously-btn br {
            display: block; }
          .side-btns-wrap .side-btns.header-surf-nonymously-btn::before {
            left: 0;
            top: 10px;
            background-position: left center;
            background-size: 20px auto;
            transform: rotate(90deg); } }
    @media (max-height: 1024px) and (max-width: 1600px) and (orientation: landscape) {
      .side-btns-wrap .side-btns {
        border-radius: 0 20px 20px 0;
        font-size: 14px;
        padding: 10px 9px 15px 9px; }
        .side-btns-wrap .side-btns.header-leave-page-btn {
          background-size: 20px auto; }
        .side-btns-wrap .side-btns.header-surf-nonymously-btn {
          text-indent: 30px; }
          .side-btns-wrap .side-btns.header-surf-nonymously-btn::before {
            background-size: 20px auto;
            background-position: center top 20px; } }
    @media (max-height: 640px) {
      .side-btns-wrap .side-btns {
        border-radius: 0 20px 20px 0;
        font-size: 14px;
        padding: 10px 9px 20px 9px; } }
  .side-btns-wrap .header-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(242, 140, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    padding: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      .side-btns-wrap .header-popup {
        align-items: flex-start;
        padding: 30px; } }
    @media (max-height: 1024px) and (orientation: landscape) {
      .side-btns-wrap .header-popup {
        align-items: center; } }
    .open-popup .side-btns-wrap .header-popup {
      opacity: 1;
      pointer-events: auto; }
    .side-btns-wrap .header-popup .block-popup {
      width: 100%;
      max-width: 740px;
      background: #FFF;
      border-radius: 40px;
      box-shadow: 0 0 20px 0 rgba(139, 80, 0, 0.2);
      font-size: 22px;
      line-height: 1.6;
      font-family: "Comfortaa", sans-serif;
      color: #1D1D1B;
      text-align: center;
      padding: 115px 90px;
      position: relative; }
      @media (max-width: 1199px) {
        .side-btns-wrap .header-popup .block-popup {
          margin-top: 11vh; } }
      @media (max-width: 767px) {
        .side-btns-wrap .header-popup .block-popup {
          max-width: 440px;
          border-radius: 20px;
          font-size: 18px;
          padding: 60px 5.13vw; } }
      @media (max-height: 1024px) and (orientation: landscape) {
        .side-btns-wrap .header-popup .block-popup {
          margin-top: 0; } }
      @media (max-height: 640px) {
        .side-btns-wrap .header-popup .block-popup {
          max-width: 440px;
          border-radius: 20px;
          font-size: 18px;
          padding: 60px 5.13vw; } }
      .side-btns-wrap .header-popup .block-popup .block-popup-close {
        display: flex;
        background: transparent;
        border: none;
        font-size: 20px;
        padding: 0;
        position: absolute;
        top: 32px;
        right: 32px; }
        @media (max-width: 767px) {
          .side-btns-wrap .header-popup .block-popup .block-popup-close {
            top: 22px;
            right: 22px; } }
        @media (max-height: 640px) {
          .side-btns-wrap .header-popup .block-popup .block-popup-close {
            top: 22px;
            right: 22px; } }
      .side-btns-wrap .header-popup .block-popup a {
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: inherit;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
        .side-btns-wrap .header-popup .block-popup a:hover {
          text-decoration-color: transparent; }
  .side-btns-wrap .header-ppp-surf-anonymously {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(242, 140, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    padding: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      .side-btns-wrap .header-ppp-surf-anonymously {
        align-items: flex-start;
        padding: 30px; } }
    @media (max-height: 1024px) and (orientation: landscape) {
      .side-btns-wrap .header-ppp-surf-anonymously {
        align-items: center; } }
    .anonymous-ppp .side-btns-wrap .header-ppp-surf-anonymously {
      opacity: 1;
      pointer-events: auto; }
    .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously {
      width: 100%;
      max-width: 740px;
      background: #FFF;
      border-radius: 40px;
      box-shadow: 0 0 20px 0 rgba(139, 80, 0, 0.2);
      font-size: 22px;
      line-height: 1.6;
      font-family: "Comfortaa", sans-serif;
      color: #1D1D1B;
      text-align: center;
      padding: 115px 90px;
      position: relative; }
      @media (max-width: 1199px) {
        .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously {
          margin-top: 11vh; } }
      @media (max-width: 767px) {
        .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously {
          max-width: 440px;
          border-radius: 20px;
          font-size: 18px;
          padding: 60px 5.13vw; } }
      @media (max-height: 1024px) and (orientation: landscape) {
        .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously {
          margin-top: 0; } }
      @media (max-height: 640px) {
        .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously {
          max-width: 440px;
          border-radius: 20px;
          font-size: 18px;
          padding: 60px 5.13vw; } }
      .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously .block-popup-close {
        display: flex;
        background: transparent;
        border: none;
        font-size: 20px;
        padding: 0;
        position: absolute;
        top: 32px;
        right: 32px; }
        @media (max-width: 767px) {
          .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously .block-popup-close {
            top: 22px;
            right: 22px; } }
        @media (max-height: 640px) {
          .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously .block-popup-close {
            top: 22px;
            right: 22px; } }
      .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously a {
        display: inline-block;
        text-decoration: underline;
        text-decoration-color: inherit;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
        .side-btns-wrap .header-ppp-surf-anonymously .block-ppp-surf-anonymously a:hover {
          text-decoration-color: transparent; }

@media (max-width: 1199px) {
  .navbar {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed; } }

@media (max-width: 1199px) {
  .navbar-overflow {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; } }

.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  font-size: 2.78vh;
  line-height: 1.1; }
  @media (max-width: 1199px) {
    .nav {
      font-size: 22px;
      line-height: 1.45;
      display: table-cell;
      vertical-align: middle; } }
  .nav li {
    position: relative;
    padding-bottom: 3vh; }
    @media (max-width: 1199px) {
      .nav li {
        position: static;
        padding-bottom: 10px; } }
    .nav li:last-child {
      padding-bottom: 0; }
    .nav li a {
      display: inline-block;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      transition: all 0.3s;
      text-decoration: underline;
      text-decoration-color: transparent;
      text-decoration-thickness: 0.19vh;
      text-underline-offset: 0.19vh;
      position: relative; }
      @media (max-width: 1199px) {
        .nav li a {
          text-decoration-thickness: 1px;
          text-underline-offset: 2px; } }
    @media (min-width: 1200px) {
      .nav li:hover > a {
        text-decoration-color: inherit; } }
    @media (min-width: 1200px) {
      .nav li:hover .sub-menu {
        pointer-events: auto;
        opacity: 1; } }
    .nav li.menu-item-has-children > a {
      padding-right: 3.24vh; }
      @media (max-width: 1199px) {
        .nav li.menu-item-has-children > a {
          padding-right: 30px; } }
      .nav li.menu-item-has-children > a:after {
        content: "\E90E";
        font-size: 2.41vh;
        transition: all 0.7s;
        position: absolute;
        top: 0.1vh;
        right: 0; }
        @media (max-width: 1199px) {
          .nav li.menu-item-has-children > a:after {
            font-size: 17px;
            top: 4px; } }
    @media (min-width: 1200px) {
      .nav li.menu-item-has-children:hover > a {
        padding-right: 8.8vh; } }
    .nav li.current-menu-item > a {
      text-decoration-color: inherit; }
    @media (max-width: 1199px) {
      .nav li.open-sub-menu .sub-menu {
        left: 70px; } }
  .nav .sub-menu {
    font-size: 2.22vh;
    line-height: 1.46;
    transition: all 0.5s;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 40.93vh;
    z-index: 1;
    background-color: #FFF; }
    @media (min-width: 1200px) {
      .nav .sub-menu {
        display: block !important;
        height: auto !important; } }
    @media (max-width: 1199px) {
      .nav .sub-menu {
        width: calc(100% + 50px);
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #FFF;
        border-left: 30px solid #F28C00;
        font-size: 16px;
        line-height: 1.45;
        pointer-events: auto;
        opacity: 1;
        padding: 120px 20px 30px 30px;
        left: calc(100% + 20px); } }
    .nav .sub-menu li {
      padding-bottom: 3vh; }
      @media (max-width: 1199px) {
        .nav .sub-menu li {
          padding-bottom: 10px; } }
      @media (min-width: 1200px) {
        .nav .sub-menu li:first-child {
          display: none; } }
      .nav .sub-menu li:nth-last-child(-n+2) {
        padding-bottom: 0; }
      .nav .sub-menu li a {
        text-decoration-color: transparent;
        text-decoration-thickness: 0.09vh; }
        @media (min-width: 1200px) {
          .nav .sub-menu li a {
            font-family: "Poppins", sans-serif;
            font-weight: 400; } }
        @media (max-width: 1199px) {
          .nav .sub-menu li a {
            text-decoration-thickness: 1px; } }
      @media (min-width: 1200px) {
        .nav .sub-menu li:hover > a {
          text-decoration-color: inherit; } }
      .nav .sub-menu li.current_page_item > a {
        text-decoration-color: inherit; }
      .nav .sub-menu li.back-sub-menu {
        padding-bottom: 0;
        position: absolute;
        left: 30px;
        top: 30px; }
        @media (min-width: 1200px) {
          .nav .sub-menu li.back-sub-menu {
            display: none; } }
        .nav .sub-menu li.back-sub-menu > a {
          display: inline-flex;
          font-size: 30px;
          text-decoration-color: transparent;
          transform: scale(-1, 1); }

@keyframes pulse-animation {
  0% {
    width: 27px;
    height: 27px;
    border: 20px solid #FC1500; }
  20% {
    border: 0 solid #FC1500;
    width: 67px;
    height: 67px; } }

.footer {
  width: 100%;
  color: #FFF;
  text-align: center;
  transition: margin-left 0.5s; }
  @media (max-width: 1199px) {
    .open-nav .footer {
      margin-left: -100px; } }
  .footer a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
    .footer a:hover {
      text-decoration-color: inherit; }
  .footer-main {
    background: #F28C00;
    padding: 100px 0; }
    @media (max-width: 767px) {
      .footer-main {
        padding: 50px 10px 135px; } }
    .footer-main .footer-logo {
      display: inline-flex;
      width: 230px;
      line-height: 0;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .footer-main .footer-logo {
          width: 140px; } }
    .footer-main h2 {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .footer-main h2 {
          font-size: 22px; } }
    .footer-main p {
      line-height: 1.63;
      margin-bottom: 50px; }
      .footer-main p a {
        color: #FFF; }
    .footer-main .footer-info {
      max-width: 622px;
      border: 4px solid #FFF;
      padding: 16px 34px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .footer-main .footer-info {
          padding: 24px 20px; } }
  .footer-bottom {
    background: #FFAC3B;
    padding: 26px 0; }
    .footer-bottom .menu-wrapper {
      display: flex;
      justify-content: center; }
      .footer-bottom .menu-wrapper li {
        padding: 0 50px;
        position: relative; }
        @media (max-width: 767px) {
          .footer-bottom .menu-wrapper li {
            font-size: 14px;
            padding: 0 22px; } }
        @media (max-width: 389px) {
          .footer-bottom .menu-wrapper li {
            font-size: 12px; } }
        .footer-bottom .menu-wrapper li:before {
          content: '';
          width: 1px;
          height: 15px;
          background: #FFF;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .footer-bottom .menu-wrapper li:first-child {
          margin-left: 0; }
          .footer-bottom .menu-wrapper li:first-child:before {
            display: none; }
        .footer-bottom .menu-wrapper li:last-child {
          margin-right: 0; }

.section-text-btn .block-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1244px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 100px; }
  .section-text-btn .block-list .block-list-one-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 0;
    cursor: pointer; }
    .section-text-btn .block-list .block-list-one-wrap:not(:last-child) {
      border-bottom: 1px solid rgba(29, 29, 27, 0.1); }
    .section-text-btn .block-list .block-list-one-wrap .block-list-one {
      margin-left: 70px; }
      .section-text-btn .block-list .block-list-one-wrap .block-list-one h3 {
        display: block;
        margin: 5px 0 0;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        color: #1D1D1B; }
      .section-text-btn .block-list .block-list-one-wrap .block-list-one .text {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        color: #646363; }
    .section-text-btn .block-list .block-list-one-wrap:before {
      content: '';
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 20px;
      border: 1px solid #1D1D1B;
      border-radius: 20px;
      background-image: url(./bb460d2b8218a10b4132bf26b1ebfa82.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px auto; }
    .section-text-btn .block-list .block-list-one-wrap:hover .block-list-one h3 {
      text-decoration: underline; }
    .section-text-btn .block-list .block-list-one-wrap:hover:before {
      border: 1px solid #F28C00;
      background-color: #F28C00;
      background-image: url(./dd83d00f0cb6e0bc44449407a0a48662.svg); }

@media (max-width: 1023px) {
  .section-text-btn .block-list {
    padding: 20px 0 50px; }
    .section-text-btn .block-list .block-list-one-wrap {
      padding: 30px 0; } }

.types-of-violence-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 125px; }
  .types-of-violence-layout-wrap .types-of-violence-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .types-of-violence-layout-wrap .types-of-violence-layout h2 {
      display: block;
      margin: 0 0 35px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
    .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      padding: 50px 50px 20px;
      background-color: rgba(100, 99, 99, 0.06);
      border-radius: 27px; }
      .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 2%; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head.full {
          height: auto; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head.short {
          height: 250px;
          overflow: hidden; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap {
          display: block;
          width: 44%; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap .question {
            position: relative;
            display: block;
            padding-left: 25px;
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 22px;
            font-weight: 500;
            color: #1D1D1B; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap .question:before {
              content: '?';
              display: block;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0px;
              font-size: 25px;
              line-height: 20px;
              font-weight: 700;
              color: #F28C00; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          width: 54%;
          height: 100%; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .text {
            position: relative;
            z-index: 2;
            font-size: 22px;
            line-height: 31px;
            color: #646363; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action {
            position: absolute;
            z-index: 10;
            bottom: 0;
            z-index: 50;
            width: 54%; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action.show {
              display: block; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action.hide {
              display: none !important; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action .text-overlay {
              position: absolute;
              z-index: 5;
              bottom: -5px;
              display: block;
              width: 100%;
              height: 150px;
              background: linear-gradient(180deg, transparent 0%, #f6f6f6 75%, #f6f6f6 100%); }
      .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body {
        width: 100%; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body.show {
          display: block; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body.hide {
          display: none; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap {
          display: block;
          width: 80%;
          margin: 50px 0 0; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap h3 {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            margin: 0 0 10px;
            font-size: 22px;
            line-height: 31px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            color: #1D1D1B;
            cursor: pointer; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap h3:after {
              content: '';
              display: block;
              width: 20px;
              height: 20px;
              margin-left: 10px;
              transform: rotate(180deg);
              transition: transform 0.3s ease;
              background-image: url(./a8eb1fad7f3d99c1216cbe5427b6a8d4.svg);
              background-position: center center;
              background-repeat: no-repeat;
              background-size: auto; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap h3.active:after {
              transform: rotate(0deg); }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap .text {
            display: hide;
            font-size: 22px;
            line-height: 31px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
            color: #646363; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          margin-top: 50px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap .text-button {
            margin-bottom: 50px; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap .text-button .text {
              display: block;
              width: 80%;
              margin-bottom: 30px;
              font-size: 22px;
              line-height: 31px;
              color: #646363; }
    @media (max-width: 1199px) {
      .types-of-violence-layout-wrap .types-of-violence-layout h2 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 22px; }
      .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence {
        padding: 35px 20px 20px; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head {
          flex-wrap: nowrap;
          flex-direction: column; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head.short {
            height: auto; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap {
            width: 100%; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap .question {
              padding-left: 20px;
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 16px; }
              .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .questions-wrap .question:before {
                font-size: 20px;
                line-height: 15px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro {
            margin-top: 15px;
            width: 100%;
            height: auto; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .text {
              font-size: 14px;
              line-height: 16px; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action {
              width: 100%; }
              .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-head .text-intro .block-action .text-overlay {
                width: 100%;
                height: 100px;
                background: linear-gradient(180deg, transparent 0%, grba(#f6f6f6, 0.6) 75%, #f6f6f6 100%); }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap {
          width: 100%;
          margin: 40px 0 0; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap h3 {
            font-size: 14px;
            line-height: 16px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .accordion-wrap .text {
            font-size: 14px;
            line-height: 16px; }
        .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap {
          margin-top: 20px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap .text-button {
            margin-bottom: 30px; }
            .types-of-violence-layout-wrap .types-of-violence-layout .types-of-violence .block-body .text-button-wrap .text-button .text {
              width: 100%;
              margin-bottom: 20px;
              font-size: 14px;
              line-height: 16px; } }
    .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display {
      position: relative;
      z-index: 30;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      flex: 1; }
      .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display.top {
        justify-content: flex-start; }
      .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #F28C00;
        cursor: pointer; }
        .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide.close:after {
          content: '-';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          margin-left: 10px;
          color: #F28C00;
          border: 1px solid #F28C00;
          border-radius: 10px; }
        .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide.open:after {
          content: '+';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          margin-left: 10px;
          color: #F28C00;
          border: 1px solid #F28C00;
          border-radius: 10px; }
      @media (max-width: 1199px) {
        .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display.top {
          justify-content: flex-end; }
        .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide {
          font-size: 11px;
          line-height: 11px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide.close:after {
            width: 15px;
            height: 15px;
            margin-left: 5px; }
          .types-of-violence-layout-wrap .types-of-violence-layout .btn-element-display .btn-show-hide.open:after {
            width: 15px;
            height: 15px;
            margin-left: 5px; } }
  @media (max-width: 1199px) {
    .types-of-violence-layout-wrap {
      margin-bottom: 80px; } }

.offer-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 160px; }
  .offer-layout-wrap .offer-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .offer-layout-wrap .offer-layout h2 {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      margin: 0 0 50px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
      .offer-layout-wrap .offer-layout h2:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 45px; }
    .offer-layout-wrap .offer-layout .text {
      display: block;
      width: 100%;
      font-size: 22px;
      line-height: 31px;
      font-weight: 400;
      font-family: "Poppins", sans-serif; }
      .offer-layout-wrap .offer-layout .text ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 20px;
        color: #646363; }
        .offer-layout-wrap .offer-layout .text ul li:before {
          font-size: 25px;
          line-height: 20px;
          color: #F28C00;
          font-weight: 700; }
  @media (max-width: 1023px) {
    .offer-layout-wrap {
      margin-top: 60px; }
      .offer-layout-wrap .offer-layout h2 {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 30px; }
        .offer-layout-wrap .offer-layout h2:before {
          content: '';
          width: 30px;
          height: 30px;
          background-size: auto 25px; }
      .offer-layout-wrap .offer-layout .text {
        font-size: 14px;
        line-height: 16px;
        padding-right: 30px; }
        .offer-layout-wrap .offer-layout .text ul li {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-start;
          margin: 0 0 10px;
          font-size: 16px;
          line-height: 20px; } }

.offer-boxes-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0; }
  .offer-boxes-layout-wrap .offer-boxes-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .offer-boxes-layout-wrap .offer-boxes-layout h3 {
      display: block;
      margin: 0 0 35px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
    .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      padding: 50px 50px 30px;
      background-color: rgba(100, 99, 99, 0.06);
      border-radius: 27px; }
      .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .text {
        font-size: 22px;
        line-height: 31px;
        color: #646363; }
      .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button {
        display: flex;
        flex-wrap: row;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        margin-top: 50px; }
        .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap {
          display: flex;
          flex-wrap: wrap;
          gap: 3%;
          flex: 1;
          margin: 45px 0; }
          .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap .offer-list-item {
            display: flex;
            align-items: flex-start;
            width: 40%;
            margin: 0 0 10px;
            font-size: 16px;
            line-height: 20px;
            color: #646363; }
            .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap .offer-list-item:before {
              content: '-';
              display: block;
              margin-right: 5px;
              font-size: 25px;
              line-height: 20px;
              color: #F28C00;
              font-weight: 700; }
            .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap .offer-list-item a {
              color: #F28C00; }
              .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap .offer-list-item a:hover {
                color: #FFAC3B; }
        .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-link {
          width: auto; }
  @media (max-width: 1023px) {
    .offer-boxes-layout-wrap {
      padding: 35px 0; }
      .offer-boxes-layout-wrap .offer-boxes-layout h3 {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 22px; }
      .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap {
        padding: 25px 20px 20px; }
        .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .text {
          font-size: 14px;
          line-height: 16px; }
        .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          margin-top: 20px; }
          .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
            gap: 0;
            margin: 30px 0; }
            .offer-boxes-layout-wrap .offer-boxes-layout .offer-box-wrap .list-button .offer-list-wrap .offer-list-item {
              display: flex;
              align-items: flex-start;
              width: 100%;
              margin: 0 0 5px;
              font-size: 14px;
              line-height: 16px; } }

.alert-box-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0; }
  .alert-box-layout-wrap .alert-box-layout {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1344px;
    width: 100%;
    margin: 0 auto;
    padding: 26px 28px 26px 20px;
    background: #F28C00;
    color: #FFF;
    font-size: 14px;
    line-height: 1.71; }
    .alert-box-layout-wrap .alert-box-layout::before {
      content: "i";
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      flex-shrink: 0;
      border: 2px solid #FFF;
      font-size: 26px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      padding-top: 3px;
      margin-right: 20px; }
  @media (max-width: 567px) {
    .alert-box-layout-wrap {
      padding: 40px 0; }
      .alert-box-layout-wrap .alert-box-layout {
        flex-direction: column;
        align-items: flex-start; }
        .alert-box-layout-wrap .alert-box-layout::before {
          margin-bottom: 15px; } }

.links-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0; }
  .links-layout-wrap .links-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .links-layout-wrap .links-layout h3 {
      display: block;
      margin: 0 0 35px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
    .links-layout-wrap .links-layout .links-content-wrap {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 50px 50px 30px;
      background-color: rgba(100, 99, 99, 0.06);
      border-radius: 27px; }
      .links-layout-wrap .links-layout .links-content-wrap .text {
        display: block;
        width: 50%;
        font-size: 22px;
        line-height: 31px;
        color: #646363; }
      .links-layout-wrap .links-layout .links-content-wrap .link {
        display: block;
        width: auto; }
  .links-layout-wrap:first-of-type {
    margin-top: 150px; }
  .links-layout-wrap:last-of-type {
    margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .links-layout-wrap {
      padding: 20px 0; }
      .links-layout-wrap .links-layout h3 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 22px; }
      .links-layout-wrap .links-layout .links-content-wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 35px 20px 20px; }
        .links-layout-wrap .links-layout .links-content-wrap .text {
          display: block;
          width: 100%;
          margin-bottom: 40px;
          font-size: 14px;
          line-height: 16px; }
      .links-layout-wrap:first-of-type {
        margin-top: 100px; }
      .links-layout-wrap:last-of-type {
        margin-bottom: 50px; } }

.kinder-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%; }
  .kinder-layout-wrap:not(:last-of-type) {
    margin-bottom: 120px; }
  .kinder-layout-wrap .kinder-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .kinder-layout-wrap .kinder-layout h3 {
      display: block;
      margin: 0 0 35px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
    .kinder-layout-wrap .kinder-layout .kender-layout-one {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 35px 50px;
      border-radius: 27px;
      transition: max-height 0.3s ease; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: 250px;
        width: 40%; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice img {
          height: 120px;
          width: fit-content; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice .notice {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          font-size: 16px;
          line-height: 20px;
          color: #FFF;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice .notice:before {
            display: block;
            margin-right: 20px;
            margin-top: 5px;
            content: '!';
            font-size: 25px;
            line-height: 20px;
            color: #FFF;
            font-weight: 700;
            font-family: "Poppins", sans-serif; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one .text {
        display: block;
        width: 60%;
        font-size: 22px;
        line-height: 31px;
        color: #FFF;
        font-weight: 400;
        font-family: "Poppins", sans-serif; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action {
          position: absolute;
          z-index: 10;
          bottom: 0;
          z-index: 50;
          width: 56%; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action.show {
            display: block; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action.hide {
            display: none !important; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action .text-overlay {
            position: absolute;
            z-index: 5;
            bottom: 0;
            display: block;
            width: 100%;
            height: 150px; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one.short {
        height: 315px;
        overflow: hidden;
        max-height: 315px; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one.full {
        height: auto;
        overflow: auto;
        max-height: 2000px; }
  .kinder-layout-wrap:first-of-type {
    margin-top: 130px; }
  .kinder-layout-wrap:last-of-type {
    margin-bottom: 130px; }
  .kinder-layout-wrap .btn-element-display {
    position: absolute;
    z-index: 30;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex: 1; }
    .kinder-layout-wrap .btn-element-display.top {
      justify-content: flex-start; }
    .kinder-layout-wrap .btn-element-display.bottom {
      bottom: 20px;
      right: 20px;
      justify-content: flex-end; }
    .kinder-layout-wrap .btn-element-display.hide {
      display: none; }
    .kinder-layout-wrap .btn-element-display.show {
      display: block; }
    .kinder-layout-wrap .btn-element-display .btn-show-hide {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 25px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      color: #FFF;
      cursor: pointer; }
      .kinder-layout-wrap .btn-element-display .btn-show-hide.close:after {
        content: '-';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 10px; }
      .kinder-layout-wrap .btn-element-display .btn-show-hide.open:after {
        content: '+';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 10px; }
  @media (max-width: 1023px) {
    .kinder-layout-wrap:not(:last-of-type) {
      margin-bottom: 50px; }
    .kinder-layout-wrap .kinder-layout h3 {
      margin: 0 0 15px;
      font-size: 20px;
      line-height: 23px; }
    .kinder-layout-wrap .kinder-layout .kender-layout-one {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      padding: 20px; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice {
        max-height: 250px;
        width: 100%;
        margin: 0 0 30px; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice img {
          max-height: 60px;
          width: fit-content;
          margin-left: auto; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice .notice {
          font-size: 14px;
          line-height: 16px;
          margin-top: 30px; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .ico-notice .notice:before {
            display: block;
            margin-right: 10px;
            margin-top: 0;
            font-size: 20px;
            line-height: 15px; }
      .kinder-layout-wrap .kinder-layout .kender-layout-one .text {
        width: 100%;
        font-size: 14px;
        line-height: 16px; }
        .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action {
          position: absolute;
          z-index: 10;
          bottom: 0;
          margin-left: auto;
          z-index: 50;
          width: 100%; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action.show {
            display: block; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action.hide {
            display: none !important; }
          .kinder-layout-wrap .kinder-layout .kender-layout-one .text .block-action .text-overlay {
            position: absolute;
            z-index: 5;
            bottom: 0;
            display: block;
            width: 100%;
            height: 150px; }
    .kinder-layout-wrap:first-of-type {
      margin-top: 70px; }
    .kinder-layout-wrap:last-of-type {
      margin-bottom: 70px; }
    .kinder-layout-wrap .btn-element-display.top {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      padding-right: 40px; }
    .kinder-layout-wrap .btn-element-display .btn-show-hide {
      font-size: 11px;
      line-height: 11px; }
      .kinder-layout-wrap .btn-element-display .btn-show-hide.close:after {
        width: 15px;
        height: 15px;
        margin-left: 5px; }
      .kinder-layout-wrap .btn-element-display .btn-show-hide.open:after {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }

.title-list-button-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0; }
  .title-list-button-layout-wrap .title-list-button-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .title-list-button-layout-wrap .title-list-button-layout h3 {
      display: block;
      margin: 0 0 35px;
      font-size: 40px;
      line-height: 50px;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700; }
    .title-list-button-layout-wrap .title-list-button-layout .content {
      display: flex;
      flex-wrap: wrap;
      gap: 10%;
      width: 100%;
      padding: 50px 50px 70px;
      background-color: rgba(100, 99, 99, 0.06);
      border-radius: 27px; }
      .title-list-button-layout-wrap .title-list-button-layout .content .list-item {
        display: flex;
        align-items: flex-start;
        width: 45%;
        gap: 20px;
        margin: 0 0 50px;
        font-size: 22px;
        line-height: 31px;
        font-size: 500;
        font-family: "Poppins", sans-serif;
        color: #1D1D1B; }
        .title-list-button-layout-wrap .title-list-button-layout .content .list-item:before {
          content: '';
          display: block;
          width: 30px;
          height: 30px;
          background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto 30px; }
  @media (max-width: 1023px) {
    .title-list-button-layout-wrap {
      padding: 40px 0; }
      .title-list-button-layout-wrap .title-list-button-layout h3 {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 22px; }
      .title-list-button-layout-wrap .title-list-button-layout .content {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0;
        padding: 30px 20px; }
        .title-list-button-layout-wrap .title-list-button-layout .content .list-item {
          width: 100%;
          gap: 10px;
          margin: 0 0 15px;
          font-size: 16px;
          line-height: 18px; }
          .title-list-button-layout-wrap .title-list-button-layout .content .list-item:before {
            width: 15px;
            height: 15px;
            background-size: auto 15px; }
        .title-list-button-layout-wrap .title-list-button-layout .content .button {
          display: flex;
          justify-content: center;
          margin-top: 40px; } }

.website-links-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0 150px; }
  .website-links-layout-wrap .website-links-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px; }
    .website-links-layout-wrap .website-links-layout .website-links-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 5%;
      width: 100%; }
      .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links {
        display: flex;
        flex-direction: column;
        width: 29.8%; }
        .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links img {
          order: 1;
          align-self: flex-start;
          width: auto !important;
          height: auto !important;
          max-width: none !important;
          max-height: none !important;
          display: block; }
        .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link {
          order: 2;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link:after {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto 30px; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link a {
            font-size: 50px;
            line-height: 60px;
            color: #1D1D1B;
            font-weight: 700;
            font-family: "Comfortaa", sans-serif; }
        .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .text {
          order: 3;
          display: block;
          margin: 50px 0 0;
          font-size: 22px;
          line-height: 31px;
          color: #1D1D1B;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
  @media (max-width: 1023px) {
    .website-links-layout-wrap {
      padding: 50px 0 80px; }
      .website-links-layout-wrap .website-links-layout .website-links-wrap {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 0; }
        .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links {
          width: 100%; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links:not(:last-of-type) {
            margin-bottom: 50px; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links img {
            order: 1; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .text {
            order: 2;
            margin: 15px 0 25px;
            font-size: 14px;
            line-height: 16px; }
          .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link {
            order: 3;
            gap: 5px; }
            .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link:after {
              width: 15px;
              height: 15px;
              background-size: auto 15px; }
            .website-links-layout-wrap .website-links-layout .website-links-wrap .website-links .link a {
              font-size: 20px;
              line-height: 30px; } }

.blog-slider-layout-wrap {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 100px 0 0;
  background-color: rgba(100, 99, 99, 0.03); }
  .blog-slider-layout-wrap .blog-slider-layout {
    display: block;
    width: calc(100vw - (100vw - 1244px) / 2);
    margin-left: auto;
    padding: 0 0 0 100px; }
    .blog-slider-layout-wrap .blog-slider-layout h2 {
      display: none;
      width: fit-content;
      margin: 0 auto 40px;
      padding-left: 30px;
      font-size: 24px;
      line-height: 45px;
      color: #1D1D1B;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 30px; }
    .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .image-wrap {
        width: 100%;
        aspect-ratio: 16 / 9; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .image-wrap .image {
          width: 100%;
          aspect-ratio: 16 / 9;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
      .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        flex: 1;
        padding: 30px 30px 70px;
        background-color: #FFF; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .content h3 {
          display: block;
          margin: 0 0 10px;
          font-size: 22px;
          line-height: 32px;
          color: #1D1D1B;
          font-weight: 700;
          font-family: "Comfortaa", sans-serif; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .content .excerpt {
          display: block;
          margin-bottom: 55px;
          font-size: 16px;
          line-height: 30px;
          color: #646363;
          font-weight: 400; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one .content .blog-read-more {
          display: block;
          width: fit-content;
          margin: auto 0 0 0;
          padding: 0 20px 0 0;
          color: #F28C00;
          font-size: 16px;
          line-height: 25px;
          font-weight: 400;
          background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: auto 15px; }
      .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one:hover .content {
        background-color: #F28C00; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one:hover .content h3 {
          color: #FFF; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one:hover .content .excerpt {
          color: #FFF; }
        .blog-slider-layout-wrap .blog-slider-layout .blog-slider-wrap .blog-slider .blog-slide-one:hover .content .blog-read-more {
          color: #FFF;
          background-image: url(./dd83d00f0cb6e0bc44449407a0a48662.svg); }
  @media (max-width: 1244px) {
    .blog-slider-layout-wrap .blog-slider-layout {
      width: 95%; } }
  @media (max-width: 768px) {
    .blog-slider-layout-wrap {
      background-color: #FFF;
      padding: 40px 0 0; }
      .blog-slider-layout-wrap .blog-slider-layout {
        width: 100%;
        padding: 0 0 150px; }
        .blog-slider-layout-wrap .blog-slider-layout h2 {
          display: block; } }
  .blog-slider-layout-wrap button.slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    height: 45px;
    width: 45px;
    border: none;
    border-collapse: collapse;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 40px;
    transform: none; }
    .blog-slider-layout-wrap button.slick-arrow:hover {
      background-color: transparent; }
    .blog-slider-layout-wrap button.slick-arrow.slick-next {
      background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg); }
    @media (max-width: 768px) {
      .blog-slider-layout-wrap button.slick-arrow {
        top: auto;
        transform: none;
        bottom: -70px; }
        .blog-slider-layout-wrap button.slick-arrow.slick-next {
          left: calc(50% + 15px);
          background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg); }
        .blog-slider-layout-wrap button.slick-arrow.slick-prev {
          left: calc(50% - 65px);
          transform: rotate(180deg);
          background-image: url(./b423920fe95b7191d1aece3bf5b62554.svg); } }

/* Section Hero Home */
.section-hero-home {
  display: flex;
  flex-direction: column;
  background: #F28C00;
  color: #FFF;
  line-height: 1.75;
  padding: 50px 0 0;
  position: relative; }
  @media (max-width: 1199px) {
    .section-hero-home {
      min-height: calc(100vh - 96px);
      min-height: calc(var(--app-height) - 96px);
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .section-hero-home {
      font-size: 22px;
      line-height: 1.55; } }
  .section-hero-home:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(./e9686deed22fe58aab89c5e0cb3df1f1.svg) no-repeat center bottom;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -1px; }
  .section-hero-home:before {
    content: '';
    width: 100%;
    height: 500px;
    background: #F28C00;
    position: absolute;
    left: 0;
    bottom: 100%; }
  .section-hero-home .container-wide {
    margin-bottom: auto; }
    @media (max-width: 1199px) {
      .section-hero-home .container-wide {
        padding: 0 30px; } }
  .section-hero-home .box-text {
    max-width: 815px; }
  .section-hero-home h1 {
    font-size: 70px;
    line-height: 1.12;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .section-hero-home h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-hero-home h1 {
        font-size: 30px; } }
  .section-hero-home .btn, .section-hero-home body .cky-consent-container .cky-btn, body .cky-consent-container .section-hero-home .cky-btn {
    margin-top: 50px; }
  .section-hero-home .box-people-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    max-width: calc(1640px - 100px);
    width: calc(100% - 100px);
    margin: 150px auto 0; }
    .section-hero-home .box-people-wrap .person-wrap {
      position: relative;
      transition: all 0.3s;
      transform: translateZ(0); }
      .section-hero-home .box-people-wrap .person-wrap .cloud-wrap {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 7px 20px 7px;
        font-family: "Comfortaa", sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: 700;
        color: #FFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        hyphens: auto;
        overflow-wrap: break-word;
        word-break: break-word; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap img {
          fill: #FFF; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap.cloud-small {
          width: 145px;
          height: 115px; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap.cloud-big {
          width: 175px;
          height: 115px; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap .text-big {
          display: block; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap .text-sml {
          display: none; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(3) .cloud-wrap {
        top: -7rem; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(6) .cloud-wrap {
        top: -8rem;
        left: -50%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
        top: -7.3rem;
        left: -70%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
        top: -7.3rem;
        left: 10%; }
      @media (min-width: 1200px) {
        .section-hero-home .box-people-wrap .person-wrap:hover {
          filter: drop-shadow(0 -18px 16px #FFAC3B); } }
    @media (max-width: 1350px) {
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(6) .cloud-wrap {
        left: -70%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
        left: -90%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
        top: -7.3rem;
        left: 10%; } }
    @media (max-width: 1200px) {
      .section-hero-home .box-people-wrap {
        justify-content: space-around; }
        .section-hero-home .box-people-wrap .person-wrap.rsp-off {
          display: none; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap .text-big {
          display: none; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap .text-sml {
          display: block; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
          left: -20%; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
          top: -7.3rem;
          left: -10%; } }
    @media (max-width: 991px) {
      .section-hero-home .box-people-wrap .person-wrap .cloud-wrap {
        padding: 3px 7px 12px 7px;
        font-size: 9px;
        line-height: 9px; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap.cloud-small {
          width: 100px;
          height: 85px; }
        .section-hero-home .box-people-wrap .person-wrap .cloud-wrap.cloud-big {
          width: 110px;
          height: 90px; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(3) .cloud-wrap {
        top: -4rem; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(6) .cloud-wrap {
        width: 90px;
        height: 75px;
        top: -5rem;
        left: -30%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
        width: 90px;
        height: 75px;
        top: -5rem;
        left: 10%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
        top: -5rem;
        left: 10%; } }
    @media (max-width: 768px) {
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(3) .cloud-wrap {
        top: -5rem;
        left: 10%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(6) .cloud-wrap {
        top: -5rem;
        left: -10%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
        top: -5rem;
        left: 0%; }
      .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
        top: -6rem;
        left: 20%; } }
    @media (max-width: 768px) {
      .section-hero-home .box-people-wrap {
        gap: 0;
        justify-content: space-between;
        width: 95%;
        padding-right: 50px; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(3) .cloud-wrap {
          width: 85px;
          height: 75px;
          top: -5rem;
          left: 0; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(6) .cloud-wrap {
          width: 80px;
          height: 70px;
          top: -5rem;
          left: -50%; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(8) .cloud-wrap {
          width: 75px;
          height: 65px;
          top: -4rem;
          left: 10%; }
        .section-hero-home .box-people-wrap .person-wrap:nth-of-type(9) .cloud-wrap {
          width: 100px;
          height: 85px;
          top: -6rem;
          left: 20%; } }
  .section-hero-home .box-hero-img {
    padding-top: 23.78%; }
    .section-hero-home .box-hero-img-wrap {
      width: 85.42%;
      max-width: 1640px;
      margin: 0 auto 2.7%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1199px) {
        .section-hero-home .box-hero-img-wrap {
          margin-top: 40px; } }
    .section-hero-home .box-hero-img .box-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      position: absolute;
      left: 0;
      top: 0; }
      .section-hero-home .box-hero-img .box-img-wrap {
        transition: all 0.3s;
        transform: translateZ(0);
        position: absolute;
        bottom: 0; }
        @media (min-width: 1200px) {
          .section-hero-home .box-hero-img .box-img-wrap:hover {
            filter: drop-shadow(0 -18px 16px #FFAC3B); } }
        .section-hero-home .box-hero-img .box-img-wrap-1 {
          width: 12.2%;
          height: 70%;
          left: 0; }
        .section-hero-home .box-hero-img .box-img-wrap-2 {
          width: 12.2%;
          height: 81.54%;
          left: 13.41%; }
        .section-hero-home .box-hero-img .box-img-wrap-3 {
          width: 5.55%;
          height: 83.33%;
          left: 26.83%; }
        .section-hero-home .box-hero-img .box-img-wrap-4 {
          width: 11.89%;
          height: 82.82%;
          left: 33.6%; }
        .section-hero-home .box-hero-img .box-img-wrap-5 {
          width: 7.2%;
          height: 76.92%;
          left: 46.65%; }
        .section-hero-home .box-hero-img .box-img-wrap-6 {
          width: 6.4%;
          height: 82.82%;
          left: 55.06%; }
        .section-hero-home .box-hero-img .box-img-wrap-7 {
          width: 12.68%;
          height: 80%;
          left: 62.62%; }
        .section-hero-home .box-hero-img .box-img-wrap-8 {
          width: 11.28%;
          height: 82.82%;
          left: 76.52%; }
        .section-hero-home .box-hero-img .box-img-wrap-9 {
          width: 11.04%;
          height: 61.79%;
          left: 89.02%; }

/* Section Info Grid */
@media (max-width: 767px) {
  .section-info-grid {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .section-info-grid .block-heading-arrow {
    margin-bottom: 50px; } }

.block-info-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .block-info-grid {
      margin: 0 -21px 100px; } }
  @media (max-width: 767px) {
    .block-info-grid {
      margin: 0 -20px 50px; } }
  .block-info-grid .box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33.333%;
    min-height: 170px;
    background: #FFF;
    border: 1px solid rgba(29, 29, 27, 0.1);
    color: #646363;
    padding: 50px 50px 25px; }
    @media (max-width: 1199px) {
      .block-info-grid .box-item {
        width: 50%;
        padding: 30px; } }
    @media (max-width: 767px) {
      .block-info-grid .box-item {
        width: 100%;
        min-height: inherit;
        border: none;
        border-top: 1px solid rgba(29, 29, 27, 0.1); } }
    .block-info-grid .box-item h4 {
      transition: all 0.3s;
      line-height: 1.36;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .block-info-grid .box-item h4 {
          font-size: 20px;
          color: #1D1D1B; } }
    .block-info-grid .box-item p {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .block-info-grid .box-item p {
          font-size: 14px;
          line-height: 2.14; } }
    @media (min-width: 1200px) {
      .block-info-grid .box-item:hover {
        background: #F28C00;
        color: #FFF; }
        .block-info-grid .box-item:hover h4,
        .block-info-grid .box-item:hover .link-arrow {
          color: #FFF; }
          .block-info-grid .box-item:hover h4:after,
          .block-info-grid .box-item:hover .link-arrow:after {
            margin-left: 30px; } }
  .block-info-grid .block-info {
    flex: 1; }
    @media (max-width: 1199px) {
      .block-info-grid .block-info {
        width: 100%;
        border-top: 1px solid rgba(29, 29, 27, 0.1);
        margin: 0; } }

/* Section Banner */
.section-banner {
  min-height: 680px;
  background-color: #F28C00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199px) {
    .section-banner {
      min-height: 400px; } }
  @media (max-width: 767px) {
    .section-banner {
      min-height: 160px;
      padding: 50px 0; } }
  @media (max-width: 1199px) {
    .section-banner .container {
      padding: 0 30px; } }
  .section-banner h2 {
    font-size: 70px;
    line-height: 1.29;
    color: #FFF;
    text-align: center; }
    @media (max-width: 1199px) {
      .section-banner h2 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-banner h2 {
        font-size: 24px;
        line-height: 1.25; } }
    @media (max-width: 359px) {
      .section-banner h2 br {
        display: none; } }

/* Section Info List */
.section-info-list {
  background: rgba(100, 99, 99, 0.03); }
  @media (max-width: 1199px) {
    .section-info-list .container {
      padding: 0 30px; } }
  @media (max-width: 1199px) {
    .section-info-list .block-btn {
      margin: 0 -10px; } }

.block-info-list {
  display: flex;
  flex-direction: column;
  margin: -30px 0 120px; }
  @media (max-width: 1199px) {
    .block-info-list {
      margin-bottom: 70px; } }
  .block-info-list .box-item {
    display: block;
    padding: 5px 0 0 57px;
    margin: 50px 0;
    position: relative; }
    @media (max-width: 1199px) {
      .block-info-list .box-item {
        margin: 30px 0; } }
    .block-info-list .box-item:before {
      content: "\E90E";
      width: 37px;
      height: 37px;
      border: 1px solid #1D1D1B;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: all 0.3s;
      position: absolute;
      left: 0;
      top: 0; }
    .block-info-list .box-item:after {
      content: '';
      width: 100%;
      height: 1px;
      background: rgba(29, 29, 27, 0.1);
      position: absolute;
      left: 0;
      bottom: -50px; }
      @media (max-width: 1199px) {
        .block-info-list .box-item:after {
          bottom: -30px; } }
    .block-info-list .box-item:last-child:after {
      display: none; }
    .block-info-list .box-item h4 {
      transition: all 0.3s;
      text-decoration: underline;
      text-decoration-color: transparent;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .block-info-list .box-item h4 {
          font-size: 20px; } }
    .block-info-list .box-item p {
      color: #646363; }
      @media (max-width: 767px) {
        .block-info-list .box-item p {
          font-size: 14px;
          line-height: 2.14; } }
    @media (min-width: 1200px) {
      .block-info-list .box-item:hover:before {
        background: #F28C00;
        border-color: #F28C00;
        color: #FFF; }
      .block-info-list .box-item:hover h4 {
        text-decoration-color: inherit; } }

/* Section Slider */
.section-slider {
  padding: 100px 0 175px;
  position: relative; }
  @media (min-width: 1200px) {
    .section-slider {
      display: flex;
      flex-wrap: wrap;
      padding: 0; } }
  .section-slider .block-heading-arrow {
    justify-content: center; }
    @media (min-width: 1200px) {
      .section-slider .block-heading-arrow {
        width: 25%;
        background: rgba(100, 99, 99, 0.03);
        flex-direction: row-reverse;
        margin: 0;
        position: relative; }
        .section-slider .block-heading-arrow:before {
          margin: -20px 0 -20px 25px; } }
    @media (min-width: 1200px) and (max-width: 1919px) {
      .section-slider .block-heading-arrow:before {
        font-size: 2.45vw; } }
    .section-slider .block-heading-arrow h2 {
      margin: 0; }
      @media (min-width: 1200px) and (max-width: 1919px) {
        .section-slider .block-heading-arrow h2 {
          font-size: 2.3vw; } }
  .section-slider .slider-news-btn {
    display: flex;
    position: absolute;
    right: 55px;
    bottom: 25px; }
    @media (max-width: 1199px) {
      .section-slider .slider-news-btn {
        transform: translateX(50%);
        right: 50%;
        bottom: 95px; } }
  @media (min-width: 1200px) {
    .section-slider .slider-news {
      width: 75%; } }

.box-news {
  display: flex;
  flex-direction: column;
  background: #FFF;
  height: 100%; }
  .box-news .box-img {
    padding-top: 56.6%; }
    @media (max-width: 1199px) {
      .box-news .box-img {
        padding-top: 69.6%; } }
  .box-news .box-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 30px 65px; }
    @media (max-width: 1199px) {
      .box-news .box-text {
        padding: 30px 30px 50px; } }
    .box-news .box-text h4 {
      margin-bottom: 0; }
    .box-news .box-text p {
      color: #646363;
      transition: all 0.3s;
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .box-news:hover {
      background: #F28C00;
      color: #FFF; }
      .box-news:hover .box-text p,
      .box-news:hover .box-text .link-arrow {
        color: #FFF; }
        .box-news:hover .box-text p:after,
        .box-news:hover .box-text .link-arrow:after {
          margin-left: 30px; } }

/* Language Popup */
.language-popup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100%;
  background-color: #F28C00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  padding: 160px 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12; }
  @media (max-width: 767px) {
    .language-popup {
      background-image: none !important;
      padding: 130px 20px 100px; } }
  .language-popup .logo {
    width: 230px;
    flex-shrink: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    left: 50px; }
    @media (max-width: 767px) {
      .language-popup .logo {
        width: 150px;
        top: 20px;
        left: 20px; } }
  .language-popup .block-popup {
    width: 100%;
    max-width: 823px;
    background: #FFF;
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgba(139, 80, 0, 0.2);
    color: #1D1D1B;
    padding: 50px 60px; }
    @media (max-width: 767px) {
      .language-popup .block-popup {
        padding: 50px 20px 20px; } }
    .language-popup .block-popup h2 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .language-popup .block-popup h2 {
          font-size: 22px; } }
  .language-popup .block-language {
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .language-popup .block-language {
        overflow: visible; } }
    @media (max-height: 640px) {
      .language-popup .block-language {
        overflow: visible; } }
    .language-popup .block-language-in {
      max-height: 488px;
      overflow-x: hidden;
      overflow-y: scroll;
      margin-right: -15px; }
      @media (max-width: 767px) {
        .language-popup .block-language-in {
          max-height: inherit;
          border-radius: 20px;
          overflow: hidden;
          margin: 0 -20px; } }
      @media (max-height: 900px) and (orientation: landscape) {
        .language-popup .block-language-in {
          max-height: 305px; } }
      @media (max-height: 640px) {
        .language-popup .block-language-in {
          max-height: inherit;
          border-radius: 20px;
          overflow: hidden;
          margin: 0 -20px; } }
    .language-popup .block-language .box-item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(242, 140, 0, 0.08);
      font-size: 18px;
      line-height: 1.1;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s;
      -webkit-tap-highlight-color: transparent;
      padding: 18px 20px; }
      @media (max-width: 767px) {
        .language-popup .block-language .box-item {
          font-size: 16px; } }
      .language-popup .block-language .box-item:last-child {
        border-bottom: none; }
      .language-popup .block-language .box-item:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      @media (min-width: 1200px) {
        .language-popup .block-language .box-item:hover {
          box-shadow: 0 10px 20px 0 rgba(242, 140, 0, 0.1); } }
      .language-popup .block-language .box-item img {
        width: 40px;
        flex-shrink: 0;
        margin-right: 20px; }
      .language-popup .block-language .box-item input[type="radio"] {
        width: 24px;
        height: 24px;
        border: 2px solid #F28C00;
        border-radius: 50%;
        cursor: pointer;
        margin-left: auto;
        position: relative; }
        .language-popup .block-language .box-item input[type="radio"]:after {
          content: '';
          width: 14px;
          height: 14px;
          background: transparent;
          border-radius: 50%;
          transition: all 0.3s;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .language-popup .block-language .box-item input[type="radio"]:checked:after {
          background: #F28C00; }
      .language-popup .block-language .box-item .box-link {
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 20px;
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        margin-left: 25px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
        @media (max-width: 767px) {
          .language-popup .block-language .box-item .box-link {
            width: 100%;
            max-width: 262px;
            background: #F28C00;
            border: 4px solid #FFF;
            border-radius: 100px;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
            color: #FFF;
            padding: 18px 50px;
            margin: 0;
            position: fixed;
            bottom: 11%; } }
        @media (max-height: 640px) {
          .language-popup .block-language .box-item .box-link {
            width: 100%;
            max-width: 262px;
            background: #F28C00;
            border: 4px solid #FFF;
            border-radius: 100px;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
            color: #FFF;
            padding: 18px 50px;
            margin: 0;
            position: fixed;
            bottom: 11%; } }
        .language-popup .block-language .box-item .box-link i {
          font-size: 21px;
          color: #F28C00;
          transition: all 0.3s;
          margin-left: 25px;
          position: relative;
          left: 0; }
          @media (max-width: 767px) {
            .language-popup .block-language .box-item .box-link i {
              color: #FFF; } }
          @media (max-height: 640px) {
            .language-popup .block-language .box-item .box-link i {
              color: #FFF; } }
        @media (min-width: 1200px) {
          .language-popup .block-language .box-item .box-link:hover i {
            left: 20px; } }
      .language-popup .block-language .box-item-checked:hover {
        box-shadow: none; }
      .language-popup .block-language .box-item-checked .box-link {
        display: inline-flex; }
    .language-popup .block-language-checked .box-item:not(.box-item-checked) {
      position: relative; }
      .language-popup .block-language-checked .box-item:not(.box-item-checked):before {
        opacity: 1;
        pointer-events: auto; }

/* Section Hero */
.section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 442px;
  background: #F28C00;
  color: #FFF;
  line-height: 1.75;
  padding: 50px 0 80px;
  position: relative; }
  @media (min-width: 768px) {
    .section-hero {
      font-size: 22px;
      line-height: 1.82; } }
  @media (max-width: 1199px) {
    .section-hero {
      min-height: 320px;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .section-hero {
      padding-bottom: 50px; } }
  .section-hero:before {
    content: '';
    width: 100%;
    height: 500px;
    background: #F28C00;
    position: absolute;
    left: 0;
    bottom: 100%; }
  @media (max-width: 1199px) {
    .section-hero .container-wide {
      padding: 0 30px; } }
  .section-hero .box-text {
    max-width: 1060px; }
  .section-hero h1 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: auto;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .section-hero h1 {
        margin-bottom: 20px; } }
    @media (max-width: 567px) {
      .section-hero h1 br {
        display: none; } }
    .section-hero h1:before {
      display: none; }
  .section-hero .btn, .section-hero body .cky-consent-container .cky-btn, body .cky-consent-container .section-hero .cky-btn {
    margin-top: 50px; }
    @media (max-width: 567px) {
      .section-hero .btn, .section-hero body .cky-consent-container .cky-btn, body .cky-consent-container .section-hero .cky-btn {
        min-width: 240px;
        font-size: 16px;
        padding: 10px 23px; } }
    @media (min-width: 390px) {
      .section-hero .btn br, .section-hero body .cky-consent-container .cky-btn br, body .cky-consent-container .section-hero .cky-btn br {
        display: none; } }

/* Section Image Text */
@media (max-width: 1199px) {
  .section-img-text + .section-faq {
    margin-top: -100px; } }

@media (min-width: 1200px) {
  .section-img-text .block-heading-arrow {
    margin-bottom: 125px; } }

.block-img-text + .block-info {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .block-img-text + .block-info {
      margin-top: 50px; } }

.block-img-text .box-anchor {
  pointer-events: none;
  padding-top: 100px;
  margin-top: -100px; }
  @media (max-width: 1199px) {
    .block-img-text .box-anchor {
      padding-top: 160px;
      margin-top: -160px; } }
  @media (max-width: 767px) {
    .block-img-text .box-anchor {
      padding-top: 125px;
      margin-top: -125px; } }

.block-img-text .box-item {
  display: flex;
  min-height: 300px;
  margin-bottom: 208px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .block-img-text .box-item {
      margin-bottom: 130px; } }
  @media (max-width: 767px) {
    .block-img-text .box-item {
      display: block;
      min-height: inherit;
      margin-bottom: 30px; } }
  .block-img-text .box-item:last-child {
    margin-bottom: 0; }
  .block-img-text .box-item:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 0 150px 150px 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(100, 99, 99, 0.03) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .block-img-text .box-item:before {
        height: calc(100% - 145px);
        border-radius: 0 100px 100px 0;
        top: 145px; } }
  .block-img-text .box-item .box-img {
    width: 27%;
    height: 300px;
    flex-shrink: 0;
    align-self: center;
    mix-blend-mode: multiply;
    isolation: isolate;
    position: relative; }
    @media (max-width: 767px) {
      .block-img-text .box-item .box-img {
        width: 100%;
        height: 290px; } }
    .block-img-text .box-item .box-img img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 120%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .block-img-text .box-item .box-img img {
          max-height: 100%; } }
  .block-img-text .box-item .box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 40px 50px 40px 25px; }
    @media (max-width: 767px) {
      .block-img-text .box-item .box-text {
        padding: 50px 10px; } }
    .block-img-text .box-item .box-text h3 {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .block-img-text .box-item .box-text h3 {
          margin-bottom: 15px; } }
      .block-img-text .box-item .box-text h3 small {
        font-size: 24px;
        color: #646363; }
        @media (max-width: 767px) {
          .block-img-text .box-item .box-text h3 small {
            display: inline-block;
            font-size: 14px;
            vertical-align: middle;
            margin-top: -5px; } }
    .block-img-text .box-item .box-text p {
      color: #646363;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .block-img-text .box-item .box-text p {
          margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .block-img-text .box-item-reverse {
      flex-direction: row-reverse; }
      .block-img-text .box-item-reverse:before {
        transform: rotate(180deg); }
      .block-img-text .box-item-reverse .box-text {
        padding: 40px 25px 40px 9%; } }

/* Section FAQ */
.section-faq {
  background: rgba(100, 99, 99, 0.03); }
  @media (min-width: 1200px) {
    .section-faq {
      margin-top: 100px;
      padding: 150px 0 130px; } }
  @media (min-width: 1200px) {
    .section-faq .block-heading {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .section-faq .block-heading h2 {
      font-size: 50px; } }

.block-accordion {
  max-width: 1183px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .block-accordion {
      margin: -30px 0; } }
  .block-accordion li:first-child .accordion-caption {
    border: none; }
  .block-accordion .accordion-caption {
    border-top: 1px solid rgba(29, 29, 27, 0.1);
    cursor: pointer;
    transition: all 0.3s;
    padding: 20px 10px 20px 50px;
    position: relative; }
    @media (max-width: 767px) {
      .block-accordion .accordion-caption {
        padding: 25px 0 25px 50px; } }
    .block-accordion .accordion-caption:before {
      content: "\E90E";
      font-size: 19px;
      transform: rotate(90deg);
      position: absolute;
      left: 15px;
      top: 13px; }
      @media (max-width: 767px) {
        .block-accordion .accordion-caption:before {
          top: 19px; } }
    @media (min-width: 1200px) {
      .block-accordion .accordion-caption:hover {
        color: #646363; } }
    .block-accordion .accordion-caption.active:before {
      transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .block-accordion .accordion-caption h6 {
        font-size: 16px;
        line-height: 1.63; } }
  .block-accordion .accordion-content-in {
    color: #646363;
    border-top: 1px solid rgba(29, 29, 27, 0.1);
    padding: 15px 10px; }
    @media (max-width: 767px) {
      .block-accordion .accordion-content-in {
        border: none;
        padding: 0 0 25px; } }
    .block-accordion .accordion-content-in p {
      margin-bottom: 30px; }

/* Section Heading Text */
@media (min-width: 1200px) {
  .section-heading-text {
    padding-bottom: 120px; } }

@media (min-width: 1200px) {
  .section-heading-text .block-heading-arrow {
    margin-bottom: 120px; } }

@media (max-width: 767px) {
  .section-heading-text .block-heading-arrow {
    margin-bottom: 45px; } }

/* Section Team List */
.elm-tbl {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .elm-tbl .elm-tbl-tr {
    display: table-row; }
    .elm-tbl .elm-tbl-tr:nth-child(2n + 1) {
      background: rgba(100, 99, 99, 0.03); }
    .elm-tbl .elm-tbl-tr .elm-tbl-td {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      height: 70px;
      vertical-align: middle;
      font-family: "Comfortaa", sans-serif;
      padding: 15px; }
      @media (min-width: 1200px) {
        .elm-tbl .elm-tbl-tr .elm-tbl-td {
          font-size: 22px;
          line-height: 1.45; } }
      .elm-tbl .elm-tbl-tr .elm-tbl-td.is-email {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: table-cell;
        vertical-align: middle; }
      .elm-tbl .elm-tbl-tr .elm-tbl-td:first-child {
        font-weight: 900; }

@media (max-width: 1023px) {
  .elm-tbl {
    display: block; }
    .elm-tbl .elm-tbl-tr {
      display: block;
      background: #FFF;
      overflow: hidden; }
      .elm-tbl .elm-tbl-tr .elm-tbl-td {
        display: block;
        height: auto;
        padding: 5px 10px;
        line-height: 25px; }
        .elm-tbl .elm-tbl-tr .elm-tbl-td.is-email {
          display: block; } }

@media (max-width: 1199px) {
  .block-table {
    margin: 0 -20px; } }

.block-table table {
  width: 100%; }
  .block-table table tr:nth-child(2n + 1) {
    background: rgba(100, 99, 99, 0.03); }
  .block-table table td {
    height: 70px;
    vertical-align: middle;
    font-family: "Comfortaa", sans-serif;
    padding: 15px; }
    @media (min-width: 1200px) {
      .block-table table td {
        font-size: 22px;
        line-height: 1.45; } }
    @media (max-width: 767px) {
      .block-table table td {
        padding: 10px; } }
    .block-table table td:first-child {
      padding-left: 30px; }
      @media (max-width: 767px) {
        .block-table table td:first-child {
          padding-left: 20px; } }
    .block-table table td:last-child {
      padding-right: 30px; }
      @media (max-width: 767px) {
        .block-table table td:last-child {
          padding-right: 20px; } }

.section-team-list {
  background: rgba(100, 99, 99, 0.03); }
  @media (min-width: 1200px) {
    .section-team-list {
      padding: 120px 0 100px; } }
  @media (max-width: 767px) {
    .section-team-list .block-heading {
      margin-bottom: 45px; } }
  .section-team-list .block-table table td {
    width: 50%; }

/* Section Team Board */
@media (min-width: 1200px) {
  .section-team-board {
    padding: 120px 0; } }

.block-team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -60px; }
  @media (min-width: 1200px) {
    .block-team {
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .block-team {
      margin-bottom: -80px; } }
  .block-team .box-item {
    text-align: center;
    padding: 0 25px 60px; }
    @media (max-width: 1199px) {
      .block-team .box-item {
        width: 33.333%; } }
    @media (max-width: 1023px) {
      .block-team .box-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .block-team .box-item {
        width: 100%;
        padding-bottom: 80px; } }
    .block-team .box-item .box-img {
      width: 300px;
      height: 300px;
      border: 8px solid #FFF;
      border-radius: 50%;
      box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
      margin: 0 auto 35px; }
      @media (max-width: 1199px) {
        .block-team .box-item .box-img {
          width: 250px;
          height: 250px; } }
      @media (max-width: 567px) {
        .block-team .box-item .box-img {
          width: 180px;
          height: 180px;
          margin-bottom: 25px; } }
    .block-team .box-item .box-text {
      max-width: 300px;
      margin: 0 auto; }
      .block-team .box-item .box-text * {
        line-height: 32px;
        margin-bottom: 0; }
        @media (max-width: 567px) {
          .block-team .box-item .box-text * {
            line-height: 26px;
            margin-bottom: 3px; } }
      @media (max-width: 567px) {
        .block-team .box-item .box-text h4 {
          font-size: 18px; } }
      @media (max-width: 567px) {
        .block-team .box-item .box-text h6 {
          font-size: 16px; } }
      .block-team .box-item .box-text p {
        color: #646363; }
        @media (max-width: 567px) {
          .block-team .box-item .box-text p {
            font-size: 14px; } }
        .block-team .box-item .box-text p a {
          font-size: 16px;
          color: #1D1D1B; }
          .block-team .box-item .box-text p a:hover {
            color: #F28C00; }

/* Section Image Text Color */
.section-img-text-color {
  background: #F28C00;
  color: #FFF; }
  @media (min-width: 1200px) {
    .section-img-text-color {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .section-img-text-color {
      padding: 0; } }

.block-img-text-color {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .block-img-text-color {
      display: block;
      margin: 0 -20px; } }
  .block-img-text-color .box-img {
    padding-top: 74.3%; }
    .block-img-text-color .box-img-wrap {
      width: 32.5%;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .block-img-text-color .box-img-wrap {
          width: 100%; } }
  .block-img-text-color .box-text {
    max-width: 770px;
    padding-left: 50px; }
    @media (max-width: 767px) {
      .block-img-text-color .box-text {
        padding: 45px 30px; } }
    .block-img-text-color .box-text h2 {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .block-img-text-color .box-text h2 {
          margin-bottom: 25px; } }
    .block-img-text-color .box-text h3 {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .block-img-text-color .box-text h3 {
          margin-bottom: 15px; } }

/* Section Text Button */
.section-text-btn {
  background: rgba(100, 99, 99, 0.03); }
  .section-text-btn .block-heading {
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .section-text-btn .block-heading {
        margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .section-text-btn .block-text {
      line-height: 1.64;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      margin-bottom: 125px; } }
  @media (max-width: 767px) {
    .section-text-btn .block-text {
      margin-bottom: 45px; } }
  .section-text-btn .block-text p {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .section-text-btn .block-text p {
        margin-bottom: 40px; } }
    .section-text-btn .block-text p b,
    .section-text-btn .block-text p strong {
      color: #1D1D1B; }
      @media (min-width: 1200px) {
        .section-text-btn .block-text p b,
        .section-text-btn .block-text p strong {
          font-weight: 700; } }
  @media (max-width: 767px) {
    .section-text-btn .block-btn .btn, .section-text-btn .block-btn body .cky-consent-container .cky-btn, body .cky-consent-container .section-text-btn .block-btn .cky-btn {
      min-width: 330px; } }

/* Section Download */
@media (min-width: 1200px) {
  .section-download {
    padding-bottom: 120px; } }

.section-download .block-heading-arrow {
  justify-content: center;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .section-download .block-heading-arrow {
      margin-bottom: 25px; } }

@media (min-width: 1200px) {
  .section-download .block-text {
    font-size: 16px;
    line-height: 1.875; } }

@media (max-width: 767px) {
  .section-download .block-text {
    margin-bottom: 45px; } }

@media (max-width: 767px) {
  .section-download .block-table td {
    height: 50px; } }

.section-download .block-table td:first-child {
  width: 47%; }
  @media (max-width: 767px) {
    .section-download .block-table td:first-child {
      width: auto; } }

.section-download .block-table td:last-child {
  text-align: right; }

.section-download .block-table .box-file {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5; }
  @media (min-width: 1200px) {
    .section-download .block-table .box-file {
      margin-left: 20px; } }
  .section-download .block-table .box-file i {
    font-size: 33px;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      .section-download .block-table .box-file i {
        font-size: 23px; } }

.section-download .block-table .bos-size {
  font-size: 16px;
  color: #646363;
  font-family: "Poppins", sans-serif;
  white-space: nowrap; }
  @media (max-width: 1199px) {
    .section-download .block-table .bos-size {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .section-download .block-table .bos-size {
      font-size: 12px; } }

.section-download .block-table .box-download {
  display: inline-flex;
  align-items: center;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .section-download .block-table .box-download {
      font-size: 18px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .section-download .block-table .box-download {
      padding: 10px;
      margin: -10px; } }
  .section-download .block-table .box-download i {
    font-size: 20px; }
    @media (max-width: 1199px) {
      .section-download .block-table .box-download i {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .section-download .block-table .box-download i {
        font-size: 14px; } }
  .section-download .block-table .box-download span {
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .section-download .block-table .box-download span {
        display: none; } }
  @media (min-width: 1200px) {
    .section-download .block-table .box-download:hover {
      color: #F28C00; } }

/* Section Contact */
.section-contact {
  padding: 160px 0 50px; }
  @media (min-width: 1200px) {
    .section-contact .block-heading-arrow {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .section-contact .block-heading-arrow {
      margin-bottom: 45px; } }

.block-contact {
  line-height: 2;
  color: #646363;
  margin: -31px 0 0; }
  @media (max-width: 1199px) {
    .block-contact {
      margin-bottom: 65px; } }
  @media (max-width: 767px) {
    .block-contact {
      margin-bottom: 15px; } }
  .block-contact .box-item {
    border-bottom: 1px solid #F28C00;
    padding: 31px 0 31px 40px;
    position: relative; }
    .block-contact .box-item:last-child {
      border: none; }
    .block-contact .box-item i {
      height: 20px;
      line-height: 20px;
      font-size: 20px;
      color: #F28C00;
      position: absolute;
      left: 0;
      top: 35px; }
      .block-contact .box-item i.icon-pin {
        font-size: 18px; }
      .block-contact .box-item i.icon-email {
        font-size: 14px; }
    .block-contact .box-item p {
      margin-bottom: 10px; }
      .block-contact .box-item p a {
        color: inherit; }
        .block-contact .box-item p a:hover {
          color: #F28C00; }
    @media (min-width: 768px) {
      .block-contact .box-item .box-row {
        display: flex; } }
    .block-contact .box-item .box-row .box-col {
      border-right: 1px solid rgba(100, 99, 99, 0.3);
      padding: 0 12.7%; }
      @media (max-width: 1199px) {
        .block-contact .box-item .box-row .box-col {
          padding: 0 10%; } }
      @media (max-width: 767px) {
        .block-contact .box-item .box-row .box-col {
          border: none;
          padding: 0 0 10px; } }
      .block-contact .box-item .box-row .box-col:first-child {
        padding-left: 0; }
      .block-contact .box-item .box-row .box-col:last-child {
        border: none;
        padding-right: 0; }
        @media (max-width: 767px) {
          .block-contact .box-item .box-row .box-col:last-child {
            padding: 0; } }
    .block-contact .box-item .block-btn {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-top: 50px; }

/* Section Map */
.section-map {
  display: block;
  max-width: 1244px;
  width: 100%;
  height: 698px !important;
  margin: 0 auto 100px;
  padding: 0; }
  @media (max-width: 1199px) {
    .section-map {
      height: 500px !important;
      margin: 0 auto 50px; } }
  @media (max-width: 767px) {
    .section-map {
      height: 290px !important;
      margin: 0 auto; } }

.block-map {
  width: 100%;
  height: 698px; }
  .block-map iframe {
    width: 100%;
    height: 698px !important; }
    @media (max-width: 1199px) {
      .block-map iframe {
        height: 500px !important; } }
    @media (max-width: 767px) {
      .block-map iframe {
        height: 290px !important; } }
  @media (max-width: 1199px) {
    .block-map {
      height: 500px; } }
  @media (max-width: 767px) {
    .block-map {
      height: 290px; } }
  .block-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .block-map .wpgmp_map_container,
  .block-map .wpgmp_map_parent,
  .block-map .wpgmp_map {
    height: 100% !important;
    margin: 0; }

/* Section Video */
@media (min-width: 1200px) {
  .section-video {
    padding-bottom: 120px; } }

@media (min-width: 1200px) {
  .section-video .block-text {
    color: #1D1D1B; } }

.block-video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .block-video-wrap {
    margin-bottom: 120px; }
    @media (max-width: 1199px) {
      .block-video-wrap {
        margin: 0 -20px 100px; } }
    @media (max-width: 767px) {
      .block-video-wrap {
        margin-bottom: 50px; } }
    .block-video-wrap:last-child {
      margin-bottom: 0 !important; }
  .block-video-overlay {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .block-video-overlay .btn-play {
      transition: all 0.3s;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .block-video-overlay .btn-play:before {
        content: "\E912";
        font-size: 130px;
        color: rgba(255, 255, 255, 0.8); }
        @media (max-width: 1199px) {
          .block-video-overlay .btn-play:before {
            font-size: 108px; } }
        @media (max-width: 767px) {
          .block-video-overlay .btn-play:before {
            content: "\E900";
            font-size: 84px; } }
    @media (min-width: 1200px) {
      .block-video-overlay:hover .btn-play {
        transform: translate(-50%, -50%) scale(1.1); } }
  .block-video-media {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.block-two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px; }
  .block-two-cols .box-col {
    width: 42%;
    color: #646363;
    padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .block-two-cols .box-col {
        width: 46%; } }
    @media (max-width: 767px) {
      .block-two-cols .box-col {
        width: 100%;
        padding: 0 10px 40px; } }
    .block-two-cols .box-col p {
      margin-bottom: 40px; }
  .block-two-cols .box-link {
    margin-top: 40px; }
    .block-two-cols .box-link a {
      font-size: 22px;
      line-height: 1.82;
      color: #F28C00;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: transparent;
      text-decoration-thickness: 2px;
      text-underline-offset: 5px; }
      @media (min-width: 1200px) {
        .block-two-cols .box-link a:hover {
          text-decoration-color: inherit; } }

/* Section Form */
@media (min-width: 1200px) {
  .section-form {
    background: rgba(100, 99, 99, 0.03);
    padding-bottom: 120px; } }

@media (min-width: 1200px) {
  .section-form .block-text {
    color: #1D1D1B;
    margin-bottom: 160px; } }

.block-form {
  background: #FFF;
  border: 1px solid rgba(100, 99, 99, 0.2);
  max-width: 824px;
  padding: 60px 60px 120px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .block-form {
      padding: 50px 50px 80px; } }
  @media (max-width: 767px) {
    .block-form {
      padding: 50px 20px; } }
  @media (max-width: 1199px) {
    .block-form-wrap {
      background: rgba(100, 99, 99, 0.03);
      padding: 100px 20px;
      margin: 0 -20px -100px; } }
  .block-form h3 {
    text-align: center;
    margin-bottom: 60px; }

.rnw-widget-container ~ .wp-block-spacer {
  display: none; }

/* Section News */
.section-news {
  background: rgba(100, 99, 99, 0.03); }
  @media (min-width: 1200px) {
    .section-news {
      padding-bottom: 120px; } }

.block-news {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -8px; }
  @media (max-width: 1199px) {
    .block-news {
      margin: -15px -28px; } }
  .block-news .box-item {
    width: 33.333%;
    padding: 15px 8px; }
    @media (max-width: 1199px) {
      .block-news .box-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .block-news .box-item {
        width: 100%; } }
  @media (max-width: 1199px) {
    .block-news .box-news .box-text {
      padding: 30px 20px 50px; } }

/* Section News Single */
@media (min-width: 1200px) {
  .section-news-single {
    padding: 120px 0; } }

@media (max-width: 1023px) {
  .section-news-single {
    padding-top: 0; } }

.block-news-single-img {
  border-bottom: 1px solid rgba(100, 99, 99, 0.3);
  margin-bottom: 75px; }
  @media (max-width: 1023px) {
    .block-news-single-img {
      border: none;
      margin-bottom: 30px; } }
  .block-news-single-img .box-img {
    padding-top: 46%; }
    @media (max-width: 767px) {
      .block-news-single-img .box-img {
        padding-top: 72%; } }
    .block-news-single-img .box-img-wrap {
      margin-bottom: 30px; }
      @media (max-width: 1023px) {
        .block-news-single-img .box-img-wrap {
          margin: 0 -20px 20px; } }
  .block-news-single-img .box-social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .block-news-single-img .box-social {
        justify-content: flex-start;
        margin: 0; } }
    .block-news-single-img .box-social .box-item {
      width: calc(25% - 13px);
      min-height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #FFF;
      font-size: 20px;
      line-height: 1.12;
      font-weight: 500;
      transition: opacity 0.3s;
      padding: 8px 1% 8px 52px;
      position: relative; }
      @media (max-width: 1439px) {
        .block-news-single-img .box-social .box-item {
          font-size: 17px; } }
      @media (max-width: 1199px) {
        .block-news-single-img .box-social .box-item {
          font-size: 14px; } }
      @media (max-width: 1023px) {
        .block-news-single-img .box-social .box-item {
          width: 52px;
          padding: 0;
          margin-right: 10px; } }
      @media (min-width: 1200px) {
        .block-news-single-img .box-social .box-item:hover {
          opacity: 0.8; } }
      .block-news-single-img .box-social .box-item-email {
        background: #F28C00; }
      .block-news-single-img .box-social .box-item-whatsapp {
        background: #6ABE46; }
      .block-news-single-img .box-social .box-item-facebook {
        background: #2374E1; }
      .block-news-single-img .box-social .box-item-linkedin {
        background: #0A66C2; }
      .block-news-single-img .box-social .box-item i {
        width: 52px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #FFF;
        font-size: 28px;
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 1023px) {
          .block-news-single-img .box-social .box-item i {
            border: none; } }
        .block-news-single-img .box-social .box-item i.icon-email-full {
          font-size: 19px; }
      .block-news-single-img .box-social .box-item span {
        border-radius: 0;
        opacity: 1; }
        @media (max-width: 1023px) {
          .block-news-single-img .box-social .box-item span {
            display: none; } }

.block-news-single-main {
  display: flex;
  flex-wrap: wrap; }
  .block-news-single-main .content {
    flex: 1; }
    .block-news-single-main .content h4 {
      font-size: 22px;
      line-height: 1.82;
      color: #646363;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      margin-bottom: 45px; }
      @media (max-width: 1199px) {
        .block-news-single-main .content h4 {
          font-size: 18px;
          line-height: 1.67;
          margin-bottom: 25px; } }
    .block-news-single-main .content p {
      color: #646363; }
    .block-news-single-main .content blockquote {
      font-size: 35px;
      line-height: 1.28;
      font-family: "Comfortaa", sans-serif;
      font-weight: 700;
      text-align: center;
      margin: 45px 0;
      position: relative;
      z-index: 1; }
      @media (max-width: 1199px) {
        .block-news-single-main .content blockquote {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .block-news-single-main .content blockquote {
          font-size: 22px;
          line-height: 1.45; } }
      .block-news-single-main .content blockquote:before {
        content: '';
        width: 100%;
        height: 1px;
        background: rgba(100, 99, 99, 0.3);
        position: absolute;
        left: 0;
        top: 50%;
        z-index: -1; }
      .block-news-single-main .content blockquote p {
        max-width: 533px;
        background: #FFF;
        color: #1D1D1B;
        margin: 0 auto; }
        @media (max-width: 1199px) {
          .block-news-single-main .content blockquote p {
            max-width: 430px; } }
        @media (max-width: 767px) {
          .block-news-single-main .content blockquote p {
            max-width: 260px; } }
    .block-news-single-main .content .box-tags {
      display: flex;
      flex-wrap: wrap;
      margin: -10px; }
      @media (max-width: 1199px) {
        .block-news-single-main .content .box-tags {
          margin: -5px; } }
      .block-news-single-main .content .box-tags .box-item {
        color: #646363;
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        border: 1px solid rgba(100, 99, 99, 0.3);
        padding: 10px 20px;
        margin: 10px; }
        @media (max-width: 1199px) {
          .block-news-single-main .content .box-tags .box-item {
            font-size: 14px;
            padding: 5px 10px;
            margin: 5px; } }
        @media (max-width: 767px) {
          .block-news-single-main .content .box-tags .box-item {
            font-size: 12px;
            padding: 3px 10px; } }
  .block-news-single-main .sidebar {
    width: 350px;
    flex-shrink: 0;
    margin-left: 9.5%; }
    @media (max-width: 1439px) {
      .block-news-single-main .sidebar {
        margin-left: 7%; } }
    @media (max-width: 1199px) {
      .block-news-single-main .sidebar {
        margin-left: 5%; } }
    @media (max-width: 1023px) {
      .block-news-single-main .sidebar {
        width: 100%;
        margin: 45px 0 0; } }
    .block-news-single-main .sidebar .box-info {
      margin-bottom: 80px; }
      @media (max-width: 1199px) {
        .block-news-single-main .sidebar .box-info {
          margin-bottom: 45px; } }
      .block-news-single-main .sidebar .box-info:last-child {
        margin-bottom: 0; }
      .block-news-single-main .sidebar .box-info h3 {
        margin-bottom: 45px; }
        @media (max-width: 767px) {
          .block-news-single-main .sidebar .box-info h3 {
            font-size: 22px; } }
    .block-news-single-main .sidebar .box-categories {
      margin-top: -18px; }
      @media (max-width: 767px) {
        .block-news-single-main .sidebar .box-categories {
          margin-top: -40px; } }
      .block-news-single-main .sidebar .box-categories .box-item {
        display: block;
        border-bottom: 1px solid rgba(100, 99, 99, 0.3);
        font-family: "Comfortaa", sans-serif;
        font-weight: 700;
        padding: 14px 0; }
        @media (min-width: 1200px) {
          .block-news-single-main .sidebar .box-categories .box-item:hover {
            color: #F28C00; } }
    .block-news-single-main .sidebar .box-popular-posts .box-item {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .block-news-single-main .sidebar .box-popular-posts .box-item:last-child {
        margin-bottom: 0; }
      @media (min-width: 1200px) {
        .block-news-single-main .sidebar .box-popular-posts .box-item:hover {
          color: #F28C00; } }
      .block-news-single-main .sidebar .box-popular-posts .box-item .box-img {
        padding-top: 100%; }
        .block-news-single-main .sidebar .box-popular-posts .box-item .box-img-wrap {
          width: 30%;
          max-width: 105px;
          flex-shrink: 0;
          margin-right: 16px; }
      .block-news-single-main .sidebar .box-popular-posts .box-item .box-text h5 {
        font-size: 16px;
        line-height: 1.63; }

/* Section Text Columns Background  */
.section-text-cols-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }
  @media (max-width: 1023px) {
    .section-text-cols-bg {
      background-position: center top 37%;
      background-size: 874px auto; } }
  @media (max-width: 767px) {
    .section-text-cols-bg {
      padding: 100px 10px; } }
  @media (max-width: 1199px) {
    .section-text-cols-bg + .section-grid-list {
      padding: 0; } }

.block-text-cols-bg {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  .block-text-cols-bg .box-col {
    width: 50%;
    padding: 10px; }
    @media (max-width: 767px) {
      .block-text-cols-bg .box-col {
        width: 100%; } }
    @media (min-width: 768px) {
      .block-text-cols-bg .box-col h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .block-text-cols-bg .box-col h2 {
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .block-text-cols-bg .box-col h2 {
        font-size: 60px; } }
    .block-text-cols-bg .box-col p {
      color: #646363; }

/* Section Grid List  */
@media (min-width: 1200px) {
  .section-grid-list {
    padding: 100px 0 120px; } }

.block-grid-list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .block-grid-list {
      margin: 0 -21px; } }
  .block-grid-list .box-item {
    width: 50%;
    border: 1px solid rgba(29, 29, 27, 0.1);
    padding: 50px; }
    @media (max-width: 1023px) {
      .block-grid-list .box-item {
        padding: 45px 20px; } }
    @media (max-width: 767px) {
      .block-grid-list .box-item {
        width: 100%; } }
    .block-grid-list .box-item h3 {
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .block-grid-list .box-item h3 {
          margin-bottom: 45px; } }
    .block-grid-list .box-item ul:not([class]):not([id]) {
      color: #646363;
      margin: 0; }
      .block-grid-list .box-item ul:not([class]):not([id]) li {
        margin-bottom: 22px; }
        @media (max-width: 767px) {
          .block-grid-list .box-item ul:not([class]):not([id]) li {
            margin-bottom: 15px; } }
        .block-grid-list .box-item ul:not([class]):not([id]) li:last-child {
          margin-bottom: 0; }
        .block-grid-list .box-item ul:not([class]):not([id]) li:before {
          content: "\E90E";
          color: #F28C00;
          font-size: 28px;
          line-height: 1.2;
          margin-right: 20px; }

/* Section List Columns Color */
.section-list-cols-color {
  background: #F28C00;
  color: #FFF; }
  @media (min-width: 1200px) {
    .section-list-cols-color {
      padding: 120px 0; } }
  @media (max-width: 767px) {
    .section-list-cols-color .block-heading {
      margin-bottom: 50px; } }

.block-list-cols-color {
  display: flex;
  flex-wrap: wrap;
  margin: -25px 0; }
  .block-list-cols-color .box-col {
    width: 33.333%;
    padding: 25px 15px 25px 57px;
    position: relative; }
    @media (max-width: 1023px) {
      .block-list-cols-color .box-col {
        width: 100%; } }
    @media (max-width: 389px) {
      .block-list-cols-color .box-col {
        padding-right: 0; } }
    .block-list-cols-color .box-col:before {
      content: "\E90E";
      width: 37px;
      height: 37px;
      border: 1px solid #FFF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: all 0.3s;
      position: absolute;
      left: 0;
      top: 22px; }
    .block-list-cols-color .box-col h4 {
      margin-bottom: 25px; }
    .block-list-cols-color .box-col ul:not([class]):not([id]) {
      margin: 0; }
      @media (min-width: 1024px) {
        .block-list-cols-color .box-col ul:not([class]):not([id]) {
          max-width: 280px; } }

/* Section Default */
.section-default h1,
.section-default h2,
.section-default h3,
.section-default h4,
.section-default h5,
.section-default h6 {
  margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .section-default h1,
    .section-default h2,
    .section-default h3,
    .section-default h4,
    .section-default h5,
    .section-default h6 {
      margin-bottom: 25px; } }

@media (max-width: 767px) {
  .section-default h1 {
    font-size: 24px; } }

/* Section Error */
.error404 .main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.section-error h1 {
  font-size: 70px;
  line-height: 1.12;
  color: #F28C00; }
  @media (max-width: 767px) {
    .section-error h1 {
      font-size: 50px; } }

/*# sourceMappingURL=app.min.css.map*/