.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:219,240,251;--color-primary-1:135,205,242;--color-primary-2:15,154,229;--color-primary-3:8,77,115;--color-primary-4:2,23,34;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--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:250,193,208;--color-tertiary-2:238,49,98;--color-tertiary-3:119,25,49;--color-tertiary-4:24,5,10;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FyI2U4yNuocTJWIDcxXl2kydN3o42l4B { position:absolute;display:block;z-index:15001;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:6.1875rem;width:11.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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:33.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.3125rem;left:0rem;height:3.425rem;display:block; }
#x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-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;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:23.6875rem;width:25.25rem;top:0rem;left:34.75rem;display:block; }
#O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { position:absolute;display:block;z-index:14999;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:23.4375rem;width:29.75rem;top:0rem;left:30.052163122302rem;overflow:hidden;display:block; }
#We4ys8MdoosSwTtsdBv57HQwUE7PbBEU { 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:19.3125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.050001144409rem;left:0rem;display:block; }
#kK2c9ZIlIUQRbh7ard7TKRmxI9GmXxaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OAQQar72PLBDoy200FktX5IUo42IXMOZ { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:19.3125rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.675001144409rem;left:0rem;display:block; }
#b9vBbC1FFtQvvbzxQm7k4VJs539eA1z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSqvCBqTbT44tLiAL5ligAIu306uNCt9 { 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:19.375rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.4375rem;left:0rem;display:block; }
#xDuh7hS5gyLgdoROHBGrw8InwIM7XZC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#Z7qktRl7abI9A8derbxiTy974OTTWC08 { position:absolute;display:block;z-index:14999;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;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: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:29.0625rem;width:20.4375rem;top:0rem;left:3.375rem;display:block; }
#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.875rem;left:21rem;height:3.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.46875rem;left:33.1875rem;height:2.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.25rem;left:26.625001907349rem;height:5.4rem;text-align:right;text-align-last:right;display:block; }
#kATlRpOTApbJBvtms5A2p6AaPwO4kShS { position:absolute;display:block;z-index:15000;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:28.5rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Vh6XtuqhelbGWEUrfyBbZJ54SkfXp8Dr { 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:18.875rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.487501144409rem;left:41.125001907349rem;display:block; }
#M5H759EDN28QvJ8Nf6gOzJTgVc4LANXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNqm75ZZTgtTgE74HyRG8Jn1WkAsNDgS { position:absolute;display:block;z-index:15002;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:7.3125rem;width:13.75rem;top:29.437498092651rem;left:0rem;overflow:hidden;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyI2U4yNuocTJWIDcxXl2kydN3o42l4B { top:0rem;left:0rem;width:11.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:0rem;left:0rem;width:30rem;height:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:9.3125rem;left:0rem;width:26.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { width:25.25rem;height:23.6875rem;top:0rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:29.75rem;height:23.4375rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4ys8MdoosSwTtsdBv57HQwUE7PbBEU { width:19.3125rem;height:3.75rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2c9ZIlIUQRbh7ard7TKRmxI9GmXxaD { display:block; }
 }@media only screen and (max-width: 763px) { #OAQQar72PLBDoy200FktX5IUo42IXMOZ { width:19.3125rem;height:3.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9vBbC1FFtQvvbzxQm7k4VJs539eA1z2 { display:block; }
 }@media only screen and (max-width: 763px) { #NSqvCBqTbT44tLiAL5ligAIu306uNCt9 { width:19.375rem;height:3.8125rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuh7hS5gyLgdoROHBGrw8InwIM7XZC5 { display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7qktRl7abI9A8derbxiTy974OTTWC08 { width:20.4375rem;height:29.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:2.875rem;left:8.75rem;width:39rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { top:9.4375rem;left:20.9375rem;width:26.8125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { top:12.25rem;left:14.5rem;width:33.25rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATlRpOTApbJBvtms5A2p6AaPwO4kShS { width:18.75rem;height:28.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6XtuqhelbGWEUrfyBbZJ54SkfXp8Dr { width:18.875rem;height:3.625rem;top:25.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5H759EDN28QvJ8Nf6gOzJTgVc4LANXN { display:block; }
 }@media only screen and (max-width: 763px) { #JNqm75ZZTgtTgE74HyRG8Jn1WkAsNDgS { top:29.375rem;left:0rem;width:13.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyI2U4yNuocTJWIDcxXl2kydN3o42l4B { width:17.125rem;height:9.0625rem;top:0rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:44.5rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:20rem;height:4.5rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7MvqyTnEHCBZHT3nTnPVE7IWbNMpdPk { width:18.75rem;height:18.75rem;top:12.8125rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:20rem;height:15.75rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4ys8MdoosSwTtsdBv57HQwUE7PbBEU { width:19.3125rem;height:3.75rem;top:31.5625rem;left:0.34296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2c9ZIlIUQRbh7ard7TKRmxI9GmXxaD { display:block; }
 }@media only screen and (max-width: 763px) { #OAQQar72PLBDoy200FktX5IUo42IXMOZ { width:19.3125rem;height:3.8125rem;top:35.9375rem;left:0.34296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9vBbC1FFtQvvbzxQm7k4VJs539eA1z2 { display:block; }
 }@media only screen and (max-width: 763px) { #NSqvCBqTbT44tLiAL5ligAIu306uNCt9 { width:19.375rem;height:3.8125rem;top:40.5rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuh7hS5gyLgdoROHBGrw8InwIM7XZC5 { display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7qktRl7abI9A8derbxiTy974OTTWC08 { width:18.75rem;height:18.75rem;top:23.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:17.9375rem;height:5.25rem;top:1.1875rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { width:20rem;height:4.125rem;top:7.3742184638975rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { width:20rem;height:9.6rem;top:12.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kATlRpOTApbJBvtms5A2p6AaPwO4kShS { width:19rem;height:28.8125rem;top:22.75rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh6XtuqhelbGWEUrfyBbZJ54SkfXp8Dr { width:18.875rem;height:3.625rem;top:51.5625rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5H759EDN28QvJ8Nf6gOzJTgVc4LANXN { display:block; }
 }@media only screen and (max-width: 763px) { #JNqm75ZZTgtTgE74HyRG8Jn1WkAsNDgS { width:13.75rem;height:7.3125rem;top:56.437501907349rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }