.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:217,232,235;--color-primary-1:128,179,188;--color-primary-2:0,103,120;--color-primary-3:0,52,60;--color-primary-4:0,15,18;--color-secondary-0:255,237,217;--color-secondary-1:254,202,140;--color-secondary-2:253,166,63;--color-secondary-3:255,83,53;--color-secondary-4:51,33,13;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Plus Jakarta Sans";--paragraphs-font-family:"Plus Jakarta Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d07d467c-d979-4905-8316-6400fba78c07/pexelskelly6746794.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { z-index:15003;top:29.5rem;left:22.5625rem;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HpJVTNSlgCGLchd2f6sqOEv3QaUTTPX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dh6cJBzOSeRw5o14Z8m7mGMh6XZBtMdP { box-sizing:content-box;height:21.625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:rgba(243,243,255,0.83);background-image:none;top:14.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#D40xJL1izZeGVdtPOHrRDAkXNJ5VpMEo { 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:3.5625rem;width:18.8125rem;top:16.375rem;left:20.59375rem;overflow:hidden;display:block; }
#TvydgpQ2WEQd6BwJqawtLzObDWCOf0Qy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.912109375rem;left:12.53125rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B { 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; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container { background-color: transparent; background-image: none; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container > .video-iframe-container { display: none; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row > .video-iframe-container { display: none; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .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); }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container { border-width: 0; border-radius: 0; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:block; }#x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/373531b5-ce15-40ea-b29e-3c2c5bc527f5/TjSuit34.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:0.6875rem;left:0rem;display:block; }#x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L.adaptive-delivery-prevent-bg, #x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L.lazyload, #x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L.lazyloading { background-image: none; }
#T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc979d55-fa31-4b12-b259-f80de35c15c6/TweedsFebruaryTJ11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.625rem;width:19.75rem;top:28.625rem;left:40.25rem;display:block; }#T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN.adaptive-delivery-prevent-bg, #T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN.lazyload, #T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN.lazyloading { background-image: none; }
#qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58eb3deb-82a4-4f9d-b4e4-52a60b6ac1f4/Screenshot20240926174219.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:14.625rem;left:0rem;display:block; }#qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl.adaptive-delivery-prevent-bg, #qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl.lazyload, #qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl.lazyloading { background-image: none; }
#vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b7a7991-ff00-4b79-b4fe-a2985f292afb/MichaelApril20252.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:41.375rem;width:19.75rem;top:0.8125rem;left:20.125rem;display:block; }#vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM.adaptive-delivery-prevent-bg, #vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM.lazyload, #vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM.lazyloading { background-image: none; }
#wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4d60dd7-10a2-4c0f-b6aa-653b3538ddf2/tjsuitgreen2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:28.625rem;left:0rem;display:block; }#wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok.adaptive-delivery-prevent-bg, #wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok.lazyload, #wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok.lazyloading { background-image: none; }
#PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1ea107d2-06e5-488d-8695-6392355871d4/238A9055.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:0.6875rem;left:40.25rem;display:block; }#PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI.adaptive-delivery-prevent-bg, #PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI.lazyload, #PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI.lazyloading { background-image: none; }
#wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/58824c06-54a8-4299-8319-646eab0eac21/tjsuitgreen1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:14.65625rem;left:40.25rem;display:block; }#wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP.adaptive-delivery-prevent-bg, #wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP.lazyload, #wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP.lazyloading { background-image: none; }
#Iwcno5Xeo06rWutd7OpOrVGHiG0sInav { z-index:15005;top:45.25rem;left:22.5625rem;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vmkHnLa43qemHi0paTWCkrDvv9Ek2qON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { background-color: transparent; background-image: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .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); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { border-width: 0; border-radius: 0; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.6875rem;left:0rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.125rem;left:0rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqE9VUaqoo6N0Lx0XHGW6fpoyM7hTF18 { position:absolute;display:block;z-index:15016;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.75rem;width:7.3125rem;top:11.375rem;left:6.375rem;overflow:hidden;display:block; }
#SkInkdGdWTRs5FrnGpbg0vfWIUsHLRQ0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6rem;top:10.625rem;left:27rem;overflow:hidden;display:block; }
#xBkBUune2zGToVX3l0DOA3WN4wHPOTls { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.875rem;top:10.875rem;left:47.0625rem;overflow:hidden;display:block; }
#qeDKldQkcSGNAC7gkxvKdv7MMw6wT1ZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.125rem;left:20rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiPyAcoSVtrEFwuD7Lq0mXC1SgWZu23D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.125rem;left:39.875rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0Kbt5oFKrs06hSQmINhyBaWsu7pxfFx { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.6875rem;left:20rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyStr7fcgT7PuWzTzLKehWpbL2wX7f5a { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.6875rem;left:40rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7yofP7uHRFIb6ZiLhsuxkK1kF2bJfS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.71875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7nKMwJ2Qxs5TLXMluOnBkTl8T4wiCv8 { z-index:15004;top:30.3125rem;left:22.5625rem;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eSzTXgmPX9lBCvyOuhpuy94QNgcJ4yuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a781788a-3e0e-4da8-9f26-c2a4993342ec/TWEEDSSuitShopFtLauderdale9.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o.adaptive-delivery-prevent-bg, #fdCgtSMeQRawmZKggmr0IqRPkqinpW7o.lazyload, #fdCgtSMeQRawmZKggmr0IqRPkqinpW7o.lazyloading { background-image: none; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container { background-color: transparent; background-image: none; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container > .video-iframe-container { display: none; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row > .video-iframe-container { display: none; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .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); }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container { border-width: 0; border-radius: 0; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o::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; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#TomlhCM7vs0UPlCUJGynV2TEnh2fJ1kM { position:absolute;display:block;z-index:15011;background-color:#1854de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.0625rem;left:28.75rem;display:block; }
#lU5HiMc6WudAZHsgXgfhziqFoBa1Psmi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:12.5rem;left:0rem;display:block; }
#DIs4Mzpggga375LV4KTIU34KNfw0RWMw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:14.25rem;left:0.71875rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hh99EtFaL3Xh0ohkRkdo4WfUqmRn4de8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDJnlsUm4Jnop23KeApasHUCin7W1HUM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.875rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXMfE0ErhA1TdO7y5HWbE1RB7Vw3epK0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:12.5rem;left:20.5625rem;display:block; }
#iZrnh8euGxdzTDrkncpq5TbV8r3Emw6y { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:15.125rem;left:41.78125rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGaSTQqJ3pvCAsFIzUUoW9aQO6aE6ZgF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:12.5rem;left:41.0625rem;display:block; }
#naLQTTZDTIMFyXR1hCeBS5fT7IIu0w7J { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:15.125rem;left:21.25rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pRz8gH5IIoorkGEZT01bBDaWTw7cHHtw { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7.71875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrUZ8FVwNerVHe4QN8owAtC8V9TO285i { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.625rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czdI8bT0685QTinKuQTFLyXocvwampVH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.25rem;left:24.375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEbdFRrlDtgBvmfqIJAANrF9gVdBMb9k { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.625rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZy0nbTd1AykPWyPK7nGVEwlzHz683Gs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.25rem;left:44.9375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrCfo7VE1XlKPUMmfVZBE4eDCfhxFZtW { z-index:15005;top:32.125rem;left:22.5625rem;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T9Qfdq8HrTTlpTtP2IMRX0hK8sW4FbTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { position:relative;display:block; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { background-color: transparent; background-image: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container > .video-iframe-container { display: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row > .video-iframe-container { display: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .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); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { border-width: 0; border-radius: 0; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .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; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dGqoQPuLzdJx0t4fUCWFpotlPMTy0b1V { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.3125rem;width:51.0625rem;top:11.75rem;left:6.1875rem;display:block; }
#VbQynqzVeMvlkDxm3fe9xGw8vSFX3qB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.25rem;left:48.25rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dKhCsAf6mZPzHl1uhXk7F2p0b1Vmkxfq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:14.3310546875rem;left:15.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yHXI5RUZoq8caUqpr48wu6xnNy6TTCSl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.662109375rem;left:15.0625rem;height:3.8994125rem;font-style:normal;display:block; }
#VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.310546875rem;left:15.0625rem;height:4.5244125rem;font-style:normal;display:block; }#VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge li:before{  }
#S1W9OT5UcMtfPtIv0T0PXtfoh7Mf790R { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:13.1875rem;left:47.5625rem;display:block; }
#VIGIDs2p5eoNK3zDFGwsvcG9tFIH5ROt { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.3125rem;width:12.1875rem;top:11.75rem;left:1.3584494773519rem;overflow:hidden;display:block; }
#eaBmquxhRHiZl9g3NpXiCCtUGZitgL07 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0166015625rem;left:11.65625rem;height:2.5996125rem;font-style:normal;display:block; }
#bQq1isyKDhUTSQnCaMyu2ED8oHKyJpDo { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:34.25rem;left:1.625rem;display:block; }
#NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:45.6875rem;left:14.125rem;height:4.5244125rem;font-style:normal;display:block; }#NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF li:before{  }
#s05S4RhNiIddOxCk245qPuT9wQAmlD6g { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:40.6484375rem;left:14.048828125rem;height:3.8994125rem;font-style:normal;display:block; }
#Hb8TcchBdddzXClr9BA2FMevH6e5ARe4 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:35.8125rem;left:12.375rem;display:block; }
#lQ9JnKq3uOeQ5hg4BKQ5nTFqhAwz7zdc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.971875190735rem;left:3.375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFBF649zCTsHtEK3ir8Tlk7dIPETv98E { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:37.0927734375rem;left:13.875rem;height:2.4375rem;font-style:normal;display:block; }
#lfrVOnT6o5GityFQvOAPwJkeRJWoTPoe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.4375rem;width:13.875rem;top:34.25rem;left:44.4404296875rem;overflow:hidden;display:block; }
#OJsdP98m04DZnP21NyEzkgMEUQp8zN9n { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhxiwxNgntwby0mJfZHw3Lbsv5BnF7DX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKgrqadChhUdHQPZwG0WDQenQHRNzJts { position:relative;display:block; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts { background-color: transparent; background-image: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container > .video-iframe-container { display: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row > .video-iframe-container { display: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .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); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts { border-width: 0; border-radius: 0; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .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; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dqcIySdzTEOyv7rMPqQW5lmmsACHuxeQ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:51.0625rem;top:1.6875rem;left:6.4375rem;display:block; }
#mWlii9dvgzvygGOzJpnAcf6Ei736p9Eb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.1875rem;left:48.5625rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EcVJkwBHTUi7QZQyfgbRnoFIo14a35XA { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.30859375rem;left:19.987501144409rem;height:2.4375rem;font-style:normal;display:block; }
#pKOyQhMNTiViIdpIqh046OVhTcT58iD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9rem;left:19.987501144409rem;height:7.3095625rem;font-style:normal;display:block; }
#kun5FgsDzlo3Le0MN6Aut4I88mTpMpP3 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:3.125rem;left:47.8125rem;display:block; }
#ulCrTAcDl4eils5TvAH1nrNhX25xp2BT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.375rem;width:13.75rem;top:1.6875rem;left:1.5rem;overflow:hidden;display:block; }
#cS8t5aIuRTCzCyifTpKaRO2t42g1yq1c { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.0166015625rem;left:11.65625rem;height:2.5996125rem;font-style:normal;display:block; }
#DWzpHks20fuDaaUfLcgSleoqx25VQwbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(111,111,111,0.07);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; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { border-width: 0; border-radius: 0; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.875rem;left:16.34375rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3PEnUEk121fDpEe9GuVJ3391XvCwkS4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:32.875rem;top:4.875rem;left:13.4375rem;overflow:hidden;display:block; }
#T2dTgJk9TfTpZaT6mViqEqMxVk55EibF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.0625rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f075474-2d50-41bc-84af-99e9a045d40e/TWEEDSSuitShopFtLauderdale14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;position:relative;z-index:auto;display:block; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.adaptive-delivery-prevent-bg, #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.lazyload, #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.lazyloading { background-image: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { background-color: transparent; background-image: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container > .video-iframe-container { display: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row > .video-iframe-container { display: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .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); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { border-width: 0; border-radius: 0; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { width:60rem;height:54.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#I5my5lV9E2O1xb5LAIC1aPB7fWR4PtUX { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.4345703125rem;left:9.53125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#srIN3yABkMuJ9s7rvSdWfhkTBy99UU0a { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(199deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(199deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(199deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(199deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:33.75rem;width:29.375rem;top:14.75rem;left:15.4375rem;display:block; }
#Ro2HCNeIDd8r8uz785BOPX9MQJ2d4uu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.6875rem;left:17.125rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-form-header {  }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:ubuntu;overflow:hidden; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .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; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-container:first-of-type{padding-top:0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-container:last-of-type{padding-bottom:0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.8125rem;left:18.0625rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 {display:block;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.8125rem;left:18.0625rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #ORUZy4snTsnF8Vgl8hTiXTC9VASwxcKk { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #sLnLxISppTWkhFTc6cdlUsGLrnnI2QRa { position:relative;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #bShLAtPQCib6E0QbeqZSqMQGI1rITEWJ { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #XVKtkQWvHge79N6dr5qR0t4kRn22E8rv { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #OtAe7PWR3wCACSI93MXtgeWoo6qMUBxx { position:relative;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #TcKk0g38hwXTS4KFxfz3CmVfSff7oCW0 { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #HMaGTQOIK60JNsZ30NETtVNZd6n5wJSt { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #nhsNsPqD6ahyTh70a970W4ozLmWB3ded { position:relative;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #A1Mq8s09oOVqWazB1FmwnOX2XOUe3FKX { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #Np6yTa9RpvccWZr8mCKGAmTzypDyTZvN { position:relative; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #oGtmoel6QXO3OkCquxvHouZOTbUKFUfp { position:relative; }
#doNfTmMZtrgo7dmRby3NPIdLtawZp26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.73);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; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { border-width: 0; border-radius: 0; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#tgr3UJthTtsGyidxOqmzseirZBdgH5WX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:21.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { color:rgba(var(--color-tertiary-4),0.8);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:12.25rem;left:21.5625rem;height:4.7988375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:21.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXHVzXQ7TDr8ERqEiEQUPUUXD6zSCdDJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.125rem;width:22.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SglU4oPt1Bfogpak0iVZRe0Celm83l1i { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container { background-color: transparent; background-image: none; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container > .video-iframe-container { display: none; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row > .video-iframe-container { display: none; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .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); }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container { border-width: 0; border-radius: 0; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#nW0xfPZzKZpDLTFdV0rCPrHLIiJJcH1v { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.75rem;left:53.375rem;display:block; }
#P8nofpadUAOTTHxytRC3xB7GCcmPnsGa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.642578125rem;left:0rem;height:2.449225rem;font-style:normal;display:block; }
#RIAH0qdueocSGrsTDIepypffqVRdVpQK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.41796875rem;left:52.6875rem;height:4.8984375rem;font-style:normal;display:block; }
#wDAR98vFHdF9b18tfEcdVTcwvQxT6mKA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#GOh3JS1NywkVVfTMH7CAZ2t5UzTNTp1a { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),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:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#kmdIUuynLGnla8hOAQKx7kOTbN8ILbhc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:41.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#y8SbmMwoA4oJhEkIae7QNzNiHEHbtMFW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.125rem;left:26.375rem;height:1.13671875rem;font-style:normal;display:block; }
#VZCGFUSR3rTfGlgfg6v7DoXlX53NFK0C { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.13671875rem;left:48.1875rem;height:2.0996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZTtK7tNtimFtNTza8sKzHOg19t2TNNGg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.568359375rem;left:24.375rem;height:1.04980625rem;font-style:normal;display:block; }
#KKvK7GxHcPGttIXnpumUsiO3irEqoKEW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),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:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#DmF4V5rfNRgEtdHWShl3ffQfLEMsGUX1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.0625rem;left:24.375rem; }
#fUdMop9VOMdTZfT5TdOrheQWi7kw2C6x { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:39.375rem; }
#DDXvxvAs87zironXr5W8ECQtnvFa4EZx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:50.625rem; }
#QpGV36cuERaXeWbieagP3hrJDQp3rlqW { 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:15026;top:14.6875rem;left:0rem; }
#ZAWXJ4QBxfc5WVrtTsNwwVGGOmIWBSxK { 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:15027;top:15.25rem;left:4rem; }
#VneAukWTe4KxAG5dCNNuIHrqIXgpcEHW { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:14.875rem;left:6.625rem; }
#VpNZOa72i8odfMOhh3DcSv47oLzpbeTK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:15.25rem;left:10.375rem; }
#ElrRo45J12bGP5URNsD3vyc6vm0xALqt { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15.1875rem;left:53.8125rem; }
#ElrRo45J12bGP5URNsD3vyc6vm0xALqt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uH4D36tba6JS6qGECDdnTFGrAPIPSfxD { position:absolute;display:block;z-index:15033;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.1875rem;width:11.4375rem;top:4rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { top:29.5rem;left:16.4375rem;width:14.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJVTNSlgCGLchd2f6sqOEv3QaUTTPX8 { display:block; }
 }@media only screen and (max-width: 763px) { #dh6cJBzOSeRw5o14Z8m7mGMh6XZBtMdP { top:14.1875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D40xJL1izZeGVdtPOHrRDAkXNJ5VpMEo { top:16.375rem;left:14.46875rem;width:18.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvydgpQ2WEQd6BwJqawtLzObDWCOf0Qy { width:34.9375rem;height:;top:21.875rem;left:6.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B { display:block; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L { width:19.75rem;height:13.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN { width:19.75rem;height:13.625rem;top:28.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl { top:14.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM { top:0.8125rem;left:12rem;width:19.75rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok { top:28.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI { top:0.6875rem;left:27.875rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP { top:14.625rem;left:27.875rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcno5Xeo06rWutd7OpOrVGHiG0sInav { top:45.25rem;left:16.375rem;width:14.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmkHnLa43qemHi0paTWCkrDvv9Ek2qON { display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:19.8125rem;height:3.5625rem;top:22.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:19.875rem;height:2.3125rem;top:19.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqE9VUaqoo6N0Lx0XHGW6fpoyM7hTF18 { top:11.375rem;left:4.3125rem;width:7.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkInkdGdWTRs5FrnGpbg0vfWIUsHLRQ0 { top:10.625rem;left:20.8125rem;width:6rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBkBUune2zGToVX3l0DOA3WN4wHPOTls { top:10.875rem;left:36.75rem;width:5.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeDKldQkcSGNAC7gkxvKdv7MMw6wT1ZQ { width:19.9375rem;height:2.3125rem;top:19.125rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiPyAcoSVtrEFwuD7Lq0mXC1SgWZu23D { width:20.125rem;height:2.3125rem;top:19.125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Kbt5oFKrs06hSQmINhyBaWsu7pxfFx { width:19.875rem;height:3.5625rem;top:22.6875rem;left:11.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyStr7fcgT7PuWzTzLKehWpbL2wX7f5a { width:20rem;height:3.5625rem;top:22.6875rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yofP7uHRFIb6ZiLhsuxkK1kF2bJfS0 { top:3.5rem;left:0rem;width:44.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nKMwJ2Qxs5TLXMluOnBkTl8T4wiCv8 { top:30.3125rem;left:16.375rem;width:14.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSzTXgmPX9lBCvyOuhpuy94QNgcJ4yuT { display:block; }
 }@media only screen and (max-width: 763px) { #fdCgtSMeQRawmZKggmr0IqRPkqinpW7o { display:block; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TomlhCM7vs0UPlCUJGynV2TEnh2fJ1kM { width:2.5rem;height:0.125rem;top:10.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5HiMc6WudAZHsgXgfhziqFoBa1Psmi { width:18.9375rem;height:12.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIs4Mzpggga375LV4KTIU34KNfw0RWMw { width:17.5rem;height:8.75rem;top:14.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh99EtFaL3Xh0ohkRkdo4WfUqmRn4de8 { width:11.25rem;height:1.625rem;top:25.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDJnlsUm4Jnop23KeApasHUCin7W1HUM { width:11.25rem;height:1rem;top:27.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXMfE0ErhA1TdO7y5HWbE1RB7Vw3epK0 { width:18.9375rem;height:12.25rem;top:12.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrnh8euGxdzTDrkncpq5TbV8r3Emw6y { width:17.5rem;height:7rem;top:15.125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGaSTQqJ3pvCAsFIzUUoW9aQO6aE6ZgF { width:18.9375rem;height:12.25rem;top:12.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLQTTZDTIMFyXR1hCeBS5fT7IIu0w7J { width:17.5rem;height:7rem;top:15.125rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRz8gH5IIoorkGEZT01bBDaWTw7cHHtw { top:5.5625rem;left:1.59375rem;width:44.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrUZ8FVwNerVHe4QN8owAtC8V9TO285i { width:11.25rem;height:1.625rem;top:25.625rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czdI8bT0685QTinKuQTFLyXocvwampVH { width:11.25rem;height:1rem;top:27.25rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbdFRrlDtgBvmfqIJAANrF9gVdBMb9k { width:11.25rem;height:1.625rem;top:25.625rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZy0nbTd1AykPWyPK7nGVEwlzHz683Gs { width:11.25rem;height:1rem;top:27.25rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrCfo7VE1XlKPUMmfVZBE4eDCfhxFZtW { top:32.125rem;left:16.4375rem;width:14.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Qfdq8HrTTlpTtP2IMRX0hK8sW4FbTB { display:block; }
 }@media only screen and (max-width: 763px) { #acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { display:block; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGqoQPuLzdJx0t4fUCWFpotlPMTy0b1V { top:11.75rem;left:0rem;width:47.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbQynqzVeMvlkDxm3fe9xGw8vSFX3qB0 { top:14.25rem;left:40.0625rem;width:7.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhCsAf6mZPzHl1uhXk7F2p0b1Vmkxfq { top:14.3125rem;left:8.9375rem;width:27.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHXI5RUZoq8caUqpr48wu6xnNy6TTCSl { top:17.625rem;left:8.9375rem;width:31.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge { top:22.25rem;left:8.9375rem;width:32.125rem;height:4.5rem;font-size:1rem;display:block; }#VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge li:before{  }
 }@media only screen and (max-width: 763px) { #S1W9OT5UcMtfPtIv0T0PXtfoh7Mf790R { top:13.1875rem;left:41.4375rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIGIDs2p5eoNK3zDFGwsvcG9tFIH5ROt { top:11.75rem;left:0rem;width:12.1875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBmquxhRHiZl9g3NpXiCCtUGZitgL07 { top:17rem;left:5.53125rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQq1isyKDhUTSQnCaMyu2ED8oHKyJpDo { top:34.25rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF { top:45.6875rem;left:8rem;width:31.5rem;height:4.5rem;font-size:0.9375rem;display:block; }#NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF li:before{  }
 }@media only screen and (max-width: 763px) { #s05S4RhNiIddOxCk245qPuT9wQAmlD6g { top:40.625rem;left:7.923828125rem;width:28.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb8TcchBdddzXClr9BA2FMevH6e5ARe4 { top:35.8125rem;left:6.25rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ9JnKq3uOeQ5hg4BKQ5nTFqhAwz7zdc { top:36.9375rem;left:0rem;width:7.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFBF649zCTsHtEK3ir8Tlk7dIPETv98E { top:37.0625rem;left:7.75rem;width:31.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfrVOnT6o5GityFQvOAPwJkeRJWoTPoe { top:34.25rem;left:33.875rem;width:13.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJsdP98m04DZnP21NyEzkgMEUQp8zN9n { top:3.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhxiwxNgntwby0mJfZHw3Lbsv5BnF7DX { top:6.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgrqadChhUdHQPZwG0WDQenQHRNzJts { display:block; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqcIySdzTEOyv7rMPqQW5lmmsACHuxeQ { top:1.6875rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWlii9dvgzvygGOzJpnAcf6Ei736p9Eb { top:4.1875rem;left:40.0625rem;width:7.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcVJkwBHTUi7QZQyfgbRnoFIo14a35XA { top:4.25rem;left:13.862501144409rem;width:32rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKOyQhMNTiViIdpIqh046OVhTcT58iD7 { top:9rem;left:13.862501144409rem;width:26.1875rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kun5FgsDzlo3Le0MN6Aut4I88mTpMpP3 { top:3.125rem;left:41.6875rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulCrTAcDl4eils5TvAH1nrNhX25xp2BT { top:1.6875rem;left:0rem;width:13.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8t5aIuRTCzCyifTpKaRO2t42g1yq1c { top:17rem;left:5.53125rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:27.3125rem;height:3.0625rem;top:1.875rem;left:10.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PEnUEk121fDpEe9GuVJ3391XvCwkS4 { top:4.875rem;left:7.3125rem;width:32.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dTgJk9TfTpZaT6mViqEqMxVk55EibF { top:24.0625rem;left:15.3125rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 { display:block; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5my5lV9E2O1xb5LAIC1aPB7fWR4PtUX { width:41.1875rem;height:6.75rem;top:4.375rem;left:3.40625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srIN3yABkMuJ9s7rvSdWfhkTBy99UU0a { width:29.375rem;height:33.75rem;top:14.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro2HCNeIDd8r8uz785BOPX9MQJ2d4uu8 { width:25.9375rem;height:6.125rem;top:16.6875rem;left:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 {display:block;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #ORUZy4snTsnF8Vgl8hTiXTC9VASwxcKk {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #sLnLxISppTWkhFTc6cdlUsGLrnnI2QRa { display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #bShLAtPQCib6E0QbeqZSqMQGI1rITEWJ {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #XVKtkQWvHge79N6dr5qR0t4kRn22E8rv {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #OtAe7PWR3wCACSI93MXtgeWoo6qMUBxx { display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #TcKk0g38hwXTS4KFxfz3CmVfSff7oCW0 {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #HMaGTQOIK60JNsZ30NETtVNZd6n5wJSt {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #nhsNsPqD6ahyTh70a970W4ozLmWB3ded {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #A1Mq8s09oOVqWazB1FmwnOX2XOUe3FKX {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #Np6yTa9RpvccWZr8mCKGAmTzypDyTZvN {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #oGtmoel6QXO3OkCquxvHouZOTbUKFUfp {  }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:35.3125rem;height:;top:7.5625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:35.125rem;height:4.75rem;top:12.25rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:35.25rem;height:2.4375rem;top:5.125rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHVzXQ7TDr8ERqEiEQUPUUXD6zSCdDJ { top:0rem;left:0rem;width:22.8125rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglU4oPt1Bfogpak0iVZRe0Celm83l1i { display:block; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nW0xfPZzKZpDLTFdV0rCPrHLIiJJcH1v { top:14.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8nofpadUAOTTHxytRC3xB7GCcmPnsGa { top:6.625rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIAH0qdueocSGrsTDIepypffqVRdVpQK { top:5.375rem;left:40.4375rem;width:7.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDAR98vFHdF9b18tfEcdVTcwvQxT6mKA { top:13.0625rem;left:0rem;width:22.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOh3JS1NywkVVfTMH7CAZ2t5UzTNTp1a { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdIUuynLGnla8hOAQKx7kOTbN8ILbhc { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8SbmMwoA4oJhEkIae7QNzNiHEHbtMFW { top:6.125rem;left:20.25rem;width:10.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZCGFUSR3rTfGlgfg6v7DoXlX53NFK0C { top:13.125rem;left:35.9375rem;width:11.8125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtK7tNtimFtNTza8sKzHOg19t2TNNGg { top:4.5625rem;left:18.25rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKvK7GxHcPGttIXnpumUsiO3irEqoKEW { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmF4V5rfNRgEtdHWShl3ffQfLEMsGUX1 { top:6.0625rem;left:18.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdMop9VOMdTZfT5TdOrheQWi7kw2C6x { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXvxvAs87zironXr5W8ECQtnvFa4EZx { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGV36cuERaXeWbieagP3hrJDQp3rlqW { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAWXJ4QBxfc5WVrtTsNwwVGGOmIWBSxK { top:15.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VneAukWTe4KxAG5dCNNuIHrqIXgpcEHW { top:14.875rem;left:0.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNZOa72i8odfMOhh3DcSv47oLzpbeTK { top:15.25rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrRo45J12bGP5URNsD3vyc6vm0xALqt { top:15.1875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#ElrRo45J12bGP5URNsD3vyc6vm0xALqt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uH4D36tba6JS6qGECDdnTFGrAPIPSfxD { top:4rem;left:0rem;width:11.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9ktmo2vH1InZBBEUBvrpLtLGTxq78mQ { top:23.4375rem;left:2.90625rem;width:14.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJVTNSlgCGLchd2f6sqOEv3QaUTTPX8 { display:block; }
 }@media only screen and (max-width: 763px) { #dh6cJBzOSeRw5o14Z8m7mGMh6XZBtMdP { width:20rem;height:10.5625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D40xJL1izZeGVdtPOHrRDAkXNJ5VpMEo { width:12.125rem;height:2.3125rem;top:13.84375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvydgpQ2WEQd6BwJqawtLzObDWCOf0Qy { width:20rem;height:3.4121125rem;top:16.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B { display:block; }#nKuJ7VCgIRO8FdTdNbAVmSzibH1EtX1B > .row .container { width:20rem;height:114.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9wxBtgzWoV7gmLpZ6hAktW8TCyA2D3L { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0lV0SbThR6Nmf5fckNAqs6hq3AvA8uN { width:19.75rem;height:13.625rem;top:72.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpTOwNn1phNd8pzD7Gw7ffonX2yXlnl { width:19.75rem;height:13.5625rem;top:15.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdA4EnwX9kRuh2Fg2hOBRlJdBQHIVlM { width:19.75rem;height:27.625rem;top:43.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVpuKOBTHTPTw0ZvIaT2vgbs1KMEuok { width:19.75rem;height:13.5625rem;top:29.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKeUHElGFWidWJkSRU7HWn4K0TK7JMSI { width:19.75rem;height:13.5625rem;top:86.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCD4HEaUun5HECRHpcvvRTsK6tMzOBmP { width:19.75rem;height:13.5625rem;top:100.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcno5Xeo06rWutd7OpOrVGHiG0sInav { top:57.5625rem;left:2.5625rem;width:14.875rem;height:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vmkHnLa43qemHi0paTWCkrDvv9Ek2qON { display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:16.5625rem;height:3.5625rem;top:17.9375rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:15.625rem;height:2.34375rem;top:15.59375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqE9VUaqoo6N0Lx0XHGW6fpoyM7hTF18 { width:6rem;height:3.9375rem;top:10.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkInkdGdWTRs5FrnGpbg0vfWIUsHLRQ0 { width:6rem;height:6.25rem;top:24.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBkBUune2zGToVX3l0DOA3WN4wHPOTls { width:5.875rem;height:5.6875rem;top:41.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeDKldQkcSGNAC7gkxvKdv7MMw6wT1ZQ { width:15.625rem;height:2.34375rem;top:31.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiPyAcoSVtrEFwuD7Lq0mXC1SgWZu23D { width:18.4375rem;height:2.34375rem;top:48.1875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Kbt5oFKrs06hSQmINhyBaWsu7pxfFx { width:20rem;height:3.5625rem;top:33.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyStr7fcgT7PuWzTzLKehWpbL2wX7f5a { width:20rem;height:3.5625rem;top:51.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yofP7uHRFIb6ZiLhsuxkK1kF2bJfS0 { width:20rem;height:5.2rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nKMwJ2Qxs5TLXMluOnBkTl8T4wiCv8 { top:60.625rem;left:2.5625rem;width:14.875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSzTXgmPX9lBCvyOuhpuy94QNgcJ4yuT { display:block; }
 }@media only screen and (max-width: 763px) { #fdCgtSMeQRawmZKggmr0IqRPkqinpW7o { display:block; }#fdCgtSMeQRawmZKggmr0IqRPkqinpW7o > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TomlhCM7vs0UPlCUJGynV2TEnh2fJ1kM { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5HiMc6WudAZHsgXgfhziqFoBa1Psmi { width:18.9375rem;height:12.25rem;top:52.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIs4Mzpggga375LV4KTIU34KNfw0RWMw { width:17.5rem;height:8.75rem;top:53.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh99EtFaL3Xh0ohkRkdo4WfUqmRn4de8 { width:13.8125rem;height:1.625rem;top:66.0625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDJnlsUm4Jnop23KeApasHUCin7W1HUM { width:13.8125rem;height:1.3rem;top:67.6875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXMfE0ErhA1TdO7y5HWbE1RB7Vw3epK0 { width:18.9375rem;height:12.25rem;top:13.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrnh8euGxdzTDrkncpq5TbV8r3Emw6y { width:17.5rem;height:7rem;top:14.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGaSTQqJ3pvCAsFIzUUoW9aQO6aE6ZgF { width:18.9375rem;height:12.25rem;top:33.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naLQTTZDTIMFyXR1hCeBS5fT7IIu0w7J { width:17.5rem;height:7rem;top:37rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRz8gH5IIoorkGEZT01bBDaWTw7cHHtw { width:20rem;height:5.2rem;top:2.994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrUZ8FVwNerVHe4QN8owAtC8V9TO285i { width:11.25rem;height:1.625rem;top:46.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czdI8bT0685QTinKuQTFLyXocvwampVH { width:11.25rem;height:1.3rem;top:28.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbdFRrlDtgBvmfqIJAANrF9gVdBMb9k { width:11.25rem;height:1.625rem;top:27.3125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZy0nbTd1AykPWyPK7nGVEwlzHz683Gs { width:11.25rem;height:1.3rem;top:48.3125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrCfo7VE1XlKPUMmfVZBE4eDCfhxFZtW { top:70.23730625rem;left:2.5625rem;width:14.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Qfdq8HrTTlpTtP2IMRX0hK8sW4FbTB { display:block; }
 }@media only screen and (max-width: 763px) { #acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { display:block; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ { background-color: transparent; background-image: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container > .video-iframe-container { display: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row > .video-iframe-container { display: none; }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .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); }#acPABsTudPogvOPg7DWSE6UEg9QgxsSZ > .row .container { width:20rem;height:104.125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGqoQPuLzdJx0t4fUCWFpotlPMTy0b1V { width:20rem;height:43.1875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbQynqzVeMvlkDxm3fe9xGw8vSFX3qB0 { width:7.375rem;height:2.275rem;top:34.5rem;left:6.3124998807906rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKhCsAf6mZPzHl1uhXk7F2p0b1Vmkxfq { width:18.6875rem;height:4.875rem;top:28.111719489097rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHXI5RUZoq8caUqpr48wu6xnNy6TTCSl { width:16.9375rem;height:4.875rem;top:38.5rem;left:1.5312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge { width:18.1875rem;height:6.71875rem;top:44.125rem;left:0.90625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#VeNSTmqNKbZKRG8NLeTFlWcuUR87tBge li:before{  }
 }@media only screen and (max-width: 763px) { #S1W9OT5UcMtfPtIv0T0PXtfoh7Mf790R { width:0.25rem;height:5rem;top:16.75rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIGIDs2p5eoNK3zDFGwsvcG9tFIH5ROt { width:11.5rem;height:17.4375rem;top:9.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBmquxhRHiZl9g3NpXiCCtUGZitgL07 { width:17rem;height:4.875rem;top:25.5947265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQq1isyKDhUTSQnCaMyu2ED8oHKyJpDo { width:20rem;height:46.75rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF { width:17.625rem;height:6.71875rem;top:92.374217987062rem;left:1.1875rem;font-size:0.9375rem;display:block; }#NJPqWqxbeTWkSLaNd39iVx3F9fA85ZoF li:before{  }
 }@media only screen and (max-width: 763px) { #s05S4RhNiIddOxCk245qPuT9wQAmlD6g { width:17.5rem;height:6.09375rem;top:85.12500190735rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hb8TcchBdddzXClr9BA2FMevH6e5ARe4 { width:0.25rem;height:5rem;top:61.6875rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ9JnKq3uOeQ5hg4BKQ5nTFqhAwz7zdc { width:7.6875rem;height:2.275rem;top:81.01172065735rem;left:6.1562498807907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFBF649zCTsHtEK3ir8Tlk7dIPETv98E { width:18.75rem;height:4.875rem;top:75.8125rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfrVOnT6o5GityFQvOAPwJkeRJWoTPoe { width:12.75rem;height:18.0625rem;top:56.1103515625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJsdP98m04DZnP21NyEzkgMEUQp8zN9n { width:20rem;height:1.3rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhxiwxNgntwby0mJfZHw3Lbsv5BnF7DX { width:20rem;height:5.2rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgrqadChhUdHQPZwG0WDQenQHRNzJts { display:block; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts { background-color: transparent; background-image: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container > .video-iframe-container { display: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row > .video-iframe-container { display: none; }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .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); }#HKgrqadChhUdHQPZwG0WDQenQHRNzJts > .row .container { width:20rem;height:38.5625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqcIySdzTEOyv7rMPqQW5lmmsACHuxeQ { width:20rem;height:35.4375rem;top:2.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWlii9dvgzvygGOzJpnAcf6Ei736p9Eb { width:7.375rem;height:2.2744125rem;top:27.5947265625rem;left:6.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EcVJkwBHTUi7QZQyfgbRnoFIo14a35XA { width:18.6875rem;height:4.875rem;top:21.4072265625rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKOyQhMNTiViIdpIqh046OVhTcT58iD7 { width:16.9375rem;height:7.3125rem;top:30.4697265625rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kun5FgsDzlo3Le0MN6Aut4I88mTpMpP3 { width:0.25rem;height:5rem;top:19.3125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulCrTAcDl4eils5TvAH1nrNhX25xp2BT { width:12.25rem;height:17.5625rem;top:3.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8t5aIuRTCzCyifTpKaRO2t42g1yq1c { width:17rem;height:4.875rem;top:25.5947265625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg.adaptive-delivery-prevent-bg, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyload, #DWzpHks20fuDaaUfLcgSleoqx25VQwbg.lazyloading { background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:20rem;height:6.125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3PEnUEk121fDpEe9GuVJ3391XvCwkS4 { width:19.5625rem;height:13rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dTgJk9TfTpZaT6mViqEqMxVk55EibF { width:17.125rem;height:1.625rem;top:22.25rem;left:1.4375rem;font-size:1.25rem;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c10147a7-86ff-4623-b69d-28687f00b533/IMG_2397.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.adaptive-delivery-prevent-bg, #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.lazyload, #zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6.lazyloading { background-image: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { background-color: transparent; background-image: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container > .video-iframe-container { display: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row > .video-iframe-container { display: none; }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .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); }#zPPbqk0ck9IaCBeinrL5MntCOmmKvAu6 > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5my5lV9E2O1xb5LAIC1aPB7fWR4PtUX { width:15.3125rem;height:5.39941875rem;top:2.3109018802643rem;left:2.3428621888161rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #srIN3yABkMuJ9s7rvSdWfhkTBy99UU0a { width:18.4375rem;height:26.125rem;top:11.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro2HCNeIDd8r8uz785BOPX9MQJ2d4uu8 { width:18.75rem;height:4.548825rem;top:12.375rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6  { width:17.5rem;height:auto;top:16.234375rem;left:0rem; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 {display:block;}#UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 { width:17.5rem;height:auto;top:16.234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #ORUZy4snTsnF8Vgl8hTiXTC9VASwxcKk {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #sLnLxISppTWkhFTc6cdlUsGLrnnI2QRa { display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #bShLAtPQCib6E0QbeqZSqMQGI1rITEWJ {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #XVKtkQWvHge79N6dr5qR0t4kRn22E8rv {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #OtAe7PWR3wCACSI93MXtgeWoo6qMUBxx { display:block; }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #TcKk0g38hwXTS4KFxfz3CmVfSff7oCW0 {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #HMaGTQOIK60JNsZ30NETtVNZd6n5wJSt {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #nhsNsPqD6ahyTh70a970W4ozLmWB3ded {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #A1Mq8s09oOVqWazB1FmwnOX2XOUe3FKX {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #Np6yTa9RpvccWZr8mCKGAmTzypDyTZvN {  }
 }@media only screen and (max-width: 763px) { #UWPmeNzWuXddD5FH8hlR3UzTmQSZXVE6 #oGtmoel6QXO3OkCquxvHouZOTbUKFUfp {  }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { background-color:rgba(255,255,255,0.73);background-image:none;display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:20rem;height:2.4375rem;top:35.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:20rem;height:4.7988375rem;top:39.5625rem;left:0rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:18.375rem;height:3.8984375rem;top:31.4765625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHVzXQ7TDr8ERqEiEQUPUUXD6zSCdDJ { width:18.6875rem;height:26.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglU4oPt1Bfogpak0iVZRe0Celm83l1i { display:block; }#SglU4oPt1Bfogpak0iVZRe0Celm83l1i > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nW0xfPZzKZpDLTFdV0rCPrHLIiJJcH1v { width:3.0625rem;height:3.0625rem;top:32.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8nofpadUAOTTHxytRC3xB7GCcmPnsGa { width:14.625rem;height:2.449225rem;top:6.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIAH0qdueocSGrsTDIepypffqVRdVpQK { width:10.375rem;height:4.19824375rem;top:22.068359375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDAR98vFHdF9b18tfEcdVTcwvQxT6mKA { width:20rem;height:1.05rem;top:37.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOh3JS1NywkVVfTMH7CAZ2t5UzTNTp1a { width:18.75rem;height:0.0625rem;top:28.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmdIUuynLGnla8hOAQKx7kOTbN8ILbhc { width:7.3125rem;height:1.4rem;top:18rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8SbmMwoA4oJhEkIae7QNzNiHEHbtMFW { width:11.375rem;height:1.3125rem;top:14.75rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZCGFUSR3rTfGlgfg6v7DoXlX53NFK0C { width:20rem;height:1.05rem;top:30.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtK7tNtimFtNTza8sKzHOg19t2TNNGg { width:20rem;height:1.05rem;top:12.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKvK7GxHcPGttIXnpumUsiO3irEqoKEW { width:18.75rem;height:0.0625rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmF4V5rfNRgEtdHWShl3ffQfLEMsGUX1 { width:1.5625rem;height:1.5625rem;top:14.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUdMop9VOMdTZfT5TdOrheQWi7kw2C6x { width:1.5625rem;height:1.5625rem;top:17.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXvxvAs87zironXr5W8ECQtnvFa4EZx { width:1.5625rem;height:1.5625rem;top:22.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpGV36cuERaXeWbieagP3hrJDQp3rlqW { width:3.125rem;height:3.125rem;top:39rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAWXJ4QBxfc5WVrtTsNwwVGGOmIWBSxK { width:1.875rem;height:1.875rem;top:39.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VneAukWTe4KxAG5dCNNuIHrqIXgpcEHW { width:2.8125rem;height:2.8125rem;top:39.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNZOa72i8odfMOhh3DcSv47oLzpbeTK { width:2.1875rem;height:2.1875rem;top:39.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrRo45J12bGP5URNsD3vyc6vm0xALqt { width:2.1875rem;height:2.1875rem;top:32.6875rem;left:8.9375rem;display:block; }
#ElrRo45J12bGP5URNsD3vyc6vm0xALqt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uH4D36tba6JS6qGECDdnTFGrAPIPSfxD { width:11.4375rem;height:2.1875rem;top:3rem;left:4.28125rem;display:block; }
 }