.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:249,252,254;--color-primary-1:236,246,253;--color-primary-2:216,237,251;--color-primary-3:108,119,126;--color-primary-4:32,36,38;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:68,68,68;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:17,17,17;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }body { background-color:#fbfbfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX { 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;display:block; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container { background-color: transparent; background-image: none; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container > .video-iframe-container { display: none; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row > .video-iframe-container { display: none; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .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); }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container { border-width: 0; border-radius: 0; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#Xv8N3UW1zROohcHrDZdC4D2IDEgIgSQ3 { position:absolute;display:block;z-index:15031;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.3728rem;width:15.5603125rem;top:1.62353515625rem;left:2.1484375rem;overflow:hidden;display:block; }
#mVT5PcQ0IxxTDRNNAFZ8eEuMe2GMuvXL { position:absolute;display:block;z-index:15032;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.2495125rem;width:17.1875rem;top:1.37451171875rem;left:19.334716796875rem;overflow:hidden;display:block; }
#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335ea5;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; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container { background-color: transparent; background-image: none; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container > .video-iframe-container { display: none; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row > .video-iframe-container { display: none; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .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); }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container { border-width: 0; border-radius: 0; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#nKJfNQzDCOt13TDyc7DGdgnvU5zKNMOz { color:#ffffff;display:block;width:42.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.80859375rem;left:4.342041015625rem;height:8.9355625rem;font-style:normal;display:block; }
#WGKVq4Zff3f7pNxECgAT93BmRMk3ivxq { color:#ffe181;display:block;width:40.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.468994140625rem;left:4.342041015625rem;height:5.84716875rem;font-style:normal;display:block; }
#XvvnJgbhZ2zhw3KgTqBdhorSECIbMkNH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.75rem;width:69.3125rem;top:23.560791015625rem;left:2.763671875rem;display:block; }
#nz6UPPG5VNSlkmuNsrmaaFdvB0r57ThF { 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:20.3735625rem;width:28.3105625rem;top:2.63916015625rem;left:45.21484375rem;overflow:hidden;display:block; }
#vBmVPFW8xI1wFnfWJTfULacukEJVb9ic { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.826171875rem;left:6.21826171875rem;height:;overflow:hidden;display:block; }#vBmVPFW8xI1wFnfWJTfULacukEJVb9ic li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBmVPFW8xI1wFnfWJTfULacukEJVb9ic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#CLDqT0yelooCvZOrR31mfAaoo04EuUW2 { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.193115234375rem;left:6.21826171875rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { background-color: transparent; background-image: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container > .video-iframe-container { display: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container { display: none; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .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); }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { border-width: 0; border-radius: 0; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#xKodG6i14ylrGRoR3KswfTfo7OipzQNm { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.4375rem;left:21.875rem;height:7.30591875rem;text-align:center;text-align-last:center;display:block; }
#IQWbEKwqybyb3ZVGNAOlZ4igLmi7XMdI { position:absolute;display:block;z-index:15032;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.37158125rem;width:15.5603125rem;top:3.9990234375rem;left:22.84423828125rem;overflow:hidden;display:block; }
#GayUrwZRTGmrhw1PGucEl3TEOMmcsayU { position:absolute;display:block;z-index:15033;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.2495125rem;width:17.1875rem;top:3.8115234375rem;left:39.648193359375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XnnKmAb8l80lEhcwihTzxr44Q9yun0kX { display:block; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xv8N3UW1zROohcHrDZdC4D2IDEgIgSQ3 { width:15.49925rem;height:3.359375rem;top:1.632080078125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVT5PcQ0IxxTDRNNAFZ8eEuMe2GMuvXL { width:17.1875rem;height:3.2495125rem;top:1.68701171875rem;left:29.896240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw { display:block; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container { width:47.75rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nKJfNQzDCOt13TDyc7DGdgnvU5zKNMOz { width:27.56225rem;height:6.01074375rem;top:1.68701171875rem;left:1.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGKVq4Zff3f7pNxECgAT93BmRMk3ivxq { width:26.43675rem;height:4.55078125rem;top:9.6484375rem;left:1.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvvnJgbhZ2zhw3KgTqBdhorSECIbMkNH { width:47.625rem;height:22.5rem;top:17.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nz6UPPG5VNSlkmuNsrmaaFdvB0r57ThF { width:17.06175rem;height:12.312rem;top:1.68701171875rem;left:30.6884765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBmVPFW8xI1wFnfWJTfULacukEJVb9ic { width:44.56175rem;height:17.98825rem;top:18.966064453125rem;left:1.591796875rem;font-size:1rem;display:block; }#vBmVPFW8xI1wFnfWJTfULacukEJVb9ic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #CLDqT0yelooCvZOrR31mfAaoo04EuUW2 { width:41.62475rem;height:5.1953125rem;top:42.6220703125rem;left:3.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { display:block; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xKodG6i14ylrGRoR3KswfTfo7OipzQNm { width:31.3125rem;height:7.30591875rem;top:9.4375rem;left:8.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQWbEKwqybyb3ZVGNAOlZ4igLmi7XMdI { width:15.5rem;height:3.3585128431707rem;top:3.9375rem;left:9.21923828125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GayUrwZRTGmrhw1PGucEl3TEOMmcsayU { width:17.1875rem;height:3.2495125rem;top:3.75rem;left:26.023193359375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XnnKmAb8l80lEhcwihTzxr44Q9yun0kX { display:block; }#XnnKmAb8l80lEhcwihTzxr44Q9yun0kX > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv8N3UW1zROohcHrDZdC4D2IDEgIgSQ3 { width:15.5rem;height:3.3595375582689rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVT5PcQ0IxxTDRNNAFZ8eEuMe2GMuvXL { width:17.1875rem;height:3.2495125rem;top:5.859375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw { display:block; }#PpeDdcpdLWhv4WECaiaO2KnwXunoTJHw > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKJfNQzDCOt13TDyc7DGdgnvU5zKNMOz { width:18.75rem;height:11.4514375rem;top:1.125rem;left:0.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKVq4Zff3f7pNxECgAT93BmRMk3ivxq { width:18.75rem;height:11.6943125rem;top:14.061279296875rem;left:0.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvvnJgbhZ2zhw3KgTqBdhorSECIbMkNH { width:19.875rem;height:37.625rem;top:45.3857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz6UPPG5VNSlkmuNsrmaaFdvB0r57ThF { width:19.0625rem;height:13.6865rem;top:28.133544921875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBmVPFW8xI1wFnfWJTfULacukEJVb9ic { width:17.8125rem;height:32.275375rem;top:47.7294921875rem;left:1.09375rem;font-size:1rem;display:block; }#vBmVPFW8xI1wFnfWJTfULacukEJVb9ic li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #CLDqT0yelooCvZOrR31mfAaoo04EuUW2 { width:17.68675rem;height:11.6894375rem;top:86.05712890625rem;left:1.15478515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq { display:block; }#EkB2DT8BCEVuhraDa4dwD4a0uEHmBNlq > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKodG6i14ylrGRoR3KswfTfo7OipzQNm { width:20rem;height:8.1176875rem;top:13.818359375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWbEKwqybyb3ZVGNAOlZ4igLmi7XMdI { width:15.5rem;height:3.3583187492943rem;top:2.2412109375rem;left:2.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GayUrwZRTGmrhw1PGucEl3TEOMmcsayU { width:17.1875rem;height:3.2495125rem;top:7.474365234375rem;left:1.40625rem;display:block; }
 }