.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,229,231;--color-primary-1:159,167,175;--color-primary-2:62,79,94;--color-primary-3:31,40,47;--color-primary-4:9,12,14;--color-secondary-0:236,238,239;--color-secondary-1:191,197,201;--color-secondary-2:127,139,146;--color-secondary-3:64,70,73;--color-secondary-4:19,21,22;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f949f52-1e7a-4959-884c-47f273b9efe9/neuscaled1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.adaptive-delivery-prevent-bg, #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.lazyload, #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.lazyloading { background-image: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { background-color: transparent; background-image: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container > .video-iframe-container { display: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row > .video-iframe-container { display: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .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); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { border-width: 0; border-radius: 0; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Vo3CBuwiaKRcAGwWlwOTGOGdRo8plMps { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12.25rem;top:1.84375rem;left:0.75rem;overflow:hidden;display:block; }
#TM75MrfysU4MCIVCN99ldG7rHIU0Xho2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.96875rem;left:54.28125rem;display:none; }
#vXShuECixPLSbcZzwR5ekOwpkUHWWA1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6gDTzUiPRFIMz61sS79Tcv1ZSeeCoWZ { color:rgba(var(--color-tertiary-2),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0.6875rem;height:7.9609375rem;font-style:normal;display:block; }
#Qek2sxPV42syaDQ2wdVSOHU2V19geznu { color:rgba(var(--color-tertiary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.5rem;left:0.75rem;height:8.046875rem;font-style:normal;display:block; }
#yiq8gEZOpfLQsf3tzVMpADAnQ0WDISIT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.875rem;left:0.75rem;display:block; }
#QX5veS8OwIdhHlTDNlBJcBCJSU0fvwap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT0HKxPro5EvX70mNGCIN2Gpp8oUnOF4 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.9375rem;left:0.6875rem;height:1.79980625rem;font-style:normal;display:block; }
#Bho2UR6zUi4QohD4DHoTgS1zis37sXXx { background-color:rgba(var(--color-tertiary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.15625rem;left:59.3125rem;display:block; }
#tElakM3vXpb2AgSKx5wvJiMK2QZA6C9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-form-header {  }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.375rem;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; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text { 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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:21.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-textarea { 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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:21.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:21.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .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; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20rem;overflow:hidden;font-style:normal; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .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; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-container:first-of-type{padding-top:0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-container:last-of-type{padding-bottom:0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.8125rem;left:47.25rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP {display:block;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.8125rem;left:47.25rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #gTd6WXINReCwUkhlPpbRWnXIocKST3aR { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #MMSAkJuzWuvHmxMzXKdKNiqc0Qkr9c6H { position:relative;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #U16pvMDsRCviOB66bUcmxw0HxlRR9oHF { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #bvGy3xLv7mrZxTukmAhDCmlTlrEaRoAx { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #ESTlG0bxnmav8L5rkzJ0Jr0xklJLNZof { position:relative;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #JgQVnXAk4mgaf7ctiHasQPJRWEiRTVuN { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #Ow20uktT3JtmKUyWCnaQhMQ929V6XDMK { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #FIpCf0ElcLPJy0ZwBTpkFokTJsIOP8Em { position:relative;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #DW7sDFcvX8r5gmtK95n4zn85xdMKBPg2 { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #XBdr38En8E57i8yuBRmUZ9v4W3Eu8mAq { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #C0e5tWeS7ENugBWn7hETsFPGHl8MCqUp { position:relative;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #UvbGl21Gz4MLK8VINSXE5K9GFlIWQS4K { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #KPS09VeGRDV78dZNwUcltKZfcOg6w9Qy { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #NOvrM5wDToOxpeXHtkM61wfCxLuh54oQ { position:relative;display:block; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #IKMv3QoW9KsS8LRaQposkxfieeyaQFZh { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #THx93yoA3ssC7qf88sxLPTKcuiurSITo { position:relative; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #oJ8KCMymsywCgsktkTHN1UqCuU0sm2AN { position:relative; }
#vgKENn0k6v07MwLEg9Iye0XpoCDzhmrN { box-sizing:content-box;height:35.875rem;width:26.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:45.9375rem;display:block; }
#MyVoOHKFBEizSBFvHPI3WCrfcRV5iwqf { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.875rem;left:47.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container { background-color: transparent; background-image: none; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container > .video-iframe-container { display: none; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row > .video-iframe-container { display: none; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .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); }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container { border-width: 0; border-radius: 0; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#L1Cm9mwogUUW0cdTxCg81euJTFgfxboM { color:rgba(var(--color-tertiary-2),1);display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.3310546875rem;left:15.09375rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 { position:relative;display:block; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 { background-color: transparent; background-image: none; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row .container > .video-iframe-container { display: none; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row > .video-iframe-container { display: none; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .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); }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 { border-width: 0; border-radius: 0; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .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; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;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; }#TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu { box-sizing:content-box;height:22.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1d5a886-ec63-439c-abe6-061b6e5bfc2c/memphistennesseeusa20250324002642utc1920w.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5rem;left:0rem;display:block; }#TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.adaptive-delivery-prevent-bg, #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.lazyload, #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.lazyloading { background-image: none; }
#OMRQCbzNV2wo1BUTRuBpDdJrGHJBULLO { box-sizing:content-box;height:21.75rem;width:68.75rem;position:absolute;display:block;z-index:15001;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:3.125rem;display:block; }
#DLoKkgeCC27TL93N9as3vGhv7GMxQVnT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:6.3125rem;left:35.75rem;overflow:hidden;display:block; }
#kn6hCX29svUm1IEo9eFrEFuSOwNzrHxV { color:#000000;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.35107421875rem;left:8rem;height:4.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqLLZasxvz5EyniJfslnWm5nHsB9ovUp { color:#000000;display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.66357421875rem;left:8rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6tSVhXwGmFD2RxhaE7QyBs0teJuHgRl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 { position:relative;display:block; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 { background-color: transparent; background-image: none; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row .container > .video-iframe-container { display: none; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row > .video-iframe-container { display: none; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .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); }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 { border-width: 0; border-radius: 0; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .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; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XKNApEQgAGHisrtReThTZnABBnsJgXBl { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.375rem;left:22.1875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3XhPtTDskwyzmKL6vA6xCzUdtcZF9tc { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:12.625rem;left:4.5rem;overflow:hidden;display:block; }
#TNfZp3Wcm7tufQoU0WGZ2mPS2H2Vl2nE { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.625rem;left:9.4375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAE5yr4T7vpLUgQfuIztWTX5f9qwuU5d { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.25rem;left:9.4375rem;height:4.19824375rem;display:block; }
#JdJpDzwiPxKAfpLhUL48kWm0cJEStvE4 { box-sizing:content-box;height:11.25rem;width:34.375rem;position:absolute;display:block;z-index:15005;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:2.3125rem;display:block; }
#tyQdQRcsrv6Nk6PiVerFHSpmo8Zv0SZ4 { box-sizing:content-box;height:11.25rem;width:34.375rem;position:absolute;display:block;z-index:15009;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:2.3125rem;display:block; }
#N7xTJcqIL2NMmerm31WaAquh1r6fBgRT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:28.1875rem;left:9.4375rem;height:2.798825rem;display:block; }
#VORzvmkOJURU1OgtQxJhGu0RgszXUKPT { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:25.5625rem;left:9.4375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqG2zElgHvzbyb90MxLgsVZGs0nrMALz { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.5625rem;left:4.75rem;overflow:hidden;display:block; }
#bI8GQfRpyb4e101EVh3Dh9zSzRP2I1uS { box-sizing:content-box;height:11.25rem;width:34.375rem;position:absolute;display:block;z-index:15013;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:38.375rem;display:block; }
#IdnwTDcoQctl9e6qBFltmhA3TeNo3ywg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:15.25rem;left:45.5rem;height:2.798825rem;display:block; }
#GgRLLT0zNJBBLauO1DmCw6bNqXgbpsXI { color:#000000;display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.625rem;left:45.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVTT9zBcWdlMwEGr95wuFqSCgNfn71MM { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:12.625rem;left:40.875rem;overflow:hidden;display:block; }
#egWxT3tBOB4wI3GTizrlFrc1oUwCQuMA { box-sizing:content-box;height:11.25rem;width:34.375rem;position:absolute;display:block;z-index:15017;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:38.375rem;display:block; }
#eEmy1anlbT22sr7QTaUWGCywrCxTaUfr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:28.1875rem;left:45.5rem;height:2.798825rem;display:block; }
#pTl5qFmiMdo4kvRByr7VHsmTDpXANfho { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:25.5625rem;left:45.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSAxv2cMEveu7lPrhRDuuDfxPxctK0v4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.5625rem;left:40.875rem;overflow:hidden;display:block; }
#EiE4lUgkU1oisHXkDtwAChyAmTttbdAT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.3125rem;left:26.96875rem;display:block; }
#HwxOIV4CTZkSfVMMiBXskX0x56XkSUih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container { background-color: transparent; background-image: none; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container > .video-iframe-container { display: none; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row > .video-iframe-container { display: none; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .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); }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container { border-width: 0; border-radius: 0; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#y80O85VttvpZuOJFgFgaWtx2kCp9TqIs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:34.375rem;top:4.2490234375rem;left:39.75rem;overflow:hidden;display:block; }
#JrFrTeKZq9EHi1CwTO3ViLBmseA76upa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.8125rem;left:0.6875rem;height:3.1875rem;display:block; }
#kcUutv4LAHfFm08C0gcipKPcBUyJoFKN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.375rem;left:0.6875rem;display:block; }
#TWtAikI4453s6ewV34qRw1NePawN93WK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTNzpzGGQH58HZLTS0vVICA0EPglmMrE { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0.6875rem;height:6.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.1875rem;left:0.6875rem;height:10.496125rem;display:block; }#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
#iAUKyM0iwhN9g2DvBgbq03uh7wLslkHN { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.0625rem;left:0.6875rem;height:3.1875rem;display:block; }
#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container { background-color: transparent; background-image: none; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container > .video-iframe-container { display: none; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row > .video-iframe-container { display: none; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .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); }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container { border-width: 0; border-radius: 0; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#Lm5u2V9TMrnHgpE9UMgK1azqkswxHckZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:28.4375rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#xKafrszqx0P6ue13tMJrLslKsqd3P4Wn { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.375rem;left:33.625rem;height:20.71875rem;display:block; }
#zZXB9sv0KaP46GJcRz2CVLD7TRBPWk8p { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.625rem;left:33.625rem;display:block; }
#C98TxuUTqfE60ND81qq8O8EnCwsi5xeu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HEIJmgHXOmTwrxcyO5yqeJxUMWz3JeAp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.0625rem;left:7.28125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vv6WyigUdBbOo5entJMkQf2mkdspFr6d { color:rgba(var(--color-tertiary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:33.625rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { background-color: transparent; background-image: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container > .video-iframe-container { display: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row > .video-iframe-container { display: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .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); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { border-width: 0; border-radius: 0; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#sNp5ge1NOuFs92OyT7pINw0uTbhzZ5hq { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5rem;left:18.59375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIk7T8CbGE4vRF1yMg22S8hc2tsqxCdW { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:1.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#G6939CfXGTT7ZixMTdSU0N5pXDU1I8lE { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:25.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GP65hhSHqitpgLibEEFpEr2HWorgaO5S { color:#000000;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.625rem;left:4.4375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJs8Fa1DAdOCbul4x8thJF6NOb5N6H22 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:18.125rem;left:3.9375rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#BylZahcIBbPRQNfgiJsKRUHaLIMp30Tc { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:15.625rem;left:28.65625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqpTaSwk82zZUVClBhbDMMvrmbxOOpUF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.125rem;left:28.717651367188rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#nv9eZ8OkgdE9QQKokgfs5kk6cGeQ6THf { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:15.625rem;left:51.75rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVx6z0Nadu3k1IzdF0ZcpSvGBnekF3TL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:18.125rem;left:53.46875rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#gwmt7TPGKh19arD2tgcHMk0ip3mdL4pm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.4365234375rem;left:26.875rem;display:block; }
#RQfLCyGXQlXg5OhTxta3WxFo8bFvkWGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFMKOwUUIuHzzmMBchrbEPaslrlDmTSv { box-sizing:content-box;height:15.8125rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:#f0f1f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:50.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#D2GJ43eO4S0TuQidmQCDRTqw2CiTOfFL { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.9375rem;left:10.9375rem;overflow:hidden;display:block; }
#IzCMmiRAwUKVZpFF6BVpgrbIcPqb2iSC { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:10.9375rem;left:35.625rem;overflow:hidden;display:block; }
#dLlbtAFCMLGkQQ4Eb0wWagUIebuiAM7D { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:10.8125rem;left:60.34375rem;overflow:hidden;display:block; }
#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg { position:relative;display:block; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg { background-color: transparent; background-image: none; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row .container > .video-iframe-container { display: none; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row > .video-iframe-container { display: none; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .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); }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg { border-width: 0; border-radius: 0; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .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; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;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; }#DNSqPVotscwguiJUJE8IWTPamvtNuPWz { box-sizing:content-box;height:21.5625rem;width:72.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.4375rem;left:1.0625rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#TuG5X27qaJIXSaXkw6TzgK10uE6pXsQM { position:absolute;display:block;z-index:15015;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:2.8125rem;width:2.8125rem;top:11rem;left:36.1875rem;overflow:hidden;display:block; }
#V9qh9LW4TboWQ5IF1TpTu4ObQXJoTNJ9 { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:35.3125rem;display:block; }
#zAUQD1m1BOCiXTE82Z9R5Tw2F2HbxHoi { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.8125rem;height:1.625rem;display:block; }
#pFsbPrONOXaE9uZrikqs5cDADQG1Oyuz { color:rgba(var(--color-primary-4),1);display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.9375rem;left:3.8125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:italic;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; }
#dcsmxmJfURfE60vT3F5cZzQW5zCIQE5y { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:3.8125rem;height:1.625rem;display:block; }
#M2Xz5faw05yd6dZIFJ64ey0HqUqnnPHM { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.71240234375rem;left:18.59375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWpfkw37u8poF12sTOplK0PbOpslJAIx { position:relative;display:block; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx { background-color: transparent; background-image: none; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row .container > .video-iframe-container { display: none; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row > .video-iframe-container { display: none; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .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); }#sWpfkw37u8poF12sTOplK0PbOpslJAIx { border-width: 0; border-radius: 0; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .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; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;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; }#HAPa77uGBXKbDfvO28rOl86rKyBsmasw { box-sizing:content-box;height:22.5rem;width:23.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:25.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#H3XcARPyPaHWOUd0u81aoZTaZoEqadbK { position:absolute;display:block;z-index:15010;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:2.8125rem;width:2.8125rem;top:2.40625rem;left:36.09375rem;overflow:hidden;display:block; }
#wlbNEbIb0dp9MsbkxSEMofvQ8SfGpwl6 { box-sizing:content-box;height:22.5rem;width:23.0605625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:50.96923828125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#lxX5z6DegV46a6o68Z9rhhIRJkWBIBqk { box-sizing:content-box;height:22.5rem;width:23.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.8125rem;left:0.96875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-3),0.5) ;display:block; }
#OTC8JgW3PZfLAgEF5cS46Bow2pgdOshE { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.875rem;left:2.625rem;height:1.625rem;display:block; }
#pvw7ZJyrUmJBN55uDl5mRbbCegZe4zn0 { position:absolute;display:block;z-index:15009;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:2.8125rem;width:2.8125rem;top:2.40625rem;left:11.09375rem;overflow:hidden;display:block; }
#mMsBrMDb0oU1gVkxRiewLQZighdRRFxP { position:absolute;display:block;z-index:15010;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:2.8125rem;width:2.8125rem;top:2.40625rem;left:61.09375rem;overflow:hidden;display:block; }
#yF483fnliaQzKn874s1C2PBaaszW6llg { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.3125rem;left:2.625rem;height:10.125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#PTAumWzBf9CHWOyfZJD3BVXHeePnVxIp { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:27.625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#WSQWoKlCmuheRuJK0ILIueC6f1qG2qO1 { color:rgba(var(--color-primary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.3125rem;left:52.625rem;height:10.125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#QJcKeMhXqC7B1A79y7hu3o8hhhS6txer { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:10.25rem;display:block; }
#iOtwB8VzbaRPrvemyUDEKqblFhC6JR5O { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:35.25rem;display:block; }
#v92ecD391OU1noiPyuaCvG6XbZ46IUob { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.875rem;left:27.625rem;height:1.625rem;display:block; }
#s6RThCWOzge2sSai8e2N2pTfIkAbyWvw { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:60.25rem;display:block; }
#zZrMKUrSsqsE2D3xGJ5xuGHG6taAldwK { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:52.625rem;height:1.625rem;display:block; }
#NmI9kxr9uOWKb79oICQ81NqXTgek2AV9 { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.625rem;height:1.625rem;display:block; }
#NlgTJasTHmHnCDvWSL1ELLaEEk9OFQVR { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:27.625rem;height:1.625rem;display:block; }
#QyDyhBUCovz3TGhIe9VEIBpUO7hxWPDx { color:#d1c30f;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8125rem;left:52.625rem;height:1.625rem;display:block; }
#pcFb24bTMu6BhmZNxmRrP6Tay2MWS6qF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.3125rem;left:26.875rem;display:block; }
#bO8BC9vHPaTJoPF352epHUsOqQMamiFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f477ec8b-3539-49a5-8bcb-94c59a471173/iStock1434493446.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.adaptive-delivery-prevent-bg, #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.lazyload, #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.lazyloading { background-image: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { background-color: transparent; background-image: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container > .video-iframe-container { display: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row > .video-iframe-container { display: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .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); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { border-width: 0; border-radius: 0; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#bJRXruTRDxXLWsSO8vH3Gax2NMWhRxEC { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.75rem;left:9.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVCOHaXCfdXMvTMCrh1M5P7oDim1CLps { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:11.3125rem;left:10rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#stS6hoPlyeZVqCuzMfSTax1rCWWaQsRy { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.5625rem;left:26.875rem;display:block; }
#Vp0R90Rk9gBLJf3CHIcG0273TVB68tyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container { background-color: transparent; background-image: none; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container > .video-iframe-container { display: none; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row > .video-iframe-container { display: none; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .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); }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container { border-width: 0; border-radius: 0; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#llzv2cBW9mBy4tQoKiSKPatDnHTlIODX { color:rgba(var(--color-tertiary-2),1);display:block;width:68.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.703125rem;left:4rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6TzzdtCJ3eedrs2bJ75dMEo685etCdT { box-sizing:content-box;height:0.0625rem;width:73.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:0.625rem;display:block; }
#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container { background-color: transparent; background-image: none; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container > .video-iframe-container { display: none; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row > .video-iframe-container { display: none; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .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); }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container { border-width: 0; border-radius: 0; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.1875rem;left:54.0625rem; }
#qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#iBDG7z7vA3bAfr71hsVpkQwpHILCLUkk { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:57rem;height:1.94970625rem;display:block; }
#r1IaskF68XxJyyVsfTbmPCODPCG2uuZt { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.75rem;left:54.0625rem; }
#r1IaskF68XxJyyVsfTbmPCODPCG2uuZt > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#P3MAtQNvJHsVTDCMuUs9Py60VsWlHK6R { color:rgba(var(--color-tertiary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.375rem;left:57rem;height:3.5rem;display:block; }
#ZGXT58NlTIrhJN5m5K5gVIX18XSxDfeg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:54.0625rem;height:2.35595625rem;font-style:normal;display:block; }
#oQ8hqS8QiPxBnnEdx2cwfeqfWy1JWs9u { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12rem;top:3.125rem;left:0.5625rem;overflow:hidden;display:block; }
#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container { background-color: transparent; background-image: none; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container > .video-iframe-container { display: none; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row > .video-iframe-container { display: none; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .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); }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container { border-width: 0; border-radius: 0; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#sNUX5ShebTPOo2DWz5pbNRhLb8QeqJzD { color:rgba(var(--color-tertiary-2),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.2060546875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#IJUCM8KO4nHO5xnZnzFt9xAULOoTtEn3 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.2060546875rem;left:53rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF { display:block; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo3CBuwiaKRcAGwWlwOTGOGdRo8plMps { top:1.8125rem;left:0rem;width:12.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM75MrfysU4MCIVCN99ldG7rHIU0Xho2 { width:20rem;height:3.75rem;top:3.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXShuECixPLSbcZzwR5ekOwpkUHWWA1S { display:block; }
 }@media only screen and (max-width: 763px) { #o6gDTzUiPRFIMz61sS79Tcv1ZSeeCoWZ { top:13.4375rem;left:0rem;width:41.5rem;height:7.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qek2sxPV42syaDQ2wdVSOHU2V19geznu { top:22.5rem;left:0rem;width:39.9375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiq8gEZOpfLQsf3tzVMpADAnQ0WDISIT { width:20rem;height:3.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5veS8OwIdhHlTDNlBJcBCJSU0fvwap { display:block; }
 }@media only screen and (max-width: 763px) { #hT0HKxPro5EvX70mNGCIN2Gpp8oUnOF4 { top:10.9375rem;left:0rem;width:39.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bho2UR6zUi4QohD4DHoTgS1zis37sXXx { width:14.75rem;height:3.4375rem;top:2.125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #tElakM3vXpb2AgSKx5wvJiMK2QZA6C9n { display:block; }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP  { width:21.375rem;height:27.9375rem;top:15.8125rem;left:23.875rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP {display:block;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP { width:21.375rem;height:27.9375rem;top:15.8125rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #gTd6WXINReCwUkhlPpbRWnXIocKST3aR {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #MMSAkJuzWuvHmxMzXKdKNiqc0Qkr9c6H {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #U16pvMDsRCviOB66bUcmxw0HxlRR9oHF {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #bvGy3xLv7mrZxTukmAhDCmlTlrEaRoAx {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #ESTlG0bxnmav8L5rkzJ0Jr0xklJLNZof {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #JgQVnXAk4mgaf7ctiHasQPJRWEiRTVuN {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #Ow20uktT3JtmKUyWCnaQhMQ929V6XDMK {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #FIpCf0ElcLPJy0ZwBTpkFokTJsIOP8Em {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #DW7sDFcvX8r5gmtK95n4zn85xdMKBPg2 {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #XBdr38En8E57i8yuBRmUZ9v4W3Eu8mAq {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #C0e5tWeS7ENugBWn7hETsFPGHl8MCqUp {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #UvbGl21Gz4MLK8VINSXE5K9GFlIWQS4K {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #KPS09VeGRDV78dZNwUcltKZfcOg6w9Qy {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #NOvrM5wDToOxpeXHtkM61wfCxLuh54oQ {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #IKMv3QoW9KsS8LRaQposkxfieeyaQFZh {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #THx93yoA3ssC7qf88sxLPTKcuiurSITo {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #oJ8KCMymsywCgsktkTHN1UqCuU0sm2AN {  }
 }@media only screen and (max-width: 763px) { #vgKENn0k6v07MwLEg9Iye0XpoCDzhmrN { top:10.9375rem;left:21.1875rem;width:26.5625rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVoOHKFBEizSBFvHPI3WCrfcRV5iwqf { top:12.875rem;left:24.0625rem;width:23.6875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp { display:block; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1Cm9mwogUUW0cdTxCg81euJTFgfxboM { top:1.3125rem;left:1.46875rem;width:44.8125rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 { display:block; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu { top:14.5rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMRQCbzNV2wo1BUTRuBpDdJrGHJBULLO { top:3.5625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLoKkgeCC27TL93N9as3vGhv7GMxQVnT { top:6.3125rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn6hCX29svUm1IEo9eFrEFuSOwNzrHxV { top:11.3125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqLLZasxvz5EyniJfslnWm5nHsB9ovUp { top:16.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tSVhXwGmFD2RxhaE7QyBs0teJuHgRl { display:none; }
 }@media only screen and (max-width: 763px) { #puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 { display:block; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKNApEQgAGHisrtReThTZnABBnsJgXBl { top:4.375rem;left:0rem;width:30.8125rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3XhPtTDskwyzmKL6vA6xCzUdtcZF9tc { top:12.625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfZp3Wcm7tufQoU0WGZ2mPS2H2Vl2nE { top:12.625rem;left:2.625rem;width:12.6875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE5yr4T7vpLUgQfuIztWTX5f9qwuU5d { top:15.25rem;left:0rem;width:24.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJpDzwiPxKAfpLhUL48kWm0cJEStvE4 { top:10.5rem;left:0rem;width:34.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQdQRcsrv6Nk6PiVerFHSpmo8Zv0SZ4 { top:23.4375rem;left:0rem;width:34.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7xTJcqIL2NMmerm31WaAquh1r6fBgRT { top:28.1875rem;left:0.3125rem;width:23.5625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VORzvmkOJURU1OgtQxJhGu0RgszXUKPT { top:25.5625rem;left:2.625rem;width:12.6875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqG2zElgHvzbyb90MxLgsVZGs0nrMALz { top:25.5625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8GQfRpyb4e101EVh3Dh9zSzRP2I1uS { top:10.5rem;left:13.375rem;width:34.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdnwTDcoQctl9e6qBFltmhA3TeNo3ywg { top:15.25rem;left:24rem;width:23.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRLLT0zNJBBLauO1DmCw6bNqXgbpsXI { top:12.625rem;left:21.75rem;width:26rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTT9zBcWdlMwEGr95wuFqSCgNfn71MM { top:12.625rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWxT3tBOB4wI3GTizrlFrc1oUwCQuMA { top:23.4375rem;left:13.375rem;width:34.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmy1anlbT22sr7QTaUWGCywrCxTaUfr { top:28.1875rem;left:22.9375rem;width:24.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTl5qFmiMdo4kvRByr7VHsmTDpXANfho { top:25.5625rem;left:22.9375rem;width:24.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSAxv2cMEveu7lPrhRDuuDfxPxctK0v4 { top:25.5625rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiE4lUgkU1oisHXkDtwAChyAmTttbdAT { width:21.25rem;height:3.75rem;top:37.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwxOIV4CTZkSfVMMiBXskX0x56XkSUih { display:block; }
 }@media only screen and (max-width: 763px) { #BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O { display:block; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y80O85VttvpZuOJFgFgaWtx2kCp9TqIs { top:4.1875rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFrTeKZq9EHi1CwTO3ViLBmseA76upa { top:12.8125rem;left:0rem;width:35.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcUutv4LAHfFm08C0gcipKPcBUyJoFKN { width:20rem;height:3.75rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWtAikI4453s6ewV34qRw1NePawN93WK { display:block; }
 }@media only screen and (max-width: 763px) { #GTNzpzGGQH58HZLTS0vVICA0EPglmMrE { top:4.6875rem;left:0rem;width:30.8125rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq { top:17.1875rem;left:0rem;width:36.125rem;height:10.4375rem;font-size:1rem;display:block; }#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #iAUKyM0iwhN9g2DvBgbq03uh7wLslkHN { top:29.0625rem;left:0rem;width:36rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad { display:block; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lm5u2V9TMrnHgpE9UMgK1azqkswxHckZ { top:4.6875rem;left:0rem;width:28.4375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKafrszqx0P6ue13tMJrLslKsqd3P4Wn { top:9.375rem;left:0rem;width:40.0625rem;height:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZXB9sv0KaP46GJcRz2CVLD7TRBPWk8p { width:20rem;height:3.75rem;top:35.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C98TxuUTqfE60ND81qq8O8EnCwsi5xeu { display:block; }
 }@media only screen and (max-width: 763px) { #HEIJmgHXOmTwrxcyO5yqeJxUMWz3JeAp { top:41.0625rem;left:0.46875rem;width:13.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6WyigUdBbOo5entJMkQf2mkdspFr6d { top:4.375rem;left:0rem;width:30.8125rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M { display:block; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNp5ge1NOuFs92OyT7pINw0uTbhzZ5hq { top:3.5rem;left:4.96875rem;width:37.8125rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIk7T8CbGE4vRF1yMg22S8hc2tsqxCdW { top:9.0625rem;left:0rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6939CfXGTT7ZixMTdSU0N5pXDU1I8lE { top:9.0625rem;left:12.3125rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP65hhSHqitpgLibEEFpEr2HWorgaO5S { top:15.625rem;left:0rem;width:16.75rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJs8Fa1DAdOCbul4x8thJF6NOb5N6H22 { top:18.125rem;left:0rem;width:17.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BylZahcIBbPRQNfgiJsKRUHaLIMp30Tc { top:15.625rem;left:15.03125rem;width:17.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqpTaSwk82zZUVClBhbDMMvrmbxOOpUF { top:18.125rem;left:15.09228515625rem;width:17.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv9eZ8OkgdE9QQKokgfs5kk6cGeQ6THf { top:15.625rem;left:26.5625rem;width:21.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVx6z0Nadu3k1IzdF0ZcpSvGBnekF3TL { top:18.125rem;left:30rem;width:17.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmt7TPGKh19arD2tgcHMk0ip3mdL4pm { width:21.25rem;height:3.75rem;top:27.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQfLCyGXQlXg5OhTxta3WxFo8bFvkWGZ { display:block; }
 }@media only screen and (max-width: 763px) { #GFMKOwUUIuHzzmMBchrbEPaslrlDmTSv { top:9.0625rem;left:24.625rem;width:23.125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GJ43eO4S0TuQidmQCDRTqw2CiTOfFL { top:10.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCMmiRAwUKVZpFF6BVpgrbIcPqb2iSC { top:10.9375rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlbtAFCMLGkQQ4Eb0wWagUIebuiAM7D { top:10.8125rem;left:43.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVNkniDxX0kndIZtd6ILhqWCwlEdbyg { display:block; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNSqPVotscwguiJUJE8IWTPamvtNuPWz { top:12.4375rem;left:0rem;width:47.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuG5X27qaJIXSaXkw6TzgK10uE6pXsQM { top:11rem;left:22.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qh9LW4TboWQ5IF1TpTu4ObQXJoTNJ9 { top:10.125rem;left:21.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUQD1m1BOCiXTE82Z9R5Tw2F2HbxHoi { top:16.3125rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsbPrONOXaE9uZrikqs5cDADQG1Oyuz { width:47.75rem;height:8.4375rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsmxmJfURfE60vT3F5cZzQW5zCIQE5y { top:28.9375rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Xz5faw05yd6dZIFJ64ey0HqUqnnPHM { top:3.6875rem;left:4.96875rem;width:37.8125rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWpfkw37u8poF12sTOplK0PbOpslJAIx { display:block; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAPa77uGBXKbDfvO28rOl86rKyBsmasw { top:3.8125rem;left:8.6875rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XcARPyPaHWOUd0u81aoZTaZoEqadbK { top:2.375rem;left:22.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlbNEbIb0dp9MsbkxSEMofvQ8SfGpwl6 { top:3.8125rem;left:24.625rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxX5z6DegV46a6o68Z9rhhIRJkWBIBqk { top:3.8125rem;left:0rem;width:23.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC8JgW3PZfLAgEF5cS46Bow2pgdOshE { top:21.875rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvw7ZJyrUmJBN55uDl5mRbbCegZe4zn0 { top:2.375rem;left:6.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMsBrMDb0oU1gVkxRiewLQZighdRRFxP { top:2.375rem;left:38.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF483fnliaQzKn874s1C2PBaaszW6llg { width:19.75rem;height:10.125rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAumWzBf9CHWOyfZJD3BVXHeePnVxIp { width:19.75rem;height:10.125rem;top:10.3125rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQWoKlCmuheRuJK0ILIueC6f1qG2qO1 { width:19.75rem;height:10.125rem;top:10.3125rem;left:27.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJcKeMhXqC7B1A79y7hu3o8hhhS6txer { top:1.5625rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOtwB8VzbaRPrvemyUDEKqblFhC6JR5O { top:1.5625rem;left:21.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92ecD391OU1noiPyuaCvG6XbZ46IUob { top:21.875rem;left:15.875rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RThCWOzge2sSai8e2N2pTfIkAbyWvw { top:1.5625rem;left:37.4375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKUrSsqsE2D3xGJ5xuGHG6taAldwK { top:21.875rem;left:31.75rem;width:9.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmI9kxr9uOWKb79oICQ81NqXTgek2AV9 { top:7.8125rem;left:0rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlgTJasTHmHnCDvWSL1ELLaEEk9OFQVR { top:7.8125rem;left:15.875rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyDyhBUCovz3TGhIe9VEIBpUO7hxWPDx { top:7.8125rem;left:31.75rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFb24bTMu6BhmZNxmRrP6Tay2MWS6qF { width:21.25rem;height:3.75rem;top:29.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO8BC9vHPaTJoPF352epHUsOqQMamiFH { display:block; }
 }@media only screen and (max-width: 763px) { #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr { display:block; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJRXruTRDxXLWsSO8vH3Gax2NMWhRxEC { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVCOHaXCfdXMvTMCrh1M5P7oDim1CLps { top:11.3125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stS6hoPlyeZVqCuzMfSTax1rCWWaQsRy { width:21.25rem;height:3.75rem;top:19.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0R90Rk9gBLJf3CHIcG0273TVB68tyN { display:block; }
 }@media only screen and (max-width: 763px) { #unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV { display:block; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llzv2cBW9mBy4tQoKiSKPatDnHTlIODX { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6TzzdtCJ3eedrs2bJ75dMEo685etCdT { top:7.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg { display:block; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG { top:12.1875rem;left:40.4375rem;width:1.75rem;height:1.75rem;display:block; }
#qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #iBDG7z7vA3bAfr71hsVpkQwpHILCLUkk { top:12.1875rem;left:34.9375rem;width:12.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1IaskF68XxJyyVsfTbmPCODPCG2uuZt { top:7.75rem;left:40.4375rem;width:1.75rem;height:1.75rem;display:block; }
#r1IaskF68XxJyyVsfTbmPCODPCG2uuZt > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #P3MAtQNvJHsVTDCMuUs9Py60VsWlHK6R { top:7.375rem;left:30.625rem;width:17.125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXT58NlTIrhJN5m5K5gVIX18XSxDfeg { top:3.375rem;left:33.1875rem;width:14.5625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8hqS8QiPxBnnEdx2cwfeqfWy1JWs9u { top:3.125rem;left:0rem;width:12rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUAGmug893hpKlTJToFmOIIZl5Z9pHV { display:block; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNUX5ShebTPOo2DWz5pbNRhLb8QeqJzD { top:1.1875rem;left:0rem;width:36.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJUCM8KO4nHO5xnZnzFt9xAULOoTtEn3 { top:1.1875rem;left:26.875rem;width:20.875rem;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) { #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/957c0b66-da24-40bc-b9a0-12e83a9f5d6a/noroot");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.adaptive-delivery-prevent-bg, #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.lazyload, #TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF.lazyloading { background-image: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { background-color: transparent; background-image: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container > .video-iframe-container { display: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row > .video-iframe-container { display: none; }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .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); }#TN4U4QZzotSaM62Ql3PB6zdMDkOKz8nF > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo3CBuwiaKRcAGwWlwOTGOGdRo8plMps { width:10.6875rem;height:3.5rem;top:0.75rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM75MrfysU4MCIVCN99ldG7rHIU0Xho2 { width:20rem;height:3.75rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXShuECixPLSbcZzwR5ekOwpkUHWWA1S { display:block; }
 }@media only screen and (max-width: 763px) { #o6gDTzUiPRFIMz61sS79Tcv1ZSeeCoWZ { width:20rem;height:4.19921875rem;top:9.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qek2sxPV42syaDQ2wdVSOHU2V19geznu { width:20rem;height:8.3965rem;top:14.6875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yiq8gEZOpfLQsf3tzVMpADAnQ0WDISIT { width:18.125rem;height:3.25rem;top:24.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5veS8OwIdhHlTDNlBJcBCJSU0fvwap { display:block; }
 }@media only screen and (max-width: 763px) { #hT0HKxPro5EvX70mNGCIN2Gpp8oUnOF4 { width:17.625rem;height:3.1494125rem;top:6.125rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bho2UR6zUi4QohD4DHoTgS1zis37sXXx { width:14.75rem;height:3.4375rem;top:61.1875rem;left:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tElakM3vXpb2AgSKx5wvJiMK2QZA6C9n { display:block; }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP  { width:17.5rem;height:27.9375rem;top:34.0625rem;left:0rem; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP {display:block;}#BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP { width:17.5rem;height:27.9375rem;top:34.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #gTd6WXINReCwUkhlPpbRWnXIocKST3aR {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #MMSAkJuzWuvHmxMzXKdKNiqc0Qkr9c6H {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #U16pvMDsRCviOB66bUcmxw0HxlRR9oHF {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #bvGy3xLv7mrZxTukmAhDCmlTlrEaRoAx {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #ESTlG0bxnmav8L5rkzJ0Jr0xklJLNZof {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #JgQVnXAk4mgaf7ctiHasQPJRWEiRTVuN {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #Ow20uktT3JtmKUyWCnaQhMQ929V6XDMK {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #FIpCf0ElcLPJy0ZwBTpkFokTJsIOP8Em {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #DW7sDFcvX8r5gmtK95n4zn85xdMKBPg2 {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #XBdr38En8E57i8yuBRmUZ9v4W3Eu8mAq {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #C0e5tWeS7ENugBWn7hETsFPGHl8MCqUp {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #UvbGl21Gz4MLK8VINSXE5K9GFlIWQS4K {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #KPS09VeGRDV78dZNwUcltKZfcOg6w9Qy {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #NOvrM5wDToOxpeXHtkM61wfCxLuh54oQ {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #IKMv3QoW9KsS8LRaQposkxfieeyaQFZh {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #THx93yoA3ssC7qf88sxLPTKcuiurSITo {  }
 }@media only screen and (max-width: 763px) { #BhrBMTVk7OcffkE8qoyuXngOK9RQ4kfP #oJ8KCMymsywCgsktkTHN1UqCuU0sm2AN {  }
 }@media only screen and (max-width: 763px) { #vgKENn0k6v07MwLEg9Iye0XpoCDzhmrN { width:20rem;height:35.875rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyVoOHKFBEizSBFvHPI3WCrfcRV5iwqf { width:18.125rem;height:4.0234375rem;top:30.1015625rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp { display:block; }#w8d2UWACDPpUaoRQlAQmVTIhIK78M0wp > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1Cm9mwogUUW0cdTxCg81euJTFgfxboM { width:18.8125rem;height:3.57421875rem;top:1.181640625rem;left:0.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 { display:block; }#zgh7oQHW6ZS6TgmyNyh3OKsxsLzd4em7 > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu { width:20rem;height:22.1875rem;top:18.625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1d5a886-ec63-439c-abe6-061b6e5bfc2c/memphistennesseeusa20250324002642utc1920w.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.adaptive-delivery-prevent-bg, #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.lazyload, #TCHr1LFxkvPkQDuRe602AaTyOTJrDqyu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OMRQCbzNV2wo1BUTRuBpDdJrGHJBULLO { width:18.875rem;height:32.6875rem;top:2.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLoKkgeCC27TL93N9as3vGhv7GMxQVnT { width:3rem;height:3rem;top:4.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn6hCX29svUm1IEo9eFrEFuSOwNzrHxV { width:15.625rem;height:9.4453125rem;top:8.75rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #dqLLZasxvz5EyniJfslnWm5nHsB9ovUp { width:15.3125rem;height:13.5rem;top:19.3125rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #H6tSVhXwGmFD2RxhaE7QyBs0teJuHgRl { top:2.125rem;left:1.21875rem;width:17.5625rem;height:33.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 { display:block; }#puDAc9TVrcTkPTemZ5M4WLCawOmySSg8 > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKNApEQgAGHisrtReThTZnABBnsJgXBl { width:20rem;height:2.0249rem;top:2.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #g3XhPtTDskwyzmKL6vA6xCzUdtcZF9tc { width:3.5rem;height:3.5rem;top:8rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfZp3Wcm7tufQoU0WGZ2mPS2H2Vl2nE { width:12.6875rem;height:1.7246125rem;top:12.375rem;left:3.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #iAE5yr4T7vpLUgQfuIztWTX5f9qwuU5d { width:16.5rem;height:5.25rem;top:14.9375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJpDzwiPxKAfpLhUL48kWm0cJEStvE4 { width:20rem;height:16.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQdQRcsrv6Nk6PiVerFHSpmo8Zv0SZ4 { width:20rem;height:16.5625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7xTJcqIL2NMmerm31WaAquh1r6fBgRT { width:17.4375rem;height:5.25rem;top:48.375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VORzvmkOJURU1OgtQxJhGu0RgszXUKPT { width:12.6875rem;height:1.7246125rem;top:45.875rem;left:3.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #DqG2zElgHvzbyb90MxLgsVZGs0nrMALz { width:3.25rem;height:3.25rem;top:41.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8GQfRpyb4e101EVh3Dh9zSzRP2I1uS { width:20rem;height:15rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdnwTDcoQctl9e6qBFltmhA3TeNo3ywg { width:17.5625rem;height:3.9375rem;top:32.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRLLT0zNJBBLauO1DmCw6bNqXgbpsXI { width:14.0625rem;height:1.6499rem;top:29.75rem;left:3rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #nVTT9zBcWdlMwEGr95wuFqSCgNfn71MM { width:3rem;height:3rem;top:25.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWxT3tBOB4wI3GTizrlFrc1oUwCQuMA { width:20rem;height:17.1875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmy1anlbT22sr7QTaUWGCywrCxTaUfr { width:17.3125rem;height:5.25rem;top:67.3125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTl5qFmiMdo4kvRByr7VHsmTDpXANfho { width:13.8125rem;height:3.298825rem;top:63.375rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #hSAxv2cMEveu7lPrhRDuuDfxPxctK0v4 { width:3.25rem;height:3.25rem;top:59.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiE4lUgkU1oisHXkDtwAChyAmTttbdAT { width:18.125rem;height:3.4375rem;top:76.25rem;left:0.9375rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HwxOIV4CTZkSfVMMiBXskX0x56XkSUih { display:block; }
 }@media only screen and (max-width: 763px) { #BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O { display:block; }#BQ6EETTRwMZi2tpi3NZa9z68wgnQTH8O > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y80O85VttvpZuOJFgFgaWtx2kCp9TqIs { width:20rem;height:20rem;top:42.75rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JrFrTeKZq9EHi1CwTO3ViLBmseA76upa { width:20rem;height:4.19824375rem;top:7.4375rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kcUutv4LAHfFm08C0gcipKPcBUyJoFKN { width:18.125rem;height:3.25rem;top:37.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWtAikI4453s6ewV34qRw1NePawN93WK { display:block; }
 }@media only screen and (max-width: 763px) { #GTNzpzGGQH58HZLTS0vVICA0EPglmMrE { width:18.3125rem;height:4.048825rem;top:2.1875rem;left:0.84375rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq { width:20rem;height:16.494125rem;top:13.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kiGW3O9vmQAl6yQhVWHEmGTkTZx11nOq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #iAUKyM0iwhN9g2DvBgbq03uh7wLslkHN { width:20rem;height:4.19824375rem;top:31.25rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad { display:block; }#GRyzT47Iy3ohDXGIVn3Q1fg903Sa8Rad > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lm5u2V9TMrnHgpE9UMgK1azqkswxHckZ { width:15.875rem;height:19.625rem;top:7.8125rem;left:2.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xKafrszqx0P6ue13tMJrLslKsqd3P4Wn { width:20rem;height:34.9853875rem;top:29.625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zZXB9sv0KaP46GJcRz2CVLD7TRBPWk8p { width:18.125rem;height:3.25rem;top:66.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C98TxuUTqfE60ND81qq8O8EnCwsi5xeu { display:block; }
 }@media only screen and (max-width: 763px) { #HEIJmgHXOmTwrxcyO5yqeJxUMWz3JeAp { width:11.25rem;height:2.03125rem;top:4.375rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6WyigUdBbOo5entJMkQf2mkdspFr6d { width:20rem;height:2.0249rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M { background-color:#ffffff;background-image:none;display:block; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { background-color: transparent; background-image: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container > .video-iframe-container { display: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row > .video-iframe-container { display: none; }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .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); }#SBTI9tIoA8c5QLd7L4EF95TZtmLCUV2M > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNp5ge1NOuFs92OyT7pINw0uTbhzZ5hq { width:20rem;height:2.0249rem;top:2.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pIk7T8CbGE4vRF1yMg22S8hc2tsqxCdW { width:20rem;height:12.1875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6939CfXGTT7ZixMTdSU0N5pXDU1I8lE { width:20rem;height:12.625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP65hhSHqitpgLibEEFpEr2HWorgaO5S { width:16.9375rem;height:1.5rem;top:10.625rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #uJs8Fa1DAdOCbul4x8thJF6NOb5N6H22 { width:16rem;height:3.9375rem;top:12.875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BylZahcIBbPRQNfgiJsKRUHaLIMp30Tc { width:16.4375rem;height:1.5rem;top:24.25rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #aqpTaSwk82zZUVClBhbDMMvrmbxOOpUF { width:17.5625rem;height:3.9375rem;top:26.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv9eZ8OkgdE9QQKokgfs5kk6cGeQ6THf { width:16.5625rem;height:1.5rem;top:38.1875rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VVx6z0Nadu3k1IzdF0ZcpSvGBnekF3TL { width:16.437rem;height:4.19824375rem;top:40.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmt7TPGKh19arD2tgcHMk0ip3mdL4pm { width:18.125rem;height:3.4375rem;top:49.2236328125rem;left:0.9375rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RQfLCyGXQlXg5OhTxta3WxFo8bFvkWGZ { display:block; }
 }@media only screen and (max-width: 763px) { #GFMKOwUUIuHzzmMBchrbEPaslrlDmTSv { width:20rem;height:14.5rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GJ43eO4S0TuQidmQCDRTqw2CiTOfFL { width:3rem;height:3rem;top:7rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCMmiRAwUKVZpFF6BVpgrbIcPqb2iSC { width:3rem;height:3rem;top:20.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLlbtAFCMLGkQQ4Eb0wWagUIebuiAM7D { width:3rem;height:3rem;top:34.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVNkniDxX0kndIZtd6ILhqWCwlEdbyg { display:block; }#edVNkniDxX0kndIZtd6ILhqWCwlEdbyg > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNSqPVotscwguiJUJE8IWTPamvtNuPWz { width:20rem;height:35.6875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuG5X27qaJIXSaXkw6TzgK10uE6pXsQM { width:2.8125rem;height:2.8125rem;top:6.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qh9LW4TboWQ5IF1TpTu4ObQXJoTNJ9 { width:4.5rem;height:4.5rem;top:5.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUQD1m1BOCiXTE82Z9R5Tw2F2HbxHoi { width:9.9375rem;height:1.625rem;top:11.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsbPrONOXaE9uZrikqs5cDADQG1Oyuz { width:16.9375rem;height:24rem;top:13.9375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsmxmJfURfE60vT3F5cZzQW5zCIQE5y { width:9.9375rem;height:1.54345625rem;top:39.3125rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Xz5faw05yd6dZIFJ64ey0HqUqnnPHM { width:20rem;height:2.0249rem;top:1.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #sWpfkw37u8poF12sTOplK0PbOpslJAIx { display:block; }#sWpfkw37u8poF12sTOplK0PbOpslJAIx > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAPa77uGBXKbDfvO28rOl86rKyBsmasw { width:20rem;height:20.1875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XcARPyPaHWOUd0u81aoZTaZoEqadbK { width:2.8125rem;height:2.8125rem;top:1.46875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlbNEbIb0dp9MsbkxSEMofvQ8SfGpwl6 { width:20rem;height:21.6875rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxX5z6DegV46a6o68Z9rhhIRJkWBIBqk { width:20rem;height:20.0625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTC8JgW3PZfLAgEF5cS46Bow2pgdOshE { width:9.4360625rem;height:1.54345625rem;top:19.1875rem;left:1.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvw7ZJyrUmJBN55uDl5mRbbCegZe4zn0 { width:2.8125rem;height:2.8125rem;top:25.21875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMsBrMDb0oU1gVkxRiewLQZighdRRFxP { width:2.8125rem;height:2.8125rem;top:49.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF483fnliaQzKn874s1C2PBaaszW6llg { width:16.875rem;height:9rem;top:32.8125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAumWzBf9CHWOyfZJD3BVXHeePnVxIp { width:16.4375rem;height:9rem;top:8.78125rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSQWoKlCmuheRuJK0ILIueC6f1qG2qO1 { width:15.8125rem;height:10.5rem;top:56.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJcKeMhXqC7B1A79y7hu3o8hhhS6txer { width:4.5rem;height:4.5rem;top:0.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOtwB8VzbaRPrvemyUDEKqblFhC6JR5O { width:4.5rem;height:4.5rem;top:24.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v92ecD391OU1noiPyuaCvG6XbZ46IUob { width:9.9375rem;height:1.54345625rem;top:43.0625rem;left:1.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RThCWOzge2sSai8e2N2pTfIkAbyWvw { width:4.5rem;height:4.5rem;top:48.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKUrSsqsE2D3xGJ5xuGHG6taAldwK { width:9.9375rem;height:1.54345625rem;top:68.125rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmI9kxr9uOWKb79oICQ81NqXTgek2AV9 { width:9.9375rem;height:1.625rem;top:6.25rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlgTJasTHmHnCDvWSL1ELLaEEk9OFQVR { width:9.9375rem;height:1.625rem;top:30.3125rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyDyhBUCovz3TGhIe9VEIBpUO7hxWPDx { width:9.9375rem;height:1.625rem;top:53.875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcFb24bTMu6BhmZNxmRrP6Tay2MWS6qF { width:18.125rem;height:3.4375rem;top:73.625rem;left:0.9375rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bO8BC9vHPaTJoPF352epHUsOqQMamiFH { display:block; }
 }@media only screen and (max-width: 763px) { #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f477ec8b-3539-49a5-8bcb-94c59a471173/iStock1434493446.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.adaptive-delivery-prevent-bg, #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.lazyload, #b0P7MxatDo7IDqhA6LHViaGyfVdFspcr.lazyloading { background-image: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { background-color: transparent; background-image: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container > .video-iframe-container { display: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.75); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row > .video-iframe-container { display: none; }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .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); }#b0P7MxatDo7IDqhA6LHViaGyfVdFspcr > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJRXruTRDxXLWsSO8vH3Gax2NMWhRxEC { width:18.9375rem;height:4.3496125rem;top:2.375rem;left:0.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vVCOHaXCfdXMvTMCrh1M5P7oDim1CLps { width:19.125rem;height:10.411125rem;top:7.6875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #stS6hoPlyeZVqCuzMfSTax1rCWWaQsRy { width:18.125rem;height:3.4375rem;top:19.5625rem;left:0.9375rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0R90Rk9gBLJf3CHIcG0273TVB68tyN { display:block; }
 }@media only screen and (max-width: 763px) { #unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV { display:block; }#unVQxp0Qmhh20vL0ougZfZpTzu0R3uEV > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llzv2cBW9mBy4tQoKiSKPatDnHTlIODX { width:20rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6TzzdtCJ3eedrs2bJ75dMEo685etCdT { width:20rem;height:0.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg { display:block; }#cJFAqPkxaQB5wXGTB2vXAOfePrr0Imqg > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG { display:flex;width:1.5625rem;height:1.5625rem;top:16.1875rem;left:1.125rem;font-size:1.0625rem; }
#qF7PZdM6pHzI2TCf9OiGTdMPCdJE0iXG > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #iBDG7z7vA3bAfr71hsVpkQwpHILCLUkk { width:11.1875rem;height:1.625rem;top:16.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1IaskF68XxJyyVsfTbmPCODPCG2uuZt { display:flex;width:1.6875rem;height:1.6875rem;top:12.25rem;left:1.125rem;font-size:1.125rem; }
#r1IaskF68XxJyyVsfTbmPCODPCG2uuZt > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #P3MAtQNvJHsVTDCMuUs9Py60VsWlHK6R { width:15.125rem;height:3.1494125rem;top:12.0625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGXT58NlTIrhJN5m5K5gVIX18XSxDfeg { width:10.625rem;height:1.7871125rem;top:8.4375rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8hqS8QiPxBnnEdx2cwfeqfWy1JWs9u { width:10.125rem;height:3.375rem;top:2.51171875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUAGmug893hpKlTJToFmOIIZl5Z9pHV { display:block; }#MNUAGmug893hpKlTJToFmOIIZl5Z9pHV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNUX5ShebTPOo2DWz5pbNRhLb8QeqJzD { width:12.5rem;height:2.625rem;top:1.5625rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJUCM8KO4nHO5xnZnzFt9xAULOoTtEn3 { width:20rem;height:1.2246125rem;top:4.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }