.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH { position:relative;display:block; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH { background-color: transparent; background-image: none; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container > .video-iframe-container { display: none; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row > .video-iframe-container { display: none; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .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); }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH { border-width: 0; border-radius: 0; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NLKx7TibpllEQzMqzEO3s3JH03Xh7W0i { position:absolute;display:block;z-index:15000;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:19.1234375rem;width:15.06175rem;top:8.0625rem;left:29.968750953674rem;overflow:hidden;display:block; }
#bmTIPGr1nFvwxikKdn0rzuGXapQEKtGE { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.936718940735rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI { position:relative;display:block; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI { background-color: transparent; background-image: none; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container > .video-iframe-container { display: none; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row > .video-iframe-container { display: none; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .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); }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI { border-width: 0; border-radius: 0; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hPZOTKUArXLvIgRR4aHa9wH2aVihaRWN { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.75rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#LVFhBD662WOGV5lUJvxtrrc2VF7iOJxU { box-sizing:content-box;height:1.8125rem;width:51.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(251,0,52,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:11.467968940735rem;display:block; }
#TUM1F5Q8IOq84IcSKQMbl9h55AvGtd1s { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.375rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#GmUlT340zZis2xIbi8Z8KPLKEHuufLkH { box-sizing:content-box;height:2rem;width:51.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(231,251,0,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:11.467968940735rem;display:block; }
#mH3fEU1CJ7oLA52yFEzdVtToHIl7W2l2 { box-sizing:content-box;height:1.8125rem;width:7.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(231,251,0,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:11.467968940735rem;display:block; }
#sIPMa4WL1FbDTMhS9L56XW5Wks2nlHEy { box-sizing:content-box;height:1.6875rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(251,0,52,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.331251144409rem;left:11.467968940735rem;display:block; }
#ig9M7uLXHpsRZt493AT9dyqrx13duvBl { position:relative;display:block; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl { background-color: transparent; background-image: none; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container > .video-iframe-container { display: none; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row > .video-iframe-container { display: none; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .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); }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl { border-width: 0; border-radius: 0; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RZA6VBtHGKa6yXRZFqRF79zgZyElbTCk { position:absolute;display:block;z-index:15007;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:40.125rem;width:40.125rem;top:10.6875rem;left:17.4375rem;overflow:hidden;display:block; }
#xmw2MTVa1a6oo4iyq071zVnWCBLULDZF { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:11.75rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#nzgFwIw5qB5XMDaTeAgftKcGTUD7PFm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.328125rem;left:11.749218940735rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#HfguAgXhIkcBOcpa8c51HpM5o0AppBTv { box-sizing:content-box;height:2.3125rem;width:47.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(231,251,0,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:11.749999046326rem;display:block; }
#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL { position:relative;display:block; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL { background-color: transparent; background-image: none; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container > .video-iframe-container { display: none; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row > .video-iframe-container { display: none; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .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); }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL { border-width: 0; border-radius: 0; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mLGe6nB86lw8Afq9NL37XePLXHtEF1A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.546884149313rem;left:11.749218940735rem;height:34.53125rem;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; }
#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf { position:relative;display:block; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf { background-color: transparent; background-image: none; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container > .video-iframe-container { display: none; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row > .video-iframe-container { display: none; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .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); }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf { border-width: 0; border-radius: 0; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xa6vyJQyww1EuIfUmaNvCEs2WhVgsqvt { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2492198944092rem;left:11.749218940735rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#OkdFL7O0yRhAzXxrwexhKB7NNMI8mlOG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8742198944092rem;left:11.749218940735rem;height:18.28125rem;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; }
#lR0HE4WhuI4GIfiVpN4tobUkWoQXnEES { box-sizing:content-box;height:2.6875rem;width:15.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(231,251,0,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.670314788818rem;left:43.527344703674rem;display:block; }
#N8tn0RgTbimbOMQJHlps8zvrVbWerLBL { box-sizing:content-box;height:2.6875rem;width:24.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(231,251,0,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.71875rem;left:11.749218940735rem;display:block; }
#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 { position:relative;display:block; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 { background-color: transparent; background-image: none; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container > .video-iframe-container { display: none; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row > .video-iframe-container { display: none; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .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); }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 { border-width: 0; border-radius: 0; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LPGIA6yia7DlmA3auSD4w1ShrIG9y95X { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:11.6875rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#zZBXFtBH3pNSu8I9l8h28CVs8wUHrHOt { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875009536743rem;left:11.749218940735rem;height:16.25rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH { display:block; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLKx7TibpllEQzMqzEO3s3JH03Xh7W0i { top:8.0625rem;left:16.343750953674rem;width:15rem;height:19.045035437449rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTIPGr1nFvwxikKdn0rzuGXapQEKtGE { top:1.9375rem;left:3.3117189407349rem;width:41.125rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI { display:block; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPZOTKUArXLvIgRR4aHa9wH2aVihaRWN { top:7.0625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFhBD662WOGV5lUJvxtrrc2VF7iOJxU { top:13.25rem;left:0rem;width:47.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUM1F5Q8IOq84IcSKQMbl9h55AvGtd1s { top:1.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmUlT340zZis2xIbi8Z8KPLKEHuufLkH { top:7.0625rem;left:0rem;width:47.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3fEU1CJ7oLA52yFEzdVtToHIl7W2l2 { top:9.5rem;left:0rem;width:7.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPMa4WL1FbDTMhS9L56XW5Wks2nlHEy { top:15.3125rem;left:0rem;width:42.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig9M7uLXHpsRZt493AT9dyqrx13duvBl { display:block; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZA6VBtHGKa6yXRZFqRF79zgZyElbTCk { top:10.6875rem;left:3.8125rem;width:40.125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmw2MTVa1a6oo4iyq071zVnWCBLULDZF { top:1.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgFwIw5qB5XMDaTeAgftKcGTUD7PFm0 { top:6.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfguAgXhIkcBOcpa8c51HpM5o0AppBTv { top:6.25rem;left:0rem;width:47.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL { display:block; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLGe6nB86lw8Afq9NL37XePLXHtEF1A2 { top:1.5rem;left:0rem;width:47.75rem;height:34.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf { display:block; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa6vyJQyww1EuIfUmaNvCEs2WhVgsqvt { top:1.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkdFL7O0yRhAzXxrwexhKB7NNMI8mlOG { top:5.8125rem;left:0rem;width:47.75rem;height:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0HE4WhuI4GIfiVpN4tobUkWoQXnEES { top:13.625rem;left:29.902344703674rem;width:15.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8tn0RgTbimbOMQJHlps8zvrVbWerLBL { top:15.6875rem;left:0rem;width:24.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 { display:block; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPGIA6yia7DlmA3auSD4w1ShrIG9y95X { top:1.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZBXFtBH3pNSu8I9l8h28CVs8wUHrHOt { top:6.1875rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH { display:block; }#eDGnq2nM3LWi0OMhrhuOnKiH2aTwI0QH > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLKx7TibpllEQzMqzEO3s3JH03Xh7W0i { width:15rem;height:19.045035437449rem;top:6.4117188453675rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTIPGr1nFvwxikKdn0rzuGXapQEKtGE { width:20rem;height:5.2rem;top:1.2492188215256rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI { display:block; }#OKQ7ll1cxaJCK0HJpc0cfgpGPysTNVOI > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPZOTKUArXLvIgRR4aHa9wH2aVihaRWN { width:19rem;height:14.625rem;top:5.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFhBD662WOGV5lUJvxtrrc2VF7iOJxU { width:18.5625rem;height:5rem;top:11.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUM1F5Q8IOq84IcSKQMbl9h55AvGtd1s { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmUlT340zZis2xIbi8Z8KPLKEHuufLkH { width:16.75rem;height:3.3125rem;top:5.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3fEU1CJ7oLA52yFEzdVtToHIl7W2l2 { width:13.3125rem;height:1.8125rem;top:8.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPMa4WL1FbDTMhS9L56XW5Wks2nlHEy { width:16rem;height:3.25rem;top:16.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig9M7uLXHpsRZt493AT9dyqrx13duvBl { display:block; }#ig9M7uLXHpsRZt493AT9dyqrx13duvBl > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZA6VBtHGKa6yXRZFqRF79zgZyElbTCk { width:20rem;height:20rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmw2MTVa1a6oo4iyq071zVnWCBLULDZF { width:19.125rem;height:4.55rem;top:0.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzgFwIw5qB5XMDaTeAgftKcGTUD7PFm0 { width:19.125rem;height:4.875rem;top:6.0625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfguAgXhIkcBOcpa8c51HpM5o0AppBTv { width:17.5625rem;height:4.9375rem;top:6.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL { display:block; }#cgB1t18Pf5yEzGeu1nVCvEGisvMkoDmL > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLGe6nB86lw8Afq9NL37XePLXHtEF1A2 { width:18.9375rem;height:43.875rem;top:1.6804695129394rem;left:0.53046876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf { display:block; }#tEiDL2aDrWDWSZRrEfTcGrsJQ1S9eaUf > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa6vyJQyww1EuIfUmaNvCEs2WhVgsqvt { width:19.4375rem;height:2.275rem;top:1.125rem;left:0.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkdFL7O0yRhAzXxrwexhKB7NNMI8mlOG { width:18.9375rem;height:22.75rem;top:4.3125rem;left:0.53046876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0HE4WhuI4GIfiVpN4tobUkWoQXnEES { width:18.1875rem;height:1.875rem;top:19.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8tn0RgTbimbOMQJHlps8zvrVbWerLBL { width:11.625rem;height:1.6875rem;top:17.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 { display:block; }#s6IlDAMVfCHm1hMf22TmvJA0VW6FERJ6 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPGIA6yia7DlmA3auSD4w1ShrIG9y95X { width:19.125rem;height:2.275rem;top:1.4375rem;left:0.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZBXFtBH3pNSu8I9l8h28CVs8wUHrHOt { width:18.9375rem;height:16.25rem;top:4.28125rem;left:0.53046876192093rem;font-size:1.25rem;display:block; }
 }