.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { background-color:#e06169;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:21.1875rem;display:block; }
#TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wWoK5fTAJGeHRWiFoLINNJNb0p596OlW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:51.0625rem;display:block; }
#TV43LuZmEUGRTDGGLJbHxSrwry5huv7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:30.5625rem;display:block; }
#pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:39.875rem;display:block; }
#l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/coaching_1920x1080_14.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.adaptive-delivery-prevent-bg, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyload, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyloading { background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { background-color: transparent; background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .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); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { border-width: 0; border-radius: 0; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::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; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { font-size:0.875rem;font-family:fraunces;height:55.9375rem;width:75rem;position:relative;display:block; }#XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:17.875rem;left:1.25rem;height:3.3994125rem;display:block; }
#QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.5rem;left:1.25rem;height:3.5996125rem;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;display:block; }
#Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:12.5625rem;left:37.5625rem;display:block; }
#WpSJzb0FRvBXKExecS3NPs83DkFG2vvy { 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:49rem;width:32.5rem;top:6.9375rem;left:40.03125rem;overflow:hidden;display:block; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-form-header {  }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { height:auto;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;color:#ffffff;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:fraunces;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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:31.25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:fraunces;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { 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.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:fraunces;font-size:1rem;overflow:hidden;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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:#e06169;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#121010;width:31.25rem;height:3.4375rem;font-family:fraunces;overflow:hidden; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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:fraunces;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:30rem;overflow:hidden;font-style:normal;float:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:fraunces;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container:first-of-type{padding-top:0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container:last-of-type{padding-bottom:0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem;display:block;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-info-text { display:block;height:auto;font-family:fraunces;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZHqTSEda2beZsKmJmt7eqKsNWlwfWfKf { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #mc7oyht0ytbwvsUAeQR31vfdhTT3VrLs { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oVSTGAZUJFQo32yqRuzz7DEQd5RiAxtk { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU { position:relative;z-index:2; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW { position:relative; }
#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { background-color: transparent; background-image: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .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); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { border-width: 0; border-radius: 0; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { color:#b5b5b5;display:block;width:32.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.375rem;left:0rem;height:13.597625rem;display:block; }
#TgOgiAbeHr880qPggnugG4AFzTBTFuIB { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#usrb3kcmXbxczF35e2wGFNziSE8EbeFm { color:#e06169;display:block;width:32.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11.125rem;left:0rem;height:1.69970625rem;font-style:normal;display:block; }
#TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:6.25rem;left:37.5rem;overflow:hidden;display:block; }
#mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { color:#ffffff;display:block;width:15rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:31.375rem;left:0rem;height:1.9121125rem;font-style:normal;display:block; }
#E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { color:#ededed;display:block;width:15rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.8125rem;left:0rem;height:6.7988125rem;font-style:normal;display:block; }
#bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.3125rem;left:0rem; }
#KO7edpEuwFNFtm05provUhUKbr6tmxxx { color:#ededed;display:block;width:15rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:33.8125rem;left:17.5625rem;height:5.09911875rem;font-style:normal;display:block; }
#B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:31.375rem;left:17.5625rem;height:1.9121125rem;font-style:normal;display:block; }
#MAalANkfpWRUlo88W6XFKqoVTPTTwITw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:29.3125rem;left:17.5625rem; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:fraunces;height:40rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.09911875rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:5.09911875rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:5.09911875rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { background-color: transparent; background-image: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { display: none; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .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); }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { border-width: 0; border-radius: 0; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { font-size:0.875rem;font-family:fraunces;height:35.625rem;width:75rem;position:relative;display:block; }#ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { background-color: transparent; background-image: none; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container > .video-iframe-container { display: none; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row > .video-iframe-container { display: none; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .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); }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { border-width: 0; border-radius: 0; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { font-size:0.875rem;font-family:fraunces;height:42.5rem;width:75rem;position:relative;display:block; }#N1ys8I5CrrU2d0M9h4DCtDptFDgAmvFn { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.75rem;width:22.5rem;top:19.4375rem;left:0rem;display:block; }
#JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:22.625rem;left:1.875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntaIJkhQPz722c0B2Nwilx97lfvH5Pou { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.5625rem;left:1.875rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VshEsPzynV5QUQ9ou4px14gmBowxPNol { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;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;text-align:center;text-align-last:center;display:block; }
#UMWx37HKhLEnh9E90IwvM7Otdal5wlqx { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#aeTlJbwuWLFE4ThiCGBLTGbxgqsiXgWT { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#f9W4FkN7JwutgyVMLkg8WSyKNc01J3tC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#cKvdrLp3CaLR79rnT7oIVTfDg8Gp7PI8 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#bTvfmQG5UJXqXpeLNErMVRlvda9vc5CW { color:#ffffff;display:block;width:5rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:16.0625rem;left:8.75rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TpDLcn1RPM2LOXmz5kxuR1eZ4ohvJFOn { position:absolute;display:block;z-index:15028;background-color:#e06169;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:8.125rem;display:block; }
#w1RqzzTSwZQOFS4EXNkorLrEJ37hPMDS { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.75rem;width:22.5rem;top:19.4375rem;left:26.25rem;display:block; }
#kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:22.6875rem;left:28.125rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzptIdbRp5Rn6ZTbe027E5W3woZotNDa { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:25.625rem;left:28.125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFARsiWrxbyHfSuZqEymULdRuUFddZnW { position:absolute;display:block;z-index:15034;background-color:#e06169;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:34.375rem;display:block; }
#vP7N9T8p827TSws9y4HE4rGakybebleI { color:#ffffff;display:block;width:5rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:16.0625rem;left:35rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rveEHsBUwmgehsV2G5v7GDuUpgrRTxFs { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0616933', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(224,97,105,0.2), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.75rem;width:22.5rem;top:19.4375rem;left:52.5rem;display:block; }
#wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:22.6875rem;left:54.3125rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bl5FPvBog2VdkEIdwAaMys51gMx90TKm { color:#ededed;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:25.625rem;left:54.3125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gs5Q30nc7xF8yrwkEtvUehTzaVQgy5T2 { position:absolute;display:block;z-index:15040;background-color:#e06169;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.125rem;left:60.625rem;display:block; }
#PVrGZX3d3fTv2kylHxxxaMTWTtnbeI2e { color:#ffffff;display:block;width:5rem;position:absolute;font-family:fraunces;font-size:3rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:16.0625rem;left:61.25rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e06169;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; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { background-color: transparent; background-image: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .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); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { border-width: 0; border-radius: 0; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { font-size:0.875rem;font-family:fraunces;height:27.5rem;width:75rem;position:relative;display:block; }#PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:3.1499rem;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:left;text-align-last:left;display:block; }
#wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.4375rem;left:38.4375rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { background-color:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.3125rem;left:38.4375rem;display:block; }
#xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWKwKrTzGueNH2T139dmix01Z6aZmm2k { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));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:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));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:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { background-color: transparent; background-image: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container > .video-iframe-container { display: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container { display: none; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .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); }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { border-width: 0; border-radius: 0; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { font-size:0.875rem;font-family:fraunces;height:60.9375rem;width:75rem;position:relative;display:block; }#ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iwBqabCZJ7nK15pXluOWVlo5EEtwEB0f { 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:25rem;width:25rem;top:14.0498046875rem;left:0rem;overflow:hidden;display:block; }
#duAEeGnVmB2dNNAxJIxWW0FZTT8QiZzo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:53.875rem;left:4.375rem; }
#xXTXqcMiBOmbeAixTvMFPTnn5WGStRri { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:45.8125rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#WOEr70nahD44en6q7WntoGI9lhTharpF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:53.875rem;left:0rem; }
#d2N5k618X1rFiFMKE5eZIDfumAv5nzq6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:53.875rem;left:2.125rem; }
#NIZcTtkh8LUdmghMvbpIccCepSAnhtr5 { color:#b5b5b5;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:42.875rem;left:0rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#DHG8TCGWaITPqaQG96V7pU7vGPkDn5Wr { color:#e06169;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:0rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#TtAQcQnHlqbeWcyLixp0dzBFGsnDMbUv { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:45.8125rem;left:25rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#J1nOMlOJe6q4DhIiOsUKkkwbduquvwVW { color:#b5b5b5;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:42.875rem;left:25rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#AVrwgr7IezU831LPrknILBUl4RhLrHHC { color:#e06169;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:40.9375rem;left:25rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#kR3AFbKsnGtLfL9GVO8bOZtHqmMussdc { position:absolute;display:block;z-index:15025;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:25rem;width:25rem;top:14.0625rem;left:25rem;overflow:hidden;display:block; }
#KPM9sshhezz1SsmxxyZ8ulcdOgIMEOO8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:53.875rem;left:29.375rem; }
#UDfcz0qUknpmbinkA0LhOKlmOFDNlcX2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:53.875rem;left:27.125rem; }
#LQflQJkTetAsCmN0WXTn37D7m472LHm3 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:53.875rem;left:25rem; }
#ccPfKIJTVHwr15MHbidOQRQ6vrVwb7eT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:45.8125rem;left:50rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#kzEMqApqWJKoehME3wMpnlBXn5hbAtQI { color:#b5b5b5;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:42.875rem;left:50rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#rc2s6kDNrp95EQB0eBvQshxRObJ80SEd { color:#e06169;display:block;width:22.5rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:40.9375rem;left:50rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#MqqCIlrOQDfDhbCEF1xrB1QStoTmMTXQ { position:absolute;display:block;z-index:15032;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:25rem;width:25rem;top:14.0625rem;left:50rem;overflow:hidden;display:block; }
#TzNpPKGul2PZIlvsd5eTeBRUAqJLr54U { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:53.875rem;left:54.375rem; }
#WREpmcJ3RKtTrRMpMCudJgpeX6aGZsut { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:53.875rem;left:52.125rem; }
#sLTMQah3q8kQltvnrKetrdTiPrTeXpFq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:53.875rem;left:50rem; }
#bIBA7O4MpkCtbD3Ezdz4oIsLVDFFPtI5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:16.1875rem;width:25rem;top:12.4248046875rem;left:0rem;display:block; }
#NC1FNbxRNNIB9kXg5QGbeskLcz5Aq472 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(137deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(137deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(137deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(137deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:16.1875rem;width:25rem;top:12.4248046875rem;left:25rem;display:block; }
#iAqNdN5GrauDTGTIIhQLACDABx8BhtTQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(352deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(352deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(352deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(352deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(352deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:16.1875rem;width:25rem;top:12.4248046875rem;left:50rem;display:block; }
#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e06169;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; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container { background-color: transparent; background-image: none; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container > .video-iframe-container { display: none; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row > .video-iframe-container { display: none; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .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); }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container { border-width: 0; border-radius: 0; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container { font-size:0.875rem;font-family:fraunces;height:20rem;width:75rem;position:relative;display:block; }#TCLg4NgJ0HFe6x5Qb6ioTWyb1pboBmrf { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6499rem;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;display:block; }
#FDRg1dirDoSnaqamQQH7qo0r4mMGrUHM { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#NOgTUlNDI7Qt1JNi7aVFXcw06FhPKpGT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#vwbTvtQ0Pb5FvAZiyrDvqwU7CxPN7p1T { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#N1qUTaNQfAKpdJmbqNI08xgVbVTadPNa { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6499rem;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;display:block; }
#Lx4WcsRSTJmsrSOaaKuPRz2yBKpzTmTN { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#QGszoM7nOSa9qGqEEeebsCV7KW2DLroX { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#yORi3MvNsUdrv20LteWib0a27eXbrQ9n { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6499rem;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;display:block; }
#x1x6PcU6ET0GSNSWxSl3mRHRsVGuI5PC { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#sKyTFM3uv7ztDXFedgzAKyBc9ksHCreu { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.54980625rem;font-style:normal;display:block; }
#vKhK4aAWkulsv2hsvA1n616qzGHc8xXf { color:#000000;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.6499rem;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;display:block; }
#aaIxrr8uP3QXiwCmbHJ2VkTrxNVvnk38 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { background-color: transparent; background-image: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { display: none; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .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); }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { border-width: 0; border-radius: 0; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { font-size:0.875rem;font-family:fraunces;height:37.5rem;width:75rem;position:relative;display:block; }#CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:15rem;width:25rem;top:13.75rem;left:0rem;display:block; }
#Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17rem;left:1.625rem;height:5.736325rem;font-style:italic;display:block; }
#ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.1875rem;left:1.625rem;height:1.48730625rem;font-style:normal;display:block; }
#yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15rem;left:0.875rem; }
#tGdosznTiXNa9EqItsGFSAkgr332w5wB { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(158deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(158deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(158deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(158deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:15rem;width:25rem;top:13.75rem;left:25rem;display:block; }
#QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:26.625rem;height:5.736325rem;font-style:italic;display:block; }
#f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:25.1875rem;left:26.625rem;height:1.48730625rem;font-style:normal;display:block; }
#JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15rem;left:25.875rem; }
#HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(69deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -moz-linear-gradient(69deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -ms-linear-gradient(69deg, rgba(0,0,0,0), rgba(224,97,105,0.2));background-image: -o-linear-gradient(69deg, rgba(0,0,0,0), rgba(224,97,105,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0616933' );";background-image: linear-gradient(69deg, rgba(0,0,0,0), rgba(224,97,105,0.2));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:15rem;width:25rem;top:13.75rem;left:50rem;display:block; }
#JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:17rem;left:51.625rem;height:5.736325rem;font-style:italic;display:block; }
#TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { color:#b5b5b5;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.1875rem;left:51.625rem;height:1.48730625rem;font-style:normal;display:block; }
#I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:15rem;left:50.875rem; }
#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121010, #353131);background-image: -moz-linear-gradient(180deg, #121010, #353131);background-image: -ms-linear-gradient(180deg, #121010, #353131);background-image: -o-linear-gradient(180deg, #121010, #353131);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121010', endColorstr='#353131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121010', endColorstr='#353131' );";background-image: linear-gradient(180deg, #121010, #353131);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; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { background-color: transparent; background-image: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { display: none; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .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); }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { border-width: 0; border-radius: 0; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { font-size:0.875rem;font-family:fraunces;height:15rem;width:75rem;position:relative;display:block; }#ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:15.625rem;overflow:hidden;display:block; }
#ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:31.25rem;overflow:hidden;display:block; }
#iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:46.875rem;overflow:hidden;display:block; }
#VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:6.25rem;left:62.5rem;overflow:hidden;display:block; }
#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { background-color: transparent; background-image: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .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); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { border-width: 0; border-radius: 0; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { font-size:0.875rem;font-family:fraunces;height:30rem;width:75rem;position:relative;display:block; }#i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:67.5rem;overflow:hidden;display:block; }
#pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { position:absolute;display:block;z-index:15001;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:7.5rem;width:7.5rem;top:6.25rem;left:57.5625rem;overflow:hidden;display:block; }
#neq9auaFpk6587dP7VeQyATscvtcpA25 { position:absolute;display:block;z-index:15002;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:7.5rem;width:7.5rem;top:6.25rem;left:47.625rem;overflow:hidden;display:block; }
#BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { position:absolute;display:block;z-index:15002;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:7.5rem;width:7.5rem;top:6.25rem;left:37.6875rem;overflow:hidden;display:block; }
#WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { color:#e06169;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C769Mm8ldnsTu7nJddZzhcrQmT192iCy { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w80do3opDqabbJH16QxVRawa6FIkku3L { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:5rem;width:0.5rem;top:6.25rem;left:27.625rem;display:block; }
#il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:5rem;width:0.5rem;top:6.25rem;left:30rem;display:block; }
#W70AGl3olRq31fd1ufcOT42MHwmzeFND { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:5rem;width:0.5rem;top:6.25rem;left:32.375rem;display:block; }
#NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:5rem;width:0.5rem;top:6.25rem;left:34.75rem;display:block; }
#L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.4873046875rem;left:0rem;height:12.599125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { position:absolute;display:block;z-index:15006;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:7.5rem;width:7.5rem;top:16.25rem;left:37.6875rem;overflow:hidden;display:block; }
#yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.25rem;left:67.5rem;overflow:hidden;display:block; }
#DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { position:absolute;display:block;z-index:15005;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:7.5rem;width:7.5rem;top:16.25rem;left:57.5625rem;overflow:hidden;display:block; }
#OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { position:absolute;display:block;z-index:15006;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:7.5rem;width:7.5rem;top:16.25rem;left:47.625rem;overflow:hidden;display:block; }
#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/coaching_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.adaptive-delivery-prevent-bg, #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.lazyload, #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.lazyloading { background-image: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { background-color: transparent; background-image: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container > .video-iframe-container { display: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container { display: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .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); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { border-width: 0; border-radius: 0; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD::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; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { font-size:0.875rem;font-family:fraunces;height:36.875rem;width:75rem;position:relative;display:block; }#aN2WAmZOzCvTMSVs6WhgknHdbG0nn9BO { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.75rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { position:absolute;display:block;z-index:15029;background-color:#e06169;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:27.5rem;width:35rem;top:4.5rem;left:40rem;display:block; }
#sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:fraunces;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.625rem;left:0rem;height:9.2998125rem;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;display:block; }
#O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#t4JlzTLhWHSakpAFOQxgO38R98q9K3UN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:31.25rem;width:0.5rem;top:5.625rem;left:63.625rem;display:block; }
#NoqSpsdTliTdfZ4xvET343cvgUMPiHOx { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:31.25rem;width:0.5rem;top:5.625rem;left:66rem;display:block; }
#n0quSpixAkeyd499pBKv3Z3CsqeMckb3 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:31.25rem;width:0.5rem;top:5.625rem;left:68.375rem;display:block; }
#Te8KyCq1d3CmrHmbUH4KzPly5SwpUZ0D { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:31.25rem;width:0.5rem;top:5.625rem;left:70.75rem;display:block; }
#UCdqdHenAK2afzOXdchhw4SURvikxcqR { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:24.1875rem;left:0rem;height:3.3994125rem;display:block; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-form-header {  }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { height:auto;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;color:#ffffff;width:30rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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:30rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:fraunces;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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:30rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:fraunces;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { 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.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:30rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:fraunces;font-size:1rem;overflow:hidden;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:30rem;height:3.4375rem;font-family:fraunces;overflow:hidden; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:fraunces;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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:fraunces;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:28.75rem;overflow:hidden;font-style:normal;float:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:fraunces;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container:first-of-type{padding-top:0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container:last-of-type{padding-bottom:0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.75rem;left:41.25rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30rem;display:block;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-info-text { display:block;height:auto;font-family:fraunces;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.75rem;left:41.25rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #ry1Tq1XzcRve6ZMQ0T7IMqbLeImqURM6 { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #n7CfSngQyiNT7Vmw0n6itEPtlwfrJqhG { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #t4EwNbNo9pdn9tDJrznt70x092SFSabf { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS { position:relative;z-index:2; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk { position:relative; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:fraunces;height:40.0625rem;width:75rem;position:relative;display:block; }#TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { color:#e06169;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#121010;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e06169; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:fraunces;font-style:normal;color:#ffffff;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:fraunces;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5e64057a93556d59777f4029b8fcb8edc6aecd60.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { background-color: transparent; background-image: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { display: none; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .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); }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { border-width: 0; border-radius: 0; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { color:#e06169;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { color:#b5b5b5;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:1.69970625rem;display:block; }
#miio10CyfIngrZxPd3xTsDTL1WDF310D { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.0625rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.6875rem;left:0rem; }
#tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.5rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.125rem;left:0rem; }
#GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:33.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#trcQlRERTtA2kEwLToD0FKah0aMKfVAN { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:31.9375rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(224,97,105,0.3));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:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { position:absolute;display:block;z-index:15047;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:38.75rem;width:38.75rem;top:6.25rem;left:36.25rem;overflow:hidden;display:block; }
#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { background-color: transparent; background-image: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .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); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { border-width: 0; border-radius: 0; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { font-size:0.875rem;font-family:fraunces;height:7.5rem;width:75rem;position:relative;display:block; }#AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:9.375rem;display:block; }
#EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e06169;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:18.75rem;display:block; }
#HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:32.25rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { position:absolute;display:block;z-index:15001;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:1.875rem;width:8.125rem;top:2.8125rem;left:66.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:8.125rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #wWoK5fTAJGeHRWiFoLINNJNb0p596OlW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV43LuZmEUGRTDGGLJbHxSrwry5huv7x { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { top:17.875rem;left:0rem;width:31.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { top:9.5rem;left:0rem;width:31.25rem;height:7.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:37.4375rem;height:37.4375rem;top:12.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpSJzb0FRvBXKExecS3NPs83DkFG2vvy { top:6.9375rem;left:15.25rem;width:32.5rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-textarea { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-button { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { width:31.25rem;height:22.5625rem;top:23rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { width:31.25rem;height:22.5625rem;top:23rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZHqTSEda2beZsKmJmt7eqKsNWlwfWfKf {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #mc7oyht0ytbwvsUAeQR31vfdhTT3VrLs {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oVSTGAZUJFQo32yqRuzz7DEQd5RiAxtk {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW {  }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { top:11.125rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { top:6.25rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { top:29.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { top:29.3125rem;left:10.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { display:block; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1ys8I5CrrU2d0M9h4DCtDptFDgAmvFn { width:22.5rem;height:13.75rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntaIJkhQPz722c0B2Nwilx97lfvH5Pou { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshEsPzynV5QUQ9ou4px14gmBowxPNol { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMWx37HKhLEnh9E90IwvM7Otdal5wlqx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTlJbwuWLFE4ThiCGBLTGbxgqsiXgWT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9W4FkN7JwutgyVMLkg8WSyKNc01J3tC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKvdrLp3CaLR79rnT7oIVTfDg8Gp7PI8 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvfmQG5UJXqXpeLNErMVRlvda9vc5CW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDLcn1RPM2LOXmz5kxuR1eZ4ohvJFOn { width:6.25rem;height:6.25rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1RqzzTSwZQOFS4EXNkorLrEJ37hPMDS { width:22.5rem;height:13.75rem;top:19.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzptIdbRp5Rn6ZTbe027E5W3woZotNDa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFARsiWrxbyHfSuZqEymULdRuUFddZnW { width:6.25rem;height:6.25rem;top:15.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7N9T8p827TSws9y4HE4rGakybebleI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveEHsBUwmgehsV2G5v7GDuUpgrRTxFs { width:22.5rem;height:13.75rem;top:19.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl5FPvBog2VdkEIdwAaMys51gMx90TKm { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs5Q30nc7xF8yrwkEtvUehTzaVQgy5T2 { width:6.25rem;height:6.25rem;top:15.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVrGZX3d3fTv2kylHxxxaMTWTtnbeI2e { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { top:7.4375rem;left:0rem;width:35.9375rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { top:7.4375rem;left:11.1875rem;width:36.5625rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #FWKwKrTzGueNH2T139dmix01Z6aZmm2k { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { display:block; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBqabCZJ7nK15pXluOWVlo5EEtwEB0f { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duAEeGnVmB2dNNAxJIxWW0FZTT8QiZzo { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTXqcMiBOmbeAixTvMFPTnn5WGStRri { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOEr70nahD44en6q7WntoGI9lhTharpF { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2N5k618X1rFiFMKE5eZIDfumAv5nzq6 { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZcTtkh8LUdmghMvbpIccCepSAnhtr5 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHG8TCGWaITPqaQG96V7pU7vGPkDn5Wr { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAQcQnHlqbeWcyLixp0dzBFGsnDMbUv { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1nOMlOJe6q4DhIiOsUKkkwbduquvwVW { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVrwgr7IezU831LPrknILBUl4RhLrHHC { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR3AFbKsnGtLfL9GVO8bOZtHqmMussdc { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM9sshhezz1SsmxxyZ8ulcdOgIMEOO8 { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDfcz0qUknpmbinkA0LhOKlmOFDNlcX2 { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQflQJkTetAsCmN0WXTn37D7m472LHm3 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccPfKIJTVHwr15MHbidOQRQ6vrVwb7eT { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzEMqApqWJKoehME3wMpnlBXn5hbAtQI { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc2s6kDNrp95EQB0eBvQshxRObJ80SEd { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqqCIlrOQDfDhbCEF1xrB1QStoTmMTXQ { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzNpPKGul2PZIlvsd5eTeBRUAqJLr54U { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WREpmcJ3RKtTrRMpMCudJgpeX6aGZsut { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTMQah3q8kQltvnrKetrdTiPrTeXpFq { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIBA7O4MpkCtbD3Ezdz4oIsLVDFFPtI5 { width:25rem;height:16.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC1FNbxRNNIB9kXg5QGbeskLcz5Aq472 { width:25rem;height:16.1875rem;top:12.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqNdN5GrauDTGTIIhQLACDABx8BhtTQ { width:25rem;height:16.1875rem;top:12.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH { display:block; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCLg4NgJ0HFe6x5Qb6ioTWyb1pboBmrf { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRg1dirDoSnaqamQQH7qo0r4mMGrUHM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgTUlNDI7Qt1JNi7aVFXcw06FhPKpGT { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwbTvtQ0Pb5FvAZiyrDvqwU7CxPN7p1T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1qUTaNQfAKpdJmbqNI08xgVbVTadPNa { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4WcsRSTJmsrSOaaKuPRz2yBKpzTmTN { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGszoM7nOSa9qGqEEeebsCV7KW2DLroX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yORi3MvNsUdrv20LteWib0a27eXbrQ9n { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1x6PcU6ET0GSNSWxSl3mRHRsVGuI5PC { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKyTFM3uv7ztDXFedgzAKyBc9ksHCreu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKhK4aAWkulsv2hsvA1n616qzGHc8xXf { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaIxrr8uP3QXiwCmbHJ2VkTrxNVvnk38 { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:25rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { width:2rem;height:2rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:25rem;height:15rem;top:13.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { width:2rem;height:2rem;top:15rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:25rem;height:15rem;top:13.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { width:2rem;height:2rem;top:15rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:12.5rem;height:2.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:12.5rem;height:2.5rem;top:6.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:12.5rem;height:2.5rem;top:6.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:12.5rem;height:2.5rem;top:6.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { width:12.5rem;height:2.5rem;top:6.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.5rem;top:6.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:6.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:6.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:6.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:6.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:6.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:7.5rem;top:16.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { width:7.5rem;height:7.5rem;top:16.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:7.5rem;height:7.5rem;top:16.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN2WAmZOzCvTMSVs6WhgknHdbG0nn9BO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { width:35rem;height:27.5rem;top:4.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { top:13.625rem;left:0rem;width:33.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JlzTLhWHSakpAFOQxgO38R98q9K3UN { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoqSpsdTliTdfZ4xvET343cvgUMPiHOx { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0quSpixAkeyd499pBKv3Z3CsqeMckb3 { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8KyCq1d3CmrHmbUH4KzPly5SwpUZ0D { width:0.5rem;height:31.25rem;top:5.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCdqdHenAK2afzOXdchhw4SURvikxcqR { top:24.1875rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-textarea { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-button { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-checkbox-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { width:30rem;height:22.5625rem;top:5.75rem;left:15.25rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { width:30rem;height:22.5625rem;top:5.75rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #ry1Tq1XzcRve6ZMQ0T7IMqbLeImqURM6 {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #n7CfSngQyiNT7Vmw0n6itEPtlwfrJqhG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #t4EwNbNo9pdn9tDJrznt70x092SFSabf {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk {  }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { top:6.25rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { top:13.4375rem;left:0rem;width:31.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { width:1.5rem;height:1.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trcQlRERTtA2kEwLToD0FKah0aMKfVAN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:38.75rem;height:38.75rem;top:6.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:8.125rem;height:1.875rem;top:2.8125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:9.375rem;height:3.75rem;top:4.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #wWoK5fTAJGeHRWiFoLINNJNb0p596OlW { width:11.25rem;height:3.75rem;top:15.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV43LuZmEUGRTDGGLJbHxSrwry5huv7x { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:9.375rem;height:3.75rem;top:11.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:9.375rem;height:3.75rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { width:20rem;height:5.09765625rem;top:14.796875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { width:20rem;height:9.44825rem;top:4.375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:20rem;height:20rem;top:54.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpSJzb0FRvBXKExecS3NPs83DkFG2vvy { width:20rem;height:30.1533125rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { width:17.5rem;height:22.5625rem;top:13.64550625rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZHqTSEda2beZsKmJmt7eqKsNWlwfWfKf {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #mc7oyht0ytbwvsUAeQR31vfdhTT3VrLs {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oVSTGAZUJFQo32yqRuzz7DEQd5RiAxtk {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW {  }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { width:20rem;height:15.293rem;top:8.249025rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJSkqgfepd42Nb9CxTdzJnnkX9T1vvm { width:20rem;height:20rem;top:25.5419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCExmSqBiJfkEIc2S9Suk7nN5WcHuk2m { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSeQDrVI8tIEmKLwTaQOs8vmiFzV541 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqRKoTgQ0bF1S3M7azkSkfb6dAa43G4 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvw6PPeONB2zuRyG2klqFzm7bncFQ9mT { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxUShPiTwTFzNJTftqgHsNEIG9nC80ny { width:17.5rem;height:1.9121125rem;top:47.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E17xq6cB9QmQd9xUSTgmaVTmetaGdkUn { width:20rem;height:5.09765625rem;top:49.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bfx37nFEK3hTQuQGzduhtSLFiUDyHGKh { display:flex;width:1.5rem;height:1.5rem;top:47.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KO7edpEuwFNFtm05provUhUKbr6tmxxx { width:20rem;height:5.09765625rem;top:59.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B73WPduqhkhWV4hTthiNrqZUDPPDGWtJ { width:17.5rem;height:1.9121125rem;top:56.9375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAalANkfpWRUlo88W6XFKqoVTPTTwITw { display:flex;width:1.5rem;height:1.5rem;top:57.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.54980625rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:6.796875rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.79980625rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:6.796875rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:2.54980625rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:6.796875rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.54980625rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz { display:block; }#UPlWOaDyOJKhbRhArKMTxsQ3TaTtwlQz > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynoJoyrf8h5Xv7e5THR6eFBF75xaR37C { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yLhCiZ4zz49Pu7JX1VgoUMFlHSiyTSy2 { width:20rem;height:2.54980625rem;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkQsflqNcQ5r2ieoTJzlZtmKHdFBZWby { width:20rem;height:5.09765625rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAS5XIXpkhGIwDy27ymN1c9UTh2ONkkc { width:20rem;height:1.69921875rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4CsH1UM5KtEFvOiULNezO8i31GO54y { width:20rem;height:5.5996125rem;top:5.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetxyiDXW73zBDWqyxNlsu6RlTddBBJZ { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhOfMprrMnFNNzpC3bo4fTfnkvTqK1X { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzZFXLWA3DXO1Iimh7RBXJHEimdeX5W { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzOcTU2qszwpwv61l1ACBBVDVP9TsSQ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP2osvoz9fEp6qtwAAr9hyBKqoa7WqOQ { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viwtahdukNpmnBTuN79Jbq7VwQ8dmdVC { width:20rem;height:5.09765625rem;top:37.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Z6eu5Blxp6PFkza9r8d3dt2zIcOk3 { width:20rem;height:2.54980625rem;top:33.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCLHOD77dsA4BFETf8Z6oLsh0RXIc4Nx { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELOXA3M7ihAqKfQSOhNiB193xuQsO59 { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #RBbwkEpbXApX21Pr9JJXc8C1Zdv0TSms { width:20rem;height:5.09765625rem;top:52.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaxEhBzDwGM3zKQWMeK2sWqFo1PHemrK { width:20rem;height:2.54980625rem;top:49.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFc2p5scktE4rNnIxc0cZo7tzMzSDIaU { width:4.5rem;height:4.5rem;top:44.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yndudFPv9IeCJzJWkxr9l4UrrDJrI5 { display:flex;width:2.125rem;height:2.125rem;top:45.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J { display:block; }#ZfvkAoCkWrW7ynvu6sWvMmN3DpdXpp2J > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1ys8I5CrrU2d0M9h4DCtDptFDgAmvFn { width:20rem;height:16.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLIlWzvix2rB7aFvil8StIPc5wGwJGRl { width:16.25rem;height:2.54980625rem;top:17.3125rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntaIJkhQPz722c0B2Nwilx97lfvH5Pou { width:16.25rem;height:6.796875rem;top:20.25rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0kZNvS6Al74hLAx08v4vBisHoAXgy24 { width:20rem;height:1.69921875rem;top:1.92578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshEsPzynV5QUQ9ou4px14gmBowxPNol { width:20rem;height:2.79980625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMWx37HKhLEnh9E90IwvM7Otdal5wlqx { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTlJbwuWLFE4ThiCGBLTGbxgqsiXgWT { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9W4FkN7JwutgyVMLkg8WSyKNc01J3tC { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKvdrLp3CaLR79rnT7oIVTfDg8Gp7PI8 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTvfmQG5UJXqXpeLNErMVRlvda9vc5CW { width:5rem;height:2.79980625rem;top:10.9375rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDLcn1RPM2LOXmz5kxuR1eZ4ohvJFOn { width:6.25rem;height:6.25rem;top:9.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1RqzzTSwZQOFS4EXNkorLrEJ37hPMDS { width:20rem;height:16.875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXr0Snzi0T6eazT5UlP0hESsvJzuNvP { width:16.25rem;height:2.54980625rem;top:38.9375rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzptIdbRp5Rn6ZTbe027E5W3woZotNDa { width:16.25rem;height:6.796875rem;top:41.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFARsiWrxbyHfSuZqEymULdRuUFddZnW { width:6.25rem;height:6.25rem;top:31.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7N9T8p827TSws9y4HE4rGakybebleI { width:5rem;height:2.79980625rem;top:32.875rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rveEHsBUwmgehsV2G5v7GDuUpgrRTxFs { width:20rem;height:16.875rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdNvJcbT2ZmfEZTQrUU6zcG5p8ygqAz { width:16.25rem;height:2.54980625rem;top:61.125rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl5FPvBog2VdkEIdwAaMys51gMx90TKm { width:16.25rem;height:6.796875rem;top:64.25rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs5Q30nc7xF8yrwkEtvUehTzaVQgy5T2 { width:6.25rem;height:6.25rem;top:53rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVrGZX3d3fTv2kylHxxxaMTWTtnbeI2e { width:5rem;height:2.79980625rem;top:54.75rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { width:20rem;height:9.44825rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { width:20rem;height:13.38475rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.75rem;height:3.75rem;top:29.875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #FWKwKrTzGueNH2T139dmix01Z6aZmm2k { width:0.5rem;height:27.5rem;top:10rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxE2E8gtgVpCCSNQdXCF5P7tooFRzDIs { width:0.5rem;height:27.5rem;top:10rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1pZOO6NM2Ta6nNhRUvKbEmeDI9BXD4 { width:0.5rem;height:27.5rem;top:10rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phapzvH11tHp2tTbPHXUCOg1qGaaRv5y { width:0.5rem;height:27.5rem;top:10rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX { display:block; }#L7hZsXHmCoZoU3TgWokHSbrB71e0fLIX > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ht5rzoMUFRaCfAnenytRIxKVZbigLPFE { width:20rem;height:1.69921875rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXTttqtLwdwZtsGcO0ERVMBvHGbP4Lni { width:20rem;height:5.5996125rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwBqabCZJ7nK15pXluOWVlo5EEtwEB0f { width:20rem;height:20rem;top:14.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duAEeGnVmB2dNNAxJIxWW0FZTT8QiZzo { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #xXTXqcMiBOmbeAixTvMFPTnn5WGStRri { width:20rem;height:6.796875rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOEr70nahD44en6q7WntoGI9lhTharpF { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d2N5k618X1rFiFMKE5eZIDfumAv5nzq6 { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #NIZcTtkh8LUdmghMvbpIccCepSAnhtr5 { width:20rem;height:1.69921875rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHG8TCGWaITPqaQG96V7pU7vGPkDn5Wr { width:20rem;height:1.9121125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAQcQnHlqbeWcyLixp0dzBFGsnDMbUv { width:20rem;height:6.796875rem;top:78.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1nOMlOJe6q4DhIiOsUKkkwbduquvwVW { width:20rem;height:1.69921875rem;top:75.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVrwgr7IezU831LPrknILBUl4RhLrHHC { width:20rem;height:1.9121125rem;top:73.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR3AFbKsnGtLfL9GVO8bOZtHqmMussdc { width:20rem;height:20rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM9sshhezz1SsmxxyZ8ulcdOgIMEOO8 { display:flex;width:1.5rem;height:1.5rem;top:86.0625rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #UDfcz0qUknpmbinkA0LhOKlmOFDNlcX2 { display:flex;width:1.5rem;height:1.5rem;top:86.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #LQflQJkTetAsCmN0WXTn37D7m472LHm3 { display:flex;width:1.5rem;height:1.5rem;top:86.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ccPfKIJTVHwr15MHbidOQRQ6vrVwb7eT { width:20rem;height:6.796875rem;top:116.798828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzEMqApqWJKoehME3wMpnlBXn5hbAtQI { width:20rem;height:1.69921875rem;top:113.849609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc2s6kDNrp95EQB0eBvQshxRObJ80SEd { width:20rem;height:1.9121125rem;top:111.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqqCIlrOQDfDhbCEF1xrB1QStoTmMTXQ { width:20rem;height:20rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzNpPKGul2PZIlvsd5eTeBRUAqJLr54U { display:flex;width:1.5rem;height:1.5rem;top:124.25rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #WREpmcJ3RKtTrRMpMCudJgpeX6aGZsut { display:flex;width:1.5rem;height:1.5rem;top:124.25rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #sLTMQah3q8kQltvnrKetrdTiPrTeXpFq { display:flex;width:1.5rem;height:1.5rem;top:124.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bIBA7O4MpkCtbD3Ezdz4oIsLVDFFPtI5 { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC1FNbxRNNIB9kXg5QGbeskLcz5Aq472 { width:20rem;height:16.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqNdN5GrauDTGTIIhQLACDABx8BhtTQ { width:20rem;height:16.1875rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH { display:block; }#SJPTWfhx84kZQ5eRbdQ964IEBLPfdhoH > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCLg4NgJ0HFe6x5Qb6ioTWyb1pboBmrf { width:16.25rem;height:4.6494125rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRg1dirDoSnaqamQQH7qo0r4mMGrUHM { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOgTUlNDI7Qt1JNi7aVFXcw06FhPKpGT { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwbTvtQ0Pb5FvAZiyrDvqwU7CxPN7p1T { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N1qUTaNQfAKpdJmbqNI08xgVbVTadPNa { width:16.25rem;height:4.6494125rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4WcsRSTJmsrSOaaKuPRz2yBKpzTmTN { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGszoM7nOSa9qGqEEeebsCV7KW2DLroX { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yORi3MvNsUdrv20LteWib0a27eXbrQ9n { width:16.25rem;height:4.6494125rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1x6PcU6ET0GSNSWxSl3mRHRsVGuI5PC { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKyTFM3uv7ztDXFedgzAKyBc9ksHCreu { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKhK4aAWkulsv2hsvA1n616qzGHc8xXf { width:16.25rem;height:4.6494125rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaIxrr8uP3QXiwCmbHJ2VkTrxNVvnk38 { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb { display:block; }#ML3zebfQxsSlhgg4gzDgVsLl8bZqPtOb > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnzUKws54nAFeClh9FK9Vk49kyIuQ3A2 { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySdL99uxnqIKGXWw2Q7sgsZkkeHs2zW { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQs1UGoufVUVQUqhEO0OCTsRIC7ZDBD { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2d5TgfT4GGe4fXTSVb2OzpiT6cnfgez { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwtsSD13JTaNrFSh1cXTWChTGxs4dNS { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrG4fcyaaPrIV31ZTPGes2p6nGAtD45 { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqytug9g3C1pOqRpCdgOcTHs3gkW0Mms { width:20rem;height:17.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrmux0VuBBPFg76L7hM3twHEuJbvJot4 { width:17.5rem;height:9.5605625rem;top:11.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab851C3QZ1UwN6MhWFdHXsqk3NNJ1AKb { width:17.5rem;height:1.69921875rem;top:22rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaWu4evAIH2vOqok0KnPeqPIFFXp95fc { display:flex;width:2rem;height:2rem;top:9.9375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #tGdosznTiXNa9EqItsGFSAkgr332w5wB { width:20rem;height:17.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXOfk7Fpk3pCfEB3xubMtAR3TVq9EBO { width:17.5rem;height:9.5605625rem;top:30.9375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9UfWGRohZHKITeVtSaORqLPBTTqmUXA { width:17.5rem;height:1.69921875rem;top:41.125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM4spBRbaLqBMtOzJwAUMyXDZDFfcDgC { display:flex;width:2rem;height:2rem;top:28.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #HxiSuXlxk0LaeH0FrM2mTO6mvQkKZ2Qh { width:20rem;height:17.8125rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGhZ78O9q5nXC2wr5rRUko5ltFkiI01w { width:17.5rem;height:9.5605625rem;top:50.5625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlvNanTLGKCoAZn4gU6yiAyFzpgo4E2F { width:17.5rem;height:1.69921875rem;top:60.75rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2KlgpItWisTETfKD7nVdRpCM3Q9chtI { display:flex;width:2rem;height:2rem;top:48.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Tzxl7cduMR271BmdHtd3xakXkxuGyS2P { display:block; }#Tzxl7cduMR271BmdHtd3xakXkxuGyS2P > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAPynuJtCzKv4Fw3xB4RJkQpTHBa90sX { width:12.5rem;height:2.5rem;top:2.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR9uJxgqQd9Pu9EDv9qTTk8sZeEVk11N { width:12.5rem;height:2.5rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqH0cfn6LZq7HlBbVABiuTw2SFycnoP { width:12.5rem;height:2.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJK1fFwPZdFHU7EWAqvL1AmbBfzmtOHU { width:12.5rem;height:2.5rem;top:13.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB2vfbS8noeAil6AiOf5gvQ8slT9JfV7 { width:12.5rem;height:2.5rem;top:17.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3PH3oR0z3TFyDQSeWdwawk1ssTOWZy4 { width:7.5rem;height:7.5rem;top:31rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaWCtFJd1Eh63rkNeBICMwgOmD6WFPS { width:7.5rem;height:7.5rem;top:31rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.5rem;top:21.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:21.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:1.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:1.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { width:20rem;height:11.1953125rem;top:8.4990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:7.5rem;top:40.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzraLeZZOWDAHH0ZrCbdWMBX5wHAA8Mq { width:7.5rem;height:7.5rem;top:49.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIsaUJfPpqxgbSIJLDBM5U3R00fHTQM7 { width:7.5rem;height:7.5rem;top:49.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:7.5rem;height:7.5rem;top:40.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN2WAmZOzCvTMSVs6WhgknHdbG0nn9BO { width:17.5rem;height:1.57421875rem;top:4.11328125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { width:20rem;height:27.125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { width:20rem;height:6.2988125rem;top:6.25rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JlzTLhWHSakpAFOQxgO38R98q9K3UN { width:0.5rem;height:31.25rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoqSpsdTliTdfZ4xvET343cvgUMPiHOx { width:0.5rem;height:31.25rem;top:20.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0quSpixAkeyd499pBKv3Z3CsqeMckb3 { width:0.5rem;height:31.25rem;top:20.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8KyCq1d3CmrHmbUH4KzPly5SwpUZ0D { width:0.5rem;height:31.25rem;top:20.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCdqdHenAK2afzOXdchhw4SURvikxcqR { width:20rem;height:5.09765625rem;top:13.6875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #ry1Tq1XzcRve6ZMQ0T7IMqbLeImqURM6 {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #n7CfSngQyiNT7Vmw0n6itEPtlwfrJqhG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #t4EwNbNo9pdn9tDJrznt70x092SFSabf {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk {  }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS { display:block; }#f8bLivWpsT3kR9o0ZpqWgtVygAqzEuhS > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXztC1ufAQqKc9VoNkQpzGLibvx7F6WX { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sucWNisKAWcm8DL4hOPxUJtd2asFW9xo { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTmerNPIBqVTFhKohnGJXLnb7A7IKAk { width:20rem;height:5.09765625rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miio10CyfIngrZxPd3xTsDTL1WDF310D { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VPiTHrGW0QPbq4ALusFWlTT8N3c3GJE9 { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVX3Ii8TP81bIhyOc0FPcxE1PPi8cXwd { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XRZc4ByobsoFLQ6D9lA2OADJgq5IMQaf { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wozkxeBIbOyNyiR0iuJT7z0RPWJxuTI6 { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBO1kmHaZQ4AmpkNLztGUd8QtxvNTDOL { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xWF8bZCtQIAgQW5XADnNIaNVolRUMPUm { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GbqrTa78MHRXzLRRZZK6gueTNMsWhZLP { width:20rem;height:5.0996125rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trcQlRERTtA2kEwLToD0FKah0aMKfVAN { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uM73f5F0TPSAnPbxHRoGveTUBBfuWnPe { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwbCVyoPO7TSbKkaUfJr0BMd9Un7lE9 { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9IwHTcA5Gi6toW9t3UCMQfDnRyGdrd { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDO6qXnkPrtEeVwtKCeKUXmpEdNPvCI0 { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNIgQ37mVUSNDCoz8dMLUlycTHQyihFf { width:20rem;height:20rem;top:37.5996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #u5rCpGU8Zk9reXc7nnQ9iaRxQi0k8wRm { width:20rem;height:1.69921875rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:8.125rem;height:1.875rem;top:11.6875rem;left:5.9375rem;display:block; }
 }