.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:229,245,234;--color-primary-1:167,223,184;--color-primary-2:79,191,112;--color-primary-3:40,96,56;--color-primary-4:12,29,17;--color-secondary-0:255,255,255;--color-secondary-1:192,192,192;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:169,169,169;--color-tertiary-2:153,153,153;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:"proximan regular";--paragraphs-font-family:"proximan regular"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .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); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#QRkO3ii9MpHGzzeITaubILiMNS24SggS { position:absolute;display:block;z-index:15003;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.9375rem;width:10rem;top:0.90625rem;left:1rem;overflow:hidden;display:block; }
#AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { color:rgba(85,187,71,0.81);display:block;width:10.25rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.765625rem;left:48.8095703125rem;height:;font-style:normal;display:block; }
#X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { color:rgba(var(--color-secondary-4),0.85);display:block;width:15.25rem;position:absolute;font-family:"proximan regular";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.84765625rem;left:59.75rem;height:;font-style:normal;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:183.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { display:block;width:33.4375rem;position:absolute;font-family:"proximan regular";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5619220733644rem;left:0.87456607818606rem;height:3.73698125rem;color:#6a6466;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { display:block;width:48.1875rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:46.125rem;left:1.1875rem;height:52.77999375rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { display:block;width:56.125rem;position:absolute;font-family:"proximan regular";font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.7488422393799rem;left:0.87456607818606rem;height:2.8182875rem;color:rgba(85,187,71,0.85);font-style:normal;display:block; }
#tJ8fic2Sp2Npz1QNvEO6dCyDdIkNBdWi { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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:32.0625rem;width:48.3125rem;top:12.4375rem;left:1rem;overflow:hidden;display:block; }
#l4hlUvHJo1nuTKdqyV55FS2ToXmbHGTn { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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:31.3744375rem;width:47.8746875rem;top:98.7675075531rem;left:1.1870660781861rem;overflow:hidden;display:block; }
#Ot9rg6nKcWFE9pL2r8GAWvGKwt3AB1QW { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top: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:26.6875rem;width:21.3125rem;top:12.4375rem;left:53.687502384186rem;overflow:hidden;display:block; }
#tH40vistqptn14n3fsDbibNmToZF5MQy { position:absolute;display:block;z-index:15050;height:5rem;width:17.8125rem;top:40.625rem;left:56.750002384186rem;display:block; }
#MDp2aw5qi4xBTAudDgn9P6efp5fw3VW2 { position:absolute;display:block;z-index:15051;height:5.125rem;width:9.125rem;top:50.75rem;left:64.283205509187rem;display:block; }
#LO8UNQWaObZ9gwldNUAi6yEbrTCTgef1 { display:block;width:48.1871875rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:131.68577003479rem;left:1.1870660781861rem;height:47.98179375rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aBJDAbADzNNmfxQmnTmzy1zKmysJ0EFq { position:absolute;display:block;z-index:15052;height:5.43691875rem;width:9.68675rem;top:4.9081306457519rem;left:55.529517650604rem;display:block; }
#TvaSkTpIXD82JPePdW38hBzA453lgh3J { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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;display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J.adaptive-delivery-prevent-bg, #TvaSkTpIXD82JPePdW38hBzA453lgh3J.lazyload, #TvaSkTpIXD82JPePdW38hBzA453lgh3J.lazyloading { background-image: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { background-color: transparent; background-image: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container > .video-iframe-container { display: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container { display: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .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); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { border-width: 0; border-radius: 0; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:75rem;height:22.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { color:rgba(0,0,0,0);display:block;width:58.499rem;position:absolute;font-family:"proxim l";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.1240234375rem;left:6.310546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { color:rgba(var(--color-secondary-0),1);display:block;width:41.749125rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oATTkrTal1LTD6qBtMWLaVVJ4BCl4gb6 { position:absolute;display:block;z-index:15009;height:5rem;width:15.1875rem;top:13.701171875rem;left:27.9658203125rem;display:block; }
#Zx0JLsCVPAxU2csF0isViyeNH4TafdUk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UqXy58OlvNOtHVkqhTp5FqrIlWZNWGVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .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); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRkO3ii9MpHGzzeITaubILiMNS24SggS { width:10rem;height:2.9375rem;top:0.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { top:1.75rem;left:35.1845703125rem;width:10.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { top:1.8125rem;left:32.5rem;width:15.25rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { width:33.4375rem;height:3.6875rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { width:47.75rem;height:52.75rem;top:46.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8fic2Sp2Npz1QNvEO6dCyDdIkNBdWi { top:12.4375rem;left:0rem;width:47.75rem;height:31.689197930142rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4hlUvHJo1nuTKdqyV55FS2ToXmbHGTn { top:98.75rem;left:0rem;width:47.75rem;height:31.292724169218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9rg6nKcWFE9pL2r8GAWvGKwt3AB1QW { top:12.4375rem;left:26.4375rem;width:21.3125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH40vistqptn14n3fsDbibNmToZF5MQy { top:40.625rem;left:29.9375rem;width:17.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDp2aw5qi4xBTAudDgn9P6efp5fw3VW2 { top:50.75rem;left:38.625rem;width:9.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO8UNQWaObZ9gwldNUAi6yEbrTCTgef1 { width:47.75rem;height:47.9375rem;top:131.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBJDAbADzNNmfxQmnTmzy1zKmysJ0EFq { top:4.875rem;left:38.0625rem;width:9.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaSkTpIXD82JPePdW38hBzA453lgh3J { display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { width:47.75rem;height:;top:5.0625rem;left:0rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { width:41.6875rem;height:;top:10.375rem;left:1.0625rem;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATTkrTal1LTD6qBtMWLaVVJ4BCl4gb6 { top:13.6875rem;left:14.3408203125rem;width:15.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx0JLsCVPAxU2csF0isViyeNH4TafdUk { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UqXy58OlvNOtHVkqhTp5FqrIlWZNWGVn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .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); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRkO3ii9MpHGzzeITaubILiMNS24SggS { width:16.24925rem;height:3.99956875rem;top:0.80917251110075rem;left:1.8728300333023rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { width:8.3745625rem;height:0.97511875rem;top:5.6837387084961rem;left:5.8094621896744rem;font-size:0.75rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { width:15.25rem;height:0.893375rem;top:6.8742771148681rem;left:2.3748553991318rem;font-size:0.6875rem;z-index:15053;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:none;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:212.3415927887rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { width:19.5625rem;height:2.79803125rem;top:6.30078125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { width:19.375rem;height:70.3125rem;top:24.374277114868rem;left:0.31221067905426rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { width:19rem;height:3.57421875rem;top:1.625rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8fic2Sp2Npz1QNvEO6dCyDdIkNBdWi { width:19.1875rem;height:12.625rem;top:10.468027114868rem;left:0.37471067905426rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4hlUvHJo1nuTKdqyV55FS2ToXmbHGTn { width:19.37425rem;height:12.6244375rem;top:94.592890739444rem;left:0.31322348117828rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9rg6nKcWFE9pL2r8GAWvGKwt3AB1QW { width:19.37425rem;height:24.249875rem;top:180.27909278869rem;left:0.31032991409302rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH40vistqptn14n3fsDbibNmToZF5MQy { width:8.9375rem;height:5rem;top:153.6875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDp2aw5qi4xBTAudDgn9P6efp5fw3VW2 { width:9.125rem;height:5.125rem;top:135.56062889099rem;left:6.6059032678606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO8UNQWaObZ9gwldNUAi6yEbrTCTgef1 { width:19.375rem;height:70.3125rem;top:108.62240314484rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aBJDAbADzNNmfxQmnTmzy1zKmysJ0EFq { width:9.625rem;height:5.375rem;top:205.71659278869rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaSkTpIXD82JPePdW38hBzA453lgh3J { display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { width:14.3125rem;height:4.39959375rem;top:2.375rem;left:2.84375rem;text-align:center;text-align-last:center;color:#4fbf70;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { width:16.6875rem;height:2.43634375rem;top:7.7822265625rem;left:1.65625rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.9375rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #oATTkrTal1LTD6qBtMWLaVVJ4BCl4gb6 { width:16.5625rem;height:4.0625rem;top:12.2197265625rem;left:1.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zx0JLsCVPAxU2csF0isViyeNH4TafdUk { top:11.9375rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15010;font-size:1.1875rem;font-family:proxim;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UqXy58OlvNOtHVkqhTp5FqrIlWZNWGVn { display:block; }
 }