.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:233,239,246;--color-primary-1:183,206,229;--color-primary-2:144,175,212;--color-primary-3:131,164,204;--color-primary-4:63,64,134;--color-secondary-0:251,232,219;--color-secondary-1:243,179,134;--color-secondary-2:230,103,13;--color-secondary-3:115,52,7;--color-secondary-4:35,15,2;--color-tertiary-0:255,255,255;--color-tertiary-1:45,45,45;--color-tertiary-2:14,12,6;--color-tertiary-3:5,2,1;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display Regular";--paragraphs-font-family:"Playfair Display Regular"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27cf821a-67cc-49f8-ab34-8c1f80ccad18/boatsea2.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); }#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); }#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 > .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:53.125rem;width:75rem;overflow:visible;position:relative;display:block; }#esO8nekXUP8q21qIf7UT53IaQhPizPrK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:24.625rem;width:35.5rem;top:24.4375rem;left:34.6875rem;display:block; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-form-header {  }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d6d6d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d6d6d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#f2f9ff;width:27.6875rem;height:3.375rem;font-family:"playfair display sc";overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:"playfair display sc";font-size:1rem;text-align:center;text-align-last:center; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:"playfair display sc";font-size:1rem;text-align:center;text-align-last:center; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:"playfair display sc";font-size:1rem;text-align:center;text-align-last:center; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:"playfair display sc";font-size:1rem;text-align:center;text-align-last:center; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.625rem;overflow:hidden;font-style:normal;float:none; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-container:first-of-type{padding-top:0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-container:last-of-type{padding-bottom:0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.9375rem;left:37.34375rem; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.6875rem;display:block;vertical-align:top; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR {display:block;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.9375rem;left:37.34375rem; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ST0thePx8QGOvvB3g1FNpwPSfRw2iMvO { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ThBWTWTt7b4MnzGzHIPTqqbRDxaoDK8I { position:relative;display:none; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #Pyk055oWT5zTofpqUHvdlrNh33twKi05 { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #yiN5Xxa4CS1uFm2tq23CrufMswg9Wyw8 { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #GMiUqmk9TqHl65uxaKNhEpIyIy4qIIre { position:relative;display:none; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #rlKVf9UOKRtUqvHHIbcbFOXZy4vQICks { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #kT2NPVJO4VOKTvIPS9cLVmt2QMSwAtab { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #XtQznTzcKIdTMXRXa8dedV5KUOJcFw8X { position:relative;z-index:2; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #TbHp5dcAh26r0tFLhTRPbyO2mhMBoShB { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #lT8MRmRASaurxIV5wugrzBTaIJKRiynF { position:relative; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #PPHLepnhhuNLAXHqnDTmgrHFGlxTKDlG { position:relative; }
#NWBpluDBkOPl0D8TXdhf76PGamAqM0w4 { position:absolute;display:block;z-index:15012;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:5.375rem;width:18.0625rem;top:4.125rem;left:3.25rem;overflow:hidden;display:block; }
#eRNReWmrN48Zkf5O5qv1bxpJUroDT76q { color:rgba(var(--color-secondary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:16.484375rem;left:36.5625rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcHg7r7EhHfbJB0GRSVmq7CnMs4kz4sg { 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:37.875rem;width:67.5rem;display:none; }
#buzhZw1s35mZKoISzN9rg8ab8GlS78Kb { position:absolute;display:block;z-index:15014;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:39rem;width:26.5625rem;top:14.125rem;left:11.387500762939rem;overflow:hidden;display:block; }
#I3BLMyHTAgHy9TnB9p4SSX5Lmms55OFd { box-sizing:content-box;height:3.25rem;width:34.875rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:10.9375rem;left:35rem;display:block; }
#pSw2FtOc209Dq8St9KywOQIBClKoLVH4 { color:rgba(var(--color-secondary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.474609375rem;left:36.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rpc4bNLcTs3WAmg27C284ouvkSB7ZiBG { box-sizing:content-box;height:3.25rem;width:31.625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:16.09765625rem;left:36.625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#pXGxtoDzM3bQNTDEBDZW7R2RtGX1JNkE { box-sizing:content-box;height:3.25rem;width:31.625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:6.3125rem;left:36.625rem;display:block; }
#Q4yDOPsOvMIpWch1JFlUglNE8sE2MJin { color:rgba(var(--color-secondary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:11.32421875rem;left:35.125rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qn9xT0en2lngnMkZv9tEsq7xtl5NxQEG { color:rgba(var(--color-tertiary-3),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.8125rem;left:31.71875rem;height:8.28515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCVIhP8XVtNfvN6ICxOQ9FGDNrXKDpdn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6796875rem;left:3.90625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynQcaBJJzsdVH3uKCx0SnqZT0S9SX9xa { color:rgba(var(--color-secondary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.474609375rem;left:36.6875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container { background-color: transparent; background-image: none; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container > .video-iframe-container { display: none; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row > .video-iframe-container { display: none; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .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); }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container { border-width: 0; border-radius: 0; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#yiB2bx7LSesZZ0Gc98BJArqC495oKDxt { color:rgba(var(--color-secondary-2),1);display:block;width:35.5rem;position:absolute;font-family:"playfair display sc";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5625rem;left:20.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEl3zOry25Tq7yE2ZXEB1RZvSwV7hPWM { box-sizing:content-box;height:0.0625rem;width:12.4375rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:4.75rem;left:32.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VpC71ErcyihZQg9snTh713JBCTTIfKth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container { background-color: transparent; background-image: none; }#VpC71ErcyihZQg9snTh713JBCTTIfKth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container > .video-iframe-container { display: none; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row > .video-iframe-container { display: none; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .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); }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container { border-width: 0; border-radius: 0; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MxzxWiptddrvHtvHdgbrPqHAf57Iokrl { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0458984375rem;left:30.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i57gusTOGgKlQgZQP2HIhtTIBEXZdIGZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:12.8125rem;width:15rem;top:2.96875rem;left:5rem;display:block; }
#ev3zI39MkFM3FuKyUUVfMB1KWp7Ja3Bx { color:rgba(var(--color-tertiary-1),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.68359375rem;left:5.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saiD0deGsU3eNAhA9ifUZNf3aINtwdCE { color:rgba(var(--color-tertiary-1),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.68359375rem;left:55.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQv1vIaJ45koBxr6ztLJetRHygQTugyf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:12.8125rem;width:15rem;top:2.96875rem;left:30.5rem;display:block; }
#yZ812zu1HoGBV8Qr4wI3h1ZwPysdpTpf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:12.8125rem;width:15rem;top:2.96875rem;left:55rem;display:block; }
#GcIni6qkn0OoLROuk4DuGfEJV32SbEGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.7802734375rem;left:10.34375rem; }
#LRhK4eR90CdPsRW1TfDSaKR4awE926b7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.0927734375rem;left:35.15625rem; }
#a42z0V751iWRTXzO11IMyHqL77L4pE93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.6552734375rem;left:60.53125rem; }
#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container { background-color: transparent; background-image: none; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container > .video-iframe-container { display: none; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row > .video-iframe-container { display: none; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .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); }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container { border-width: 0; border-radius: 0; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#JGnc2rT647QyMQz9vOehsQJfiw5Shl7S { 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:30.6875rem;width:29.4375rem;top:1.34375rem;left:40.875rem;overflow:hidden;display:block; }
#FVndOqTRVA8k8DhFCcMbWtPnK7JAHRr1 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.1875rem;left:3.21875rem;height:12.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOqhVeU6n0piIoSDMzEqMwc9TadXaZD6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:33.4375rem;width:33.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:.13;top:1.34375rem;left:4.125rem; }
#dvfb99wOXZf7F8KvfMncylBlfXAlTEsS { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:"playfair display sc";font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.21875rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container { background-color: transparent; background-image: none; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container > .video-iframe-container { display: none; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row > .video-iframe-container { display: none; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .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); }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container { border-width: 0; border-radius: 0; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#SArr7eb19miWnvXHetEpRdq32b01wNlm { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.3125rem;left:32.625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ym6FMwkdLrJzKffIJvIGUI8zLVKId7iD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:"playfair display sc";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.743750095367rem;left:29.156251907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8Lw53U9GgNOt4eBLIT9XlsQru2p8uJy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:"playfair display sc";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.743750095367rem;left:2.5625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfqTdMWB7RcN4vxWmc4eN1e9cgnNqfnW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:"playfair display sc";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.743750095367rem;left:54.187498092651rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEMzc12CRz15d7FtZTpwcB0pQEkVkrOp { position:absolute;display:block;z-index:15012;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:10.5rem;width:10.5rem;top:1.9375rem;left:32.375001907349rem;overflow:hidden;display:block; }
#CNd7TWdEWOR2wKi5gT3Cclriv9VUef9F { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.125rem;left:57.5625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#kkrRIim5ZFJ0OdBU8vLh9oTcu8TPIoQB { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.375rem;left:7.59375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TFeAsaQ1NLV1ahcL1RxDB7PTySCxfS4H { 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:10.625rem;width:10.625rem;top:1.84375rem;left:7.125rem;overflow:hidden;display:block; }
#kqrxTNTzsBAU5VJvAc83vTWKc4mG6HE4 { position:absolute;display:block;z-index:15014;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:10.6875rem;width:10.6875rem;top:1.5rem;left:57.125rem;overflow:hidden;display:block; }
#HOA6b6m9iGFAvDvp0Fep95DXwDBxK69T { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.856249332428rem;left:5.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDPTNFTTTqIRr9XCC38bai0XQ3htAwI5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.85546875rem;left:30.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgp259vtxbAzdUwuz6LqGyaAMkcaaFrb { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.85546875rem;left:55.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container { background-color: transparent; background-image: none; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container > .video-iframe-container { display: none; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row > .video-iframe-container { display: none; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .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); }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container { border-width: 0; border-radius: 0; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#a0dBPx5Ka4V3Ux4Ob8aJIvP5BckqT6b4 { box-sizing:content-box;height:6.875rem;width:37.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.40625rem;left:35.6875rem;border-top-left-radius:0.1875rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:1.8125rem;display:block; }
#ywmDpTw8R1wNkoTeiS2WJN6tUGT1cIBR { box-sizing:content-box;height:6.8125rem;width:42.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:22.8125rem;left:30.375rem;border-top-left-radius:0.1875rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:1.8125rem;display:block; }
#Wh79pLD2aMLUSPE7FmLDFzJBn3BoJbeF { box-sizing:content-box;height:6.8125rem;width:37.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:8.046875rem;left:35.5625rem;border-top-left-radius:0.1875rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:1.8125rem;display:block; }
#eKAg39HN9FB2ScMcmd2DHIDWUCgSaJ9B { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.421875rem;left:39.78125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T32Zlc2vMVhmugitEQokTt7ksqlPPI6I { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.8125rem;left:39.8125rem;height:4.063475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRO6WlOHmQiKipmS6L1fIgTUUICDrElV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:38.625rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uklotJvCIFW9O9OTEfqQbbVf9qyV6m7f { position:absolute;display:block;z-index:15012;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:37.875rem;width:37.1875rem;top:2.125rem;left:0.6852097502345rem;overflow:hidden;display:block; }
#Wvm4JikgaI0y19tPVZNLznwBO63FweG3 { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:"playfair display sc";font-size:2.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:39.4375rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwsxgfAavNV0QVTCEldClbvvZyUaToNT { border-top:0.625rem solid #0d5099;border-left:0.625rem solid #0d5099;border-right:0.625rem solid #0d5099;border-bottom:0.625rem solid #0d5099;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9da08271-c5c1-4ffb-ac3d-ec0353bf76dc/Projektbeznazwy10.png");background-position:center left !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; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT.adaptive-delivery-prevent-bg, #uwsxgfAavNV0QVTCEldClbvvZyUaToNT.lazyload, #uwsxgfAavNV0QVTCEldClbvvZyUaToNT.lazyloading { background-image: none; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container { background-color: transparent; background-image: none; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container > .video-iframe-container { display: none; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row > .video-iframe-container { display: none; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .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); }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container { border-width: 0; border-radius: 0; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#WL3T8Jev15Wr9zKBACTkGpLao1clGnHi { color:#e66e19;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.685546875rem;left:0rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tA9FAqgvxKP6bLTgTBWTsCx4T76VFdCL { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:"playfair display sc";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:12.0625rem;left:26.46875rem;display:block; }
#KxOFmdRsfrx6VDvZoqBuTGz2wOVIyxO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;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; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container { background-color: transparent; background-image: none; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container > .video-iframe-container { display: none; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row > .video-iframe-container { display: none; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .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); }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container { border-width: 0; border-radius: 0; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#focdUI5lH2aQXo26V5MVZMLtVVFLPSPf { background-color:#edeff1;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: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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.5625rem;height:1.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.625rem;left:66.4375rem;display:block; }
#T5S1keEhLBolvZzxmWJIu5PcGiFhAChC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO8pS2ePxBpiGuiErpbDntIfRqgmSor8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:3.015625rem;left:28.9375rem;height:5.7363375rem;font-style:normal;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esO8nekXUP8q21qIf7UT53IaQhPizPrK { width:35.5rem;height:24.625rem;top:24.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-checkbox-label { width:26.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR  { width:27.6875rem;height:auto;top:32.9375rem;left:17.5625rem; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR {display:block;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR { width:27.6875rem;height:auto;top:32.9375rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ST0thePx8QGOvvB3g1FNpwPSfRw2iMvO {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ThBWTWTt7b4MnzGzHIPTqqbRDxaoDK8I { display:none; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #Pyk055oWT5zTofpqUHvdlrNh33twKi05 {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #yiN5Xxa4CS1uFm2tq23CrufMswg9Wyw8 {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #GMiUqmk9TqHl65uxaKNhEpIyIy4qIIre { display:none; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #rlKVf9UOKRtUqvHHIbcbFOXZy4vQICks {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #kT2NPVJO4VOKTvIPS9cLVmt2QMSwAtab {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #XtQznTzcKIdTMXRXa8dedV5KUOJcFw8X {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #TbHp5dcAh26r0tFLhTRPbyO2mhMBoShB {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #lT8MRmRASaurxIV5wugrzBTaIJKRiynF {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #PPHLepnhhuNLAXHqnDTmgrHFGlxTKDlG {  }
 }@media only screen and (max-width: 763px) { #NWBpluDBkOPl0D8TXdhf76PGamAqM0w4 { top:4.125rem;left:0rem;width:18.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRNReWmrN48Zkf5O5qv1bxpJUroDT76q { width:31.8125rem;height:2.5rem;top:16.4375rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcHg7r7EhHfbJB0GRSVmq7CnMs4kz4sg { width:47.75rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #buzhZw1s35mZKoISzN9rg8ab8GlS78Kb { top:14.125rem;left:0rem;width:26.5625rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3BLMyHTAgHy9TnB9p4SSX5Lmms55OFd { top:10.9375rem;left:12.875rem;width:34.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSw2FtOc209Dq8St9KywOQIBClKoLVH4 { width:31.625rem;height:2.875rem;top:6.4375rem;left:16.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpc4bNLcTs3WAmg27C284ouvkSB7ZiBG { top:16.0625rem;left:16.125rem;width:31.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGxtoDzM3bQNTDEBDZW7R2RtGX1JNkE { top:6.3125rem;left:16.125rem;width:31.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yDOPsOvMIpWch1JFlUglNE8sE2MJin { width:34.8125rem;height:2.4375rem;top:11.3125rem;left:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9xT0en2lngnMkZv9tEsq7xtl5NxQEG { width:41.3125rem;height:8.25rem;top:26.8125rem;left:6.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCVIhP8XVtNfvN6ICxOQ9FGDNrXKDpdn { width:33.5rem;height:1.6875rem;top:9.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynQcaBJJzsdVH3uKCx0SnqZT0S9SX9xa { width:20rem;height:1.6875rem;top:6.8125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 { display:block; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiB2bx7LSesZZ0Gc98BJArqC495oKDxt { width:35.5rem;height:2.4375rem;top:1.5625rem;left:7.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEl3zOry25Tq7yE2ZXEB1RZvSwV7hPWM { top:4.75rem;left:18.5625rem;width:12.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpC71ErcyihZQg9snTh713JBCTTIfKth { display:block; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxzxWiptddrvHtvHdgbrPqHAf57Iokrl { width:15rem;height:3.25rem;top:12rem;left:16.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i57gusTOGgKlQgZQP2HIhtTIBEXZdIGZ { width:15rem;height:12.8125rem;top:2.9375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev3zI39MkFM3FuKyUUVfMB1KWp7Ja3Bx { width:14rem;height:3.25rem;top:11.625rem;left:0.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #saiD0deGsU3eNAhA9ifUZNf3aINtwdCE { width:14rem;height:3.25rem;top:11.625rem;left:32.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQv1vIaJ45koBxr6ztLJetRHygQTugyf { width:15rem;height:12.8125rem;top:2.9375rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZ812zu1HoGBV8Qr4wI3h1ZwPysdpTpf { width:15rem;height:12.8125rem;top:2.9375rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcIni6qkn0OoLROuk4DuGfEJV32SbEGT { top:5.75rem;left:5.78125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRhK4eR90CdPsRW1TfDSaKR4awE926b7 { top:5.0625rem;left:21.46875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a42z0V751iWRTXzO11IMyHqL77L4pE93 { top:5.625rem;left:37.71875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD { display:block; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGnc2rT647QyMQz9vOehsQJfiw5Shl7S { top:1.3125rem;left:18.3125rem;width:29.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVndOqTRVA8k8DhFCcMbWtPnK7JAHRr1 { width:32.375rem;height:14.375rem;top:10.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOqhVeU6n0piIoSDMzEqMwc9TadXaZD6 { top:1.3125rem;left:0rem;width:33.4375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvfb99wOXZf7F8KvfMncylBlfXAlTEsS { width:33.5rem;height:3.3125rem;top:4.125rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV { display:block; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SArr7eb19miWnvXHetEpRdq32b01wNlm { top:2.3125rem;left:18.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6FMwkdLrJzKffIJvIGUI8zLVKId7iD { width:16.6875rem;height:1.8125rem;top:13.6875rem;left:15.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8Lw53U9GgNOt4eBLIT9XlsQru2p8uJy { width:19.875rem;height:1.8125rem;top:13.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfqTdMWB7RcN4vxWmc4eN1e9cgnNqfnW { width:16.625rem;height:1.8125rem;top:13.6875rem;left:31rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEMzc12CRz15d7FtZTpwcB0pQEkVkrOp { top:1.9375rem;left:18.687501907349rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNd7TWdEWOR2wKi5gT3Cclriv9VUef9F { top:2.125rem;left:34.75rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrRIim5ZFJ0OdBU8vLh9oTcu8TPIoQB { top:2.375rem;left:3.03125rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeAsaQ1NLV1ahcL1RxDB7PTySCxfS4H { top:1.8125rem;left:2.5625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrxTNTzsBAU5VJvAc83vTWKc4mG6HE4 { top:1.5rem;left:34.3125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOA6b6m9iGFAvDvp0Fep95DXwDBxK69T { width:14rem;height:1.625rem;top:15.8125rem;left:0.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDPTNFTTTqIRr9XCC38bai0XQ3htAwI5 { width:14rem;height:1.625rem;top:15.8125rem;left:16.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgp259vtxbAzdUwuz6LqGyaAMkcaaFrb { width:14rem;height:1.625rem;top:15.8125rem;left:32.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ { display:block; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0dBPx5Ka4V3Ux4Ob8aJIvP5BckqT6b4 { top:15.375rem;left:10.5625rem;width:37.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywmDpTw8R1wNkoTeiS2WJN6tUGT1cIBR { top:22.8125rem;left:5.1875rem;width:42.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh79pLD2aMLUSPE7FmLDFzJBn3BoJbeF { top:8rem;left:10.5625rem;width:37.1875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKAg39HN9FB2ScMcmd2DHIDWUCgSaJ9B { width:34.125rem;height:4.0625rem;top:9.375rem;left:13.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T32Zlc2vMVhmugitEQokTt7ksqlPPI6I { width:34.0625rem;height:4.0625rem;top:16.8125rem;left:13.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRO6WlOHmQiKipmS6L1fIgTUUICDrElV { width:34.3125rem;height:4.0625rem;top:24.1875rem;left:13.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uklotJvCIFW9O9OTEfqQbbVf9qyV6m7f { top:2.125rem;left:0rem;width:37.1875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvm4JikgaI0y19tPVZNLznwBO63FweG3 { width:33.5rem;height:3.3125rem;top:4rem;left:14.25rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwsxgfAavNV0QVTCEldClbvvZyUaToNT { display:block; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL3T8Jev15Wr9zKBACTkGpLao1clGnHi { width:47.75rem;height:7.125rem;top:1.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA9FAqgvxKP6bLTgTBWTsCx4T76VFdCL { width:25rem;height:4.125rem;top:12.0625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOFmdRsfrx6VDvZoqBuTGz2wOVIyxO0 { display:block; }
 }@media only screen and (max-width: 763px) { #X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU { display:block; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #focdUI5lH2aQXo26V5MVZMLtVVFLPSPf { width:8.5625rem;height:1.5625rem;top:3.625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5S1keEhLBolvZzxmWJIu5PcGiFhAChC { display:block; }
 }@media only screen and (max-width: 763px) { #XO8pS2ePxBpiGuiErpbDntIfRqgmSor8 { width:17.125rem;height:5.6875rem;top:3rem;left:15.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/021cf54a-b20f-4e84-9a57-72837a69c4ba/topenergytransitioncompaniesheader.jpg");background-position:center !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); }#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); }#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:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esO8nekXUP8q21qIf7UT53IaQhPizPrK { width:20rem;height:22.6875rem;top:44.5947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR  { width:17.5rem;height:auto;top:49.9697265625rem;left:0rem; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR {display:block;}#xIXpPQuubKw5DK7kKerbyc64ir7WfZCR { width:17.5rem;height:auto;top:49.9697265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ST0thePx8QGOvvB3g1FNpwPSfRw2iMvO {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #ThBWTWTt7b4MnzGzHIPTqqbRDxaoDK8I { display:none; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #Pyk055oWT5zTofpqUHvdlrNh33twKi05 {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #yiN5Xxa4CS1uFm2tq23CrufMswg9Wyw8 {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #GMiUqmk9TqHl65uxaKNhEpIyIy4qIIre { display:none; }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #rlKVf9UOKRtUqvHHIbcbFOXZy4vQICks {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #kT2NPVJO4VOKTvIPS9cLVmt2QMSwAtab {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #XtQznTzcKIdTMXRXa8dedV5KUOJcFw8X {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #TbHp5dcAh26r0tFLhTRPbyO2mhMBoShB {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #lT8MRmRASaurxIV5wugrzBTaIJKRiynF {  }
 }@media only screen and (max-width: 763px) { #xIXpPQuubKw5DK7kKerbyc64ir7WfZCR #PPHLepnhhuNLAXHqnDTmgrHFGlxTKDlG {  }
 }@media only screen and (max-width: 763px) { #NWBpluDBkOPl0D8TXdhf76PGamAqM0w4 { width:18.0625rem;height:5.375rem;top:0.7470703125rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRNReWmrN48Zkf5O5qv1bxpJUroDT76q { width:20rem;height:1.65rem;top:20.2431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcHg7r7EhHfbJB0GRSVmq7CnMs4kz4sg { top:0rem;left:1.59375rem;width:16.8125rem;height:9.375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #buzhZw1s35mZKoISzN9rg8ab8GlS78Kb { width:16.9375rem;height:24.875rem;top:23.3447265625rem;left:1.53125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I3BLMyHTAgHy9TnB9p4SSX5Lmms55OFd { width:20rem;height:3.375rem;top:15.7783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSw2FtOc209Dq8St9KywOQIBClKoLVH4 { width:20rem;height:1.95rem;top:12.8212890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpc4bNLcTs3WAmg27C284ouvkSB7ZiBG { width:20rem;height:3.25rem;top:19.4423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGxtoDzM3bQNTDEBDZW7R2RtGX1JNkE { width:20rem;height:3.25rem;top:12.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4yDOPsOvMIpWch1JFlUglNE8sE2MJin { width:20rem;height:1.65rem;top:16.6416015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9xT0en2lngnMkZv9tEsq7xtl5NxQEG { width:20rem;height:5.3613375rem;top:45.6572265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVIhP8XVtNfvN6ICxOQ9FGDNrXKDpdn { width:20rem;height:1.70625rem;top:68.5322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynQcaBJJzsdVH3uKCx0SnqZT0S9SX9xa { width:20rem;height:1.54375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15017;color:#ffffff;font-family:"source sans pro";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 { display:block; }#cI94wJwd2ApOEuZ5e1iWxMRlhTHSGbO3 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiB2bx7LSesZZ0Gc98BJArqC495oKDxt { width:20rem;height:2.1125rem;top:1.505859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEl3zOry25Tq7yE2ZXEB1RZvSwV7hPWM { width:12.4375rem;height:0.0625rem;top:4.868165625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpC71ErcyihZQg9snTh713JBCTTIfKth { display:block; }#VpC71ErcyihZQg9snTh713JBCTTIfKth > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxzxWiptddrvHtvHdgbrPqHAf57Iokrl { width:14rem;height:3.25rem;top:12.375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i57gusTOGgKlQgZQP2HIhtTIBEXZdIGZ { width:13.875rem;height:14.4375rem;top:3.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev3zI39MkFM3FuKyUUVfMB1KWp7Ja3Bx { width:14rem;height:3.25rem;top:29.375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saiD0deGsU3eNAhA9ifUZNf3aINtwdCE { width:14.8125rem;height:2.923825rem;top:44.0126953125rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQv1vIaJ45koBxr6ztLJetRHygQTugyf { width:15rem;height:12.8125rem;top:21.1728515625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ812zu1HoGBV8Qr4wI3h1ZwPysdpTpf { width:15rem;height:12.8125rem;top:36.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcIni6qkn0OoLROuk4DuGfEJV32SbEGT { display:flex;width:4.3125rem;height:4.3125rem;top:6.6875rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #LRhK4eR90CdPsRW1TfDSaKR4awE926b7 { display:flex;width:5.6875rem;height:5.6875rem;top:22.3603515625rem;left:7.15625rem; }
 }@media only screen and (max-width: 763px) { #a42z0V751iWRTXzO11IMyHqL77L4pE93 { display:flex;width:3.9375rem;height:3.9375rem;top:38.25rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD { display:block; }#dNIqiGscdUyRbT7bJnDkWv6FKTwqsyLD > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGnc2rT647QyMQz9vOehsQJfiw5Shl7S { width:20rem;height:20.847625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVndOqTRVA8k8DhFCcMbWtPnK7JAHRr1 { width:20rem;height:16.5rem;top:32.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOqhVeU6n0piIoSDMzEqMwc9TadXaZD6 { display:flex;width:14rem;height:31.125rem;top:25.46875rem;left:3rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #dvfb99wOXZf7F8KvfMncylBlfXAlTEsS { width:20rem;height:2.6rem;top:27.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV { display:block; }#LrhBbGMdJFCO7C2RIIQZ5pUPCMzL9faV > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SArr7eb19miWnvXHetEpRdq32b01wNlm { width:9.8125rem;height:9.8125rem;top:18.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6FMwkdLrJzKffIJvIGUI8zLVKId7iD { width:14rem;height:1.4625rem;top:12.375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Lw53U9GgNOt4eBLIT9XlsQru2p8uJy { width:14rem;height:1.4625rem;top:29.625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfqTdMWB7RcN4vxWmc4eN1e9cgnNqfnW { width:14rem;height:1.4625rem;top:46.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEMzc12CRz15d7FtZTpwcB0pQEkVkrOp { width:11.0625rem;height:11.0625rem;top:17.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNd7TWdEWOR2wKi5gT3Cclriv9VUef9F { width:9.8125rem;height:9.8125rem;top:36rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrRIim5ZFJ0OdBU8vLh9oTcu8TPIoQB { width:9.8125rem;height:9.8125rem;top:1.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeAsaQ1NLV1ahcL1RxDB7PTySCxfS4H { width:10.875rem;height:10.875rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrxTNTzsBAU5VJvAc83vTWKc4mG6HE4 { width:11.125rem;height:11.125rem;top:35.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOA6b6m9iGFAvDvp0Fep95DXwDBxK69T { width:14rem;height:1.4625rem;top:31.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPTNFTTTqIRr9XCC38bai0XQ3htAwI5 { width:14rem;height:1.4625rem;top:13.836719512939rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgp259vtxbAzdUwuz6LqGyaAMkcaaFrb { width:14rem;height:1.4625rem;top:48.275000572204rem;left:3.0000001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ { display:block; }#PyaBt0oHetSqfAr3v1ms3zC0OH9eLlZQ > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0dBPx5Ka4V3Ux4Ob8aJIvP5BckqT6b4 { width:20rem;height:6.875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywmDpTw8R1wNkoTeiS2WJN6tUGT1cIBR { width:20rem;height:6.8125rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh79pLD2aMLUSPE7FmLDFzJBn3BoJbeF { width:20rem;height:6.8125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKAg39HN9FB2ScMcmd2DHIDWUCgSaJ9B { width:18.125rem;height:5.11816875rem;top:30.0625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32Zlc2vMVhmugitEQokTt7ksqlPPI6I { width:18.875rem;height:5.11875rem;top:38.125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRO6WlOHmQiKipmS6L1fIgTUUICDrElV { width:18rem;height:3.4125rem;top:47.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uklotJvCIFW9O9OTEfqQbbVf9qyV6m7f { width:19.0625rem;height:19.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvm4JikgaI0y19tPVZNLznwBO63FweG3 { width:14.3125rem;height:4.798825rem;top:23rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uwsxgfAavNV0QVTCEldClbvvZyUaToNT { display:block; }#uwsxgfAavNV0QVTCEldClbvvZyUaToNT > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WL3T8Jev15Wr9zKBACTkGpLao1clGnHi { width:20rem;height:9.09765rem;top:6.419921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA9FAqgvxKP6bLTgTBWTsCx4T76VFdCL { width:17.5rem;height:3.3125rem;top:15.9306640625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOFmdRsfrx6VDvZoqBuTGz2wOVIyxO0 { display:block; }
 }@media only screen and (max-width: 763px) { #X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU { display:block; }#X0CLcZ2VsZXmN0pR16NZNQvs0oCXglNU > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #focdUI5lH2aQXo26V5MVZMLtVVFLPSPf { width:11.75rem;height:1.125rem;top:8.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5S1keEhLBolvZzxmWJIu5PcGiFhAChC { display:block; }
 }@media only screen and (max-width: 763px) { #XO8pS2ePxBpiGuiErpbDntIfRqgmSor8 { width:15.5625rem;height:4.78125rem;top:2.28125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }