.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:234,246,255;--color-primary-1:214,220,224;--color-primary-2:187,197,204;--color-primary-3:112,118,122;--color-primary-4:31,41,49;--color-secondary-0:249,238,220;--color-secondary-1:236,200,139;--color-secondary-2:216,144,23;--color-secondary-3:108,72,12;--color-secondary-4:32,22,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,246,255;--color-tertiary-2:140,148,153;--color-tertiary-3:84,89,92;--color-tertiary-4:31,41,49;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@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-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/OdJVN1MKCQA/unsplash/gabriel-rissi-OdJVN1MKCQA-photo-1609949350126-bc5b0a8486e1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;overflow:visible;position:relative;display:block; }#gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { 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:17.125rem;width:17.125rem;top:1.0625rem;left:21.4375rem;overflow:hidden;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:1.33rem;padding-right:1.16rem;padding-bottom:1.33rem;padding-left:1.16rem;display:block;align-items:center;width:6.96125rem;min-width:6.96125rem;height:7.15125rem;position:relative;font-family:var(--headlines-font-family);font-size:5.323125rem;font-weight:700;line-height:114.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:#133149;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.83125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.28125rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.995625rem;font-weight:400;line-height:45.25px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:41.125rem;height:11.705rem;padding-top:1.375rem;padding-right:1.375rem;padding-bottom:1.375rem;padding-left:1.375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.2109375rem;left:8.0625rem;z-index:15013; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop { position:relative;display:block; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop { background-color: transparent; background-image: none; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row .container > .video-iframe-container { display: none; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row > .video-iframe-container { display: none; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .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); }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop { border-width: 0; border-radius: 0; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .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; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;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; }#fkhFJ2nJJXZBahwUTKJDxmPNfXBfu1eI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:4.38743125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qh3F4zkmN7m6MobsgHGEekRZOUGHG0xF { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5rem;left:0rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container { background-color: transparent; background-image: none; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container > .video-iframe-container { display: none; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row > .video-iframe-container { display: none; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .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); }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container { border-width: 0; border-radius: 0; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#v4hpssgxM3x4EqwbFbwGb7PSWkWVXiNN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:31.375rem;width:56.0625rem;top:1.0625rem;left:1.96875rem;display:block; }
#a8fhSK83P56xexnRppoeCxZw0nAgBeny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container { background-color: transparent; background-image: none; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container > .video-iframe-container { display: none; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row > .video-iframe-container { display: none; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .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); }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container { border-width: 0; border-radius: 0; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#upvqmiiM204WHO2CKG2bDrLc6xDwU2TM { background-color:rgba(var(--color-primary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#133149;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.125rem;height:4.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.15625rem;left:9.4375rem;display:block; }
#SycZADe4lrFTt5Oq6fNgqUZTfDMDtcHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmtXn7POcHLBX6VNX0yEO61AENw7talN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container { background-color: transparent; background-image: none; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container > .video-iframe-container { display: none; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row > .video-iframe-container { display: none; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .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); }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container { border-width: 0; border-radius: 0; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#HtXT9PG17lGJRXX5anDZKSsI77Mh3T9f { 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:20.0625rem;width:20.0625rem;top:3.34375rem;left:1.9375rem;overflow:hidden;display:block; }
#IxEGsqoHZ7wxCyRmJlevaOsk7PISmKo6 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.09375rem;left:23.84375rem;height:23.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container { background-color: transparent; background-image: none; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container > .video-iframe-container { display: none; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row > .video-iframe-container { display: none; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .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); }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container { border-width: 0; border-radius: 0; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#RPpof91HHNi2OVVWW24Klgrqy0TOe2Pa { 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:20.0625rem;width:20.0625rem;top:1.4375rem;left:38rem;overflow:hidden;display:block; }
#DW0iZrfcaC6ywiLcuIZHZS0qA8lAnyR1 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.609375rem;left:3.125rem;height:17.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container { background-color: transparent; background-image: none; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container > .video-iframe-container { display: none; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row > .video-iframe-container { display: none; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .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); }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container { border-width: 0; border-radius: 0; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#NDk3qt0A9ygemrPw67i20qaWX4sfW23r { color:rgba(var(--color-tertiary-1),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.09375rem;left:25.40625rem;height:17.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKxH3BF0rRJh3r3cbhflTKad2a5pucux { position:absolute;display:block;z-index:15001;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.0625rem;width:20.0625rem;top:1.4375rem;left:2.125rem;overflow:hidden;display:block; }
#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container { background-color: transparent; background-image: none; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container > .video-iframe-container { display: none; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row > .video-iframe-container { display: none; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .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); }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container { border-width: 0; border-radius: 0; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#o6rV7CCBpt0zceVG20fKglzMuTWRzhPu { 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:20.0625rem;width:20.0625rem;top:1.4375rem;left:38rem;overflow:hidden;display:block; }
#tTbZGo6Kip51S5794XbLqVJx4IZf86nh { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.421875rem;left:3.5rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/pJSsokOxjXA/unsplash/stanis-aw-krawczyk-pJSsokOxjXA-photo-1657610634832-6887a9830d1e.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.adaptive-delivery-prevent-bg, #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.lazyload, #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.lazyloading { background-image: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { background-color: transparent; background-image: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container > .video-iframe-container { display: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row > .video-iframe-container { display: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .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); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { border-width: 0; border-radius: 0; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#Q2k1L3mmqqTcCZlTMOvaRolfBz4fSoir { color:#133149;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9365234375rem;left:11.25rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LITfpT3fRSVeCSQmfyOHqVEmPJbO7xK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:5.15869140625rem;left:14.029541015625rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyARX2s7s9gEF3HdHpFyVTXAoznrrguo { position:absolute;display:block;z-index:15018;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:25.625rem;width:44.3125rem;top:12.529296875rem;left:7.84375rem;overflow:hidden;display:block; }
#Tt11bDIps1v7A6R7L3roLFiWTehGbkL4 { color:#d89017;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:7.875rem;left:5.625rem;height:2.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container { background-color: transparent; background-image: none; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container > .video-iframe-container { display: none; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row > .video-iframe-container { display: none; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .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); }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container { border-width: 0; border-radius: 0; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#c4nkz1SpSdBhqyNpsbywQNCwglerTHKK { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:11.25rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXu6RdPz7ZzN2wcD1Jxmu1xkTKPnZ1HU { color:rgba(var(--color-tertiary-1),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:6.285400390625rem;left:2.34375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gunbgN1in37279TVxlZrM5bgyVyth2dA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container { background-color: transparent; background-image: none; }#gunbgN1in37279TVxlZrM5bgyVyth2dA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container > .video-iframe-container { display: none; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row > .video-iframe-container { display: none; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .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); }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container { border-width: 0; border-radius: 0; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#Z3ucOTI8Qa7mb2H2X4ZIKrlgPWGL4EGJ { background-color:rgba(var(--color-primary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#133149;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.125rem;height:4.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.15625rem;left:9.4375rem;display:block; }
#NoGuSSvRGFGRNQpx1xHwWvHAWxaKvbAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container { background-color: transparent; background-image: none; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container > .video-iframe-container { display: none; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row > .video-iframe-container { display: none; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .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); }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container { border-width: 0; border-radius: 0; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#LP4nkZAZIg3mhw2F6cgyHIzsPiF7MKMz { position:absolute;display:block;z-index:15017;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:7.0625rem;width:41.125rem;top:1.248779296875rem;left:9.43603515625rem;overflow:hidden;display:block; }
#PzdKeRaIuTcQ4tT5ekHmL0S4WPRzpfH3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:16.5625rem;top:8.309326171875rem;left:21.71875rem;overflow:hidden;display:block; }
#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container { background-color: transparent; background-image: none; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container > .video-iframe-container { display: none; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row > .video-iframe-container { display: none; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .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); }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container { border-width: 0; border-radius: 0; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#DfnTtcxnlV7SuEvd9ZQQasXlTcuhaXpu { color:rgba(var(--color-tertiary-1),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:0.875rem;left:6.125rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8ty8W8GSigVgJAumv1NspvoGXE4ffT2 { color:rgba(var(--color-tertiary-1),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:6.125rem;height:2.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/G_M-JrfMRvs/unsplash/arthur-tseng-G_M-JrfMRvs-photo-1668304117169-c5708e3ff847.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.adaptive-delivery-prevent-bg, #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.lazyload, #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.lazyloading { background-image: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { background-color: transparent; background-image: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container > .video-iframe-container { display: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row > .video-iframe-container { display: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .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); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { border-width: 0; border-radius: 0; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#TJnD8ZcnNNMFUmV32ElXif9Lh94NQ3CK { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Akb4VMmhlXBRDZSvutm5RWtE7fv0vrMA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#XLTmvckdOKKktsQPDOFZ9Bs8Exq0asCu { position:absolute;display:block;z-index:15013;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.9375rem;width:6.6875rem;top:4.25rem;left:26.65625rem;overflow:hidden;display:block; }
#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container { background-color: transparent; background-image: none; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container > .video-iframe-container { display: none; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row > .video-iframe-container { display: none; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .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); }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container { border-width: 0; border-radius: 0; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:17.125rem;height:17.125rem;top:1.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:47.75rem;height:;top:18.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:16.4375rem;height:4.493125rem;top:21.0625rem;left:1.6533203125rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #TxQt7otOFDU1PToUIUvRvXlhmMGbNmop { display:block; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkhFJ2nJJXZBahwUTKJDxmPNfXBfu1eI { width:47.75rem;height:4.375rem;top:1.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh3F4zkmN7m6MobsgHGEekRZOUGHG0xF { width:47.75rem;height:9.8125rem;top:6.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbliuhktPyT3XnfTs6VaEegwrSRxIJs { display:block; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4hpssgxM3x4EqwbFbwGb7PSWkWVXiNN { top:1.0625rem;left:0rem;width:47.75rem;height:26.722965440357rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8fhSK83P56xexnRppoeCxZw0nAgBeny { display:block; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upvqmiiM204WHO2CKG2bDrLc6xDwU2TM { width:41.125rem;height:4.625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SycZADe4lrFTt5Oq6fNgqUZTfDMDtcHt { display:block; }
 }@media only screen and (max-width: 763px) { #HmtXn7POcHLBX6VNX0yEO61AENw7talN { display:block; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtXT9PG17lGJRXX5anDZKSsI77Mh3T9f { top:3.3125rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEGsqoHZ7wxCyRmJlevaOsk7PISmKo6 { width:33.75rem;height:23.625rem;top:2.0625rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 { display:block; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPpof91HHNi2OVVWW24Klgrqy0TOe2Pa { top:1.4375rem;left:27.6875rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW0iZrfcaC6ywiLcuIZHZS0qA8lAnyR1 { width:31.9375rem;height:17.6875rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ { display:block; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDk3qt0A9ygemrPw67i20qaWX4sfW23r { width:31.375rem;height:17.6875rem;top:2.0625rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxH3BF0rRJh3r3cbhflTKad2a5pucux { top:1.4375rem;left:0rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f { display:block; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6rV7CCBpt0zceVG20fKglzMuTWRzhPu { top:1.4375rem;left:27.6875rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbZGo6Kip51S5794XbLqVJx4IZf86nh { width:31.9375rem;height:15.75rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 { display:block; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2k1L3mmqqTcCZlTMOvaRolfBz4fSoir { top:0.875rem;left:5.125rem;width:37.5rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITfpT3fRSVeCSQmfyOHqVEmPJbO7xK0 { width:31.875rem;height:1.9375rem;top:5.125rem;left:7.904541015625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyARX2s7s9gEF3HdHpFyVTXAoznrrguo { top:12.5rem;left:1.71875rem;width:44.3125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt11bDIps1v7A6R7L3roLFiWTehGbkL4 { width:47.75rem;height:2.875rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC { display:block; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4nkz1SpSdBhqyNpsbywQNCwglerTHKK { top:1.0625rem;left:5.125rem;width:37.5rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu6RdPz7ZzN2wcD1Jxmu1xkTKPnZ1HU { width:47.75rem;height:7.875rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gunbgN1in37279TVxlZrM5bgyVyth2dA { display:block; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3ucOTI8Qa7mb2H2X4ZIKrlgPWGL4EGJ { width:41.125rem;height:4.625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoGuSSvRGFGRNQpx1xHwWvHAWxaKvbAv { display:block; }
 }@media only screen and (max-width: 763px) { #cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd { display:block; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP4nkZAZIg3mhw2F6cgyHIzsPiF7MKMz { top:1.1875rem;left:3.31103515625rem;width:41.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzdKeRaIuTcQ4tT5ekHmL0S4WPRzpfH3 { top:8.25rem;left:15.59375rem;width:16.5625rem;height:4.8120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf { display:block; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfnTtcxnlV7SuEvd9ZQQasXlTcuhaXpu { width:47.75rem;height:1.9375rem;top:0.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ty8W8GSigVgJAumv1NspvoGXE4ffT2 { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH { display:block; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJnD8ZcnNNMFUmV32ElXif9Lh94NQ3CK { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akb4VMmhlXBRDZSvutm5RWtE7fv0vrMA { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLTmvckdOKKktsQPDOFZ9Bs8Exq0asCu { top:4.25rem;left:20.53125rem;width:6.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJRHEATkR5v5p5oZdtFGNovGGgSXW4px { display:block; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/OdJVN1MKCQA/unsplash/gabriel-rissi-OdJVN1MKCQA-photo-1609949350126-bc5b0a8486e1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:8.625rem;height:8.625rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:1.86889375rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:-7%;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { display:flex;width:18rem;height:5.0625rem;top:8.625rem;left:-0.4697265625rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #TxQt7otOFDU1PToUIUvRvXlhmMGbNmop { display:block; }#TxQt7otOFDU1PToUIUvRvXlhmMGbNmop > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkhFJ2nJJXZBahwUTKJDxmPNfXBfu1eI { width:20rem;height:2.51855625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh3F4zkmN7m6MobsgHGEekRZOUGHG0xF { width:20rem;height:6.5625rem;top:4.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbliuhktPyT3XnfTs6VaEegwrSRxIJs { display:block; }#RBbliuhktPyT3XnfTs6VaEegwrSRxIJs > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4hpssgxM3x4EqwbFbwGb7PSWkWVXiNN { height:11.220779220779rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8fhSK83P56xexnRppoeCxZw0nAgBeny { display:block; }#a8fhSK83P56xexnRppoeCxZw0nAgBeny > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upvqmiiM204WHO2CKG2bDrLc6xDwU2TM { width:19rem;height:2.8125rem;top:0.6875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SycZADe4lrFTt5Oq6fNgqUZTfDMDtcHt { display:block; }
 }@media only screen and (max-width: 763px) { #HmtXn7POcHLBX6VNX0yEO61AENw7talN { display:block; }#HmtXn7POcHLBX6VNX0yEO61AENw7talN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtXT9PG17lGJRXX5anDZKSsI77Mh3T9f { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEGsqoHZ7wxCyRmJlevaOsk7PISmKo6 { width:18.9375rem;height:18.375rem;top:22.25rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 { display:block; }#B6k4WHvfzU7iZuKG1KCgJi2TLJsAVKq5 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPpof91HHNi2OVVWW24Klgrqy0TOe2Pa { width:20rem;height:20rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW0iZrfcaC6ywiLcuIZHZS0qA8lAnyR1 { width:18.5rem;height:14.4375rem;top:21.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ { display:block; }#oMUZc4bQyE64ZpTN7zxhnE1nAbf8TTiJ > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NDk3qt0A9ygemrPw67i20qaWX4sfW23r { width:18.9375rem;height:14.4375rem;top:21.6875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxH3BF0rRJh3r3cbhflTKad2a5pucux { width:20rem;height:20rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f { display:block; }#brWTlKuPw2uJM3hDORNgXoT9Mvr3IN2f > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6rV7CCBpt0zceVG20fKglzMuTWRzhPu { width:20rem;height:20rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbZGo6Kip51S5794XbLqVJx4IZf86nh { width:18.5rem;height:13.125rem;top:21.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 { background-color:#d89017;background-image:url("https://images.assets-landingi.com/pJSsokOxjXA/unsplash/stanis-aw-krawczyk-pJSsokOxjXA-photo-1657610634832-6887a9830d1e.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.adaptive-delivery-prevent-bg, #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.lazyload, #yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2.lazyloading { background-image: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { background-color: transparent; background-image: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container > .video-iframe-container { display: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row > .video-iframe-container { display: none; }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .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); }#yOIqeOzhI9c0vAwMqJGLN0iaunLKJMP2 > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2k1L3mmqqTcCZlTMOvaRolfBz4fSoir { width:20rem;height:2.5996125rem;top:0.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITfpT3fRSVeCSQmfyOHqVEmPJbO7xK0 { width:20rem;height:1.125rem;top:3.096923828125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyARX2s7s9gEF3HdHpFyVTXAoznrrguo { width:20rem;height:11.5625rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tt11bDIps1v7A6R7L3roLFiWTehGbkL4 { width:20rem;height:1.125rem;top:4.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC { display:block; }#UJ27DGWh2Q1EakMDPsaOixJo3TLTpgsC > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4nkz1SpSdBhqyNpsbywQNCwglerTHKK { width:20rem;height:2.5996125rem;top:0.7490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu6RdPz7ZzN2wcD1Jxmu1xkTKPnZ1HU { width:20rem;height:5.25rem;top:3.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gunbgN1in37279TVxlZrM5bgyVyth2dA { display:block; }#gunbgN1in37279TVxlZrM5bgyVyth2dA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3ucOTI8Qa7mb2H2X4ZIKrlgPWGL4EGJ { width:19rem;height:2.8125rem;top:0.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoGuSSvRGFGRNQpx1xHwWvHAWxaKvbAv { display:block; }
 }@media only screen and (max-width: 763px) { #cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd { display:block; }#cgA65XDHF74NcTsPEuEFKLqtM8IrB3nd > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP4nkZAZIg3mhw2F6cgyHIzsPiF7MKMz { width:20rem;height:3.492743984421rem;top:0.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzdKeRaIuTcQ4tT5ekHmL0S4WPRzpfH3 { width:11.62475rem;height:3.374025rem;top:4.052734375rem;left:4.185791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf { display:block; }#wPRPDVH28QtOkqGLTnCSbQoC31LbbUEf > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfnTtcxnlV7SuEvd9ZQQasXlTcuhaXpu { width:20rem;height:1.3125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ty8W8GSigVgJAumv1NspvoGXE4ffT2 { width:20rem;height:1.59375rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH { background-color:#1f2931;background-image:url("https://images.assets-landingi.com/G_M-JrfMRvs/unsplash/arthur-tseng-G_M-JrfMRvs-photo-1668304117169-c5708e3ff847.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.adaptive-delivery-prevent-bg, #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.lazyload, #KaeOhkZVSExuZhfiTmCcyUDJayruoCFH.lazyloading { background-image: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { background-color: transparent; background-image: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container > .video-iframe-container { display: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row > .video-iframe-container { display: none; }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .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); }#KaeOhkZVSExuZhfiTmCcyUDJayruoCFH > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJnD8ZcnNNMFUmV32ElXif9Lh94NQ3CK { width:20rem;height:1.3808625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akb4VMmhlXBRDZSvutm5RWtE7fv0vrMA { width:20rem;height:1.05590625rem;top:2.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLTmvckdOKKktsQPDOFZ9Bs8Exq0asCu { width:4.75rem;height:2.75rem;top:4rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJRHEATkR5v5p5oZdtFGNovGGgSXW4px { display:block; }#RJRHEATkR5v5p5oZdtFGNovGGgSXW4px > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }