.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_c709146c13505e51d6f1c1a7df05580e0b694149.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { background-color:#ffd476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { border-width: 0; border-radius: 0; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { font-size:0.875rem;font-family:fraunces;height:3.75rem;width:75rem;overflow:visible;position:relative;display:none; }#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .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; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0b0b0b;padding-top:0.364375rem;padding-right:0.324375rem;padding-bottom:0.364375rem;padding-left:0.324375rem;display:block;align-items:center;width:1.946875rem;min-width:1.946875rem;height:1.9575rem;position:relative;font-family:montserrat;font-size:1.456875rem;font-weight:700;line-height:31.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.595625rem;height:0;position:relative;font-family:montserrat;font-size:0.54625rem;font-weight:300;line-height:12.38px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.375rem;height:2.91375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.41796875rem;left:60.625rem;z-index:5002; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #BBy0g1SJsavZal3zPOmaasTqn18pP7GP { display:flex;position:relative;top:0rem;left:0rem; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #lrdKRl9JLwCPDv6rTcoeeDILNHOwf9EH { width:auto; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #du6mfZaSL5JQVuti51TTGICNz56pkxXN {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wK2DttkmE48hfoLCTKzQMg5gy8GHqVTB { display:flex;position:relative;top:0rem;left:0rem; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #kTKmer11Tve0vHW1nc1HqCM33UWu3MFt {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #ae8DdyXSv947blbVB5lSRTb5UFeZZhGp {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #eWHC7Pk0bTtXgLZXdXwOnLTXNRTTT61R { display:flex;position:relative;top:0rem;left:0rem; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #X4HMUPTg3khTrRIffkAVRliyLBtJhRhD {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wEHkpNpTQs3RIZ5BwFTnPeAlGwlEVkfW {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #AJNXMz2sq7HEroxw6s6VNIMgNHUbNXco { display:flex;position:relative;top:0rem;left:0rem; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #bSDNm1f1Aexy8TD919dlIufLFXmnS8Zo {  }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #qQOREEpT80Io3zmGQFyVwXfBq3T3AstF {  }
#W1WPErPDugVtnnE2ckGVhJVT0177cThL { color:#0b0b0b;display:block;width:56.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container { background-color: transparent; background-image: none; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container > .video-iframe-container { display: none; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row > .video-iframe-container { display: none; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .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); }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container { border-width: 0; border-radius: 0; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;position:relative;display:block; }#EygTZTzLBdlykALrwMs9aJC32NgTlgrn { box-sizing:content-box;height:4.375rem;width:42.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.9375rem;left:32.1875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { background-color:transparent;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:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:57.375rem;display:block; }
#loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#De3xk7cSwnG3ryvIdklubhw5FI0gBAgB { background-color:transparent;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:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:50.5625rem;display:block; }
#rtUxbokaLaz87ol3XeAFJgphCDRrXFdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxWZAgc2N40375GTpTGE4O0PkObOniFc { background-color:transparent;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:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:44.9375rem;display:block; }
#XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { background-color:transparent;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:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:39.375rem;display:block; }
#kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBDndazNKRruEeJcm6ClgxT25auxx22d { background-color:transparent;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:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:33.8125rem;display:block; }
#lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_94bcfcfc0eb7e721dab3e18cfc9b7ec3c251db6f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.adaptive-delivery-prevent-bg, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyload, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyloading { background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { background-color: transparent; background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .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); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { border-width: 0; border-radius: 0; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { color:#0b0b0b;display:block;width:40.625rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.8125rem;left:0rem;height:11.25rem;font-style:normal;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; }
#XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { color:#0b0b0b;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:6.2995rem;font-style:normal;display:block; }
#W0iruHGNAUcP57U7upC5Cyffipd7zT2k { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.0625rem;left:0rem;display:block; }
#kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvMRx6Hx3TkT2WZXGWUe2QlzzN0he8xV { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:35.4375rem;width:23.5rem;top:10.080078125rem;left:45.75rem;overflow:hidden;display:block; }
#Tdu5XTcva6K4Btrzz42HdFVfkOqbRohI { box-sizing:content-box;height:5.6875rem;width:8.9375rem;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:15035;background-color:#ffd476;background-image:none;top:9.5625rem;left:41.375rem;display:block; }
#PaguH6EDKR6dMym01tSCIlKC10EkQ0K6 { color:#0b0b0b;display:block;width:6.5rem;position:absolute;font-family:fraunces;font-size:2.125rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:10.53125rem;left:42.59375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTHkHfpDO951yTc1xUxaFROupi3eKAJu { color:rgba(11,11,11,0.7);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:12.84375rem;left:41.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T37G0TZtTOT6XqewpIzX9cu32ZwuONSH { box-sizing:content-box;height:18.8125rem;width:18.5625rem;position:absolute;display:block;z-index:15000;background-color:#28887a;background-image:none;top:33.0625rem;left:40.625rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { position:relative;display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { background-color: transparent; background-image: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container > .video-iframe-container { display: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row > .video-iframe-container { display: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .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); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { border-width: 0; border-radius: 0; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .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; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:fraunces;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { box-sizing:content-box;height:52.5rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:#fff9ea;background-image:none;top:0rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#w9Nx4a31MhZ0fwI3PZDJ78eBGxxQHVbB { position:absolute;display:block;z-index:15027;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;height:31.25rem;width:31.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { position:absolute;display:block;z-index:15028;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;height:15.625rem;width:15.625rem;top:31.25rem;left:0rem;overflow:hidden;display:block; }
#bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:15029;background-color:#28887a;background-image:none;top:31.25rem;left:15.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#b3siDGo8RlXVR3qA7s6115td6xz0FPup { color:#0b0b0b;display:block;width:31.6875rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8rem;left:41.875rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { color:#0b0b0b;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.875rem;left:41.875rem;height:7.874375rem;font-style:normal;display:block; }
#lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { color:#0b0b0b;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.0625rem;left:41.875rem;height:5.25rem;font-style:normal;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:#fff9ea;background-image:url("https://icons.assets-landingi.com/icon_84dd34768af6a8c69eb5e9f2b5fbdf6a3d727ef1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:fraunces;height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.75rem;left:0rem;height:10.75rem;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; }
#TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:#ffd476;background-image:none;top:28.0625rem;left:6.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:43.1875rem;left:1.875rem;height:6.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:39.3125rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.8125rem;left:9rem; }
#G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.8125rem;left:35.25rem; }
#FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:39.375rem;left:28.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:43.25rem;left:28.125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.8125rem;left:61.5rem; }
#VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:39.375rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgfysnT0kD40zSEggedPFEzmnhpPJRNU { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:43.25rem;left:54.375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:#ffd476;background-image:none;top:28.0625rem;left:32.5rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:#ffd476;background-image:none;top:28.0625rem;left:58.75rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_ed263762778895bb9245b2c0b273c9176c0fa81c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:5.375rem;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; }
#VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#fff9ea;background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#OTLlEByeauawpnkfby58NaDJaC71CgXr { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:1.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZK3NtmcpiZirB0p59B7qia42tJohoUka { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.125rem;left:1.25rem;height:6.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:7.125rem; }
#E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:25.875rem; }
#B8cmHReR8a9tAyWourWDWtVXToKTqH1c { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.375rem;left:20rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.25rem;left:20rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#fff9ea;background-image:none;top:17rem;left:37.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#WGXwin7TpGnsVkWV7cLkRazkotORigJo { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.3125rem;left:38.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.1875rem;left:38.75rem;height:6.9986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.8125rem;left:44.625rem; }
#fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:29.3125rem;left:57.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:33.1875rem;left:57.5rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.6875rem;left:63.375rem; }
#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 { background-color:#fff9ea;background-image:url("https://icons.assets-landingi.com/icon_89f0269352f0bc062c72b55481451c14e5d36f28.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2.adaptive-delivery-prevent-bg, #N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2.lazyload, #N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2.lazyloading { background-image: none; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container { background-color: transparent; background-image: none; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container > .video-iframe-container { display: none; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row > .video-iframe-container { display: none; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .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); }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container { border-width: 0; border-radius: 0; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container { font-size:0.875rem;font-family:fraunces;height:63.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ih2erCvKfksJzZIzz8iZ0a4GLMnnwMnI { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.8125rem;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; }
#gxacKQMS2dr60FU5KK6oT5KAd0pSAR8r { box-sizing:content-box;height:30rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hrOyU0JefKOdd5hZNxDDz8GmJroFpBpz { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:38.0625rem;left:1.875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZ8nTBfg3hmCbGwBco7XVPKDTJpFvBRT { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:34.1875rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGsNVhZICwAyG2GIcWUnbECaZkBuPmxV { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.6875rem;left:9rem; }
#CORBVNNwdXlzoimLrdFMObzNd0OPrqgX { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.6875rem;left:35.25rem; }
#fyOFfZ5NGJ1tuQTmZ8mP52c9L4TtDxKt { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:34.1875rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evV9mZMQ8LyrZBvxVmTd5OADHHVvgTCf { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:38.0625rem;left:28.125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCTloA0wtCFga4UJV5kXS4PV8poROwub { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.6875rem;left:61.5rem; }
#TfW4a3okNhOTstG8OBcS8SEbfQaOuDrf { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:34.1875rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ww15IkDFs0BWAfmE4kBrSBUJ9Ni6T7fu { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:38.0625rem;left:54.375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svUTc0x6VGJoe5VnNOWnBBann9yp3DSy { box-sizing:content-box;height:30rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:20.1875rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_fb4968e62b132bbbed2fd5589a5902d24701216e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.adaptive-delivery-prevent-bg, #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.lazyload, #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX.lazyloading { background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { background-color: transparent; background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .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); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { border-width: 0; border-radius: 0; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { font-size:0.875rem;font-family:fraunces;height:57.1875rem;width:75rem;position:relative;display:block; }#gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { color:#0b0b0b;display:block;width:37.4375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:10.5rem;left:0rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TesaoEdkvWsvEyTH7eT6SoJO51A2oiT9 { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.8125rem;left:0rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kHlk57oekTxL19KKuPW2E5AspSJBCUEL { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:29.875rem;left:0rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
#TGycdDPTT3ySTga2XKDz36NukEAMl0yh { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:47rem;width:31.25rem;top:4.09375rem;left:43.75rem;overflow:hidden;display:block; }
#H1U7BZ2Rq3TKvinqVeo1vFZP3y3kiwnG { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:#28887a;background-image:none;top:0rem;left:39.375rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VHVePlfyR1axoLqvk5VmXeVdUynbBext { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_89f0269352f0bc062c72b55481451c14e5d36f28.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext.adaptive-delivery-prevent-bg, #VHVePlfyR1axoLqvk5VmXeVdUynbBext.lazyload, #VHVePlfyR1axoLqvk5VmXeVdUynbBext.lazyloading { background-image: none; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container { background-color: transparent; background-image: none; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container > .video-iframe-container { display: none; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row > .video-iframe-container { display: none; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .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); }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container { border-width: 0; border-radius: 0; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container { font-size:0.875rem;font-family:fraunces;height:64.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#C6w5HdoLHX7QCpB0s5tRkN0xCkm2xpy7 { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.25rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:6.25rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWgQZoexk4glvne4THNPeFHHcEesRUWm { position:absolute;display:block;z-index:15028;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;height:17.5rem;width:17.5rem;top:20.5rem;left:19.125rem;overflow:hidden;display:block; }
#CGwwefCZ7ww6uRlAehXmsHmc9zVmPcS1 { position:absolute;display:block;z-index:15029;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;height:17.5rem;width:17.5rem;top:20.5rem;left:0rem;overflow:hidden;display:block; }
#AlgAiLVLcethId1GlUI9GGUIuBMLqbqt { position:absolute;display:block;z-index:15030;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;height:17.5rem;width:17.5rem;top:20.5rem;left:57.5rem;overflow:hidden;display:block; }
#t90gMx3INEmP1NpVIzfH1XurHZ8Oa4RD { position:absolute;display:block;z-index:15031;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;height:17.5rem;width:17.5rem;top:20.5rem;left:38.375rem;overflow:hidden;display:block; }
#XBUHUAHVNuvEZBcbvPrNXhpEPdU1e4J5 { color:#0b0b0b;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:13.21484375rem;left:0rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVe1PTRuHXRKBKpJuUECk3Tc1PG9aTUw { position:absolute;display:block;z-index:15034;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;height:17.5rem;width:17.5rem;top:39.5rem;left:57.5rem;overflow:hidden;display:block; }
#ylh2bXuWgUoAGKQQsV1kduixu035U85V { position:absolute;display:block;z-index:15035;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;height:17.5rem;width:17.5rem;top:39.5rem;left:38.375rem;overflow:hidden;display:block; }
#iCnC3S2S9xBxilhA8Fa3WBhD0bJdQPyb { position:absolute;display:block;z-index:15032;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;height:17.5rem;width:17.5rem;top:39.5rem;left:19.125rem;overflow:hidden;display:block; }
#uqwE5fsxCp7Goa30GRTWqoWhxO3oivnz { position:absolute;display:block;z-index:15033;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;height:17.5rem;width:17.5rem;top:39.5rem;left:0rem;overflow:hidden;display:block; }
#MVGhpLimlfFLiuO27OdBqKxlpznG3Q9W { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:#ffd476;background-image:none;top:5.375rem;left:62.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#zOqI39U4SxWDdXTqxKAGV0lqq2nTiOaL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:#ffd476;background-image:none;top:0rem;left:48.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL { background-color:#ffffff;background-image:none;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; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container { background-color: transparent; background-image: none; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container > .video-iframe-container { display: none; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row > .video-iframe-container { display: none; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .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); }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container { border-width: 0; border-radius: 0; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container { font-size:0.875rem;font-family:fraunces;height:61.875rem;width:75rem;overflow:visible;position:relative;display:block; }#vWvVZq7pTz7SeWBZO0803nSIsOLzAlWi { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5.375rem;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; }
#H2fbNAxCmfLELU10XfhW8E3GiaR8dP1V { position:absolute;display:block;z-index:15036;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:16.8125rem;width:16.8125rem;top:20.041667938233rem;left:0rem;overflow:hidden;display:block; }
#TPQtiogC00wflXm55vI4hhzffxyTJLxS { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:43.8125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sp20ynHMRNqHmgGMVOh9HPIdBKTME5f6 { color:#6b6b6b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:46.5625rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#rzN0zJbRy5BWszlDvn8hcgekVHPrAdrR { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:47.8125rem;left:0rem;height:1.57486875rem;font-style:normal;display:block; }
#C0CDAaP8fVniHCFml5SO4OdTXXVUf6Tx { background-color:transparent;background-image:none;border-top:0.125rem solid #28887a;border-left:0.125rem solid #28887a;border-right:0.125rem solid #28887a;border-bottom:0.125rem solid #28887a;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:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:50.63671875rem;left:0rem;display:block; }
#kBpyEiiontUvGRVL5BJf0kMe1wzhcI4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeEWVnIS0re3MQIT0XFTbOTN4uzrTXkl { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:47.8125rem;left:20rem;height:1.57486875rem;font-style:normal;display:block; }
#hs5GDwI1tQWqHfZO7U2ErlQTv1C6Sfzv { background-color:transparent;background-image:none;border-top:0.125rem solid #28887a;border-left:0.125rem solid #28887a;border-right:0.125rem solid #28887a;border-bottom:0.125rem solid #28887a;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:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.625rem;left:20rem;display:block; }
#xhl52mtEUBWJM7kKwevZpwTLzOKFpTdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfnfCD9iJOg8rt0V7W3Zzp7l16C0b0vG { position:absolute;display:block;z-index:15041;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:19rem;width:19rem;top:17.4375rem;left:19.187501907349rem;overflow:hidden;display:block; }
#IITIacU2TbdLlVsuCfFi7qlmngzTxRSt { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:43.8125rem;left:20rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8nSotbA36LKeitqCNus0KNctzdwxefM { color:#6b6b6b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:46.5625rem;left:20rem;height:1.0625rem;font-style:normal;display:block; }
#fomp9Qz2VD8O06hun71v0oJZL8NQnzVt { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:47.8125rem;left:39.375rem;height:0;font-style:normal;display:block; }
#SJZiTAyFN352ev8ZLMw1ibsK16TlOD7K { color:#6b6b6b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:46.5625rem;left:39.375rem;height:1.2246125rem;font-style:normal;display:block; }
#u6nRKiV3vDiGxMGSnlAHIE6ITG4hvSHb { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:43.8125rem;left:39.375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQTvmsmadqQmsAEakomavcUbMqGnUvLK { position:absolute;display:block;z-index:15046;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:15.5625rem;width:15.5625rem;top:21.041667938233rem;left:40.031251907349rem;overflow:hidden;display:block; }
#P2AKp1DtXGQ5CvOp9sRv53qngu3ETusZ { background-color:transparent;background-image:none;border-top:0.125rem solid #28887a;border-left:0.125rem solid #28887a;border-right:0.125rem solid #28887a;border-bottom:0.125rem solid #28887a;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:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.625rem;left:39.375rem;display:block; }
#L7gNFJL3TqcJMqMu92hIbyosM8T73pZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Enxx80qsOn44CSDpPK1Egsa7M69wCVB6 { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:47.8125rem;left:58.125rem;height:1.57486875rem;font-style:normal;display:block; }
#J0GgbJ9xAJk86kcok9eCbnPxbeQRACqe { color:#6b6b6b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:46.5625rem;left:58.125rem;height:1.2246125rem;font-style:normal;display:block; }
#CAhiUArBTrlE5MQCxIDAQrkzq1Igizf9 { color:#0b0b0b;display:block;width:16.875rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:43.8125rem;left:58.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDXh3felxSX9okJHn4s8rA7rmueQBDWI { position:absolute;display:block;z-index:15051;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:19.375rem;width:17.3125rem;top:21.5625rem;left:57.566666666667rem;overflow:hidden;display:block; }
#lJIhwu9xyDF1It1dSqEf2A5k0Iya5x7d { background-color:transparent;background-image:none;border-top:0.125rem solid #28887a;border-left:0.125rem solid #28887a;border-right:0.125rem solid #28887a;border-bottom:0.125rem solid #28887a;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:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:50.625rem;left:58.125rem;display:block; }
#gn5iFrTry1lxdqpO6B5bxH3QiuoTTNiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIN6TNBzf9dXIVMIPL36S3yClyCwL9xt { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#dfedeb;background-image:none;top:18.3125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#LC9abOJUCsNP6ZcVpkUPTaXO3iv79FvF { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:#dfedeb;background-image:none;top:18.3125rem;left:20rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#sGeo4iP6bxFWMXwS8RXU2ffrwnssZ42M { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:#dfedeb;background-image:none;top:18.3125rem;left:39.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#VTygzOPs5bhfegNFJrSWsQZL0ykanFdc { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15005;background-color:#dfedeb;background-image:none;top:18.3125rem;left:58.125rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_fb4968e62b132bbbed2fd5589a5902d24701216e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.adaptive-delivery-prevent-bg, #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.lazyload, #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7.lazyloading { background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { background-color: transparent; background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .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); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { border-width: 0; border-radius: 0; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { font-size:0.875rem;font-family:fraunces;height:57.1875rem;width:75rem;position:relative;display:block; }#cstzTdQUQqRkf6ya73igRQeyL07HedIg { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G5TU23OTerycXSELc94LQLTL6puBMp7o { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.8125rem;left:0rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.75rem;left:0rem;display:block; }
#E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:29.875rem;left:0rem;height:6.3613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
#xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.125rem;width:18.125rem;top:8.5625rem;left:45.4375rem;overflow:hidden;display:block; }
#L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:#28887a;background-image:none;top:3rem;left:43.375rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TFNabvKEWw8z5bhJdQzocX7CcFgeBVFq { color:#6b6b6b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:37.9375rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { color:#0b0b0b;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:39.1875rem;left:0rem;height:1.57486875rem;font-style:normal;display:block; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:url("https://icons.assets-landingi.com/icon_b17e8ec31b6db93f37cdc472882c5296dafa352c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:fraunces;height:51.625rem;width:75rem;overflow:visible;position:relative;display:block; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:#0b0b0b;display:block;width:48.75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.6875rem;left:26.25rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { color:#0b0b0b;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:24.5rem;left:26.25rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.875rem;left:26.25rem;display:block; }
#dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { box-sizing:content-box;height:45.0625rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/construction_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.adaptive-delivery-prevent-bg, #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.lazyload, #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.lazyloading { background-image: none; }
#czXqcvMATkJcrEIJuTWgbvrw737EE1wW { background-color:#fff9ea;background-image:url("https://images.assets-landingi.com/uc/6d77bf22-0d60-4b10-8296-2e0c77e8980f/bg123333.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW.adaptive-delivery-prevent-bg, #czXqcvMATkJcrEIJuTWgbvrw737EE1wW.lazyload, #czXqcvMATkJcrEIJuTWgbvrw737EE1wW.lazyloading { background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { background-color: transparent; background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .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); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { border-width: 0; border-radius: 0; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { font-size:0.875rem;font-family:fraunces;height:61.25rem;width:75rem;overflow:visible;position:relative;display:block; }#vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMfeNCh70fGrCRh19i0nzy3vOLCgqbUU { color:#0b0b0b;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.4375rem;left:0rem;height:4.7246125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r8LZ9CLQONOCenVrxJ4nLAO2lunJpcJ4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:30.875rem;left:0rem; }
#k65FHJ7lVTcI3CP9WA91LHJVbtgxFwvH { color:#0b0b0b;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.9375rem;left:0rem;height:;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OIm3UdDvE0mgu2Za5voJVpz3mf4DOHgP { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:50.25rem;left:4.6875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTn4CphB0kLbRFctWK2n2OvgZC1tvyzs { color:#0b0b0b;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:28.1875rem;left:42.5625rem;height:;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nexn1qe2UzqblwHTCFatPu4EsBqefcfS { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.375rem;left:47.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sGruFGDAJRwtPN14MHtXGfpAfv8oaTRK { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.75rem;width:3.75rem;top:35.1875rem;left:42.75rem;overflow:hidden;display:block; }
#EsasNlcWoTqHZWWBgpn05zTqzmVRhfXX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26rem;left:42.5625rem; }
#p9cswV2BXU5RtX3RlZTG2QcWapdfG0z0 { color:#0b0b0b;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:43.6875rem;left:42.5625rem;height:;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qWwVBa9u5zkBrC22VsJDauq8nI8lTZ10 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:41.5rem;left:42.5625rem; }
#MFcsdlUKGQXEs1gg3dbJF2oHF4N5kOer { color:#0b0b0b;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:51.875rem;left:47.4375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sDqr11IgWt61JNVzPRJmka1zDm6bla9L { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.75rem;width:3.75rem;top:50.6875rem;left:42.75rem;overflow:hidden;display:block; }
#zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { box-sizing:content-box;height:20.625rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#ffd476;background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { background-color:#fff9ea;background-image:url("https://icons.assets-landingi.com/icon_33ff8181480d2249a59d87f3f849581a260ed4bc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.adaptive-delivery-prevent-bg, #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.lazyload, #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD.lazyloading { background-image: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { background-color: transparent; background-image: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container > .video-iframe-container { display: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container { display: none; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .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); }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { border-width: 0; border-radius: 0; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { font-size:0.875rem;font-family:fraunces;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#lFAXukp46AncItJMB3Uhn3iBXolErhgK { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:15.4375rem;left:8.125rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwzlTrkXsV6yeoeRR870qDprCsABI5pN { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:20.8125rem;left:8.125rem;height:4.38671875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:15.4375rem;left:29.375rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:20.8125rem;left:29.375rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:15.4375rem;left:50.6875rem;height:4.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:20.8125rem;left:50.6875rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { box-sizing:content-box;height:16.375rem;width:68.75rem;position:absolute;display:block;z-index:15025;background-color:#ffd476;background-image:none;top:11.5625rem;left:3.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:35.6875rem;width:23.75rem;top:4.9375rem;left:51.25rem;overflow:hidden;display:block; }
#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_aa0b81cc891d70b8040071774afe6281f7a6df00.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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:none; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg.adaptive-delivery-prevent-bg, #CyfEaLpwe1tb3qfu76uus1duX8mQqNDg.lazyload, #CyfEaLpwe1tb3qfu76uus1duX8mQqNDg.lazyloading { background-image: none; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg > .row .container { border-width: 0; border-radius: 0; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg > .row .container { font-size:0.875rem;font-family:fraunces;height:63.875rem;width:75rem;overflow:visible;position:relative;display:none; }#BbJUJkquFk3LRVc2vTEWGKxmasFUbK4u { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.375rem;left:0rem;height:5.25rem;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; }
#wr183x4ZTSgl14uxBZeZyMzJ3S1gpUhM { box-sizing:content-box;height:32.375rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#dfedeb;background-image:none;top:22.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#l4kZZT8VE4bvlMXWlXwbmgT0StTkDa4n { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:24.6875rem;left:1.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rWS3i4UpF7yWSwBPQvP4Tc5FfFpa08wD { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.125rem;left:1.875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVvBLUWbTeWI7JGlT0pnuqXcbQbiPn2k { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:27.4375rem;left:1.875rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdEbrOcmi9ND65GsMhUt4K0zosBTu0Oh { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:#262012;background-image:none;top:35.25rem;left:1.875rem;display:block; }
#bQGW40GglUEEJ71Ho7tN643r4BgdEHLu { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15066;line-height:1.5;letter-spacing:0;top:36.6875rem;left:1.875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bQGW40GglUEEJ71Ho7tN643r4BgdEHLu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQGW40GglUEEJ71Ho7tN643r4BgdEHLu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
#RUD2NJXFckFfSGlGsnqFb7cypR4zzLbv { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:49.4375rem;left:1.875rem;display:block; }
#oCLTr9xpeO7AxdxC5aCsAAHINewLhAMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGeKD8Vupn0d1oTmmTwvfRaNWkwRIsUt { box-sizing:content-box;height:32.375rem;width:22.5rem;position:absolute;display:block;z-index:15014;background-color:#28887a;background-image:none;top:22.4375rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:36.6875rem;left:28.125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c37c90e15a283900108fb8aee52175e58fa8db.svg); }
#gcVLeIsQimgAA2ToS90qfES6PVPgH1BB { background-color:#ffffff;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:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:49.4375rem;left:28.125rem;display:block; }
#TCMDcOeEVac1KFlx1WxRwIX0Tf8UvUmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DM2Mtz975FNhOKIvXQHIJITVkn6Od5VT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:24.6875rem;left:28.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmFGIvQGzJ16hK2iUmT3UNB5virgGHec { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.125rem;left:28.125rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENXd9ru8lv34bX6qysedpOBGqfz5JboR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:27.4375rem;left:28.125rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUzWTUCCOWFtbQzuaDfK7TF7wJxTPu7W { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:35.25rem;left:28.125rem;display:block; }
#S7qXnZHGsnKRxPLmsDwRPoKnacfUQ76u { box-sizing:content-box;height:32.375rem;width:22.5rem;position:absolute;display:block;z-index:15014;background-color:#dfedeb;background-image:none;top:22.4375rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:36.6875rem;left:54.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
#M8JBJFkPzXhuhh0KyieprAXcmRgkI7p8 { background-color:#28887a;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:49.4375rem;left:54.375rem;display:block; }
#p1IOmtX0nUnorKiHARaQ3s5IZIHGBZdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9Adx5e8MwqBf5WfK85ugKNeNH5HufTT { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.125rem;left:54.375rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W2rKZW0U3kTfrgbtEamfoloylzehdlNM { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15046;background-color:#262012;background-image:none;top:35.25rem;left:54.375rem;display:block; }
#gGombqeW5kowriSNOAQBFJpx8xoN9D29 { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:27.4375rem;left:54.375rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEKT734QSsiU7WQ10hdf47PZ6Na28HZo { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:24.6875rem;left:54.375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxzxpRE4nfNEqXMtcJn9BpWwA8Bs24R0 { box-sizing:content-box;height:1.875rem;width:22.5rem;position:absolute;display:block;z-index:15031;background-color:#28887a;background-image:none;top:20.25rem;left:26.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#iWoccMz6AS24K04vcacXTHCqDiTGvW7G { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15091;line-height:1;letter-spacing:0;top:20.75rem;left:29.375rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_5020cb555e84818f48effa78b9f8821de1a59ac4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.adaptive-delivery-prevent-bg, #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.lazyload, #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.lazyloading { background-image: none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { border-width: 0; border-radius: 0; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { font-size:0.875rem;font-family:fraunces;height:53rem;width:75rem;overflow:visible;position:relative;display:none; }#IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:21.1875rem;left:2.5rem;height:10.75rem;font-style:normal;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; }
#IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:18.9765625rem;left:2.5rem;height:4.54948125rem;font-style:normal;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-form-header {  }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:26rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:#ffffff;background-image:none;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:26rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;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:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:26rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:fraunces;font-size:0.875rem;overflow:hidden; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:15.5625rem;height:3.5rem;font-family:montserrat;overflow:hidden; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:fraunces;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container:first-of-type{padding-top:0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container:last-of-type{padding-bottom:0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:44rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-info-text { display:block;height:auto;font-family:fraunces;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:44rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD { position:relative;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz { position:relative;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf { position:relative;z-index:2; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 { position:relative; }
#ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_3a48d2a08d17ab024bbdfa10a9b064691323f75e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:fraunces;height:47.875rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5rem;left:0rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#dfedeb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:#0b0b0b;font-family:fraunces;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#0b0b0b;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_532162fd760285afa3266b3d7c9ab41cd8f505d3.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12rem;left:38.0625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy { display:none; }
#drXLehULqsPJsOby2sOgLnPvkkF7AoIH { background-color:#ffd476;background-image:url("https://icons.assets-landingi.com/icon_a45ff9baa4d26a9cd4ff741d29d63116a87a8b75.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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:none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH.adaptive-delivery-prevent-bg, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyload, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyloading { background-image: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { border-width: 0; border-radius: 0; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { font-size:0.875rem;font-family:fraunces;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#gO3dePJaQm8rHauIybShVvumLnkfMRZH { color:#0b0b0b;display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBgPTZQEG37IPLKOThpB6DATF4maekTP { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.375rem;left:0rem;height:3.1497375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZnV0K213x0kICrlFSpL2WaZ4b0it5QO { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#rfLnPGwigfg6tGexJmrkhUCxWCvvUwat { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#gbTviqOx4WkNGHChKzM7GOwusuacviVn { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#NDuFgiVaySwQ0GIF6aBzlp6Bko7qGmnd { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#wB080g4Gb2C07Q3Au7DVKalBCrA1HE1M { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#pmG5tzoI0a6nEI6VfynU9amiROv6bCdo { color:#0b0b0b;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#q7zKvdOoxeZiWqJ8KyyV9rq8zQobbqoZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.75rem;left:45.125rem; }
#kORV4JDn2fU1xTiHfo5x73hHnIPoop1M { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:45.125rem; }
#Fyn3aKVkF8IOv2SET9qEiw5HRl03FO8t { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.673828125rem;left:45.125rem; }
#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28887a;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; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { background-color: transparent; background-image: none; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container > .video-iframe-container { display: none; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row > .video-iframe-container { display: none; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .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); }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { border-width: 0; border-radius: 0; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.71875rem;left:40.4375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KQETCMCSmeOfP4rSPUyoLih01nBW61Th { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:3.125rem;left:37.46875rem;display:block; }
#zBHlITQKgG6n9NtaKEc6mtke32miyObB { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.71875rem;left:1.541015625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .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; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .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:0rem;left:0rem; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #BBy0g1SJsavZal3zPOmaasTqn18pP7GP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #lrdKRl9JLwCPDv6rTcoeeDILNHOwf9EH {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #du6mfZaSL5JQVuti51TTGICNz56pkxXN {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wK2DttkmE48hfoLCTKzQMg5gy8GHqVTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #kTKmer11Tve0vHW1nc1HqCM33UWu3MFt {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #ae8DdyXSv947blbVB5lSRTb5UFeZZhGp {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #eWHC7Pk0bTtXgLZXdXwOnLTXNRTTT61R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #X4HMUPTg3khTrRIffkAVRliyLBtJhRhD {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wEHkpNpTQs3RIZ5BwFTnPeAlGwlEVkfW {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #AJNXMz2sq7HEroxw6s6VNIMgNHUbNXco { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #bSDNm1f1Aexy8TD919dlIufLFXmnS8Zo {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #qQOREEpT80Io3zmGQFyVwXfBq3T3AstF {  }
 }@media only screen and (max-width: 763px) { #W1WPErPDugVtnnE2ckGVhJVT0177cThL { top:1.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKD5Crw0JBNJpu52858RIQR5lqxA4t6q { display:block; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { top:0.9375rem;left:4.9375rem;width:42.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5rem;height:2.5rem;top:1.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #De3xk7cSwnG3ryvIdklubhw5FI0gBAgB { width:6.875rem;height:2.5rem;top:1.875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUxbokaLaz87ol3XeAFJgphCDRrXFdV { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:5.625rem;height:2.5rem;top:1.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:5.625rem;height:2.5rem;top:1.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:1.875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { top:10.8125rem;left:0rem;width:40.625rem;height:11.25rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { top:25.4375rem;left:0rem;width:31.875rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:12.5rem;height:3.5rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #XvMRx6Hx3TkT2WZXGWUe2QlzzN0he8xV { top:10.0625rem;left:24.25rem;width:23.5rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu5XTcva6K4Btrzz42HdFVfkOqbRohI { top:9.5625rem;left:27.75rem;width:8.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaguH6EDKR6dMym01tSCIlKC10EkQ0K6 { top:10.5rem;left:28.968751907349rem;width:6.5rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHkHfpDO951yTc1xUxaFROupi3eKAJu { top:12.8125rem;left:28.3125rem;width:7.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37G0TZtTOT6XqewpIzX9cu32ZwuONSH { top:33.0625rem;left:27rem;width:18.5625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { top:0rem;left:11.5rem;width:36.25rem;height:52.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Nx4a31MhZ0fwI3PZDJ78eBGxxQHVbB { top:0rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { top:31.25rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { top:31.25rem;left:8.25rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3siDGo8RlXVR3qA7s6115td6xz0FPup { top:8rem;left:16.0625rem;width:31.6875rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { top:20.875rem;left:19rem;width:28.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { top:29.0625rem;left:19rem;width:28.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:11.75rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { top:28.0625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:43.1875rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { top:39.3125rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { top:30.8125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { top:30.8125rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { top:39.375rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { top:43.25rem;left:14.5rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { top:30.8125rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { top:39.375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfysnT0kD40zSEggedPFEzmnhpPJRNU { top:43.25rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { top:28.0625rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { top:28.0625rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { top:16.9375rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { top:29.25rem;left:0rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { top:33.125rem;left:0rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { top:22.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { top:22.75rem;left:12.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { top:29.375rem;left:6.375rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { top:33.25rem;left:6.375rem;width:16.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { top:17rem;left:23.875rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { top:29.3125rem;left:25.125rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { top:33.1875rem;left:25.125rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { top:22.8125rem;left:31rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { top:29.3125rem;left:31.5rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { top:33.1875rem;left:31.5rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { top:22.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 { display:block; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih2erCvKfksJzZIzz8iZ0a4GLMnnwMnI { top:9.8125rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxacKQMS2dr60FU5KK6oT5KAd0pSAR8r { top:20.1875rem;left:0rem;width:22.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrOyU0JefKOdd5hZNxDDz8GmJroFpBpz { top:38.0625rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8nTBfg3hmCbGwBco7XVPKDTJpFvBRT { top:34.1875rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGsNVhZICwAyG2GIcWUnbECaZkBuPmxV { top:27.6875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORBVNNwdXlzoimLrdFMObzNd0OPrqgX { top:27.6875rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyOFfZ5NGJ1tuQTmZ8mP52c9L4TtDxKt { top:34.1875rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evV9mZMQ8LyrZBvxVmTd5OADHHVvgTCf { top:38.0625rem;left:14.5rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCTloA0wtCFga4UJV5kXS4PV8poROwub { top:27.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfW4a3okNhOTstG8OBcS8SEbfQaOuDrf { top:34.1875rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww15IkDFs0BWAfmE4kBrSBUJ9Ni6T7fu { top:38.0625rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svUTc0x6VGJoe5VnNOWnBBann9yp3DSy { top:20.1875rem;left:25.25rem;width:22.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { display:block; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { top:10.5rem;left:0rem;width:37.4375rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TesaoEdkvWsvEyTH7eT6SoJO51A2oiT9 { top:23.8125rem;left:0rem;width:35rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHlk57oekTxL19KKuPW2E5AspSJBCUEL { width:12.5rem;height:3.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block; }
 }@media only screen and (max-width: 763px) { #mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #TGycdDPTT3ySTga2XKDz36NukEAMl0yh { top:4.0625rem;left:16.5rem;width:31.25rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1U7BZ2Rq3TKvinqVeo1vFZP3y3kiwnG { top:0rem;left:25.75rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHVePlfyR1axoLqvk5VmXeVdUynbBext { display:block; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6w5HdoLHX7QCpB0s5tRkN0xCkm2xpy7 { top:6.25rem;left:0rem;width:47.75rem;height:5.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWgQZoexk4glvne4THNPeFHHcEesRUWm { top:20.5rem;left:5.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGwwefCZ7ww6uRlAehXmsHmc9zVmPcS1 { top:20.5rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlgAiLVLcethId1GlUI9GGUIuBMLqbqt { top:20.5rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90gMx3INEmP1NpVIzfH1XurHZ8Oa4RD { top:20.5rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUHUAHVNuvEZBcbvPrNXhpEPdU1e4J5 { top:13.1875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVe1PTRuHXRKBKpJuUECk3Tc1PG9aTUw { top:39.5rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylh2bXuWgUoAGKQQsV1kduixu035U85V { top:39.5rem;left:24.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCnC3S2S9xBxilhA8Fa3WBhD0bJdQPyb { top:39.5rem;left:5.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqwE5fsxCp7Goa30GRTWqoWhxO3oivnz { top:39.5rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVGhpLimlfFLiuO27OdBqKxlpznG3Q9W { top:5.375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOqI39U4SxWDdXTqxKAGV0lqq2nTiOaL { top:0rem;left:34.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL { display:block; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWvVZq7pTz7SeWBZO0803nSIsOLzAlWi { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fbNAxCmfLELU10XfhW8E3GiaR8dP1V { top:20rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPQtiogC00wflXm55vI4hhzffxyTJLxS { top:43.8125rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp20ynHMRNqHmgGMVOh9HPIdBKTME5f6 { top:46.5625rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzN0zJbRy5BWszlDvn8hcgekVHPrAdrR { top:47.8125rem;left:0rem;width:16.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0CDAaP8fVniHCFml5SO4OdTXXVUf6Tx { width:8.125rem;height:2.75rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBpyEiiontUvGRVL5BJf0kMe1wzhcI4z { display:block; }
 }@media only screen and (max-width: 763px) { #AeEWVnIS0re3MQIT0XFTbOTN4uzrTXkl { top:47.8125rem;left:6.3750019073488rem;width:16.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs5GDwI1tQWqHfZO7U2ErlQTv1C6Sfzv { width:8.125rem;height:2.75rem;top:50.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhl52mtEUBWJM7kKwevZpwTLzOKFpTdl { display:block; }
 }@media only screen and (max-width: 763px) { #qfnfCD9iJOg8rt0V7W3Zzp7l16C0b0vG { top:17.4375rem;left:5.5625019073486rem;width:19rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITIacU2TbdLlVsuCfFi7qlmngzTxRSt { top:43.8125rem;left:6.375rem;width:16.875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8nSotbA36LKeitqCNus0KNctzdwxefM { top:46.5625rem;left:6.3750019073488rem;width:16.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomp9Qz2VD8O06hun71v0oJZL8NQnzVt { top:47.8125rem;left:25.750001907349rem;width:16.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZiTAyFN352ev8ZLMw1ibsK16TlOD7K { top:46.5625rem;left:25.750001907349rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6nRKiV3vDiGxMGSnlAHIE6ITG4hvSHb { top:43.8125rem;left:25.75rem;width:16.875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQTvmsmadqQmsAEakomavcUbMqGnUvLK { top:21rem;left:26.406251907349rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AKp1DtXGQ5CvOp9sRv53qngu3ETusZ { width:8.125rem;height:2.75rem;top:50.625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7gNFJL3TqcJMqMu92hIbyosM8T73pZd { display:block; }
 }@media only screen and (max-width: 763px) { #Enxx80qsOn44CSDpPK1Egsa7M69wCVB6 { top:47.8125rem;left:30.875rem;width:16.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0GgbJ9xAJk86kcok9eCbnPxbeQRACqe { top:46.5625rem;left:30.875rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAhiUArBTrlE5MQCxIDAQrkzq1Igizf9 { top:43.8125rem;left:30.875rem;width:16.875rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDXh3felxSX9okJHn4s8rA7rmueQBDWI { top:21.5625rem;left:30.4375rem;width:17.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJIhwu9xyDF1It1dSqEf2A5k0Iya5x7d { width:8.125rem;height:2.75rem;top:50.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn5iFrTry1lxdqpO6B5bxH3QiuoTTNiT { display:block; }
 }@media only screen and (max-width: 763px) { #wIN6TNBzf9dXIVMIPL36S3yClyCwL9xt { top:18.3125rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9abOJUCsNP6ZcVpkUPTaXO3iv79FvF { top:18.3125rem;left:6.375rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeo4iP6bxFWMXwS8RXU2ffrwnssZ42M { top:18.3125rem;left:25.75rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTygzOPs5bhfegNFJrSWsQZL0ykanFdc { top:18.3125rem;left:30.875rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { display:block; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cstzTdQUQqRkf6ya73igRQeyL07HedIg { top:10.5rem;left:0rem;width:35rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TU23OTerycXSELc94LQLTL6puBMp7o { top:23.8125rem;left:0rem;width:35rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { width:12.5rem;height:3.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block; }
 }@media only screen and (max-width: 763px) { #So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { top:8.5625rem;left:29.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { top:3rem;left:29.75rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNabvKEWw8z5bhJdQzocX7CcFgeBVFq { top:37.9375rem;left:0rem;width:35rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { top:39.1875rem;left:0rem;width:35rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:11.6875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { top:24.5rem;left:4rem;width:43.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { width:12.5rem;height:3.5rem;top:29.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block; }
 }@media only screen and (max-width: 763px) { #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { top:0rem;left:0rem;width:24.375rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXqcvMATkJcrEIJuTWgbvrw737EE1wW { display:block; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { top:5.625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMfeNCh70fGrCRh19i0nzy3vOLCgqbUU { top:18.4375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LZ9CLQONOCenVrxJ4nLAO2lunJpcJ4 { top:30.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65FHJ7lVTcI3CP9WA91LHJVbtgxFwvH { top:33.9375rem;left:0rem;width:32.4375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIm3UdDvE0mgu2Za5voJVpz3mf4DOHgP { top:50.25rem;left:0rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTn4CphB0kLbRFctWK2n2OvgZC1tvyzs { top:28.1875rem;left:15.3125rem;width:32.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nexn1qe2UzqblwHTCFatPu4EsBqefcfS { top:36.375rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGruFGDAJRwtPN14MHtXGfpAfv8oaTRK { top:35.1875rem;left:29.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsasNlcWoTqHZWWBgpn05zTqzmVRhfXX { top:26rem;left:28.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9cswV2BXU5RtX3RlZTG2QcWapdfG0z0 { top:43.6875rem;left:15.3125rem;width:32.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWwVBa9u5zkBrC22VsJDauq8nI8lTZ10 { top:41.5rem;left:28.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcsdlUKGQXEs1gg3dbJF2oHF4N5kOer { top:51.875rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqr11IgWt61JNVzPRJmka1zDm6bla9L { top:50.6875rem;left:29.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { top:0rem;left:35.25rem;width:12.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { display:block; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFAXukp46AncItJMB3Uhn3iBXolErhgK { top:15.4375rem;left:0rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwzlTrkXsV6yeoeRR870qDprCsABI5pN { top:20.8125rem;left:0rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { top:15.4375rem;left:15.75rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { top:20.8125rem;left:15.75rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { top:15.4375rem;left:31.5rem;width:16.25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { top:20.8125rem;left:31.5rem;width:16.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { top:0rem;left:0rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { top:11.5625rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { top:4.9375rem;left:24rem;width:23.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyfEaLpwe1tb3qfu76uus1duX8mQqNDg { display:block; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbJUJkquFk3LRVc2vTEWGKxmasFUbK4u { top:7.375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr183x4ZTSgl14uxBZeZyMzJ3S1gpUhM { top:22.4375rem;left:0rem;width:22.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kZZT8VE4bvlMXWlXwbmgT0StTkDa4n { top:24.6875rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWS3i4UpF7yWSwBPQvP4Tc5FfFpa08wD { top:31.125rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVvBLUWbTeWI7JGlT0pnuqXcbQbiPn2k { top:27.4375rem;left:0rem;width:18.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdEbrOcmi9ND65GsMhUt4K0zosBTu0Oh { top:35.25rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGW40GglUEEJ71Ho7tN643r4BgdEHLu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#bQGW40GglUEEJ71Ho7tN643r4BgdEHLu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #RUD2NJXFckFfSGlGsnqFb7cypR4zzLbv { width:12.5rem;height:3.5rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLTr9xpeO7AxdxC5aCsAAHINewLhAMJ { display:block; }
 }@media only screen and (max-width: 763px) { #oGeKD8Vupn0d1oTmmTwvfRaNWkwRIsUt { top:22.4375rem;left:12.625rem;width:22.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c37c90e15a283900108fb8aee52175e58fa8db.svg); }
 }@media only screen and (max-width: 763px) { #gcVLeIsQimgAA2ToS90qfES6PVPgH1BB { width:12.5rem;height:3.5rem;top:49.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMDcOeEVac1KFlx1WxRwIX0Tf8UvUmQ { display:block; }
 }@media only screen and (max-width: 763px) { #DM2Mtz975FNhOKIvXQHIJITVkn6Od5VT { top:24.6875rem;left:14.5rem;width:18.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmFGIvQGzJ16hK2iUmT3UNB5virgGHec { top:31.125rem;left:14.5rem;width:18.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENXd9ru8lv34bX6qysedpOBGqfz5JboR { top:27.4375rem;left:14.5rem;width:18.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUzWTUCCOWFtbQzuaDfK7TF7wJxTPu7W { top:35.25rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7qXnZHGsnKRxPLmsDwRPoKnacfUQ76u { top:22.4375rem;left:25.25rem;width:22.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #M8JBJFkPzXhuhh0KyieprAXcmRgkI7p8 { width:12.5rem;height:3.5rem;top:49.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1IOmtX0nUnorKiHARaQ3s5IZIHGBZdI { display:block; }
 }@media only screen and (max-width: 763px) { #C9Adx5e8MwqBf5WfK85ugKNeNH5HufTT { top:31.125rem;left:29rem;width:18.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rKZW0U3kTfrgbtEamfoloylzehdlNM { top:35.25rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGombqeW5kowriSNOAQBFJpx8xoN9D29 { top:27.4375rem;left:29rem;width:18.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEKT734QSsiU7WQ10hdf47PZ6Na28HZo { top:24.6875rem;left:29rem;width:18.75rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxzxpRE4nfNEqXMtcJn9BpWwA8Bs24R0 { top:20.25rem;left:12.625rem;width:22.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWoccMz6AS24K04vcacXTHCqDiTGvW7G { top:20.75rem;left:15.75rem;width:16.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { display:block; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { top:21.1875rem;left:0rem;width:36.25rem;height:10.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { top:18.9375rem;left:0rem;width:36.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { width:26rem;height:auto;top:17rem;left:19.25rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { width:26rem;height:auto;top:17rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 {  }
 }@media only screen and (max-width: 763px) { #ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { display:none; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:11.4375rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { top:30.5rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy {  }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { top:8.5625rem;left:0rem;width:37.0625rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { top:22.375rem;left:0rem;width:36.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZnV0K213x0kICrlFSpL2WaZ4b0it5QO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfLnPGwigfg6tGexJmrkhUCxWCvvUwat { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbTviqOx4WkNGHChKzM7GOwusuacviVn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDuFgiVaySwQ0GIF6aBzlp6Bko7qGmnd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB080g4Gb2C07Q3Au7DVKalBCrA1HE1M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmG5tzoI0a6nEI6VfynU9amiROv6bCdo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7zKvdOoxeZiWqJ8KyyV9rq8zQobbqoZ { top:9.75rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kORV4JDn2fU1xTiHfo5x73hHnIPoop1M { top:17rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyn3aKVkF8IOv2SET9qEiw5HRl03FO8t { top:23.625rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { display:block; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { top:8.6875rem;left:26.625rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQETCMCSmeOfP4rSPUyoLih01nBW61Th { top:3.125rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBHlITQKgG6n9NtaKEc6mtke32miyObB { top:8.6875rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .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; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.304375rem;padding-bottom:0.333125rem;padding-left:0.304375rem;width:1.82375rem;min-width:1.82375rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;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; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.431875rem;height:0.7075rem;font-size:0.5rem;line-height:11.32px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C7nkyX4BWTP31ydmFFKf0KGokfql4zOv { display:flex;width:13.75rem;height:3.37375rem;top:3rem;left:3.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #BBy0g1SJsavZal3zPOmaasTqn18pP7GP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #lrdKRl9JLwCPDv6rTcoeeDILNHOwf9EH {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #du6mfZaSL5JQVuti51TTGICNz56pkxXN {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wK2DttkmE48hfoLCTKzQMg5gy8GHqVTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #kTKmer11Tve0vHW1nc1HqCM33UWu3MFt {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #ae8DdyXSv947blbVB5lSRTb5UFeZZhGp {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #eWHC7Pk0bTtXgLZXdXwOnLTXNRTTT61R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #X4HMUPTg3khTrRIffkAVRliyLBtJhRhD {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #wEHkpNpTQs3RIZ5BwFTnPeAlGwlEVkfW {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #AJNXMz2sq7HEroxw6s6VNIMgNHUbNXco { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #bSDNm1f1Aexy8TD919dlIufLFXmnS8Zo {  }
 }@media only screen and (max-width: 763px) { #C7nkyX4BWTP31ydmFFKf0KGokfql4zOv #qQOREEpT80Io3zmGQFyVwXfBq3T3AstF {  }
 }@media only screen and (max-width: 763px) { #W1WPErPDugVtnnE2ckGVhJVT0177cThL { width:20rem;height:1.125rem;top:1.248046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKD5Crw0JBNJpu52858RIQR5lqxA4t6q { display:block; }#JKD5Crw0JBNJpu52858RIQR5lqxA4t6q > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:7.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5.4375rem;height:2.5rem;top:4.75rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #De3xk7cSwnG3ryvIdklubhw5FI0gBAgB { width:8.125rem;height:2.5rem;top:4.75rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUxbokaLaz87ol3XeAFJgphCDRrXFdV { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:5.625rem;height:2.5rem;top:2.3125rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:6.25rem;height:2.5rem;top:2.3125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:2.3125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { width:20rem;height:5.25rem;top:5.625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { width:20rem;height:8.3984375rem;top:12.1279296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:12.5rem;height:3.5rem;top:54.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #XvMRx6Hx3TkT2WZXGWUe2QlzzN0he8xV { width:10.3125rem;height:15.75rem;top:25.25rem;left:4.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu5XTcva6K4Btrzz42HdFVfkOqbRohI { width:8.9375rem;height:5.6875rem;top:46.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaguH6EDKR6dMym01tSCIlKC10EkQ0K6 { width:6.5rem;height:2rem;top:47.625rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTHkHfpDO951yTc1xUxaFROupi3eKAJu { width:7.8125rem;height:1.125rem;top:49.9375rem;left:6.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T37G0TZtTOT6XqewpIzX9cu32ZwuONSH { width:18.5625rem;height:18.8125rem;top:22.125rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { width:20rem;height:39.8125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Nx4a31MhZ0fwI3PZDJ78eBGxxQHVbB { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { width:10rem;height:10rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { width:10rem;height:10rem;top:21.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3siDGo8RlXVR3qA7s6115td6xz0FPup { width:17.5rem;height:2.625rem;top:36.4375rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { width:17.5rem;height:11.1979375rem;top:43.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { width:17.5rem;height:7.875rem;top:53.875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:20rem;height:10.5rem;top:5.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { width:10rem;height:10rem;top:15.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:17.5rem;height:8.3984375rem;top:30.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { width:17.5rem;height:1.75rem;top:27.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { display:flex;width:4.5rem;height:4.5rem;top:18.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { display:flex;width:4.5rem;height:4.5rem;top:42.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { width:17.5rem;height:1.75rem;top:51.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { width:17.5rem;height:4.19921875rem;top:54.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { display:flex;width:4.5rem;height:4.5rem;top:66.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { width:17.5rem;height:1.75rem;top:75.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgfysnT0kD40zSEggedPFEzmnhpPJRNU { width:17.5rem;height:4.19921875rem;top:78.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { width:10rem;height:10rem;top:39.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { width:10rem;height:10rem;top:63.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:5.25rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { width:20rem;height:21.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { width:17.5rem;height:1.75rem;top:23.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { width:17.5rem;height:5.59895625rem;top:26.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { display:flex;width:4.5rem;height:4.5rem;top:17.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { display:flex;width:4.5rem;height:4.5rem;top:37.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { width:17.5rem;height:1.75rem;top:42.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { width:17.5rem;height:4.19921875rem;top:46.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { width:18.75rem;height:25.0625rem;top:52.91015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { width:16.25rem;height:1.75rem;top:65.22265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { width:16.25rem;height:6.9986875rem;top:69.09765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { display:flex;width:4.5rem;height:4.5rem;top:58.72265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { width:16.25rem;height:1.75rem;top:84.97265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { width:16.25rem;height:5.59895625rem;top:87.97265625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { display:flex;width:4.5rem;height:4.5rem;top:79.22265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 { display:block; }#N5kQQTnbGh2K9CZGUC5WEohxZFlzt2U2 > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ih2erCvKfksJzZIzz8iZ0a4GLMnnwMnI { width:17.5rem;height:7.875rem;top:4.6875rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxacKQMS2dr60FU5KK6oT5KAd0pSAR8r { width:20rem;height:20.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrOyU0JefKOdd5hZNxDDz8GmJroFpBpz { width:17.5rem;height:5.59895625rem;top:24.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8nTBfg3hmCbGwBco7XVPKDTJpFvBRT { width:17.5rem;height:1.75rem;top:21.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGsNVhZICwAyG2GIcWUnbECaZkBuPmxV { display:flex;width:4.5rem;height:4.5rem;top:16.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #CORBVNNwdXlzoimLrdFMObzNd0OPrqgX { display:flex;width:4.5rem;height:4.5rem;top:37.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #fyOFfZ5NGJ1tuQTmZ8mP52c9L4TtDxKt { width:17.5rem;height:1.75rem;top:43.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evV9mZMQ8LyrZBvxVmTd5OADHHVvgTCf { width:17.5rem;height:4.19921875rem;top:46.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCTloA0wtCFga4UJV5kXS4PV8poROwub { display:flex;width:4.5rem;height:4.5rem;top:58.34765625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TfW4a3okNhOTstG8OBcS8SEbfQaOuDrf { width:17.5rem;height:1.75rem;top:64.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ww15IkDFs0BWAfmE4kBrSBUJ9Ni6T7fu { width:17.5rem;height:2.79948125rem;top:67.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svUTc0x6VGJoe5VnNOWnBBann9yp3DSy { width:20rem;height:20.9375rem;top:55.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX { background-color:#dfedeb;background-image:none;display:block; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { background-color: transparent; background-image: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row > .video-iframe-container { display: none; }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .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); }#wbS3e1g8d9UtzTRJRwkGcJ4Evefw7CWX > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwATk55VeycTvIbvz5KAQ3Tp14of47Uz { width:20rem;height:7.875rem;top:2.1875rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TesaoEdkvWsvEyTH7eT6SoJO51A2oiT9 { width:20rem;height:5.59895625rem;top:11.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #kHlk57oekTxL19KKuPW2E5AspSJBCUEL { width:12.5rem;height:3.5rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUlUvl3xbPOViA08WucgAyH6b2Tw3Mi { display:block; }
 }@media only screen and (max-width: 763px) { #mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc { width:20rem;height:8.2734375rem;top:18.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#mQU7h7IwJ04phFq7xC6qUHLq76wgpEbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #TGycdDPTT3ySTga2XKDz36NukEAMl0yh { width:20rem;height:30.079125rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1U7BZ2Rq3TKvinqVeo1vFZP3y3kiwnG { width:12.375rem;height:12.875rem;top:53.5625rem;left:7.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #VHVePlfyR1axoLqvk5VmXeVdUynbBext { display:block; }#VHVePlfyR1axoLqvk5VmXeVdUynbBext > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6w5HdoLHX7QCpB0s5tRkN0xCkm2xpy7 { width:20rem;height:8.25rem;top:3.5625rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWgQZoexk4glvne4THNPeFHHcEesRUWm { width:8.75rem;height:8.75rem;top:31.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGwwefCZ7ww6uRlAehXmsHmc9zVmPcS1 { width:8.75rem;height:8.75rem;top:21.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlgAiLVLcethId1GlUI9GGUIuBMLqbqt { width:8.75rem;height:8.75rem;top:41.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90gMx3INEmP1NpVIzfH1XurHZ8Oa4RD { width:8.75rem;height:8.75rem;top:31.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUHUAHVNuvEZBcbvPrNXhpEPdU1e4J5 { width:20rem;height:6.9986875rem;top:13.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVe1PTRuHXRKBKpJuUECk3Tc1PG9aTUw { width:8.75rem;height:8.75rem;top:61.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylh2bXuWgUoAGKQQsV1kduixu035U85V { width:8.75rem;height:8.75rem;top:51.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCnC3S2S9xBxilhA8Fa3WBhD0bJdQPyb { width:8.75rem;height:8.75rem;top:51.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqwE5fsxCp7Goa30GRTWqoWhxO3oivnz { width:8.75rem;height:8.75rem;top:41.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVGhpLimlfFLiuO27OdBqKxlpznG3Q9W { width:5.4375rem;height:5.4375rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOqI39U4SxWDdXTqxKAGV0lqq2nTiOaL { width:5.4375rem;height:5.4375rem;top:61.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL { display:block; }#VKrP39mEl9oTW2nCuF2Tz6GAzO64XrdL > .row .container { width:20rem;height:174.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWvVZq7pTz7SeWBZO0803nSIsOLzAlWi { width:20rem;height:2.625rem;top:4.1875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2fbNAxCmfLELU10XfhW8E3GiaR8dP1V { width:19.25rem;height:19.25rem;top:15.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPQtiogC00wflXm55vI4hhzffxyTJLxS { width:16.875rem;height:1.5rem;top:38.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sp20ynHMRNqHmgGMVOh9HPIdBKTME5f6 { width:16.875rem;height:1.2246125rem;top:41.625rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rzN0zJbRy5BWszlDvn8hcgekVHPrAdrR { width:16.875rem;height:1.57486875rem;top:42.875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #C0CDAaP8fVniHCFml5SO4OdTXXVUf6Tx { width:8.125rem;height:2.75rem;top:45.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBpyEiiontUvGRVL5BJf0kMe1wzhcI4z { display:block; }
 }@media only screen and (max-width: 763px) { #AeEWVnIS0re3MQIT0XFTbOTN4uzrTXkl { width:16.875rem;height:1.57486875rem;top:83.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hs5GDwI1tQWqHfZO7U2ErlQTv1C6Sfzv { width:8.125rem;height:2.75rem;top:86.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhl52mtEUBWJM7kKwevZpwTLzOKFpTdl { display:block; }
 }@media only screen and (max-width: 763px) { #qfnfCD9iJOg8rt0V7W3Zzp7l16C0b0vG { width:16.875rem;height:16.875rem;top:56rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITIacU2TbdLlVsuCfFi7qlmngzTxRSt { width:16.875rem;height:1.5rem;top:79.4375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8nSotbA36LKeitqCNus0KNctzdwxefM { width:16.875rem;height:1.0625rem;top:82.1875rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fomp9Qz2VD8O06hun71v0oJZL8NQnzVt { width:16.875rem;height:0;top:124rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SJZiTAyFN352ev8ZLMw1ibsK16TlOD7K { width:16.875rem;height:1.2246125rem;top:122.75rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #u6nRKiV3vDiGxMGSnlAHIE6ITG4hvSHb { width:16.875rem;height:1.5rem;top:120rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTvmsmadqQmsAEakomavcUbMqGnUvLK { width:19.1875rem;height:19.1875rem;top:97.59375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AKp1DtXGQ5CvOp9sRv53qngu3ETusZ { width:8.125rem;height:2.75rem;top:126.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7gNFJL3TqcJMqMu92hIbyosM8T73pZd { display:block; }
 }@media only screen and (max-width: 763px) { #Enxx80qsOn44CSDpPK1Egsa7M69wCVB6 { width:16.875rem;height:1.57486875rem;top:164.5625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #J0GgbJ9xAJk86kcok9eCbnPxbeQRACqe { width:16.875rem;height:1.2246125rem;top:163.3125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CAhiUArBTrlE5MQCxIDAQrkzq1Igizf9 { width:16.875rem;height:1.5rem;top:160.5625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDXh3felxSX9okJHn4s8rA7rmueQBDWI { width:16.875rem;height:18.875rem;top:138.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJIhwu9xyDF1It1dSqEf2A5k0Iya5x7d { width:8.125rem;height:2.75rem;top:167.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn5iFrTry1lxdqpO6B5bxH3QiuoTTNiT { display:block; }
 }@media only screen and (max-width: 763px) { #wIN6TNBzf9dXIVMIPL36S3yClyCwL9xt { width:16.875rem;height:24.375rem;top:13.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9abOJUCsNP6ZcVpkUPTaXO3iv79FvF { width:16.875rem;height:24.375rem;top:54rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeo4iP6bxFWMXwS8RXU2ffrwnssZ42M { width:16.875rem;height:24.375rem;top:95rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTygzOPs5bhfegNFJrSWsQZL0ykanFdc { width:16.875rem;height:24.375rem;top:134.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 { background-color:#dfedeb;background-image:none;display:block; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { background-color: transparent; background-image: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row > .video-iframe-container { display: none; }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .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); }#uQAzvBtCVwaweuaS2M3Tin9cuseH7mH7 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cstzTdQUQqRkf6ya73igRQeyL07HedIg { width:20rem;height:5.25rem;top:3.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5TU23OTerycXSELc94LQLTL6puBMp7o { width:20rem;height:8.3984375rem;top:11.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IzTWQfT62dtbztmQxbU6A6u3xsl7L7Qm { width:12.5rem;height:3.5rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Ri0FbvRP25dsCApg6T0FX8hPi9G186 { display:block; }
 }@media only screen and (max-width: 763px) { #So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK { width:20rem;height:6.3613125rem;top:18.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#So6pwkIoBZ8n11W6IT7xSUiQ8TxXzCuK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #xAEm3SRRUqnSI6vwtqDQ6Ci2T4s1yHSn { width:20rem;height:20rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dE1tOLynrCLKOdVIGxmhfobIbkm9In { width:12.375rem;height:12.875rem;top:57.375rem;left:7.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #TFNabvKEWw8z5bhJdQzocX7CcFgeBVFq { width:20rem;height:1.2246125rem;top:26.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IwvHIimGfFfxA4riIU5B2mJ0g5vuWxVc { width:20rem;height:1.57486875rem;top:27.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:20rem;height:5.25rem;top:14.1875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { width:20rem;height:4.19921875rem;top:23.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { width:12.5rem;height:3.5rem;top:30.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block; }
 }@media only screen and (max-width: 763px) { #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { width:20rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXqcvMATkJcrEIJuTWgbvrw737EE1wW { background-color:#fff9ea;background-image:none;display:block; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { background-color: transparent; background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .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); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { width:20rem;height:5.25rem;top:3.375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DMfeNCh70fGrCRh19i0nzy3vOLCgqbUU { width:20rem;height:8.3984375rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8LZ9CLQONOCenVrxJ4nLAO2lunJpcJ4 { display:flex;width:2rem;height:2rem;top:22.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k65FHJ7lVTcI3CP9WA91LHJVbtgxFwvH { width:20rem;height:19.5989375rem;top:25.5rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIm3UdDvE0mgu2Za5voJVpz3mf4DOHgP { width:15rem;height:1.3997375rem;top:45rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KTn4CphB0kLbRFctWK2n2OvgZC1tvyzs { width:20rem;height:7rem;top:51.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nexn1qe2UzqblwHTCFatPu4EsBqefcfS { width:15rem;height:1.3997375rem;top:62.9375rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGruFGDAJRwtPN14MHtXGfpAfv8oaTRK { width:3.75rem;height:3.75rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsasNlcWoTqHZWWBgpn05zTqzmVRhfXX { display:flex;width:1.5rem;height:1.5rem;top:49.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p9cswV2BXU5RtX3RlZTG2QcWapdfG0z0 { width:20rem;height:5.25rem;top:69.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qWwVBa9u5zkBrC22VsJDauq8nI8lTZ10 { display:flex;width:1.5rem;height:1.5rem;top:67.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MFcsdlUKGQXEs1gg3dbJF2oHF4N5kOer { width:15rem;height:1.3997375rem;top:80.5rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDqr11IgWt61JNVzPRJmka1zDm6bla9L { width:3.75rem;height:3.75rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { width:6.8125rem;height:9.25rem;top:0rem;left:13.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #B2yxDlrp3cm1F28vSHIsrAhME48SBIUD { display:block; }#B2yxDlrp3cm1F28vSHIsrAhME48SBIUD > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFAXukp46AncItJMB3Uhn3iBXolErhgK { width:16.25rem;height:2.75rem;top:13rem;left:1.875rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #xwzlTrkXsV6yeoeRR870qDprCsABI5pN { width:16.25rem;height:4.38671875rem;top:16.375rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #N9Nuo5PsTtVq5zkkwQiZXZM5I1tCBcai { width:16.25rem;height:2.75rem;top:21.8125rem;left:1.875rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #x0e5uEbTDMTv8oBI4FKTyPc8ErlUcyDE { width:16.25rem;height:2.92448125rem;top:25.1875rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #f6GCGWpFmsFqmThdRSFXXWhuvCiTSRTa { width:16.25rem;height:2.75rem;top:30.625rem;left:1.875rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #Upm9TrlvcQWZydqTU3DIEMTdAraOcTIz { width:16.25rem;height:2.92448125rem;top:34rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #eMxM5Hp5TyQE6AZKiCGU544b7rU4yST5 { width:12.5rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2bDfAcwO1IrRC6FJX8z2VfZFenGZecH { width:20rem;height:32.375rem;top:9.875rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPDbiHaZuHawhks9bdyzIreNrKIVpEr { width:12.75rem;height:19.1875rem;top:31.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyfEaLpwe1tb3qfu76uus1duX8mQqNDg { display:none; }#CyfEaLpwe1tb3qfu76uus1duX8mQqNDg > .row .container { width:20rem;height:105.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BbJUJkquFk3LRVc2vTEWGKxmasFUbK4u { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr183x4ZTSgl14uxBZeZyMzJ3S1gpUhM { width:20rem;height:31.1875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kZZT8VE4bvlMXWlXwbmgT0StTkDa4n { width:17.5rem;height:1.375rem;top:11.4375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWS3i4UpF7yWSwBPQvP4Tc5FfFpa08wD { width:17.5rem;height:3.1494125rem;top:16.625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVvBLUWbTeWI7JGlT0pnuqXcbQbiPn2k { width:17.5rem;height:2rem;top:13.8125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdEbrOcmi9ND65GsMhUt4K0zosBTu0Oh { width:17.5rem;height:0.0625rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGW40GglUEEJ71Ho7tN643r4BgdEHLu { width:17.5rem;height:11.4375rem;top:22.1875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#bQGW40GglUEEJ71Ho7tN643r4BgdEHLu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #RUD2NJXFckFfSGlGsnqFb7cypR4zzLbv { width:12.5rem;height:3.5rem;top:34.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLTr9xpeO7AxdxC5aCsAAHINewLhAMJ { display:block; }
 }@media only screen and (max-width: 763px) { #oGeKD8Vupn0d1oTmmTwvfRaNWkwRIsUt { width:20rem;height:27.75rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ { width:17.5rem;height:8.8125rem;top:56.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#GaAMnufvNJzU7TITTxARxpQpMRnr5mTZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c37c90e15a283900108fb8aee52175e58fa8db.svg); }
 }@media only screen and (max-width: 763px) { #gcVLeIsQimgAA2ToS90qfES6PVPgH1BB { width:12.5rem;height:3.5rem;top:66.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMDcOeEVac1KFlx1WxRwIX0Tf8UvUmQ { display:block; }
 }@media only screen and (max-width: 763px) { #DM2Mtz975FNhOKIvXQHIJITVkn6Od5VT { width:17.5rem;height:1.375rem;top:45.8125rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmFGIvQGzJ16hK2iUmT3UNB5virgGHec { width:17.5rem;height:2.0996125rem;top:51.5625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENXd9ru8lv34bX6qysedpOBGqfz5JboR { width:17.5rem;height:2rem;top:48.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUzWTUCCOWFtbQzuaDfK7TF7wJxTPu7W { width:17.5rem;height:0.0625rem;top:54.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7qXnZHGsnKRxPLmsDwRPoKnacfUQ76u { width:20rem;height:28.3125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz { width:17.5rem;height:8.8125rem;top:86.1875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NHz9whJVTu7ugRUJdakkQuQHtNqNUGUz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_98ffc17153f4e5fea152dce8d1d7a7e18d58e8c4.svg); }
 }@media only screen and (max-width: 763px) { #M8JBJFkPzXhuhh0KyieprAXcmRgkI7p8 { width:12.5rem;height:3.5rem;top:96.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1IOmtX0nUnorKiHARaQ3s5IZIHGBZdI { display:block; }
 }@media only screen and (max-width: 763px) { #C9Adx5e8MwqBf5WfK85ugKNeNH5HufTT { width:17.5rem;height:3.1494125rem;top:80.6875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2rKZW0U3kTfrgbtEamfoloylzehdlNM { width:17.5rem;height:0.0625rem;top:85.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGombqeW5kowriSNOAQBFJpx8xoN9D29 { width:17.5rem;height:2rem;top:77.5625rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEKT734QSsiU7WQ10hdf47PZ6Na28HZo { width:17.5rem;height:1.375rem;top:75.1875rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxzxpRE4nfNEqXMtcJn9BpWwA8Bs24R0 { width:20rem;height:1.875rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWoccMz6AS24K04vcacXTHCqDiTGvW7G { width:16.25rem;height:0.875rem;top:41.9375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { background-color:transparent;background-image:none;display:none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { width:17.5rem;height:5.25rem;top:8rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { width:17.5rem;height:1.57421875rem;top:5.7529296875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { width:17.5rem;height:auto;top:14.0380859375rem;left:0rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { width:17.5rem;height:auto;top:14.0380859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 {  }
 }@media only screen and (max-width: 763px) { #ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { top:2.71484375rem;left:0rem;width:20rem;height:31.625rem;z-index:14999;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#ffffff;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:20rem;height:5.25rem;top:3.70703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { width:20rem;height:2.79948125rem;top:13.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy {  }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { width:20rem;height:5.25rem;top:4rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { width:20rem;height:5.59765625rem;top:11.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZnV0K213x0kICrlFSpL2WaZ4b0it5QO { width:16.25rem;height:1.9121125rem;top:21.3125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rfLnPGwigfg6tGexJmrkhUCxWCvvUwat { width:16.25rem;height:1.9121125rem;top:19.375rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbTviqOx4WkNGHChKzM7GOwusuacviVn { width:16.25rem;height:3.82421875rem;top:33.125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDuFgiVaySwQ0GIF6aBzlp6Bko7qGmnd { width:16.25rem;height:1.9121125rem;top:31.25rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wB080g4Gb2C07Q3Au7DVKalBCrA1HE1M { width:16.25rem;height:1.9121125rem;top:26.8125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmG5tzoI0a6nEI6VfynU9amiROv6bCdo { width:16.25rem;height:1.9121125rem;top:24.875rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7zKvdOoxeZiWqJ8KyyV9rq8zQobbqoZ { display:flex;width:2.125rem;height:2.125rem;top:20.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #kORV4JDn2fU1xTiHfo5x73hHnIPoop1M { display:flex;width:2.125rem;height:2.125rem;top:25.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Fyn3aKVkF8IOv2SET9qEiw5HRl03FO8t { display:flex;width:2.125rem;height:2.125rem;top:32.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { display:block; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { width:20rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQETCMCSmeOfP4rSPUyoLih01nBW61Th { width:12.5rem;height:0.0625rem;top:9.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBHlITQKgG6n9NtaKEc6mtke32miyObB { width:20rem;height:1.3125rem;top:14.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }