.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:255,247,236;--color-primary-1:255,230,192;--color-primary-2:255,204,128;--color-primary-3:128,102,64;--color-primary-4:38,31,19;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cabin";--paragraphs-font-family:"Lato"; }@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); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { background-color: transparent; background-image: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container > .video-iframe-container { display: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row > .video-iframe-container { display: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .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); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { border-width: 0; border-radius: 0; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#BNOvTLiDSgbOeDdVvEDMnIgMkor3bu48 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.625rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#miMAI5SkB4wQUb5ZpWGGTwkx0cUPCBgM { background-color:transparent;background-image:none;border-top:0.0625rem solid #1f333b;border-left:0.0625rem solid #1f333b;border-right:0.0625rem solid #1f333b;border-bottom:0.0625rem solid #1f333b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3535rem;height:2.2910125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.134765625rem;left:68.646484375rem;display:block; }
#B9qM3wl21F9VgGQMHEGFLHldzIxDa54p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zn9b4S9PuRzSsD5HqqJPSpl8UUICDaVm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.15625rem;left:36.9375rem;display:block; }
#rVoe3f6qDhy6J2fRTppWkxN9kw6KQmMU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFPbRplgRO7bfrdLZJfEGt8e7TWmLJcX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.15625rem;left:43.5625rem;display:block; }
#Ffdebd3sCicQ3WJQeFTlh0EAegvEcXl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehGlH6PhQIIlm9Mu8cPlaFpEkKKawJ1v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9965rem;height:2.2482625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.15625rem;left:50.5rem;display:block; }
#JTFHyJG73yy89sOsMIaibw7dX3eUnv2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxDFO1yw7mh6mMHlmKn0PmlpUfJfcaPu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.996125rem;height:2.24805rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.15625rem;left:58.68359375rem;display:block; }
#EbBp2a5GlkiKT2G47lsAhVQbwVDsm2dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33355d8f-49f9-4d8c-a2d6-d64c81342415/HammonsGlobalVision2ch.jpg");background-position: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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.adaptive-delivery-prevent-bg, #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.lazyload, #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.lazyloading { background-image: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { background-color: transparent; background-image: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,24,26,0.54); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container > .video-iframe-container { display: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,24,26,0.54); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row > .video-iframe-container { display: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .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); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { border-width: 0; border-radius: 0; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2::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; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;overflow:visible;position:relative;display:block; }#AiPHdNzxpxg1VyoT0lLI8OSqd4W0W9uH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f333b;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4355625rem;height:3.2487rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.248699188233rem;left:26.781686782837rem;display:block; }
#M9CVVyU5TAWgQfHp5NTgnmcM7R6sBnMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcOySV6vTRF5oLfzISfVJLBvkUntKet3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:11.997612953186rem;left:0rem;height:5.84895625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eun8mSBC0MCOnXe5aLqOsA3EJpnndypJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:18.897569656372rem;left:0rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container { background-color: transparent; background-image: none; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container > .video-iframe-container { display: none; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row > .video-iframe-container { display: none; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .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); }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container { border-width: 0; border-radius: 0; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#XqfwseTX48q90vEWnTSRvIRyh2cCLCMX { position:absolute;display:block;z-index:15014;height:23.249rem;width:37.3115rem;top:2.7431640625rem;left:37.5rem;display:block; }
#ovG744vp74AIwzho893KHT6MH2seCFrh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9939375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:4.375rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x4ytPzh5y9wvTv6ZxWm2T9NTNqBdmV0y { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8105625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.375rem;left:0rem;height:16.9921875rem;font-style:normal;display:block; }
#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container { background-color: transparent; background-image: none; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container > .video-iframe-container { display: none; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row > .video-iframe-container { display: none; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .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); }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container { border-width: 0; border-radius: 0; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container { font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;position:relative;display:block; }#niKA7nNNrrXTTUNMALP1LiXLSke19TCz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:38.4375rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pZei579EwBNPlv0RwaR8zuvnTfXcNPcR { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:7.5rem;left:52.25rem;height:10.8203125rem;font-style:normal;display:block; }#pZei579EwBNPlv0RwaR8zuvnTfXcNPcR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZei579EwBNPlv0RwaR8zuvnTfXcNPcR li:before{  }
#ibQkXzLNg9RTk6DO9fnCFfu8TF7xVrNK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.0625rem;left:52.25rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.5rem;left:28.5rem;height:11.4453125rem;font-style:normal;display:block; }#MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 li:before{  }
#omXW0hzHRoisP98IzVOAO8F1LvyJLJiP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:21.5rem;left:28.5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:25.375rem;left:28.5rem;height:7.109375rem;font-style:normal;display:block; }#PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P li:before{  }
#oAnKdEE7TQJPkUbn7osZAlZ5kC07DnFu { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.875rem;left:28.125rem;display:block; }
#Pc1CTmuXqVd7lRpbPKfuvoVaxvHX77OK { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.875rem;left:52.25rem;display:block; }
#bESQeZi5u9T4pbdSwX400x8cTEfhHbR6 { box-sizing:content-box;height:0.125rem;width:42.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.375rem;left:28.5625rem;display:block; }
#C7W5oSTpLTZ9Ri23fGVbmlnyKgcSJVn3 { box-sizing:content-box;height:0.124783125rem;width:39.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.125rem;left:0rem;display:block; }
#LCQQh7GIh4tuGQXuxAlGNwWpiWmBPesW { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:42.375rem;left:0rem;height:15.29296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B0dMQw0ghAkGK1Lq8G1Jpxv0uW6MbnKV { position:absolute;display:block;z-index:15004;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:29.4375rem;width:26.4375rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#XJiFAsNEOPHtT4mTs45WGE7V2lgcWLdk { 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:26.749125rem;width:31.25rem;top:36.625rem;left:43.75rem;overflow:hidden;display:block; }
#dTlmaf3Cxii1ASMCBG68umG2XG8wMQJe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.0625rem;left:28.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hLm6SCgtpeKPPn1wlTTyKJKszABkrQz7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.3125rem;left:0rem;display:block; }
#Z6OOrJzhSWUuuZ4QbygWKqiVOzk9H4SJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8f33c4bf-1657-44f4-82ef-f54ed1163bb0/FU95_DAVIDHAMMONDS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG.adaptive-delivery-prevent-bg, #Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG.lazyload, #Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG.lazyloading { background-image: none; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container { background-color: transparent; background-image: none; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container > .video-iframe-container { display: none; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row > .video-iframe-container { display: none; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .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); }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container { border-width: 0; border-radius: 0; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#VIEmOKAUm2FApADCZm5aWMxxv1wodnJu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;height:34.375rem;width:41.625rem;top:3.732421875rem;left:16.607421875rem;display:block; }
#FzOZ6eX95KNonOhukTVWhdAbX6aykaKx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.995125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:6.560546875rem;left:18.875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JCSZGxMapvXVNz0FPH8C51az33VWnFkT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.123046875rem;left:18.875rem;height:25.5rem;font-style:normal;display:block; }
#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy { position:relative;display:block; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy { background-color: transparent; background-image: none; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row .container > .video-iframe-container { display: none; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row > .video-iframe-container { display: none; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .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); }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy { border-width: 0; border-radius: 0; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .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; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .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:31rem;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; }#BAi10izfw1Z9TBL0pG09oyHXd2skVwZO { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9970625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:4.375rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gf6VyFJiraqcpofQKwa1wrA8lwOP6PvB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:17.25rem;display:block; }
#lAQ3f9UeqyOC3RngwpTAbJLPNoL3xgW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:39.625rem;height:18rem;font-style:normal;display:block; }
#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b23a0429-6598-40f1-89f1-faad36214961/AdobeStock_1102982332_Editorial_Use_Only.jpeg");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; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD.adaptive-delivery-prevent-bg, #aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD.lazyload, #aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD.lazyloading { background-image: none; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container { background-color: transparent; background-image: none; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container > .video-iframe-container { display: none; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row > .video-iframe-container { display: none; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .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); }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container { border-width: 0; border-radius: 0; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#wWDtwRJpdfXVCQEEN9aN6sbMmrQqStlI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;height:32rem;width:27.625rem;top:9.6875rem;left:43.9375rem;display:block; }
#FqzSaD3VieQccEx12VQ8pNUnmXPAN2P9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:.9;letter-spacing:0;top:12rem;left:45.875rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:14.75rem;left:45.875rem;height:23.709625rem;font-style:normal;display:block; }#GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk li:before{  }
#cBOH6bQUvw1REC8gpra6knlinqi5TGnb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:38.4375rem;top:9.6875rem;left:3.4375rem;display:block; }
#MabvtbPTUI4m7T9dG8NkeIZepXMqBA5G { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9931875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:11.9375rem;left:5rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X4oIsqubnNqWWUNahfR5oiIzVytcugci { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:14.75rem;left:5rem;height:10.247375rem;font-style:normal;display:block; }#X4oIsqubnNqWWUNahfR5oiIzVytcugci li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X4oIsqubnNqWWUNahfR5oiIzVytcugci li:before{  }
#yA7CXbopS63haMaw3rVnHl1hrFka0zIc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9931875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:29.4375rem;left:5.0625rem;height:1.4622375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3l9ULAiMifztzpLO0IdJ760vgPcBbma { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:32.0625rem;left:4.875rem;height:8.1354375rem;font-style:normal;display:block; }#T3l9ULAiMifztzpLO0IdJ760vgPcBbma li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3l9ULAiMifztzpLO0IdJ760vgPcBbma li:before{  }
#OCtyBlMzv7r8XovTXzaHkTWT7ig7FINt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.4375rem;height:2.92480625rem;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; }
#B6sb39yWTZFplKF9EsB7fhVbeknRokal { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 0.5rem rgba(var(--color-tertiary-4),0.15) ;height:13.75rem;width:38.4375rem;top:28rem;left:3.5625rem;display:block; }
#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn { position:relative;display:block; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn { background-color: transparent; background-image: none; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row .container > .video-iframe-container { display: none; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row > .video-iframe-container { display: none; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .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); }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn { border-width: 0; border-radius: 0; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .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; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .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:35.75rem;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; }#SMHeIywVrfvdbneMzuDKy5SNTTcU4HtL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.812255859375rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6OkIUVrwUIWpF9R8NrmubStTSt5wSw5 { position:absolute;display:block;z-index:15004;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:14.8125rem;width:15.625rem;top:7.8125rem;left:5.8125rem;overflow:hidden;display:block; }
#GkvLL8hTw3Niy5TPzyUZKHT2Gl6VZ5TX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:24rem;left:5.8125rem;height:6rem;display:block; }
#Cqa91E7VtowyE2lfN7bH3fRfV3TDq3Qr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:15.625rem;top:7.8125rem;left:29.625rem;overflow:hidden;display:block; }
#hDyRqoLSZ4UOOVwbDPsgAq85FxrD0tQs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:15.625rem;top:7.8125rem;left:53.625rem;overflow:hidden;display:block; }
#pO3UPELJCXFOFw51PGoUXkoF3WlKcesU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24rem;left:29.625rem;height:6rem;display:block; }
#IURT6wz5qdRstGnmzNn0LhTgqEHoTwy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24rem;left:53.6875rem;height:6rem;display:block; }
#O6wnQOAkmJTT1HynHHflzA8SLCvr49y6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:30rem;left:5.8125rem;height:1.125rem;font-style:italic;display:block; }
#cxxXukTCTAJNg5dyBkRcAakHI4g7LIhK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:30rem;left:29.6875rem;height:1.125rem;font-style:italic;display:block; }
#TnZpReRmXDzIUIk7XAADnWSpq5h79D8E { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:30rem;left:53.6875rem;height:1.125rem;font-style:italic;display:block; }
#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container { background-color: transparent; background-image: none; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container > .video-iframe-container { display: none; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row > .video-iframe-container { display: none; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .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); }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container { border-width: 0; border-radius: 0; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#lrB5Uo4pOepvbtRTbgMKpq8SOMrJaatG { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:29.5rem;width:27.3125rem;top:4.7499904632568rem;left:0.375rem;display:block; }
#UBHIH7XesPW2TLXBarXzTvITTlPwiUox { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:30.125rem;width:28.0625rem;top:3.125rem;left:1.1875rem;overflow:hidden;display:block; }
#aDhLqEod9sZFT2mKSq6HhZGd5Td37pA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.9375rem;left:38.375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KKxGzt0sLWSrCCBQlg9ssNVrBrLK9Cnt { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.1875rem;left:38.375rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { position:relative;display:block; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { background-color: transparent; background-image: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container > .video-iframe-container { display: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row > .video-iframe-container { display: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .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); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { border-width: 0; border-radius: 0; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .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; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .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:39.375rem;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; }#BTMAzPvNMVRLK2fGQPU3SeEGU2D9KS94 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.75rem;left:48.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#K7ywq1mteWOom2XrNZJdT3l3aafSkw4G { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:23rem;left:48.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#SePSEMDsodOpx3wNX10WkSnEBMKAIR74 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:6.624rem;width:5.999025rem;top:19.25rem;left:40.6875rem;overflow:hidden;display:block; }
#Xg1yb0ETTb2a8l3s45vLXwUVRakgVGm5 { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.499rem;width:5.749025rem;top:20rem;left:40.3125rem;display:block; }
#wu4367EZXTtpbkmVCgqfeyNVW6Dx2EOt { color:rgba(var(--color-tertiary-4),0.6);display:block;width:20.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.125rem;left:42.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fLsdDFp1TRFWOdQOJezvNOQnBrHruopa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:13.5625rem;left:46.6875rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#bQmFXQE0uyMd2Vb3JAUiMZwxk0w8eFpV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.125rem;left:41.875rem; }
#INvyTlEkM4oN3PteOM8n5ngnOg7cio5H { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),0.46);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.1875rem;width:55rem;top:3.0625rem;left:9.4375rem;display:block; }
#uzGnvQTLyIetpkXnaiqzhq744LlzuorP { color:#1f333b;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:7.5rem;left:12.0625rem;height:1.69965rem;text-align:left;text-align-last:left;display:block; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-form-header {  }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:22.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.4; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:22.625rem;box-sizing:border-box;height:3.5625rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.4; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:22.625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.625rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.4; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .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; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-container:first-of-type{padding-top:0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-container:last-of-type{padding-bottom:0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(105,109,112,0.8) ;left:12.0625rem;top:10.9375rem;z-index:14997;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.5;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; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 {display:block;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(105,109,112,0.8) ;left:12.0625rem;top:10.9375rem;z-index:14997;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #nT8neu40Vuz5iIEMWHBcKZaM1FvS5s8M { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #G0UE2wWFwr2ZCthhO6IEmMpWk5NNUVd4 { position:relative;display:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TwQTahiuTIDi3L7JhBK5pyybUNLtuwXH { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TaDsn3tH6pTfNuS4bW4zV9zOs2GP7hOz { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #FDpPCAofdk4HSkgvspJZdKVpdFgWfPUT { position:relative;display:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #crfub8KbaNWFtnakxrA1SHPfwFPKTG78 { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #uU1TEq0hGkVR72ZUmyKBw46fJ7N56GDF { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #VHQATvIZMTeJ5sRJ2rg5dKOpuSOylQg7 { position:relative;display:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #zFp3OpZZPBAqhEODA2LpUE06M5WNz81q { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #pdW3NR6eIvfpwowO3TwATWxAF6dh5RzR { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #m61iFmDayuD0fvCw3wXFgtsavaINvxdc { position:relative;display:none; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #EwHfbQn1lR1nReAtAoPgdDATMUZMg2tT { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #dGqCW4fGEwUf1mqT9nmDPExFxPh1KMli { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #HtuWDsxDDowy8oZeUOeVhyyqOkzSpnuK { position:relative; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #Z2UAFUNVTArMWDKT88lKNH7GJLQsgTBc { position:relative;z-index:15000; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #vqwmSXlXFnLgDsqvbeuIMSLz6MTxocl3 { position:relative;z-index:15000; }
#gmdWcLSBFwrRdiHvJ6etw3QJPQF6XATy { color:#1f333b;display:block;width:27.6871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:4.3125rem;left:12.0625rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sLfkN7PGAP1tL1aD0ln7WTsusDSxTswl { box-sizing:content-box;height:6.25rem;width:0.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.9375rem;left:40.5rem;display:block; }
#dPtbZn286Cg8HF94qtCQ8tu06yEGM7fn { position:absolute;display:block;z-index:15027;height:8.375rem;width:14.9375rem;top:27.9375rem;left:60.0625rem;display:block; }
#IEEQ9fDbBMn4DwGwoD0aATkRcTXoLebv { position:absolute;display:block;z-index:15030;height:6.1875rem;width:11.0625rem;top:3.0624904632568rem;left:62.705879285231rem;display:block; }
#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container { background-color: transparent; background-image: none; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container > .video-iframe-container { display: none; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row > .video-iframe-container { display: none; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .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); }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container { border-width: 0; border-radius: 0; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#zh7gd1gyz0wfJFW79Mv1wrW2aSabKQM7 { box-sizing:content-box;height:13.125rem;width:0.12402375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.0625rem;left:40.0625rem;display:block; }
#ragdgOzrhKN6FgNvl5plchBSsbM6ps5b { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:9.25rem;left:44.875rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#mNUHnpnRl8eAJSD45d1ox8vikiv0grIF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.1875rem;left:41.9375rem; }
#f06kc2O6GbgkPtMqXykQUOSxkoilATE3 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.125rem;left:41.6875rem; }
#HVNiZcLlrcOaKatv2eTXyfN3eT85PyB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:6.4375rem;left:44.875rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#EOn7W2FEIxBLkdbfF8msET6R8tVkqNBa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FItpgxvQU1AREwfaFZQvfk5Lu7ehKwZU { position:absolute;display:block;z-index:15004;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.0625rem;width:15.3125rem;top:1.76513671875rem;left:8.748779296875rem;overflow:hidden;display:block; }
#P3rzJ9XvnuDTR07L9TR3g55dSdhkoFsT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.172119140625rem;left:10.2490234375rem;height:9.096375rem;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:left;text-align-last:left;font-style:normal;display:block; }
#zwR4H8ace8EzJnMzrnZwvwzGtqedzQmc { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:69.125rem;height:1.2999125rem;display:block; }
#fkqehciahDaal0OFOVT1Qc6qZe24DEiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.9375rem;left:69.9375rem; }
#fkqehciahDaal0OFOVT1Qc6qZe24DEiy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18191f;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; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container { background-color: transparent; background-image: none; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container > .video-iframe-container { display: none; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row > .video-iframe-container { display: none; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .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); }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container { border-width: 0; border-radius: 0; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#LLsSTotRXrW81WfulwZJMm9Ql4B17bap { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5121527910232rem;left:57.861110687256rem;height:3.41015625rem;font-style:normal;display:block; }
#IvCLk88s0wur9qT1GwrilVmo8RXIwOsw { position:absolute;display:block;z-index:15008;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.5rem;width:15.125rem;top:1.96875rem;left:1.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM { display:block; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNOvTLiDSgbOeDdVvEDMnIgMkor3bu48 { width:13.625rem;height:4.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMAI5SkB4wQUb5ZpWGGTwkx0cUPCBgM { width:6.3125rem;height:2.25rem;top:1.125rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qM3wl21F9VgGQMHEGFLHldzIxDa54p { display:block; }
 }@media only screen and (max-width: 763px) { #Zn9b4S9PuRzSsD5HqqJPSpl8UUICDaVm { width:7.375rem;height:2.25rem;top:1.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVoe3f6qDhy6J2fRTppWkxN9kw6KQmMU { display:block; }
 }@media only screen and (max-width: 763px) { #NFPbRplgRO7bfrdLZJfEGt8e7TWmLJcX { width:7.625rem;height:2.25rem;top:1.125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffdebd3sCicQ3WJQeFTlh0EAegvEcXl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ehGlH6PhQIIlm9Mu8cPlaFpEkKKawJ1v { width:8.9375rem;height:2.1875rem;top:1.125rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFHyJG73yy89sOsMIaibw7dX3eUnv2M { display:block; }
 }@media only screen and (max-width: 763px) { #nxDFO1yw7mh6mMHlmKn0PmlpUfJfcaPu { width:8.9375rem;height:2.1875rem;top:1.125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBp2a5GlkiKT2G47lsAhVQbwVDsm2dm { display:block; }
 }@media only screen and (max-width: 763px) { #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 { display:block; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiPHdNzxpxg1VyoT0lLI8OSqd4W0W9uH { width:21.375rem;height:3.1875rem;top:23.1875rem;left:13.156686782837rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9CVVyU5TAWgQfHp5NTgnmcM7R6sBnMm { display:block; }
 }@media only screen and (max-width: 763px) { #qcOySV6vTRF5oLfzISfVJLBvkUntKet3 { top:11.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eun8mSBC0MCOnXe5aLqOsA3EJpnndypJ { top:18.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU { display:block; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqfwseTX48q90vEWnTSRvIRyh2cCLCMX { top:2.6875rem;left:10.5rem;width:37.25rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovG744vp74AIwzho893KHT6MH2seCFrh { width:25.9375rem;height:1.75rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ytPzh5y9wvTv6ZxWm2T9NTNqBdmV0y { top:7.375rem;left:0rem;width:35.75rem;height:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF { display:block; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKA7nNNrrXTTUNMALP1LiXLSke19TCz { width:35.9375rem;height:2.25rem;top:38.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZei579EwBNPlv0RwaR8zuvnTfXcNPcR { width:21.1875rem;height:10.8125rem;top:7.5rem;left:26.5625rem;font-size:1rem;display:block; }#pZei579EwBNPlv0RwaR8zuvnTfXcNPcR li:before{  }
 }@media only screen and (max-width: 763px) { #ibQkXzLNg9RTk6DO9fnCFfu8TF7xVrNK { width:18.75rem;height:2.25rem;top:4.0625rem;left:29rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 { width:18.9375rem;height:11.4375rem;top:7.5rem;left:14.875rem;font-size:1rem;display:block; }#MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 li:before{  }
 }@media only screen and (max-width: 763px) { #omXW0hzHRoisP98IzVOAO8F1LvyJLJiP { width:21.5625rem;height:2.25rem;top:21.5rem;left:14.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P { width:43.125rem;height:7.0625rem;top:25.375rem;left:4.625rem;font-size:1rem;display:block; }#PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P li:before{  }
 }@media only screen and (max-width: 763px) { #oAnKdEE7TQJPkUbn7osZAlZ5kC07DnFu { top:6.875rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc1CTmuXqVd7lRpbPKfuvoVaxvHX77OK { top:6.875rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bESQeZi5u9T4pbdSwX400x8cTEfhHbR6 { top:24.375rem;left:5.25rem;width:42.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7W5oSTpLTZ9Ri23fGVbmlnyKgcSJVn3 { top:41.125rem;left:0rem;width:39.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQQh7GIh4tuGQXuxAlGNwWpiWmBPesW { width:39.6875rem;height:15.25rem;top:42.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dMQw0ghAkGK1Lq8G1Jpxv0uW6MbnKV { top:3.6875rem;left:0rem;width:26.4375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJiFAsNEOPHtT4mTs45WGE7V2lgcWLdk { top:36.625rem;left:16.5rem;width:31.25rem;height:26.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlmaf3Cxii1ASMCBG68umG2XG8wMQJe { width:15.3125rem;height:2.25rem;top:4.0625rem;left:14.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLm6SCgtpeKPPn1wlTTyKJKszABkrQz7 { width:17.3125rem;height:2.625rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6OOrJzhSWUuuZ4QbygWKqiVOzk9H4SJ { display:block; }
 }@media only screen and (max-width: 763px) { #Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG { display:block; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIEmOKAUm2FApADCZm5aWMxxv1wodnJu { width:41.625rem;height:34.375rem;top:3.6875rem;left:2.982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOZ6eX95KNonOhukTVWhdAbX6aykaKx { width:25.9375rem;height:1.75rem;top:6.5rem;left:5.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSZGxMapvXVNz0FPH8C51az33VWnFkT { width:37.25rem;height:25.5rem;top:10.0625rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnnX4hFpbFx4gepcy4UnpMgz76gdluTy { display:block; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAi10izfw1Z9TBL0pG09oyHXd2skVwZO { width:25.9375rem;height:1.6875rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6VyFJiraqcpofQKwa1wrA8lwOP6PvB { top:8.5rem;left:0rem;width:33.75rem;height:17.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAQ3f9UeqyOC3RngwpTAbJLPNoL3xgW2 { width:35.3125rem;height:18rem;top:8.5rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD { display:block; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWDtwRJpdfXVCQEEN9aN6sbMmrQqStlI { width:27.625rem;height:32rem;top:9.6875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzSaD3VieQccEx12VQ8pNUnmXPAN2P9 { width:17.75rem;height:1.4375rem;top:12rem;left:30rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk { width:23.875rem;height:23.6875rem;top:14.75rem;left:23.875rem;font-size:0.875rem;display:block; }#GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk li:before{  }
 }@media only screen and (max-width: 763px) { #cBOH6bQUvw1REC8gpra6knlinqi5TGnb { width:38.4375rem;height:16.5625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MabvtbPTUI4m7T9dG8NkeIZepXMqBA5G { width:25.9375rem;height:1.4375rem;top:11.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4oIsqubnNqWWUNahfR5oiIzVytcugci { width:35.375rem;height:10.1875rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }#X4oIsqubnNqWWUNahfR5oiIzVytcugci li:before{  }
 }@media only screen and (max-width: 763px) { #yA7CXbopS63haMaw3rVnHl1hrFka0zIc { width:25.9375rem;height:1.4375rem;top:29.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3l9ULAiMifztzpLO0IdJ760vgPcBbma { width:35.9375rem;height:8.125rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:block; }#T3l9ULAiMifztzpLO0IdJ760vgPcBbma li:before{  }
 }@media only screen and (max-width: 763px) { #OCtyBlMzv7r8XovTXzaHkTWT7ig7FINt { top:5.125rem;left:0rem;width:18.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6sb39yWTZFplKF9EsB7fhVbeknRokal { width:38.4375rem;height:13.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn { display:block; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMHeIywVrfvdbneMzuDKy5SNTTcU4HtL { width:47.75rem;height:2.625rem;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OkIUVrwUIWpF9R8NrmubStTSt5wSw5 { top:7.8125rem;left:0rem;width:15.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvLL8hTw3Niy5TPzyUZKHT2Gl6VZ5TX { top:24rem;left:0rem;width:17.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqa91E7VtowyE2lfN7bH3fRfV3TDq3Qr { top:7.8125rem;left:16rem;width:15.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDyRqoLSZ4UOOVwbDPsgAq85FxrD0tQs { top:7.8125rem;left:32.125rem;width:15.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO3UPELJCXFOFw51PGoUXkoF3WlKcesU { top:24rem;left:16rem;width:17.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IURT6wz5qdRstGnmzNn0LhTgqEHoTwy4 { top:24rem;left:34rem;width:13.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6wnQOAkmJTT1HynHHflzA8SLCvr49y6 { top:30rem;left:0rem;width:17.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxxXukTCTAJNg5dyBkRcAakHI4g7LIhK { top:30rem;left:16.0625rem;width:17.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZpReRmXDzIUIk7XAADnWSpq5h79D8E { top:30rem;left:32.1875rem;width:15.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK { display:block; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrB5Uo4pOepvbtRTbgMKpq8SOMrJaatG { width:27.3125rem;height:29.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBHIH7XesPW2TLXBarXzTvITTlPwiUox { top:3.125rem;left:0rem;width:28.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhLqEod9sZFT2mKSq6HhZGd5Td37pA3 { width:34.5rem;height:2.25rem;top:6.9375rem;left:13.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxGzt0sLWSrCCBQlg9ssNVrBrLK9Cnt { width:35.8125rem;height:22.5rem;top:11.1875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { display:block; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTMAzPvNMVRLK2fGQPU3SeEGU2D9KS94 { width:8.5625rem;height:1.25rem;top:21.75rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ywq1mteWOom2XrNZJdT3l3aafSkw4G { top:23rem;left:34.5rem;width:12.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SePSEMDsodOpx3wNX10WkSnEBMKAIR74 { top:19.25rem;left:27.0625rem;width:5.9375rem;height:6.555137475465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1yb0ETTb2a8l3s45vLXwUVRakgVGm5 { width:5.6875rem;height:6.4375rem;top:20rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4367EZXTtpbkmVCgqfeyNVW6Dx2EOt { width:20.125rem;height:1.25rem;top:11.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsdDFp1TRFWOdQOJezvNOQnBrHruopa { top:13.5625rem;left:33.062503814698rem;width:12.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmFXQE0uyMd2Vb3JAUiMZwxk0w8eFpV { top:13.125rem;left:28.25rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INvyTlEkM4oN3PteOM8n5ngnOg7cio5H { width:47.75rem;height:33.1875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzGnvQTLyIetpkXnaiqzhq744LlzuorP { width:45rem;height:1.6875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-regular-label { display:block;width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-checkbox-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3  { width:22.625rem;height:auto;top:10.9375rem;left:0rem; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 {display:block;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 { width:22.625rem;height:auto;top:10.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #nT8neu40Vuz5iIEMWHBcKZaM1FvS5s8M {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #G0UE2wWFwr2ZCthhO6IEmMpWk5NNUVd4 { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TwQTahiuTIDi3L7JhBK5pyybUNLtuwXH {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TaDsn3tH6pTfNuS4bW4zV9zOs2GP7hOz {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #FDpPCAofdk4HSkgvspJZdKVpdFgWfPUT { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #crfub8KbaNWFtnakxrA1SHPfwFPKTG78 {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #uU1TEq0hGkVR72ZUmyKBw46fJ7N56GDF {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #VHQATvIZMTeJ5sRJ2rg5dKOpuSOylQg7 { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #zFp3OpZZPBAqhEODA2LpUE06M5WNz81q {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #pdW3NR6eIvfpwowO3TwATWxAF6dh5RzR {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #m61iFmDayuD0fvCw3wXFgtsavaINvxdc { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #EwHfbQn1lR1nReAtAoPgdDATMUZMg2tT {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #dGqCW4fGEwUf1mqT9nmDPExFxPh1KMli {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #HtuWDsxDDowy8oZeUOeVhyyqOkzSpnuK {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #Z2UAFUNVTArMWDKT88lKNH7GJLQsgTBc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #vqwmSXlXFnLgDsqvbeuIMSLz6MTxocl3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #gmdWcLSBFwrRdiHvJ6etw3QJPQF6XATy { width:27.625rem;height:3.1875rem;top:4.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLfkN7PGAP1tL1aD0ln7WTsusDSxTswl { top:10.9375rem;left:26.875rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtbZn286Cg8HF94qtCQ8tu06yEGM7fn { top:27.9375rem;left:32.8125rem;width:14.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEEQ9fDbBMn4DwGwoD0aATkRcTXoLebv { top:3rem;left:9rem;width:11.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch { display:block; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh7gd1gyz0wfJFW79Mv1wrW2aSabKQM7 { top:1.0625rem;left:26.4375rem;width:0.0625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ragdgOzrhKN6FgNvl5plchBSsbM6ps5b { top:9.25rem;left:26.0625rem;width:21.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUHnpnRl8eAJSD45d1ox8vikiv0grIF { top:9.1875rem;left:28.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06kc2O6GbgkPtMqXykQUOSxkoilATE3 { top:6.125rem;left:28.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVNiZcLlrcOaKatv2eTXyfN3eT85PyB5 { top:6.4375rem;left:26.875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOn7W2FEIxBLkdbfF8msET6R8tVkqNBa { width:18.75rem;height:1.25rem;top:3.75rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItpgxvQU1AREwfaFZQvfk5Lu7ehKwZU { width:15.3125rem;height:2.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rzJ9XvnuDTR07L9TR3g55dSdhkoFsT { top:5.125rem;left:0rem;width:28.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwR4H8ace8EzJnMzrnZwvwzGtqedzQmc { top:13rem;left:42.9375rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkqehciahDaal0OFOVT1Qc6qZe24DEiy { top:9.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#fkqehciahDaal0OFOVT1Qc6qZe24DEiy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LrspAqP35X6q575DWgh4dHcHGZIhOXcO { display:block; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLsSTotRXrW81WfulwZJMm9Ql4B17bap { top:1.5rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvCLk88s0wur9qT1GwrilVmo8RXIwOsw { top:1.9375rem;left:0rem;width:15.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { background-color: transparent; background-image: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container > .video-iframe-container { display: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row > .video-iframe-container { display: none; }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .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); }#LDwBXtSqqvGkzlHpV5PFGpmzdQuvWUZM > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNOvTLiDSgbOeDdVvEDMnIgMkor3bu48 { width:9.3125rem;height:2.625rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miMAI5SkB4wQUb5ZpWGGTwkx0cUPCBgM { width:5.4375rem;height:2.1875rem;top:0.75rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qM3wl21F9VgGQMHEGFLHldzIxDa54p { display:block; }
 }@media only screen and (max-width: 763px) { #Zn9b4S9PuRzSsD5HqqJPSpl8UUICDaVm { width:5.875rem;height:2.25rem;top:3.6181640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVoe3f6qDhy6J2fRTppWkxN9kw6KQmMU { display:block; }
 }@media only screen and (max-width: 763px) { #NFPbRplgRO7bfrdLZJfEGt8e7TWmLJcX { width:5.8125rem;height:2.25rem;top:3.5625rem;left:7.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffdebd3sCicQ3WJQeFTlh0EAegvEcXl8 { display:block; }
 }@media only screen and (max-width: 763px) { #ehGlH6PhQIIlm9Mu8cPlaFpEkKKawJ1v { width:7.1875rem;height:2.1875rem;top:3.5rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFHyJG73yy89sOsMIaibw7dX3eUnv2M { display:block; }
 }@media only screen and (max-width: 763px) { #nxDFO1yw7mh6mMHlmKn0PmlpUfJfcaPu { width:8.9375rem;height:2.1875rem;top:12.8056640625rem;left:0.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbBp2a5GlkiKT2G47lsAhVQbwVDsm2dm { display:block; }
 }@media only screen and (max-width: 763px) { #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c87920ee-6dc5-4356-ad5a-b2c30ef48e0d/HammonsGlobalVision2ch2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.adaptive-delivery-prevent-bg, #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.lazyload, #ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2.lazyloading { background-image: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { background-color: transparent; background-image: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,42,49,0.7); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container > .video-iframe-container { display: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,42,49,0.7); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row > .video-iframe-container { display: none; }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .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); }#ytIO8yHZz4q4MS72e1T6yaXpWHJ3zQX2 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiPHdNzxpxg1VyoT0lLI8OSqd4W0W9uH { width:19rem;height:3.25rem;top:29.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9CVVyU5TAWgQfHp5NTgnmcM7R6sBnMm { display:block; }
 }@media only screen and (max-width: 763px) { #qcOySV6vTRF5oLfzISfVJLBvkUntKet3 { width:20rem;height:5.84765625rem;top:8.310546875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eun8mSBC0MCOnXe5aLqOsA3EJpnndypJ { width:20rem;height:4.39886875rem;top:24.171007156372rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU { display:block; }#o1p6rV4NunvGT3q9RQyTkyXlQxzoWTgU > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqfwseTX48q90vEWnTSRvIRyh2cCLCMX { width:20rem;height:26.25rem;top:36.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovG744vp74AIwzho893KHT6MH2seCFrh { width:20rem;height:1.79980625rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ytPzh5y9wvTv6ZxWm2T9NTNqBdmV0y { width:20rem;height:28.88675rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF { display:block; }#vHxA3vSKQWvWBldU3kFRA2ZEWL0TJ3UF > .row .container { width:20rem;height:129.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niKA7nNNrrXTTUNMALP1LiXLSke19TCz { width:20rem;height:1.94986875rem;top:77.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZei579EwBNPlv0RwaR8zuvnTfXcNPcR { width:20rem;height:12.5195rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }#pZei579EwBNPlv0RwaR8zuvnTfXcNPcR li:before{  }
 }@media only screen and (max-width: 763px) { #ibQkXzLNg9RTk6DO9fnCFfu8TF7xVrNK { width:20rem;height:1.94986875rem;top:17.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 { width:20rem;height:11.4453125rem;top:5rem;left:0rem;font-size:1rem;display:block; }#MqPtWoZ9HcEkVeOeDBrSMf2OAiJScxa7 li:before{  }
 }@media only screen and (max-width: 763px) { #omXW0hzHRoisP98IzVOAO8F1LvyJLJiP { width:20rem;height:1.94986875rem;top:35.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P { width:20rem;height:15.6055rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }#PvuNDzGy7qwpl7Q6d8Xhn16IV2sRRF4P li:before{  }
 }@media only screen and (max-width: 763px) { #oAnKdEE7TQJPkUbn7osZAlZ5kC07DnFu { width:18.75rem;height:0.125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc1CTmuXqVd7lRpbPKfuvoVaxvHX77OK { width:18.75rem;height:0.125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bESQeZi5u9T4pbdSwX400x8cTEfhHbR6 { width:20rem;height:0.125rem;top:4.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7W5oSTpLTZ9Ri23fGVbmlnyKgcSJVn3 { width:20rem;height:0.125rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQQh7GIh4tuGQXuxAlGNwWpiWmBPesW { width:20rem;height:27.18746875rem;top:81.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dMQw0ghAkGK1Lq8G1Jpxv0uW6MbnKV { width:18.125rem;height:20.125rem;top:55.46875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJiFAsNEOPHtT4mTs45WGE7V2lgcWLdk { width:17.624rem;height:15.0615rem;top:113.873046875rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlmaf3Cxii1ASMCBG68umG2XG8wMQJe { width:15.375rem;height:1.94986875rem;top:1.51171875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLm6SCgtpeKPPn1wlTTyKJKszABkrQz7 { width:17.3105625rem;height:2.5rem;top:109.9716796875rem;left:1.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6OOrJzhSWUuuZ4QbygWKqiVOzk9H4SJ { display:block; }
 }@media only screen and (max-width: 763px) { #Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG { display:block; }#Zv9czJUGVRMbDd15TNbNGZHfOpy4J9AG > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIEmOKAUm2FApADCZm5aWMxxv1wodnJu { width:19.874125rem;height:42.3123125rem;top:4.2415370941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzOZ6eX95KNonOhukTVWhdAbX6aykaKx { width:18.5623125rem;height:1.79980625rem;top:6.375rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCSZGxMapvXVNz0FPH8C51az33VWnFkT { width:19.0625rem;height:35.4375rem;top:9.1875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnnX4hFpbFx4gepcy4UnpMgz76gdluTy { display:block; }#xnnX4hFpbFx4gepcy4UnpMgz76gdluTy > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAi10izfw1Z9TBL0pG09oyHXd2skVwZO { width:20rem;height:1.4622375rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6VyFJiraqcpofQKwa1wrA8lwOP6PvB { width:20rem;height:20.25rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAQ3f9UeqyOC3RngwpTAbJLPNoL3xgW2 { width:20rem;height:28.5rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD { display:block; }#aGrlIk8wAdvVFl9ppsdqZBAuqhGMeShD > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWDtwRJpdfXVCQEEN9aN6sbMmrQqStlI { width:19.875rem;height:29.9375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqzSaD3VieQccEx12VQ8pNUnmXPAN2P9 { width:19.4375rem;height:1.462675rem;top:46.375rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk { width:19.1875rem;height:24.4114375rem;top:49.0625rem;left:0.5rem;font-size:0.875rem;display:block; }#GKDwnZG2TKTa5TZf1Uq75T3XVw4Ua2Mk li:before{  }
 }@media only screen and (max-width: 763px) { #cBOH6bQUvw1REC8gpra6knlinqi5TGnb { width:19.875rem;height:21.5625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MabvtbPTUI4m7T9dG8NkeIZepXMqBA5G { width:19.375rem;height:1.462675rem;top:6.4375rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4oIsqubnNqWWUNahfR5oiIzVytcugci { width:19.125rem;height:16.9921875rem;top:8.875rem;left:0.5rem;font-size:0.875rem;display:block; }#X4oIsqubnNqWWUNahfR5oiIzVytcugci li:before{  }
 }@media only screen and (max-width: 763px) { #yA7CXbopS63haMaw3rVnHl1hrFka0zIc { width:18.5625rem;height:4.19791875rem;top:29.4375rem;left:0.5625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T3l9ULAiMifztzpLO0IdJ760vgPcBbma { width:19.125rem;height:8.808625rem;top:34.5009765625rem;left:0.4375rem;font-size:0.875rem;display:block; }#T3l9ULAiMifztzpLO0IdJ760vgPcBbma li:before{  }
 }@media only screen and (max-width: 763px) { #OCtyBlMzv7r8XovTXzaHkTWT7ig7FINt { width:19rem;height:2.5996125rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6sb39yWTZFplKF9EsB7fhVbeknRokal { width:19.875rem;height:16.1875rem;top:28.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn { display:block; }#ZLazT39OXGZKVCIoCbMLdwOdv32AVmvn > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMHeIywVrfvdbneMzuDKy5SNTTcU4HtL { width:20rem;height:6.82425rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OkIUVrwUIWpF9R8NrmubStTSt5wSw5 { width:15.6875rem;height:14.8125rem;top:11.5rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkvLL8hTw3Niy5TPzyUZKHT2Gl6VZ5TX { width:15.9375rem;height:6rem;top:27.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqa91E7VtowyE2lfN7bH3fRfV3TDq3Qr { width:15.6875rem;height:14.875rem;top:36.53125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDyRqoLSZ4UOOVwbDPsgAq85FxrD0tQs { width:15.6875rem;height:14.8125rem;top:61.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO3UPELJCXFOFw51PGoUXkoF3WlKcesU { width:15.9375rem;height:6rem;top:52.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IURT6wz5qdRstGnmzNn0LhTgqEHoTwy4 { width:15.9375rem;height:6rem;top:76.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6wnQOAkmJTT1HynHHflzA8SLCvr49y6 { width:17.125rem;height:1.125rem;top:33.125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxxXukTCTAJNg5dyBkRcAakHI4g7LIhK { width:17.125rem;height:1.125rem;top:58.25rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZpReRmXDzIUIk7XAADnWSpq5h79D8E { width:11.9375rem;height:2.25rem;top:82.875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK { display:block; }#GNVbdwewlZBTzVzVcQ0CgBFyydmGESpK > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrB5Uo4pOepvbtRTbgMKpq8SOMrJaatG { width:17.4375rem;height:18.875rem;top:3.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBHIH7XesPW2TLXBarXzTvITTlPwiUox { width:17.6875rem;height:19rem;top:2.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhLqEod9sZFT2mKSq6HhZGd5Td37pA3 { width:20rem;height:3.8984375rem;top:24.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxGzt0sLWSrCCBQlg9ssNVrBrLK9Cnt { width:20rem;height:36rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { display:block; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T { background-color: transparent; background-image: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container > .video-iframe-container { display: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row > .video-iframe-container { display: none; }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .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); }#bOLJBwWBhmCNnt33Ppvw6GkqTGdZSN3T > .row .container { width:20rem;height:54.875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTMAzPvNMVRLK2fGQPU3SeEGU2D9KS94 { width:13.0625rem;height:1.29980625rem;top:17.6875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ywq1mteWOom2XrNZJdT3l3aafSkw4G { width:12.875rem;height:1.6875rem;top:19rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SePSEMDsodOpx3wNX10WkSnEBMKAIR74 { width:4.6875rem;height:5.1875rem;top:16.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1yb0ETTb2a8l3s45vLXwUVRakgVGm5 { width:4.875rem;height:5.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4367EZXTtpbkmVCgqfeyNVW6Dx2EOt { width:20rem;height:1.29980625rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsdDFp1TRFWOdQOJezvNOQnBrHruopa { width:12.8125rem;height:3.375rem;top:11.625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmFXQE0uyMd2Vb3JAUiMZwxk0w8eFpV { display:flex;width:3.125rem;height:3.125rem;top:11.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #INvyTlEkM4oN3PteOM8n5ngnOg7cio5H { width:20rem;height:50.25rem;top:0rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #uzGnvQTLyIetpkXnaiqzhq744LlzuorP { width:20rem;height:3.3984375rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3  { width:17.5rem;height:auto;top:24.125rem;left:0rem; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 {display:block;}#UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 { width:17.5rem;height:auto;top:24.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #nT8neu40Vuz5iIEMWHBcKZaM1FvS5s8M {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #G0UE2wWFwr2ZCthhO6IEmMpWk5NNUVd4 { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TwQTahiuTIDi3L7JhBK5pyybUNLtuwXH {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #TaDsn3tH6pTfNuS4bW4zV9zOs2GP7hOz {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #FDpPCAofdk4HSkgvspJZdKVpdFgWfPUT { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #crfub8KbaNWFtnakxrA1SHPfwFPKTG78 {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #uU1TEq0hGkVR72ZUmyKBw46fJ7N56GDF {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #VHQATvIZMTeJ5sRJ2rg5dKOpuSOylQg7 { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #zFp3OpZZPBAqhEODA2LpUE06M5WNz81q {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #pdW3NR6eIvfpwowO3TwATWxAF6dh5RzR {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #m61iFmDayuD0fvCw3wXFgtsavaINvxdc { display:none; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #EwHfbQn1lR1nReAtAoPgdDATMUZMg2tT {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #dGqCW4fGEwUf1mqT9nmDPExFxPh1KMli {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #HtuWDsxDDowy8oZeUOeVhyyqOkzSpnuK {  }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #Z2UAFUNVTArMWDKT88lKNH7GJLQsgTBc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UocEEfoUbuu6Fdx4XQWo3Zu9lXiLIuV3 #vqwmSXlXFnLgDsqvbeuIMSLz6MTxocl3 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #gmdWcLSBFwrRdiHvJ6etw3QJPQF6XATy { width:20rem;height:2.76171875rem;top:0.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLfkN7PGAP1tL1aD0ln7WTsusDSxTswl { width:0.3125rem;height:6.25rem;top:10.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPtbZn286Cg8HF94qtCQ8tu06yEGM7fn { width:14.9375rem;height:8.375rem;top:0.97265625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEEQ9fDbBMn4DwGwoD0aATkRcTXoLebv { width:11.0625rem;height:6.1875rem;top:47.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch { display:block; }#ILMFMELc8WOc4KyMDoxqiqWwgxoOy4ch > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zh7gd1gyz0wfJFW79Mv1wrW2aSabKQM7 { width:18.75rem;height:0.125rem;top:46.47265625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ragdgOzrhKN6FgNvl5plchBSsbM6ps5b { width:16.4375rem;height:1.5rem;top:27.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUHnpnRl8eAJSD45d1ox8vikiv0grIF { display:flex;width:1.875rem;height:1.875rem;top:27.4375rem;left:0.1875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #f06kc2O6GbgkPtMqXykQUOSxkoilATE3 { display:flex;width:2.25rem;height:2.25rem;top:24.375rem;left:0rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #HVNiZcLlrcOaKatv2eTXyfN3eT85PyB5 { width:14.625rem;height:3rem;top:24.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOn7W2FEIxBLkdbfF8msET6R8tVkqNBa { width:18.75rem;height:1.29980625rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItpgxvQU1AREwfaFZQvfk5Lu7ehKwZU { width:20rem;height:2.794925rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rzJ9XvnuDTR07L9TR3g55dSdhkoFsT { width:20rem;height:14.29425rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwR4H8ace8EzJnMzrnZwvwzGtqedzQmc { width:3.9375rem;height:2.5996125rem;top:33.6875rem;left:7.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkqehciahDaal0OFOVT1Qc6qZe24DEiy { display:flex;width:3.125rem;height:3.125rem;top:30.5625rem;left:7.8125rem; }
#fkqehciahDaal0OFOVT1Qc6qZe24DEiy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LrspAqP35X6q575DWgh4dHcHGZIhOXcO { display:block; }#LrspAqP35X6q575DWgh4dHcHGZIhOXcO > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLsSTotRXrW81WfulwZJMm9Ql4B17bap { width:14.625rem;height:3.41145625rem;top:5.6597223281861rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvCLk88s0wur9qT1GwrilVmo8RXIwOsw { width:15.125rem;height:2.5rem;top:1.25rem;left:2.4375rem;display:block; }
 }