.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:240,221,221;--color-primary-1:205,142,143;--color-primary-2:155,28,31;--color-primary-3:78,14,16;--color-primary-4:23,4,5;--color-secondary-0:248,249,249;--color-secondary-1:233,235,237;--color-secondary-2:210,215,218;--color-secondary-3:105,108,109;--color-secondary-4:32,32,33;--color-tertiary-0:255,255,255;--color-tertiary-1:152,160,166;--color-tertiary-2:116,116,116;--color-tertiary-3:85,85,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/TPEvoWlQ/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(97,86,85,0.34);background-image:url("https://images.assets-landingi.com/t0C8n9NA/My_Office_Straightened.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF { background-color:transparent;background-image:url("https://images.assets-landingi.com/ScCiPkj2/37737825_0_arrow.png");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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:4.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.125rem;left:55.25rem;display:block; }#Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF.adaptive-delivery-prevent-bg, #Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF.lazyload, #Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF.lazyloading { background-image: none; }
#Emx549IC9bDyWHr7NpdpLhqlnUW1otcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFP6kNKChBq1TkBi0hgZTAyiCT9Cw1EH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:0.736328125rem;left:0rem;height:6.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.44);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; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { background-color: transparent; background-image: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container > .video-iframe-container { display: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row > .video-iframe-container { display: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .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); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { border-width: 0; border-radius: 0; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#i8zwvIDydUsTFpZfX86eHM8TpP0TBDAu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.3125rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQQi0mZAANfFFyv2hVx2dWVzQxz0xhvW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.943359375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container { background-color: transparent; background-image: none; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container > .video-iframe-container { display: none; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row > .video-iframe-container { display: none; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .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); }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container { border-width: 0; border-radius: 0; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#fG3hIQ2w9vxXFBmuO7O5odE4gkWSXprL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:24.875rem;top:4.78125rem;left:0rem;display:block; }
#IOIgwGdN1HpNVW6PUdhiTREv0JPmdg2O { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.33740234375rem;left:1.875rem;height:8.32470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXZhgNqkGfI9p4mtJUB379SD3ktwKINe { color:#37465a;display:block;width:26.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:21.03662109375rem;left:29.21240234375rem;height:9.597675rem;display:block; }
#G3yFBzaGGiCTcfH7KJHft1KD6NF1WFAu { background-color:#060606;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.7490234375rem;left:34.52490234375rem;display:block; }
#weV44oymH2CJC1kVSFt4TPle0TE7p8qK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7oG4oK2M8uCSRD3TapTQEPcTtxo5m80 { 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:3.375rem;width:24.3125rem;top:17.41162109375rem;left:29.21240234375rem;overflow:hidden;display:block; }
#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container { background-color: transparent; background-image: none; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container > .video-iframe-container { display: none; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row > .video-iframe-container { display: none; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .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); }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container { border-width: 0; border-radius: 0; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container { font-size:0.875rem;font-family:arial;height:319.125rem;width:60rem;position:relative;display:block; }#URSGtKpk82hO6Gyq4LbS70LTXAU58hEb { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:1.34912109375rem;left:0rem;height:4.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTUFbMHGVEuePvbgOSXfofqIiSCqZCOg { 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:16.875rem;width:16.875rem;top:12.8125rem;left:0rem;overflow:hidden;display:block; }
#D4t7STQ9M2rGe82cKMZcph2Gqwa3TuRl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.8125rem;left:19.4375rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wi6nAPwWOTILcWToBvKtXIHWEnbvMiIq { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.6123046875rem;left:19.4375rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIqc6NTXQ4O2KLhN0zfsyeVG1hroW2lT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:60.125rem;left:19.4375rem;display:block; }
#ziiTmCTOvPBeyxcdR8yLF3uyXfxS2rLo { position:absolute;display:block;z-index:15023;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.875rem;width:16.875rem;top:78.5625rem;left:0rem;overflow:hidden;display:block; }
#kf2DOFK2tth1cytgmnPtszTyuv9nDaEw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:78.5625rem;left:20.5625rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PD5IhVAJJvXr8WKSWHua9QpM8wfPlsVK { 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:16.875rem;width:16.875rem;top:41.625rem;left:0rem;overflow:hidden;display:block; }
#vG338D723Db3fJkILMUPgMo5eOgEfAba { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:82.2998046875rem;left:20.5625rem;display:block; }
#uXQkDU2rpndXSV3LQo6GUVQhwthvCbRi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:44.9375rem;left:18.46875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H3VGFfD1ZSuxKVf5VvBzCnelrLqPkSLR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:144.3125rem;left:20.5625rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huwciuXgnF3JJWITFwnAkVuPp6TRaloK { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:148.0625rem;left:20.5625rem;display:block; }
#F39WJkb2eJko6lwpvb0O4BUzekwlbEBG { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:5.07421875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTTXA7IJT7zskb0OtzDgyJsbJq0RSvwE { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:82.4248046875rem;left:20.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ha4XQfMU6CqCvLkLmVZSESEJxiomewS5 { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:50.625rem;left:18.34375rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuWECIZicWvcN2qxs3UrHewEla0ew1OT { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:148.125rem;left:20.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zE3gT2wZOlDCQaRzVgURk8ibyI7xncdX { position:absolute;display:block;z-index:15035;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:17.125rem;width:17.125rem;top:100.25rem;left:0rem;overflow:hidden;display:block; }
#yshTWxJCnVJfBvPQThiktWRfwsKbcsF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:100.25rem;left:20.625rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tws3VZVnm0B02oRaSlK6MAM6F1MdTziE { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:103.9873046875rem;left:20.5625rem;display:block; }
#wHen7tn8Dtipyh9mgi4Sq0gWA42CN83V { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:104.0498046875rem;left:20.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lS0Gbyilc8obPssk5vJ8oAwu1hcr6e49 { position:absolute;display:block;z-index:15038;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:17.125rem;width:17.125rem;top:122.4375rem;left:0rem;overflow:hidden;display:block; }
#B2aNLwADqqX3DaylJblx5S8CMTgxEOkJ { position:absolute;display:block;z-index:15040;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.875rem;width:16.875rem;top:188.5625rem;left:0rem;overflow:hidden;display:block; }
#deaQVNLsbI9zTRtzmpzXgHTb5rhOBdBP { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:17.0625rem;top:166.75rem;left:0rem;overflow:hidden;display:block; }
#lOB4O25rwXUgiBVOZ1MzR2v78h9uIF54 { position:absolute;display:block;z-index:15042;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:17.125rem;width:17.125rem;top:210.6875rem;left:0rem;overflow:hidden;display:block; }
#erBZkDXITzwIZEwIqIXvWaA0UtICyfDK { position:absolute;display:block;z-index:15044;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:17.125rem;width:17.125rem;top:275.9375rem;left:0rem;overflow:hidden;display:block; }
#STspJVgXXQD1i6X12VHHIMWTCRcgx2tD { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:17.25rem;top:232.75rem;left:0rem;overflow:hidden;display:block; }
#cQWJ1G14ppt2WzKHGbW7KU7kQGhFl5FS { 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:17.0625rem;width:17.0625rem;top:298.25rem;left:0rem;overflow:hidden;display:block; }
#ArPrizKTQZeQ9QTsGTsdT3FK4RIhbT04 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:122.4375rem;left:21.65625rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgL7VTkoPmd1uBpsr8ZziJQomFCEqsNK { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:126.1748046875rem;left:21.6875rem;display:block; }
#bvcSCrg40IIkXaAwSqEsC491fo1oRMcZ { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:126.2373046875rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T4WORRXaeTGlvA2UwHH1gLIKTy2cJQtS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:166.75rem;left:21.875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5tZ428fMtRMmy7kaFM8c83zzM3h3neC { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:170.5rem;left:21.625rem;display:block; }
#SHJN6HwDni4a8EeF9ALJSo0yJceHOwBm { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:170.5625rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh2rekEZdWciGuQaZUZGH4JeHpgVPEhK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:188.5625rem;left:21.6875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIGkE3k9NU0ni3hVn8xqt5AsacpPAMPU { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:192.3125rem;left:21.625rem;display:block; }
#r0mOa9a2h4xx7iHactXkn6vhb8Z7AZmA { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:192.375rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFRMXqswcUefxLT4wXzqURFv7aFevxyh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:210.6875rem;left:21.6875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2ItGCex7566GR8XNcWROV6VD9qE5SbP { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:214.375rem;left:21.625rem;display:block; }
#akGtoiB38k8EiHV6xB1hdIdn8CFSPf04 { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:214.4375rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHZX0LERTaUpy9szSTRAAT1zX3vmcAHs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15043;line-height:1.6;letter-spacing:0;top:232.75rem;left:21.6875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAn8rKgmPG8VAGSrHzmlftkmOlAT9Etx { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:236.5rem;left:21.625rem;display:block; }
#cHZACzrPhNSv8MkQX2hnn0TMyi4DzBOs { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:236.5625rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IyJ0VlBDJPervyw4libGTpn3glEQwpma { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:16.5498046875rem;left:19.3125rem;display:block; }
#VKJTskhfQhGTlBcgTZJkfRpwhM8sos07 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:253.8125rem;left:21.6875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qx1R2J0f5rs95eut8tFDk60xCZ3PePCh { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:257.6875rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdXCyITo9EDy1TsrfkTN9TqDL8h7oQ7K { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:257.5625rem;left:21.6875rem;display:block; }
#MFIEDGhTZW6Epuq4vZAvTDL9Wxi8TmuX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15047;line-height:1.6;letter-spacing:0;top:275.9375rem;left:21.625rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QPQsphTtybF8dHvZnHo57V56Wc9T4BOP { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:279.75rem;left:21.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qSXOl2OoWWLdHdENsVxwvQlh8GD7qlA3 { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:279.6875rem;left:21.625rem;display:block; }
#QsF6b7JsWPcbWWWTPW2JvrLSmkLumhqT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:298.25rem;left:21.6875rem;height:3.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rnwF6dghP2g774tWe0MK6n3xOIueZVds { color:rgba(var(--color-primary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:302rem;left:21.625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#etAsxIsA81Sy6IzDtPzAsHvqgiGa8NPW { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:301.9375rem;left:21.625rem;display:block; }
#KeF8R0EAQCUgugHzhaOSRySXooOe886L { position:absolute;display:block;z-index:15055;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.9375rem;width:17.3125rem;top:253.8125rem;left:0rem;overflow:hidden;display:block; }
#gmFsNGWixmM2ZLwavFent3rDl0CW8cMu { position:absolute;display:block;z-index:15057;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:17.3125rem;width:17.3125rem;top:144.3125rem;left:0rem;overflow:hidden;display:block; }
#yc7q82n3xRuFHCo3k551TxAAuW2ORSIb { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:38.5498046875rem;left:19.4375rem;display:none; }
#OqbHZqttpxtysa2ToxXyIMlxd9rum0Dt { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:38.5498046875rem;left:19.4375rem;display:none; }
#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container { background-color: transparent; background-image: none; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container > .video-iframe-container { display: none; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row > .video-iframe-container { display: none; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .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); }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container { border-width: 0; border-radius: 0; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#T8lHWLcMk9WlMEZrDNXR4TybS4NVq9dk { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5375003814697rem;left:0rem;height:4.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwnoUIyPUmGR7m4k6EhbX172xHCNekfH { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.75rem;left:-0.10000038146972rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6miiXWezsOHXQpw8017eGbIq9vK7GuJ { 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:19.75rem;width:19.75rem;top:16.5625rem;left:20.125001907349rem;overflow:hidden;display:block; }
#n3X3KfgW5w2ky5fK1Xvn2eDxJ71q1a05 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:16.5625rem;left:0rem;overflow:hidden;display:block; }
#ZKoKWxBFZfVBmmpaafHwZ8WDWgqh19Lz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:19.75rem;top:16.5625rem;left:40.250001907349rem;overflow:hidden;display:block; }
#E7JwyzBRgX6zDu3Kz0tVAgSDkEHsHqpP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e7;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; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container { background-color: transparent; background-image: none; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container > .video-iframe-container { display: none; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row > .video-iframe-container { display: none; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .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); }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container { border-width: 0; border-radius: 0; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#wTcmRCuoGPg3ePTklabUCLnMsRRBOuTM { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5375003814697rem;left:0rem;height:4.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bpc6DZ8U361bmTyU87MdFQkVnyD1eZsv { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.75rem;left:-0.10000038146972rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQZufPzkLVAQNJee7rmxlG7lwHqeu4gH { 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:27.1875rem;width:27.1875rem;top:13.561718940735rem;left:16.406251907349rem;overflow:hidden;display:block; }
#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container { background-color: transparent; background-image: none; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container > .video-iframe-container { display: none; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row > .video-iframe-container { display: none; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .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); }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container { border-width: 0; border-radius: 0; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#Lbhxe7VNLhhINWiQk09LvbEPO94rXVMz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:22.5rem;top:4.3437538146972rem;left:0rem;display:block; }
#gn6kr8onOFtSrc2vx2ArPy4llX9yLXTK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:20.000003814698rem;left:2.0625rem;height:5.5498rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2CPD0WClCg33nwTU8XvyTaEuIOEm9es { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:22.2314453125rem;left:26.61865234375rem;height:5.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2oGyQwdLlfT4Fg49Bp9buhRK5dSOkZH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.4679684638975rem;left:2.09375rem;height:2.7749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;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; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container { background-color: transparent; background-image: none; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container > .video-iframe-container { display: none; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row > .video-iframe-container { display: none; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .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); }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container { border-width: 0; border-radius: 0; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#DywxeEEHXVdoXsZ0HHdrIbksxKU0R2F1 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.576171875rem;left:32.5625rem;height:11.046875rem;display:block; }
#D6BPWrtsu3uxTc4Tb7GZSzxdzrUneVBT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0;border-bottom:0.0625rem solid #acacac;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.6875rem;width:2.5rem;top:4.248046875rem;left:14.77490234375rem;display:block; }
#MH7gZCAkFR62fQ9ZvbZGZEAsHR5fvlNg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #acacac;border-left:0;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:2.5rem;top:3.9359378814698rem;left:57.437498092651rem;display:block; }
#FMovHUno8XAIK09ce4MQyf4mQr6LJEri { position:absolute;display:block;z-index:15003;background-color:#acacac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:10.875rem;top:11.23593711853rem;left:3.9617195129394rem;display:block; }
#Dhm49ngQJLUn394t4pGpBQqNtPT0f0ce { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6859378814697rem;left:1.3125rem;height:5.0996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mA1ZKAB7AAguAykwGuNXoWEDdLJbULgh { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.910938262939rem;left:2.75rem;height:1.48730625rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#nih9xGIHCMdB6hfQaxtycP4JhsdR3KeV { 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:17.0625rem;width:17.125rem;top:1.060546875rem;left:14.58740234375rem;overflow:hidden;display:block; }
#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/20s3GWOs/37607846_0_textur_darke.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo.adaptive-delivery-prevent-bg, #aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo.lazyload, #aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo.lazyloading { background-image: none; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container { background-color: transparent; background-image: none; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container > .video-iframe-container { display: none; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row > .video-iframe-container { display: none; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .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); }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container { border-width: 0; border-radius: 0; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#mmTV4v19ecLOpZ6XoOCHxv5nHGTT1ZwR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:6.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-form-header {  }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .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.0625rem solid #8095a8;border-left:0.0625rem solid #8095a8;border-right:0.0625rem solid #8095a8;border-bottom:0.0625rem solid #8095a8;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:20.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-text {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .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.0625rem solid #8095a8;border-left:0.0625rem solid #8095a8;border-right:0.0625rem solid #8095a8;border-bottom:0.0625rem solid #8095a8;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:20.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"titillium web";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .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; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);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:400;color:rgba(242,249,255,0.6);width:20.875rem;height:3.3125rem;font-family:"titillium web";overflow:hidden;font-style:normal; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W [class*="-text"]:-moz-placeholder { color:#a8a8a8;font-family:"titillium web";font-size:0.9375rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W [class*="-text"]::-moz-placeholder { color:#a8a8a8;font-family:"titillium web";font-size:0.9375rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W [class*="-text"]:-ms-input-placeholder { color:#a8a8a8;font-family:"titillium web";font-size:0.9375rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W [class*="-text"]::-webkit-input-placeholder { color:#a8a8a8;font-family:"titillium web";font-size:0.9375rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .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:"titillium web";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal;float:none; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .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; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"titillium web";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-container:first-of-type{padding-top:0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-container:last-of-type{padding-bottom:0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.6748046875rem;left:18.3125rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.875rem;display:block;vertical-align:top; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W {display:block;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.6748046875rem;left:18.3125rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W5cA4SEV7SMTdhRnMkrtq66NOEg028bP { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #yudIgLAOChWJhTZcZXWCcngiuSD5HImZ { position:relative;display:none; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BsRc5eogxTTfDIoRTdSpvegBWrTEbDSl { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #V6TcFLunMbWHrOKiDqppi90nvIkcEHgE { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W1cTusU7NihyVUu9hRC1BcKJ7IEgiGTw { position:relative;display:none; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #m2kZoUDhORFkxzvT0F0AtGnyl6IE8usV { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #C7MUCDicTH7VTt6rJuypJdHncrTlW7nU { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #r54uFR3IGg1q1q9e2ComGSCu6k1yVsIs { position:relative;display:none; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #nryFD25dOeOAwMQmbbKfnlwNzHi9u5rg { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #Wyeda1RJbq5RM8pqxDndhMLFHfz3QB59 { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JdfKX2snzKHWWehG8oFIZcGLQXJBCe8x { position:relative;display:block; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JkZng1lLTN6Mn7hrSyk3yhsdEOckTZGy { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #dteAAwBvTiiTaQkuKBH2WtVwV2IxaF3I { position:relative; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BtcbgTeLieVP36H9ZRnmCdUQ0rIxFlxZ { position:relative; }
#QNsKtSFiHQGv0Ae3TdFFRMvNHgPTShxa { color:#9b9b9b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.686721324921rem;left:0rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF { width:4.75rem;height:4.75rem;top:36.125rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emx549IC9bDyWHr7NpdpLhqlnUW1otcm { display:block; }
 }@media only screen and (max-width: 763px) { #MFP6kNKChBq1TkBi0hgZTAyiCT9Cw1EH { top:0.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB { display:block; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8zwvIDydUsTFpZfX86eHM8TpP0TBDAu { top:1.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQQi0mZAANfFFyv2hVx2dWVzQxz0xhvW { top:10.9375rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMO5NQFBcN89TvQZImAiyUmpDHV32pV { display:block; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fG3hIQ2w9vxXFBmuO7O5odE4gkWSXprL { top:4.75rem;left:0rem;width:24.875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOIgwGdN1HpNVW6PUdhiTREv0JPmdg2O { top:7.3125rem;left:0rem;width:22.3125rem;height:8.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXZhgNqkGfI9p4mtJUB379SD3ktwKINe { top:21rem;left:21.4375rem;width:26.3125rem;height:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3yFBzaGGiCTcfH7KJHft1KD6NF1WFAu { width:13.6875rem;height:3.125rem;top:32.6875rem;left:28.39990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weV44oymH2CJC1kVSFt4TPle0TE7p8qK { display:block; }
 }@media only screen and (max-width: 763px) { #b7oG4oK2M8uCSRD3TapTQEPcTtxo5m80 { top:17.375rem;left:23.08740234375rem;width:24.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS { display:block; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URSGtKpk82hO6Gyq4LbS70LTXAU58hEb { top:1.3125rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUFbMHGVEuePvbgOSXfofqIiSCqZCOg { top:12.8125rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4t7STQ9M2rGe82cKMZcph2Gqwa3TuRl { top:12.8125rem;left:13.3125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi6nAPwWOTILcWToBvKtXIHWEnbvMiIq { top:16.5625rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIqc6NTXQ4O2KLhN0zfsyeVG1hroW2lT { top:60.125rem;left:13.3125rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziiTmCTOvPBeyxcdR8yLF3uyXfxS2rLo { top:78.5625rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf2DOFK2tth1cytgmnPtszTyuv9nDaEw { top:78.5625rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD5IhVAJJvXr8WKSWHua9QpM8wfPlsVK { top:41.625rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG338D723Db3fJkILMUPgMo5eOgEfAba { top:82.25rem;left:14.4375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXQkDU2rpndXSV3LQo6GUVQhwthvCbRi { top:44.9375rem;left:12.34375rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3VGFfD1ZSuxKVf5VvBzCnelrLqPkSLR { top:144.3125rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huwciuXgnF3JJWITFwnAkVuPp6TRaloK { top:148.0625rem;left:14.4375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F39WJkb2eJko6lwpvb0O4BUzekwlbEBG { top:5.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTXA7IJT7zskb0OtzDgyJsbJq0RSvwE { top:82.375rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha4XQfMU6CqCvLkLmVZSESEJxiomewS5 { top:50.625rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWECIZicWvcN2qxs3UrHewEla0ew1OT { top:148.125rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3gT2wZOlDCQaRzVgURk8ibyI7xncdX { top:100.25rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshTWxJCnVJfBvPQThiktWRfwsKbcsF1 { top:100.25rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tws3VZVnm0B02oRaSlK6MAM6F1MdTziE { top:103.9375rem;left:14.4375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHen7tn8Dtipyh9mgi4Sq0gWA42CN83V { top:104rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS0Gbyilc8obPssk5vJ8oAwu1hcr6e49 { top:122.4375rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2aNLwADqqX3DaylJblx5S8CMTgxEOkJ { top:188.5625rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaQVNLsbI9zTRtzmpzXgHTb5rhOBdBP { top:166.75rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOB4O25rwXUgiBVOZ1MzR2v78h9uIF54 { top:210.6875rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBZkDXITzwIZEwIqIXvWaA0UtICyfDK { top:275.9375rem;left:0rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STspJVgXXQD1i6X12VHHIMWTCRcgx2tD { top:232.75rem;left:0rem;width:17.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQWJ1G14ppt2WzKHGbW7KU7kQGhFl5FS { top:298.25rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPrizKTQZeQ9QTsGTsdT3FK4RIhbT04 { top:122.4375rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgL7VTkoPmd1uBpsr8ZziJQomFCEqsNK { top:126.125rem;left:15.5625rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcSCrg40IIkXaAwSqEsC491fo1oRMcZ { top:126.1875rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WORRXaeTGlvA2UwHH1gLIKTy2cJQtS { top:166.75rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5tZ428fMtRMmy7kaFM8c83zzM3h3neC { top:170.5rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHJN6HwDni4a8EeF9ALJSo0yJceHOwBm { top:170.5625rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh2rekEZdWciGuQaZUZGH4JeHpgVPEhK { top:188.5625rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGkE3k9NU0ni3hVn8xqt5AsacpPAMPU { top:192.3125rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mOa9a2h4xx7iHactXkn6vhb8Z7AZmA { top:192.375rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFRMXqswcUefxLT4wXzqURFv7aFevxyh { top:210.6875rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ItGCex7566GR8XNcWROV6VD9qE5SbP { top:214.375rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akGtoiB38k8EiHV6xB1hdIdn8CFSPf04 { top:214.4375rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZX0LERTaUpy9szSTRAAT1zX3vmcAHs { top:232.75rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAn8rKgmPG8VAGSrHzmlftkmOlAT9Etx { top:236.5rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZACzrPhNSv8MkQX2hnn0TMyi4DzBOs { top:236.5625rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyJ0VlBDJPervyw4libGTpn3glEQwpma { top:16.5rem;left:13.1875rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJTskhfQhGTlBcgTZJkfRpwhM8sos07 { top:253.8125rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1R2J0f5rs95eut8tFDk60xCZ3PePCh { top:257.6875rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXCyITo9EDy1TsrfkTN9TqDL8h7oQ7K { top:257.5625rem;left:15.5625rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFIEDGhTZW6Epuq4vZAvTDL9Wxi8TmuX { top:275.9375rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPQsphTtybF8dHvZnHo57V56Wc9T4BOP { top:279.75rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSXOl2OoWWLdHdENsVxwvQlh8GD7qlA3 { top:279.6875rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsF6b7JsWPcbWWWTPW2JvrLSmkLumhqT { top:298.25rem;left:13.8125rem;width:33.9375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwF6dghP2g774tWe0MK6n3xOIueZVds { top:302rem;left:9.375rem;width:38.375rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etAsxIsA81Sy6IzDtPzAsHvqgiGa8NPW { top:301.9375rem;left:15.5rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeF8R0EAQCUgugHzhaOSRySXooOe886L { top:253.8125rem;left:0rem;width:17.3125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmFsNGWixmM2ZLwavFent3rDl0CW8cMu { top:144.3125rem;left:0rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7q82n3xRuFHCo3k551TxAAuW2ORSIb { top:38.5rem;left:13.3125rem;width:27.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqbHZqttpxtysa2ToxXyIMlxd9rum0Dt { top:38.5rem;left:13.3125rem;width:27.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq { display:block; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lHWLcMk9WlMEZrDNXR4TybS4NVq9dk { top:4.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwnoUIyPUmGR7m4k6EhbX172xHCNekfH { top:9.75rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6miiXWezsOHXQpw8017eGbIq9vK7GuJ { top:16.5625rem;left:14.000001907349rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3X3KfgW5w2ky5fK1Xvn2eDxJ71q1a05 { top:16.5625rem;left:0rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKoKWxBFZfVBmmpaafHwZ8WDWgqh19Lz { top:16.5625rem;left:28rem;width:19.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JwyzBRgX6zDu3Kz0tVAgSDkEHsHqpP { display:none; }
 }@media only screen and (max-width: 763px) { #DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ { display:block; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTcmRCuoGPg3ePTklabUCLnMsRRBOuTM { top:4.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpc6DZ8U361bmTyU87MdFQkVnyD1eZsv { top:9.75rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZufPzkLVAQNJee7rmxlG7lwHqeu4gH { top:13.5rem;left:10.281251907349rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8E6gNrzIa35ddVCFVpXi75nhucThfu { display:block; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbhxe7VNLhhINWiQk09LvbEPO94rXVMz { top:4.3125rem;left:0rem;width:22.5rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn6kr8onOFtSrc2vx2ArPy4llX9yLXTK { top:20rem;left:0rem;width:18.25rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2CPD0WClCg33nwTU8XvyTaEuIOEm9es { top:22.1875rem;left:18.5rem;width:29.25rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2oGyQwdLlfT4Fg49Bp9buhRK5dSOkZH { top:6.4375rem;left:0rem;width:18.625rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe { display:block; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DywxeEEHXVdoXsZ0HHdrIbksxKU0R2F1 { top:5.5625rem;left:21rem;width:26.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6BPWrtsu3uxTc4Tb7GZSzxdzrUneVBT { top:4.1875rem;left:8.64990234375rem;width:2.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7gZCAkFR62fQ9ZvbZGZEAsHR5fvlNg { top:3.875rem;left:45.1875rem;width:2.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMovHUno8XAIK09ce4MQyf4mQr6LJEri { top:11.1875rem;left:0rem;width:10.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhm49ngQJLUn394t4pGpBQqNtPT0f0ce { top:5.625rem;left:0rem;width:11.875rem;height:5.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA1ZKAB7AAguAykwGuNXoWEDdLJbULgh { top:11.875rem;left:0rem;width:10.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nih9xGIHCMdB6hfQaxtycP4JhsdR3KeV { top:1rem;left:8.46240234375rem;width:17.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo { display:block; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmTV4v19ecLOpZ6XoOCHxv5nHGTT1ZwR { top:4.8125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-text {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-button { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W  { width:20.875rem;height:auto;top:13.625rem;left:12.1875rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W {display:block;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W { width:20.875rem;height:auto;top:13.625rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W5cA4SEV7SMTdhRnMkrtq66NOEg028bP {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #yudIgLAOChWJhTZcZXWCcngiuSD5HImZ { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BsRc5eogxTTfDIoRTdSpvegBWrTEbDSl {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #V6TcFLunMbWHrOKiDqppi90nvIkcEHgE {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W1cTusU7NihyVUu9hRC1BcKJ7IEgiGTw { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #m2kZoUDhORFkxzvT0F0AtGnyl6IE8usV {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #C7MUCDicTH7VTt6rJuypJdHncrTlW7nU {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #r54uFR3IGg1q1q9e2ComGSCu6k1yVsIs { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #nryFD25dOeOAwMQmbbKfnlwNzHi9u5rg {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #Wyeda1RJbq5RM8pqxDndhMLFHfz3QB59 {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JdfKX2snzKHWWehG8oFIZcGLQXJBCe8x {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JkZng1lLTN6Mn7hrSyk3yhsdEOckTZGy {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #dteAAwBvTiiTaQkuKBH2WtVwV2IxaF3I {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BtcbgTeLieVP36H9ZRnmCdUQ0rIxFlxZ {  }
 }@media only screen and (max-width: 763px) { #QNsKtSFiHQGv0Ae3TdFFRMvNHgPTShxa { top:39.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/t0C8n9NA/My_Office_Straightened.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq8KLdeJZ9ICzDgxOdxHpC7T0KnoRibF { width:4.75rem;height:4.75rem;top:7.7rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Emx549IC9bDyWHr7NpdpLhqlnUW1otcm { display:block; }
 }@media only screen and (max-width: 763px) { #MFP6kNKChBq1TkBi0hgZTAyiCT9Cw1EH { width:17.1875rem;height:1.94970625rem;top:0.75rem;left:1.40625rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB { background-color:transparent;background-image:url("https://images.assets-landingi.com/0dm0rPqe/38181871_0_bright_light.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB.adaptive-delivery-prevent-bg, #Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB.lazyload, #Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB.lazyloading { background-image: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { background-color: transparent; background-image: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container > .video-iframe-container { display: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.44); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row > .video-iframe-container { display: none; }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .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); }#Kt5bXtH7CJGSIxp5DcEZCJv6o24AddtB > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8zwvIDydUsTFpZfX86eHM8TpP0TBDAu { width:19rem;height:19.5rem;top:1.875rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQQi0mZAANfFFyv2hVx2dWVzQxz0xhvW { width:20rem;height:0;top:22rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmMO5NQFBcN89TvQZImAiyUmpDHV32pV { display:block; }#XmMO5NQFBcN89TvQZImAiyUmpDHV32pV > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fG3hIQ2w9vxXFBmuO7O5odE4gkWSXprL { width:20rem;height:8.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOIgwGdN1HpNVW6PUdhiTREv0JPmdg2O { width:16.4375rem;height:4.72411875rem;top:2.4501953125rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXZhgNqkGfI9p4mtJUB379SD3ktwKINe { width:18.125rem;height:9.09861875rem;top:13.15087890625rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3yFBzaGGiCTcfH7KJHft1KD6NF1WFAu { width:11.875rem;height:2.625rem;top:22.87353515625rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weV44oymH2CJC1kVSFt4TPle0TE7p8qK { display:block; }
 }@media only screen and (max-width: 763px) { #b7oG4oK2M8uCSRD3TapTQEPcTtxo5m80 { width:20rem;height:2.77588125rem;top:10.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS { display:block; }#KZwRDSBXc7WFqLbmC4aBGiNW5qVuZZwS > .row .container { width:20rem;height:516.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URSGtKpk82hO6Gyq4LbS70LTXAU58hEb { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTUFbMHGVEuePvbgOSXfofqIiSCqZCOg { width:20rem;height:20rem;top:12.5986328125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #D4t7STQ9M2rGe82cKMZcph2Gqwa3TuRl { width:20rem;height:2.19970625rem;top:32.5986328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi6nAPwWOTILcWToBvKtXIHWEnbvMiIq { width:18.8125rem;height:3.9375rem;top:34.7978515625rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIqc6NTXQ4O2KLhN0zfsyeVG1hroW2lT { width:12.5rem;height:0.125rem;top:87.8125rem;left:6.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ziiTmCTOvPBeyxcdR8yLF3uyXfxS2rLo { width:20rem;height:20rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf2DOFK2tth1cytgmnPtszTyuv9nDaEw { width:20rem;height:2.19970625rem;top:121.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD5IhVAJJvXr8WKSWHua9QpM8wfPlsVK { width:20rem;height:20rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG338D723Db3fJkILMUPgMo5eOgEfAba { width:12.5rem;height:0.125rem;top:120.25rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uXQkDU2rpndXSV3LQo6GUVQhwthvCbRi { width:20rem;height:2.19970625rem;top:91.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3VGFfD1ZSuxKVf5VvBzCnelrLqPkSLR { width:20rem;height:2.19970625rem;top:240.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huwciuXgnF3JJWITFwnAkVuPp6TRaloK { width:20rem;height:0.125rem;top:242.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F39WJkb2eJko6lwpvb0O4BUzekwlbEBG { width:20rem;height:4.79980625rem;top:3.19921875rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTTXA7IJT7zskb0OtzDgyJsbJq0RSvwE { width:20rem;height:3.9375rem;top:123.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ha4XQfMU6CqCvLkLmVZSESEJxiomewS5 { width:20rem;height:3.9375rem;top:93.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuWECIZicWvcN2qxs3UrHewEla0ew1OT { width:20rem;height:3.9375rem;top:243rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zE3gT2wZOlDCQaRzVgURk8ibyI7xncdX { width:20rem;height:20rem;top:132.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshTWxJCnVJfBvPQThiktWRfwsKbcsF1 { width:20rem;height:2.19970625rem;top:152.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tws3VZVnm0B02oRaSlK6MAM6F1MdTziE { width:20rem;height:0.125rem;top:154.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHen7tn8Dtipyh9mgi4Sq0gWA42CN83V { width:20rem;height:3.9375rem;top:154.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lS0Gbyilc8obPssk5vJ8oAwu1hcr6e49 { width:19.9375rem;height:19.9375rem;top:162.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2aNLwADqqX3DaylJblx5S8CMTgxEOkJ { width:19.9375rem;height:19.9375rem;top:279.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaQVNLsbI9zTRtzmpzXgHTb5rhOBdBP { width:20rem;height:20rem;top:250.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOB4O25rwXUgiBVOZ1MzR2v78h9uIF54 { width:20rem;height:20rem;top:309.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erBZkDXITzwIZEwIqIXvWaA0UtICyfDK { width:19.875rem;height:19.875rem;top:396.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STspJVgXXQD1i6X12VHHIMWTCRcgx2tD { width:20rem;height:18.6875rem;top:338.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQWJ1G14ppt2WzKHGbW7KU7kQGhFl5FS { width:20rem;height:20rem;top:426.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPrizKTQZeQ9QTsGTsdT3FK4RIhbT04 { width:20rem;height:2.19970625rem;top:181.75rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgL7VTkoPmd1uBpsr8ZziJQomFCEqsNK { width:20rem;height:0.125rem;top:183.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcSCrg40IIkXaAwSqEsC491fo1oRMcZ { width:20rem;height:3.9375rem;top:183.9375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4WORRXaeTGlvA2UwHH1gLIKTy2cJQtS { width:20rem;height:2.19970625rem;top:270.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5tZ428fMtRMmy7kaFM8c83zzM3h3neC { width:20rem;height:0.125rem;top:272.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHJN6HwDni4a8EeF9ALJSo0yJceHOwBm { width:20rem;height:3.9375rem;top:272.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kh2rekEZdWciGuQaZUZGH4JeHpgVPEhK { width:20rem;height:2.19970625rem;top:299.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIGkE3k9NU0ni3hVn8xqt5AsacpPAMPU { width:20rem;height:0.125rem;top:301.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0mOa9a2h4xx7iHactXkn6vhb8Z7AZmA { width:20rem;height:3.9375rem;top:302rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFRMXqswcUefxLT4wXzqURFv7aFevxyh { width:20rem;height:2.19970625rem;top:329.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2ItGCex7566GR8XNcWROV6VD9qE5SbP { width:20rem;height:0.125rem;top:331.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akGtoiB38k8EiHV6xB1hdIdn8CFSPf04 { width:20rem;height:3.9375rem;top:331.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHZX0LERTaUpy9szSTRAAT1zX3vmcAHs { width:20rem;height:2.19970625rem;top:357.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAn8rKgmPG8VAGSrHzmlftkmOlAT9Etx { width:20rem;height:0.125rem;top:359.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZACzrPhNSv8MkQX2hnn0TMyi4DzBOs { width:20rem;height:3.9375rem;top:359.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyJ0VlBDJPervyw4libGTpn3glEQwpma { width:20rem;height:0.125rem;top:34.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJTskhfQhGTlBcgTZJkfRpwhM8sos07 { width:20rem;height:2.19970625rem;top:386.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1R2J0f5rs95eut8tFDk60xCZ3PePCh { width:20rem;height:3.9375rem;top:389.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdXCyITo9EDy1TsrfkTN9TqDL8h7oQ7K { width:20rem;height:0.125rem;top:389rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFIEDGhTZW6Epuq4vZAvTDL9Wxi8TmuX { width:20rem;height:2.19970625rem;top:416.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPQsphTtybF8dHvZnHo57V56Wc9T4BOP { width:20rem;height:3.9375rem;top:418.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSXOl2OoWWLdHdENsVxwvQlh8GD7qlA3 { width:20rem;height:0.125rem;top:418.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsF6b7JsWPcbWWWTPW2JvrLSmkLumhqT { width:20rem;height:2.19970625rem;top:446.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnwF6dghP2g774tWe0MK6n3xOIueZVds { width:20rem;height:3.9375rem;top:448.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etAsxIsA81Sy6IzDtPzAsHvqgiGa8NPW { width:20rem;height:0.125rem;top:448.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeF8R0EAQCUgugHzhaOSRySXooOe886L { width:20rem;height:19.5625rem;top:367.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmFsNGWixmM2ZLwavFent3rDl0CW8cMu { width:20rem;height:20rem;top:220.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7q82n3xRuFHCo3k551TxAAuW2ORSIb { width:20rem;height:0.125rem;top:93.75rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #OqbHZqttpxtysa2ToxXyIMlxd9rum0Dt { width:20rem;height:0.125rem;top:123.75rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq { display:block; }#V0eWUzTr6kzsu0m78AePTzOA6pxdk3Dq > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lHWLcMk9WlMEZrDNXR4TybS4NVq9dk { width:20rem;height:1.94970625rem;top:6.6875rem;left:0rem;font-size:1.625rem;z-index:15012;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwnoUIyPUmGR7m4k6EhbX172xHCNekfH { width:17.625rem;height:3.375rem;top:10.875rem;left:1.1875rem;font-size:0.75rem;color:#ffffff;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6miiXWezsOHXQpw8017eGbIq9vK7GuJ { width:19.75rem;height:19.75rem;top:38.65rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3X3KfgW5w2ky5fK1Xvn2eDxJ71q1a05 { width:20rem;height:20rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKoKWxBFZfVBmmpaafHwZ8WDWgqh19Lz { width:19.75rem;height:19.75rem;top:59.65rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7JwyzBRgX6zDu3Kz0tVAgSDkEHsHqpP { top:9.9375rem;left:0rem;width:20rem;height:5.25rem;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ { display:block; }#DM6NqhFfQgNNLJluOFv0NI9isMDDaoIQ > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTcmRCuoGPg3ePTklabUCLnMsRRBOuTM { width:15.6875rem;height:3.8994125rem;top:1.0625rem;left:2.15625rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bpc6DZ8U361bmTyU87MdFQkVnyD1eZsv { width:17.9375rem;height:4.5rem;top:6.2109375rem;left:1.03125rem;font-size:0.75rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQZufPzkLVAQNJee7rmxlG7lwHqeu4gH { width:18.25rem;height:18.25rem;top:12.148925rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8E6gNrzIa35ddVCFVpXi75nhucThfu { display:block; }#Cy8E6gNrzIa35ddVCFVpXi75nhucThfu > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbhxe7VNLhhINWiQk09LvbEPO94rXVMz { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn6kr8onOFtSrc2vx2ArPy4llX9yLXTK { width:18.25rem;height:4.0498rem;top:16.03125rem;left:0.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2CPD0WClCg33nwTU8XvyTaEuIOEm9es { width:16.875rem;height:5.17383125rem;top:23.14306640625rem;left:1.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2oGyQwdLlfT4Fg49Bp9buhRK5dSOkZH { width:18.625rem;height:2.0249rem;top:3.4365234375rem;left:0.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe { display:block; }#yAInQbOzZLPR4GKM68C3DZtgTxrzIlLe > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DywxeEEHXVdoXsZ0HHdrIbksxKU0R2F1 { width:17.375rem;height:11.372075rem;top:23.93603515625rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6BPWrtsu3uxTc4Tb7GZSzxdzrUneVBT { width:2.5rem;height:11.6875rem;top:4.1875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MH7gZCAkFR62fQ9ZvbZGZEAsHR5fvlNg { width:2.5rem;height:12.5rem;top:47.2375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMovHUno8XAIK09ce4MQyf4mQr6LJEri { width:8.4375rem;height:0.0625rem;top:5.11181640625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhm49ngQJLUn394t4pGpBQqNtPT0f0ce { width:11.875rem;height:3.2998rem;top:1.31201171875rem;left:4.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mA1ZKAB7AAguAykwGuNXoWEDdLJbULgh { width:10.5rem;height:1.13720625rem;top:5.17431640625rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nih9xGIHCMdB6hfQaxtycP4JhsdR3KeV { width:13.3125rem;height:13.25rem;top:9.49853515625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo { display:block; }#aTa29IlrCyU9pPfkBJi5GCh1u2VDktqo > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmTV4v19ecLOpZ6XoOCHxv5nHGTT1ZwR { width:20rem;height:5.84911875rem;top:2.56201171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-text {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-select {padding-top: 0; padding-bottom: 0;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W  { width:17.5rem;height:18.8125rem;top:6.375rem;left:0rem; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W {display:block;}#fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W { width:17.5rem;height:18.8125rem;top:8.34863125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W5cA4SEV7SMTdhRnMkrtq66NOEg028bP {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #yudIgLAOChWJhTZcZXWCcngiuSD5HImZ { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BsRc5eogxTTfDIoRTdSpvegBWrTEbDSl {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #V6TcFLunMbWHrOKiDqppi90nvIkcEHgE {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #W1cTusU7NihyVUu9hRC1BcKJ7IEgiGTw { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #m2kZoUDhORFkxzvT0F0AtGnyl6IE8usV {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #C7MUCDicTH7VTt6rJuypJdHncrTlW7nU {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #r54uFR3IGg1q1q9e2ComGSCu6k1yVsIs { display:none; }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #nryFD25dOeOAwMQmbbKfnlwNzHi9u5rg {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #Wyeda1RJbq5RM8pqxDndhMLFHfz3QB59 {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JdfKX2snzKHWWehG8oFIZcGLQXJBCe8x {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #JkZng1lLTN6Mn7hrSyk3yhsdEOckTZGy {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #dteAAwBvTiiTaQkuKBH2WtVwV2IxaF3I {  }
 }@media only screen and (max-width: 763px) { #fvT9Ebuld3JfCCOGC4hBsW2eGiSDGc8W #BtcbgTeLieVP36H9ZRnmCdUQ0rIxFlxZ {  }
 }@media only screen and (max-width: 763px) { #QNsKtSFiHQGv0Ae3TdFFRMvNHgPTShxa { width:20rem;height:1.625rem;top:31.41064453125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }