.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Roboto";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cb102f;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; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container { background-color: transparent; background-image: none; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container > .video-iframe-container { display: none; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row > .video-iframe-container { display: none; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .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); }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container { border-width: 0; border-radius: 0; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#TVHhnl3frZHPIig83hvR7kx0MBMcaFFw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:0.84375095367431rem;left:9.3528648614881rem;overflow:hidden;display:block; }
#f0qE2eQ4PXN3kLFB54akIvhwc9v7xNFF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2936208248138rem;left:44.91666662693rem;height:0.9746125rem;display:block; }
#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccd6c5b2-caa7-41ca-a821-d6b7db81a5e2/619960220OYOTownhouseHousto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.adaptive-delivery-prevent-bg, #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.lazyload, #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.lazyloading { background-image: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { background-color: transparent; background-image: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.51); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container > .video-iframe-container { display: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.51); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row > .video-iframe-container { display: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .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); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { border-width: 0; border-radius: 0; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#WIDm8BJwp2mHricLx4eVE9GOHqRTkL4R { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0000001490119rem;left:9.54166662693rem;height:13.6484375rem;display:block; }
#sNltuJUNKLdvE3rsOOtcloRX5DccXzfa { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.874999910593rem;left:9.54166662693rem;height:7.3095625rem;display:block; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-form-header {  }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:20.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .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; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #e92e4d, #e92e4d);background-image: -moz-linear-gradient(225deg, #e92e4d, #e92e4d);background-image: -ms-linear-gradient(225deg, #e92e4d, #e92e4d);background-image: -o-linear-gradient(225deg, #e92e4d, #e92e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e4d', endColorstr='#e92e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e4d', endColorstr='#e92e4d' );";background-image: linear-gradient(225deg, #e92e4d, #e92e4d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:20.9375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:19.75rem;overflow:hidden;font-style:normal;float:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .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; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-container:first-of-type{padding-top:0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-container:last-of-type{padding-bottom:0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ  { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.125rem;top:5.09375rem;z-index:15001;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.9375rem;display:block;vertical-align:top; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ {display:block;}#v64mInVPupB1D18buhJrIufWTucPSdhZ { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.125rem;top:5.09375rem;z-index:15001;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #EqXyzMVJ92ioR8t3qwHuKln4n8KFelCy { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #enu87KuS1MC8BSIGAmavasPAzPPSzxHg { position:relative;display:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #GffStAT5VtbV0eyl1mHawKcM3DS1iVXz { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #chBSBTuoqL3l6wlRCGcRobHBvnQkzZVG { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #nRZTTvCU4Z5I9TvWT32EVr0upuryL2xK { position:relative;display:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #UFvDpIlF5k28sV8VOf1Qw83RMrmRgxxT { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #Pa7lW6sm6T7vAz3eC5zMZrf0wod0smIT { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #A0LxJVMDaZTGFyvdarFUCqwgJNGHQZgT { position:relative;display:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #MQOA1oIfrIH1IaHRnNU19gG8JtiCdiCq { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #fJ62KugQ2ZdgpFc0TpJfoTCKGo5syfwN { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #Io3rErJB1XDp5tvNpPUbTtcg7OEVnw51 { position:relative;display:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #XpOblmG666rTHOBUktJb8CDnzzgQSaZb { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #OfVN28U55UptLwoIlZJyCX8owQEf22Jo { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #OZhac7orDx7ds4lGRD33LQkoW6h8FZHU { position:relative;display:none; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #EbG4q1FBwwos9CwCVLHm3wyJ2rWNKbKQ { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #qkGz2GTPbO1WvvTcvUwgqUJbXg2wbDOg { position:relative; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ #FygUVxAtwEhOQBG5eqKH4kw1cvFxSgiL { position:relative; }
#tCJTWtKgvNplGPNJzWEip4WcH3nDxz3G { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8352866172791rem;left:47.875002503395rem;height:1.29980625rem;display:block; }
#ZMMBEeV7UwK2qkQJIf3T4mRkSQylTpET { box-sizing:content-box;height:3rem;width:23.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0696625709534rem;left:45.125002503395rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#dbdbdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0.0625rem solid #ddccce;border-left:0.0625rem solid #ddccce;border-right:0.0625rem solid #ddccce;border-bottom:0.0625rem solid #ddccce;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;overflow:visible;position:relative;display:block; }#qhcScayNqzSTrF7chSbeuTCn88WaTPo1 { color:#cb102f;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5201816558838rem;left:31.937501192093rem;height:1.29980625rem;display:block; }
#XslZa1AAg1xHwthgqFvBabnTIH1sETUc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3737001419069rem;left:18.35416662693rem;height:3.4121125rem;display:block; }
#gCld2frwtM57eKLvIiFvTXOC7P0TLGVT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:15.749351501465rem;left:9.22916662693rem;overflow:hidden;display:block; }
#AryqMVE6S5EhzzsZnGMOsqdUwb2bPopM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:15.749349594116rem;left:23.35416662693rem;overflow:hidden;display:block; }
#pZ7VRtAyT7TaEoE8oTC1bTlKuTL8wUFf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:15.749349594116rem;left:39.54166662693rem;overflow:hidden;display:block; }
#ZWeACH0vP6tqgiKWz5NAMRmJrxKTPILd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:15.749349594116rem;left:54.85416662693rem;overflow:hidden;display:block; }
#kbdAtIhECCOHHQKK3TOnvVQwA42zu9BA { color:#cb102f;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.249351501465rem;left:8.6458336114881rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KdL18kTvOt6v6l5STEcM20vpbDKwsfxu { color:#cb102f;display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.249349594116rem;left:24.29166662693rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WmDwV2ucbtmMq4d6CWMcgWI5F60R6TB7 { color:#cb102f;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.249349594116rem;left:40.312502503395rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oikUn4fbOMWevOgW6sTmkSLqyhMIdEXp { color:#cb102f;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.686851501465rem;left:53.32291662693rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fA77NTXzwI70PmIRPulzo6xXsS8r5vvH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.895835876465rem;left:8.04166662693rem;height:6.334rem;text-align:center;text-align-last:center;display:block; }
#Pl6XRcqNWsdSU4DJUcNnMMGpG7BNH9ZV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.3671875rem;left:21.82291662693rem;height:7.389625rem;text-align:center;text-align-last:center;display:block; }
#lUmxJzkrwisiO50ikaKVWWbV5TzSW2VX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.3671875rem;left:38.88541662693rem;height:7.389625rem;text-align:center;text-align-last:center;display:block; }
#FS9ZDq397FigMy7SV0GhTlOfgGsZ6u1k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.3671875rem;left:53.60416662693rem;height:7.389625rem;text-align:center;text-align-last:center;display:block; }
#op2U5JRFxx7FMAPtROFMuwK9Dzi7u2or { z-index:15003;top:40.958332061767rem;left:25.114583253861rem;background-color:#cb102f;background-image:none;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: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wZBMdNc49nzOqqUiSWIu4vkaFK26Tk5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container { background-color: transparent; background-image: none; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container > .video-iframe-container { display: none; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row > .video-iframe-container { display: none; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .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); }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container { border-width: 0; border-radius: 0; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#r7gCZngfRRn7nDidueE9rnZMa6XZyGVf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:29.4375rem;top:5.8750025033951rem;left:9.2675787210463rem;overflow:hidden;display:block; }
#G4pzKSmDhx6hph6pVu18KGBT1FzPb372 { color:#37465a;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8750001192093rem;left:41.35416662693rem;height:11.6953125rem;text-align:left;text-align-last:left;display:block; }
#G1OC8gZk53ehX5MZZq17LWAibm6zPTGs { color:#37465a;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.916018843651rem;left:41.35416662693rem;height:2.5996125rem;display:block; }
#DhBd3NoMCs9U5I55SCkwF8HKd1CdmSvs { color:#cb102f;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.316409468651rem;left:41.35416662693rem;height:0.9746125rem;display:block; }
#hJVkx5oLTThTTFiRSFfAubv5lOCutegg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cb102f;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container { background-color: transparent; background-image: none; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container > .video-iframe-container { display: none; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row > .video-iframe-container { display: none; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .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); }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container { border-width: 0; border-radius: 0; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#WT5w9dVWnuZQym7EE2eqEo7Uvco7LaWm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:16.125rem;top:6.2695317268369rem;left:9.0292974710463rem;overflow:hidden;display:block; }
#BvIWOACHB2VdNPCUAHEGGEsaL7isMOd1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:16rem;top:6.30078125rem;left:30.109375596046rem;overflow:hidden;display:block; }
#fDmrBBQQSMrxJqFsyIdp8twsyDBhGGBd { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:15.6875rem;top:6.42578125rem;left:51.24869787693rem;overflow:hidden;display:block; }
#E2dcCRnVB4mVr0XkUR5dUV3TZQUq4TLD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.93684387207rem;left:9.0605474710463rem;height:7.3095625rem;display:block; }
#XSw2aWBIltVQ8Em5uEonvuqT6owczfBt { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.936198472977rem;left:30.109375596046rem;height:5.84765625rem;display:block; }
#ygD6PLzifJa5pDztff7dk7i1OdMxJfZO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.936198711395rem;left:51.34244787693rem;height:4.38574375rem;display:block; }
#J4Tul068fLuHrHFgTk8sklDBVx4SZH3H { z-index:15003;top:35.395833969116rem;left:27.453125596046rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wphH8vVoHZWTGTgcmS83hS88zd1MK7nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTP2tm4vculZxPNyARHwPIedStNwNsJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;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; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container { background-color: transparent; background-image: none; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container > .video-iframe-container { display: none; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row > .video-iframe-container { display: none; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .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); }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container { border-width: 0; border-radius: 0; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#ctVMNisTVt19JNntWc4Ci7kGDunDxqMe { color:#cb102f;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6829328536988rem;left:25.656250596046rem;height:1.4622375rem;display:block; }
#TZyPk9o8IMwQxu0QK7AkzVZPsnfTKgnQ { color:#37465a;display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.7910056114194rem;left:16.718750596046rem;height:2.4375rem;display:block; }
#FNftog4adZJb9fs2LrW18uy97GAxcm4c { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.875rem;width:62.75rem;top:10.6650390625rem;left:6.125rem;display:block; }
#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container { background-color: transparent; background-image: none; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container > .video-iframe-container { display: none; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row > .video-iframe-container { display: none; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .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); }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container { border-width: 0; border-radius: 0; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#ovLsD36EhxTT54bTWSJQrsgWXuWID7pd { color:rgba(var(--color-tertiary-0),0.7);display:block;width:11.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.74609375rem;left:48.750002503395rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FIyQc8N0TTWxTIhT4aCRqsPUKLZbTCWk { color:rgba(var(--color-tertiary-0),0.7);display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:27.746746063233rem;left:62.000002503395rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c2m7cF6PtySBPTJyHkHSkk84h3zf4Jbu { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:4.875rem;top:28.321615219116rem;left:7.5000005960462rem;overflow:hidden;display:block; }
#rum2Q5LiOxaqn0TXKZOW8GiRO1ixm2Af { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:21.125rem;left:15.16666662693rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#sAGKD6MgBuEHu3Wm8PdlVOyTHyHXlVlT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.0625rem;left:22.51041662693rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#U1ySthEAnQBTgWFxTRCx5FWJLG2oH7li { z-index:15003;top:11.322916984558rem;left:33.812502503395rem;background-color:#cb102f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RzTQtdtdF0LfVlzw2xopqmHmuWEdDRCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVHgApOkcQkPQ9kEFf3ZXK8Oy4xTppUs { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.28125rem;left:38.718752503395rem;overflow:hidden;display:block; }
#NXquB7amEWmMV5CtVlVopyM2xJgLI4JG { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.28125rem;left:41.10416662693rem;overflow:hidden;display:block; }
#QPtWHpPkcNDiZlcG0RgvL2wIOVFVTwRV { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.28125rem;left:43.145834565163rem;overflow:hidden;display:block; }
#WJr7O8Rk0PMatetaXqO4LVKHuoW5T4Lh { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.28125rem;left:36.750002503395rem;overflow:hidden;display:block; }
#aSR3OXhzqQKAQb3KOflqc232XA5B2Pvt { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.28125rem;left:34.35416662693rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL { display:block; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVHhnl3frZHPIig83hvR7kx0MBMcaFFw { top:0.8125rem;left:0rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qE2eQ4PXN3kLFB54akIvhwc9v7xNFF { top:1.25rem;left:25.5rem;width:22.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI { display:block; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIDm8BJwp2mHricLx4eVE9GOHqRTkL4R { top:7rem;left:0rem;width:26.375rem;height:13.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNltuJUNKLdvE3rsOOtcloRX5DccXzfa { top:21.8125rem;left:0rem;width:31.1875rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-regular-label { display:block;width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-textarea { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-select { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-button { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ  { width:20.9375rem;height:auto;top:5.0625rem;left:24.3125rem; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .radio-container { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ {display:block;}#v64mInVPupB1D18buhJrIufWTucPSdhZ { width:20.9375rem;height:auto;top:5.0625rem;left:24.3125rem; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #EqXyzMVJ92ioR8t3qwHuKln4n8KFelCy {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #enu87KuS1MC8BSIGAmavasPAzPPSzxHg {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #GffStAT5VtbV0eyl1mHawKcM3DS1iVXz {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #chBSBTuoqL3l6wlRCGcRobHBvnQkzZVG {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #nRZTTvCU4Z5I9TvWT32EVr0upuryL2xK { display:none; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #UFvDpIlF5k28sV8VOf1Qw83RMrmRgxxT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #Pa7lW6sm6T7vAz3eC5zMZrf0wod0smIT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #A0LxJVMDaZTGFyvdarFUCqwgJNGHQZgT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #MQOA1oIfrIH1IaHRnNU19gG8JtiCdiCq {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #fJ62KugQ2ZdgpFc0TpJfoTCKGo5syfwN {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #Io3rErJB1XDp5tvNpPUbTtcg7OEVnw51 {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #XpOblmG666rTHOBUktJb8CDnzzgQSaZb {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #OfVN28U55UptLwoIlZJyCX8owQEf22Jo {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #OZhac7orDx7ds4lGRD33LQkoW6h8FZHU {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #EbG4q1FBwwos9CwCVLHm3wyJ2rWNKbKQ {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #qkGz2GTPbO1WvvTcvUwgqUJbXg2wbDOg {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #FygUVxAtwEhOQBG5eqKH4kw1cvFxSgiL {  }
 }@media only screen and (max-width: 763px) { #tCJTWtKgvNplGPNJzWEip4WcH3nDxz3G { top:3.8125rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMMBEeV7UwK2qkQJIf3T4mRkSQylTpET { top:3.0625rem;left:24.3125rem;width:23.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhcScayNqzSTrF7chSbeuTCn88WaTPo1 { top:5.5rem;left:18.312501192093rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XslZa1AAg1xHwthgqFvBabnTIH1sETUc { top:8.3125rem;left:4.7291666269303rem;width:39.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCld2frwtM57eKLvIiFvTXOC7P0TLGVT { top:15.6875rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AryqMVE6S5EhzzsZnGMOsqdUwb2bPopM { top:15.6875rem;left:9.72916662693rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ7VRtAyT7TaEoE8oTC1bTlKuTL8wUFf { top:15.6875rem;left:25.91666662693rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeACH0vP6tqgiKWz5NAMRmJrxKTPILd { top:15.6875rem;left:39.25rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbdAtIhECCOHHQKK3TOnvVQwA42zu9BA { top:24.1875rem;left:0rem;width:9.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdL18kTvOt6v6l5STEcM20vpbDKwsfxu { top:24.1875rem;left:10.66666662693rem;width:7.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmDwV2ucbtmMq4d6CWMcgWI5F60R6TB7 { top:24.1875rem;left:26.687502503395rem;width:7.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oikUn4fbOMWevOgW6sTmkSLqyhMIdEXp { top:23.625rem;left:34.6875rem;width:13.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA77NTXzwI70PmIRPulzo6xXsS8r5vvH { top:28.875rem;left:0rem;width:10.875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl6XRcqNWsdSU4DJUcNnMMGpG7BNH9ZV { top:28.3125rem;left:8.19791662693rem;width:12.5rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUmxJzkrwisiO50ikaKVWWbV5TzSW2VX { top:28.3125rem;left:25.26041662693rem;width:9.8125rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS9ZDq397FigMy7SV0GhTlOfgGsZ6u1k { top:28.3125rem;left:35.25rem;width:12.5rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op2U5JRFxx7FMAPtROFMuwK9Dzi7u2or { top:40.9375rem;left:11.489583253861rem;width:22.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZBMdNc49nzOqqUiSWIu4vkaFK26Tk5p { display:block; }
 }@media only screen and (max-width: 763px) { #eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct { display:block; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7gCZngfRRn7nDidueE9rnZMa6XZyGVf { top:5.875rem;left:0rem;width:29.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4pzKSmDhx6hph6pVu18KGBT1FzPb372 { top:5.875rem;left:23.125rem;width:24.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1OC8gZk53ehX5MZZq17LWAibm6zPTGs { top:23.875rem;left:27.72916662693rem;width:14.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBd3NoMCs9U5I55SCkwF8HKd1CdmSvs { top:27.3125rem;left:27.72916662693rem;width:17.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJVkx5oLTThTTFiRSFfAubv5lOCutegg { display:block; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT5w9dVWnuZQym7EE2eqEo7Uvco7LaWm { top:6.25rem;left:0rem;width:16.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIWOACHB2VdNPCUAHEGGEsaL7isMOd1 { top:6.25rem;left:16.484375596046rem;width:16rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDmrBBQQSMrxJqFsyIdp8twsyDBhGGBd { top:6.375rem;left:32.0625rem;width:15.6875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dcCRnVB4mVr0XkUR5dUV3TZQUq4TLD { top:21.875rem;left:0rem;width:16.0625rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSw2aWBIltVQ8Em5uEonvuqT6owczfBt { top:21.875rem;left:16.484375596046rem;width:16rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygD6PLzifJa5pDztff7dk7i1OdMxJfZO { top:21.875rem;left:32.25rem;width:15.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Tul068fLuHrHFgTk8sklDBVx4SZH3H { top:35.375rem;left:13.828125596046rem;width:21.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wphH8vVoHZWTGTgcmS83hS88zd1MK7nv { display:block; }
 }@media only screen and (max-width: 763px) { #VTP2tm4vculZxPNyARHwPIedStNwNsJZ { display:block; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctVMNisTVt19JNntWc4Ci7kGDunDxqMe { top:4.625rem;left:12.031250596046rem;width:23.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPk9o8IMwQxu0QK7AkzVZPsnfTKgnQ { top:6.75rem;left:3.0937505960464rem;width:41.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNftog4adZJb9fs2LrW18uy97GAxcm4c { top:10.625rem;left:0rem;width:47.75rem;height:25.016434262948rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 { display:block; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovLsD36EhxTT54bTWSJQrsgWXuWID7pd { top:27.6875rem;left:35.125002503395rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyQc8N0TTWxTIhT4aCRqsPUKLZbTCWk { top:27.6875rem;left:39.5625rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2m7cF6PtySBPTJyHkHSkk84h3zf4Jbu { top:28.3125rem;left:0rem;width:4.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum2Q5LiOxaqn0TXKZOW8GiRO1ixm2Af { top:21.125rem;left:0.875rem;width:46.875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAGKD6MgBuEHu3Wm8PdlVOyTHyHXlVlT { top:4.0625rem;left:8.88541662693rem;width:31.0625rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ySthEAnQBTgWFxTRCx5FWJLG2oH7li { top:11.3125rem;left:20.187502503395rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTQtdtdF0LfVlzw2xopqmHmuWEdDRCG { display:block; }
 }@media only screen and (max-width: 763px) { #AVHgApOkcQkPQ9kEFf3ZXK8Oy4xTppUs { top:15.25rem;left:25.093752503395rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXquB7amEWmMV5CtVlVopyM2xJgLI4JG { top:15.25rem;left:27.47916662693rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPtWHpPkcNDiZlcG0RgvL2wIOVFVTwRV { top:15.25rem;left:29.520834565162rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJr7O8Rk0PMatetaXqO4LVKHuoW5T4Lh { top:15.25rem;left:23.125002503395rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSR3OXhzqQKAQb3KOflqc232XA5B2Pvt { top:15.25rem;left:20.72916662693rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL { display:block; }#yIoE4agcr3DRiRpsS3l00g0Ck0fo8QeL > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVHhnl3frZHPIig83hvR7kx0MBMcaFFw { width:5.625rem;height:1.875rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qE2eQ4PXN3kLFB54akIvhwc9v7xNFF { width:20rem;height:0.89355625rem;top:4.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccd6c5b2-caa7-41ca-a821-d6b7db81a5e2/619960220OYOTownhouseHousto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.adaptive-delivery-prevent-bg, #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.lazyload, #NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI.lazyloading { background-image: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { background-color: transparent; background-image: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container > .video-iframe-container { display: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row > .video-iframe-container { display: none; }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .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); }#NXroFEfEQLl8ZbbhX6zVDIiFoXL3kDtI > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIDm8BJwp2mHricLx4eVE9GOHqRTkL4R { width:20rem;height:7.796875rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNltuJUNKLdvE3rsOOtcloRX5DccXzfa { width:20rem;height:8.53125rem;top:40.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ  { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v64mInVPupB1D18buhJrIufWTucPSdhZ {display:block;}#v64mInVPupB1D18buhJrIufWTucPSdhZ { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #EqXyzMVJ92ioR8t3qwHuKln4n8KFelCy {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #enu87KuS1MC8BSIGAmavasPAzPPSzxHg {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #GffStAT5VtbV0eyl1mHawKcM3DS1iVXz {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #chBSBTuoqL3l6wlRCGcRobHBvnQkzZVG {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #nRZTTvCU4Z5I9TvWT32EVr0upuryL2xK { display:none; }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #UFvDpIlF5k28sV8VOf1Qw83RMrmRgxxT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #Pa7lW6sm6T7vAz3eC5zMZrf0wod0smIT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #A0LxJVMDaZTGFyvdarFUCqwgJNGHQZgT {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #MQOA1oIfrIH1IaHRnNU19gG8JtiCdiCq {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #fJ62KugQ2ZdgpFc0TpJfoTCKGo5syfwN {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #Io3rErJB1XDp5tvNpPUbTtcg7OEVnw51 {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #XpOblmG666rTHOBUktJb8CDnzzgQSaZb {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #OfVN28U55UptLwoIlZJyCX8owQEf22Jo {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #OZhac7orDx7ds4lGRD33LQkoW6h8FZHU {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #EbG4q1FBwwos9CwCVLHm3wyJ2rWNKbKQ {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #qkGz2GTPbO1WvvTcvUwgqUJbXg2wbDOg {  }
 }@media only screen and (max-width: 763px) { #v64mInVPupB1D18buhJrIufWTucPSdhZ #FygUVxAtwEhOQBG5eqKH4kw1cvFxSgiL {  }
 }@media only screen and (max-width: 763px) { #tCJTWtKgvNplGPNJzWEip4WcH3nDxz3G { width:17.9375rem;height:1.29980625rem;top:11rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMMBEeV7UwK2qkQJIf3T4mRkSQylTpET { width:20rem;height:3rem;top:10.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhcScayNqzSTrF7chSbeuTCn88WaTPo1 { width:8.5rem;height:1.29980625rem;top:1.7708320617676rem;left:5.8333333134651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XslZa1AAg1xHwthgqFvBabnTIH1sETUc { width:15.5rem;height:1.29980625rem;top:3.79948125rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCld2frwtM57eKLvIiFvTXOC7P0TLGVT { width:8.5rem;height:8.5rem;top:6.3489625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AryqMVE6S5EhzzsZnGMOsqdUwb2bPopM { width:8.5rem;height:8.5rem;top:26.432292938233rem;left:5.9583333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ7VRtAyT7TaEoE8oTC1bTlKuTL8wUFf { width:8.5rem;height:8.5rem;top:49.243490219116rem;left:6.0416668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeACH0vP6tqgiKWz5NAMRmJrxKTPILd { width:8.5rem;height:8.5rem;top:72.618484497069rem;left:5.8333333134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbdAtIhECCOHHQKK3TOnvVQwA42zu9BA { width:9.75rem;height:3.25rem;top:14.932292938233rem;left:5.2083333134651rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdL18kTvOt6v6l5STEcM20vpbDKwsfxu { width:7.5625rem;height:3.25rem;top:35.807291030884rem;left:6.3854168057444rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmDwV2ucbtmMq4d6CWMcgWI5F60R6TB7 { width:7.1875rem;height:3.25rem;top:57.826826095581rem;left:6.489583313465rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oikUn4fbOMWevOgW6sTmkSLqyhMIdEXp { width:13.0625rem;height:3.25rem;top:81.200523376462rem;left:3.6354168057442rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fA77NTXzwI70PmIRPulzo6xXsS8r5vvH { width:10.875rem;height:6.334rem;top:19.223958253861rem;left:4.6458333134651rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pl6XRcqNWsdSU4DJUcNnMMGpG7BNH9ZV { width:12.5rem;height:7.389625rem;top:39.682292938233rem;left:4.0416668057442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUmxJzkrwisiO50ikaKVWWbV5TzSW2VX { width:9.8125rem;height:7.389625rem;top:62.076175689698rem;left:5.1770833134651rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FS9ZDq397FigMy7SV0GhTlOfgGsZ6u1k { width:12.5rem;height:7.389625rem;top:85.616539001462rem;left:3.8333333134651rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #op2U5JRFxx7FMAPtROFMuwK9Dzi7u2or { top:96.319013595581rem;left:0.58333331346512rem;width:19rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZBMdNc49nzOqqUiSWIu4vkaFK26Tk5p { display:block; }
 }@media only screen and (max-width: 763px) { #eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct { display:block; }#eNQQRsNof3AFzHxTDJlkwMTB79JR60Ct > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7gCZngfRRn7nDidueE9rnZMa6XZyGVf { width:20rem;height:15.7109375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4pzKSmDhx6hph6pVu18KGBT1FzPb372 { width:18.625rem;height:12.9980625rem;top:21.5234375rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1OC8gZk53ehX5MZZq17LWAibm6zPTGs { width:14.6875rem;height:2.5996125rem;top:16.9609375rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhBd3NoMCs9U5I55SCkwF8HKd1CdmSvs { width:17.0625rem;height:0.9746125rem;top:19.560546875rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJVkx5oLTThTTFiRSFfAubv5lOCutegg { display:block; }#hJVkx5oLTThTTFiRSFfAubv5lOCutegg > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT5w9dVWnuZQym7EE2eqEo7Uvco7LaWm { width:16.125rem;height:14.75rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIWOACHB2VdNPCUAHEGGEsaL7isMOd1 { width:15.6875rem;height:14.375rem;top:23rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDmrBBQQSMrxJqFsyIdp8twsyDBhGGBd { width:15.6875rem;height:14.4375rem;top:44.5625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2dcCRnVB4mVr0XkUR5dUV3TZQUq4TLD { width:16.0625rem;height:5.19921875rem;top:38.25rem;left:1.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XSw2aWBIltVQ8Em5uEonvuqT6owczfBt { width:16rem;height:5.19921875rem;top:16.75rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ygD6PLzifJa5pDztff7dk7i1OdMxJfZO { width:15.5rem;height:2.5996125rem;top:59.783203125rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4Tul068fLuHrHFgTk8sklDBVx4SZH3H { top:63.919921875rem;left:0.5rem;width:19rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wphH8vVoHZWTGTgcmS83hS88zd1MK7nv { display:block; }
 }@media only screen and (max-width: 763px) { #VTP2tm4vculZxPNyARHwPIedStNwNsJZ { display:block; }#VTP2tm4vculZxPNyARHwPIedStNwNsJZ > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctVMNisTVt19JNntWc4Ci7kGDunDxqMe { width:20rem;height:1.13671875rem;top:1.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZyPk9o8IMwQxu0QK7AkzVZPsnfTKgnQ { width:18.0625rem;height:3.57421875rem;top:3.3125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNftog4adZJb9fs2LrW18uy97GAxcm4c { height:13.125rem;width:20rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 { display:block; }#MdhslSIshTxb0hp4bn1b1fKCO6QalhT7 > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovLsD36EhxTT54bTWSJQrsgWXuWID7pd { width:5.6875rem;height:0.73046875rem;top:20.625rem;left:7.1875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIyQc8N0TTWxTIhT4aCRqsPUKLZbTCWk { width:3.5625rem;height:0.73046875rem;top:22.625rem;left:8.25rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2m7cF6PtySBPTJyHkHSkk84h3zf4Jbu { width:4.875rem;height:1.6875rem;top:25.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum2Q5LiOxaqn0TXKZOW8GiRO1ixm2Af { width:18.1875rem;height:3.25rem;top:15.875rem;left:0.9375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sAGKD6MgBuEHu3Wm8PdlVOyTHyHXlVlT { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1ySthEAnQBTgWFxTRCx5FWJLG2oH7li { top:7.9375rem;left:4.3125rem;width:11.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTQtdtdF0LfVlzw2xopqmHmuWEdDRCG { display:block; }
 }@media only screen and (max-width: 763px) { #AVHgApOkcQkPQ9kEFf3ZXK8Oy4xTppUs { width:1.5rem;height:1.5rem;top:12.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXquB7amEWmMV5CtVlVopyM2xJgLI4JG { width:1.5rem;height:1.5rem;top:12.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPtWHpPkcNDiZlcG0RgvL2wIOVFVTwRV { width:1.5rem;height:1.5rem;top:12.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJr7O8Rk0PMatetaXqO4LVKHuoW5T4Lh { width:1.5rem;height:1.5rem;top:12.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSR3OXhzqQKAQb3KOflqc232XA5B2Pvt { width:1.5rem;height:1.5rem;top:12.8125rem;left:3.0625rem;display:block; }
 }