.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,254,250;--color-primary-1:253,253,237;--color-primary-2:251,250,219;--color-primary-3:126,125,110;--color-primary-4:38,38,33;--color-secondary-0:217,237,228;--color-secondary-1:128,197,165;--color-secondary-2:0,138,75;--color-secondary-3:0,69,38;--color-secondary-4:0,21,11;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,191;--color-tertiary-2:146,147,149;--color-tertiary-3:119,120,123;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { position:absolute;display:block;z-index:14979;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.4375rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#hdyVn3352Um9XFuowMMc6PTuz23H46oo { position:absolute;display:block;z-index:14973;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:16rem;top:5.5625rem;left:59rem;overflow:hidden;display:block; }
#zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { position:absolute;display:block;z-index:14985;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:3.6875rem;top:4.875rem;left:1.5rem;overflow:hidden;display:block; }
#qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { position:absolute;display:block;z-index:14984;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.9375rem;top:4.6875rem;left:7.375rem;overflow:hidden;display:block; }
#aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { position:absolute;display:block;z-index:14980;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.25rem;top:11.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { position:absolute;display:block;z-index:14981;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.8125rem;top:12.875rem;left:7.4375rem;overflow:hidden;display:block; }
#bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { position:absolute;display:block;z-index:14982;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.0625rem;top:9.5rem;left:6.8125rem;overflow:hidden;display:block; }
#QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { position:absolute;display:block;z-index:14983;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.1875rem;top:8.71875rem;left:11.0625rem;overflow:hidden;display:block; }
#lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { position:absolute;display:block;z-index:14975;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:2.5625rem;top:8.9375rem;left:63.925003051756rem;overflow:hidden;display:block; }
#Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { position:absolute;display:block;z-index:14976;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.8125rem;top:4.4375rem;left:64.479164123538rem;overflow:hidden;display:block; }
#owrgQfR4T2gRetMprKTywSNTPDaB2eNf { position:absolute;display:block;z-index:14978;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:4.8125rem;left:70.125rem;overflow:hidden;display:block; }
#yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { position:absolute;display:block;z-index:14977;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.6875rem;top:8.300000190735rem;left:68.862503051756rem;overflow:hidden;display:block; }
#x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { position:absolute;display:block;z-index:14974;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.5625rem;top:12.875rem;left:66.4375rem;overflow:hidden;display:block; }
#pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:41.1875rem;top:8.5625rem;left:17.862499237061rem;overflow:hidden;display:block; }
#iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { position:absolute;display:block;z-index:14954;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:24.4375rem;top:21.3125rem;left:24.8125rem;overflow:hidden;display:block; }
#k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:futura;font-size:2.1875rem;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;top:22.5rem;left:26.875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:4.1875rem;top:25.75rem;left:26.75rem;overflow:hidden;display:block; }
#MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:4.1875rem;top:25.75rem;left:30.8125rem;overflow:hidden;display:block; }
#IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:4.1875rem;top:25.75rem;left:35rem;overflow:hidden;display:block; }
#o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:4.1875rem;top:25.75rem;left:39.0625rem;overflow:hidden;display:block; }
#V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9989375rem;width:4.18645625rem;top:25.75rem;left:43.25rem;overflow:hidden;display:block; }
#Pc5cuqPzvioWnKCDzlIyDH6Fmgdo175x { position:absolute;display:block;z-index:14953;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:18.75rem;top:22.4375rem;left:47rem;overflow:hidden;display:block; }
#BMzIdhGTkX6Up540tZBFWFtIpGy387h0 { position:absolute;display:block;z-index:14952;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:18.75rem;top:22.4375rem;left:9.25rem;overflow:hidden;display:block; }
#Q2QvterRG3BLJRcfCG8fIBKWwbITghCR { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14966;line-height:1.7;letter-spacing:0;top:29.4375rem;left:50.125rem;height:4.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAwpLKbR7hiT4fFlrZ3y8ZhNW6SFkxld { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14959;line-height:1.7;letter-spacing:0;top:29.4375rem;left:19.237499237061rem;height:4.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mL57Qdbg1AOSWrrV9va9Urlpk0ZsV9IS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:8rem;top:2.0500001907349rem;left:33.5rem;overflow:hidden;display:block; }
#kI8IkQXoGNsSCDuE5poKE70TgbgwdMx9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:11rem;text-decoration:none;z-index:14956;text-align:center;text-align-last:center;top:22.424999237061rem;left:9.25rem;display:block; }
#P62dtpok9av9W2vrKEguKRdtEWZwXJ8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6QNhlUHU2ekc24emCAnso6DLWnIE9ys { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:11rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.4375rem;left:48.1875rem;display:block; }
#uOw481IAPDAWtUTAWAW7Wt3CqAak7gaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ane9DTqlD5VVJdLt5IEzJ6lcrobBITRr { color:#fcca2e;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14961;line-height:1.7;letter-spacing:0;top:16.0625rem;left:24.4375rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { background-color: transparent; background-image: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container > .video-iframe-container { display: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container { display: none; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { border-width: 0; border-radius: 0; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { top:6.0625rem;left:0rem;width:16.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdyVn3352Um9XFuowMMc6PTuz23H46oo { top:5.5625rem;left:31.75rem;width:16rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { top:4.875rem;left:0rem;width:3.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { top:4.6875rem;left:0rem;width:2.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { top:11.0625rem;left:0rem;width:3.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { top:12.875rem;left:0rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { top:9.5rem;left:0rem;width:3.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { top:8.6875rem;left:0rem;width:3.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { top:8.9375rem;left:45.1875rem;width:2.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { top:4.4375rem;left:43.9375rem;width:3.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owrgQfR4T2gRetMprKTywSNTPDaB2eNf { top:4.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { top:8.25rem;left:45.0625rem;width:2.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { top:12.875rem;left:44.1875rem;width:3.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { top:8.5625rem;left:4.2374992370606rem;width:41.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { top:21.3125rem;left:11.1875rem;width:24.4375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { top:22.5rem;left:13.25rem;width:20.375rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { top:25.75rem;left:13.125rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { top:25.75rem;left:17.1875rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { top:25.75rem;left:21.375rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { top:25.75rem;left:25.4375rem;width:4.1875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { top:25.75rem;left:29.625rem;width:4.125rem;height:6.8961946485169rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5cuqPzvioWnKCDzlIyDH6Fmgdo175x { top:22.4375rem;left:29rem;width:18.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMzIdhGTkX6Up540tZBFWFtIpGy387h0 { top:22.4375rem;left:0rem;width:18.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QvterRG3BLJRcfCG8fIBKWwbITghCR { top:29.4375rem;left:36.5rem;width:4.5rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAwpLKbR7hiT4fFlrZ3y8ZhNW6SFkxld { top:29.4375rem;left:5.625rem;width:4.5rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL57Qdbg1AOSWrrV9va9Urlpk0ZsV9IS { top:2rem;left:19.875rem;width:8rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8IkQXoGNsSCDuE5poKE70TgbgwdMx9 { width:17.0625rem;height:11rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P62dtpok9av9W2vrKEguKRdtEWZwXJ8Q { display:block; }
 }@media only screen and (max-width: 763px) { #a6QNhlUHU2ekc24emCAnso6DLWnIE9ys { width:17.625rem;height:11rem;top:22.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOw481IAPDAWtUTAWAW7Wt3CqAak7gaT { display:block; }
 }@media only screen and (max-width: 763px) { #ane9DTqlD5VVJdLt5IEzJ6lcrobBITRr { top:16.0625rem;left:10.8125rem;width:24.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { display:block; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7Lnx401SOnfDgSvKh2Agsbl9OJUOtx8 { width:6.6875rem;height:3.6875rem;top:0rem;left:0rem;z-index:14967;display:block; }
 }@media only screen and (max-width: 763px) { #hdyVn3352Um9XFuowMMc6PTuz23H46oo { width:6.6875rem;height:4rem;top:0rem;left:13.392025222552rem;z-index:14966;display:block; }
 }@media only screen and (max-width: 763px) { #zyef8Z9GowidAqfwvT7od9p1doBbBFm7 { width:2.4375rem;height:3.5rem;top:34.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtCXuT4KLNLNo36t2Zhb8IA9Xkf3ibEA { width:1.4375rem;height:1.6875rem;top:1.4875001907349rem;left:0.80000019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa4bde4DEuZOvKNIQKp4ak3hUqmAzQvT { width:1.5625rem;height:1.8125rem;top:0.23750019073486rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA0dNIwEOmc1av68v3cU2HTVswhUb4dm { width:1.25rem;height:1.375rem;top:33.362499237061rem;left:10.487500190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN2VaAqTcxS4vhduAZvun2bZ7OCbDhDC { width:2.0625rem;height:1.25rem;top:0.71875rem;left:15.704166412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBqQvKEAL2XBfs6TEISlAoIdZZLBsWBT { width:1.1875rem;height:1.3125rem;top:0.73750019073488rem;left:18.737499237061rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lUUDgHUolF8c7S2NqGhTTB4KTdWJFF6u { width:1.3125rem;height:1.875rem;top:3.1750001907349rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8olbpcPM23arUT46xpWXF0yf0OmTNo { width:2.3125rem;height:1.875rem;top:2.4250001907349rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owrgQfR4T2gRetMprKTywSNTPDaB2eNf { width:1.8125rem;height:1.8125rem;top:0.59375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuQi0Mns7OLTm4PWoKwRQGATZVzKg8mh { width:2.25rem;height:2.4375rem;top:2.6125001907349rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ayterP5iW3tyQtJiuhEqbAegcaZuU8 { width:1.8125rem;height:1.625rem;top:4.125rem;left:0.61250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcxxNokrdlmBX0JLrTpM2KPewLmMUVg { width:19.875rem;height:2.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfnsCeLFhhQdAxPxv7rIyvZCQzJc0OR { width:20rem;height:10.79283887468rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZyWMD3yI3Wo3cMOtdJkzrL5T2TU4lk { width:14.0625rem;height:2.1125rem;top:19.0625rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3xT040VANLBuJRiK6KXHEuRtBZBxR0 { width:3.5625rem;height:6rem;top:21.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlAgJ5SaIJpPNHT2TBUNE42BqIBqzr6 { width:3.5625rem;height:6rem;top:21.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IACrbvWFZT6vf8GHqIwB9rD6w9r6XATJ { width:3.5625rem;height:6rem;top:21.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8RRaLdhVXQH5VewKCWqwcDJraQdlySL { width:3.5625rem;height:6rem;top:21.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0K3n1yHP1UCy60e3IpISPHWr0CcMFZV { width:3.5625rem;height:6rem;top:21.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5cuqPzvioWnKCDzlIyDH6Fmgdo175x { width:6.25rem;height:3.625rem;top:12.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMzIdhGTkX6Up540tZBFWFtIpGy387h0 { width:6.25rem;height:3.5625rem;top:12.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QvterRG3BLJRcfCG8fIBKWwbITghCR { width:1.625rem;height:1.4875rem;top:15.125rem;left:11.125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JAwpLKbR7hiT4fFlrZ3y8ZhNW6SFkxld { width:1.4375rem;height:1.4875rem;top:15.0625rem;left:7.5625rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mL57Qdbg1AOSWrrV9va9Urlpk0ZsV9IS { width:5.75rem;height:2.625rem;top:1.7375001907349rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8IkQXoGNsSCDuE5poKE70TgbgwdMx9 { width:6.25rem;height:3.625rem;top:12.9375rem;left:3.21875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #P62dtpok9av9W2vrKEguKRdtEWZwXJ8Q { display:block; }
 }@media only screen and (max-width: 763px) { #a6QNhlUHU2ekc24emCAnso6DLWnIE9ys { width:6.1875rem;height:3.6875rem;top:12.90625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOw481IAPDAWtUTAWAW7Wt3CqAak7gaT { display:block; }
 }@media only screen and (max-width: 763px) { #ane9DTqlD5VVJdLt5IEzJ6lcrobBITRr { width:20rem;height:1.4875rem;top:9.75rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ { display:block; }#D9btwT1CsENPWqZgfxTlbKEWVb2agmSQ > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }