.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { background-color: transparent; background-image: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container > .video-iframe-container { display: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container { display: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .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); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { border-width: 0; border-radius: 0; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { width:75rem;height:4.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IkkGEP8WC6FB0uM7TNrtdKpK7X5F43MT { position:absolute;display:block;z-index:15037;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.3125rem;width:12.9375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roundo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:23.125rem;display:block; }
#hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roundo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:29.5625rem;display:block; }
#JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roundo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:35.75rem;display:block; }
#vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roundo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:42.0625rem;display:block; }
#iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akqtsvhZScuhhq9qr9newlvz1WDWnTmC { background-color:#146189;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:65.625rem;display:block; }
#UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89c01243-6a11-484f-8720-2d32aed694a0/reflectionshomepagebanner.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;display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.adaptive-delivery-prevent-bg, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyload, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyloading { background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { background-color: transparent; background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .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); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { border-width: 0; border-radius: 0; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::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; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:18.875rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:17.125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24.8125rem;left:0rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:35.5625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #b0a9a9, #444444);background-image: -moz-linear-gradient(253deg, #b0a9a9, #444444);background-image: -ms-linear-gradient(253deg, #b0a9a9, #444444);background-image: -o-linear-gradient(253deg, #b0a9a9, #444444);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );";background-image: linear-gradient(253deg, #b0a9a9, #444444);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { background-color: transparent; background-image: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container > .video-iframe-container { display: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row > .video-iframe-container { display: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .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); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { border-width: 0; border-radius: 0; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#V7gBR5FTybFGKg1OQK1gfnXu7c2f26yc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.109375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { background-color: transparent; background-image: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .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); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { border-width: 0; border-radius: 0; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { color:#0a0a0a;display:block;width:37.5rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.78125rem;left:37.5rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:36.3125rem;top:3.78125rem;left:0rem;overflow:hidden;display:block; }
#O8yXg5nCAdZasfILazxUpawiuprW9qca { color:#000000;display:block;width:37.5rem;position:absolute;font-family:roundo;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.4375rem;left:37.5rem;height:1.625rem;display:block; }
#mXn8EM7rusp9ffC2s5nNeksJiTR6SDAB { background-color:#000000;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: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.09375rem;left:37.5rem;display:block; }
#IM7ZbXT4XsTLTDiv2isQOs9XCfsdOQ6l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZuuM659FyfueT6UkTOriSNzet6A3B5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #b0a9a9, #444444);background-image: -moz-linear-gradient(253deg, #b0a9a9, #444444);background-image: -ms-linear-gradient(253deg, #b0a9a9, #444444);background-image: -o-linear-gradient(253deg, #b0a9a9, #444444);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );";background-image: linear-gradient(253deg, #b0a9a9, #444444);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { background-color: transparent; background-image: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container > .video-iframe-container { display: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row > .video-iframe-container { display: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .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); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { border-width: 0; border-radius: 0; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#IhnbXrlxcCvtM5K4ycdMTLrXia4MiKIP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.90625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdKm4oSqON0bLk9c0lIewvTHdashFDnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { background-color: transparent; background-image: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .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); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { border-width: 0; border-radius: 0; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { color:#0a0a0a;display:block;width:18.375rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:18.98828125rem;left:2.0625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { color:#0a0a0a;display:block;width:21.9375rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:22.8125rem;left:0.28125rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { color:#0a0a0a;display:block;width:18.0625rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:18.98828125rem;left:28.46875rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { color:#0a0a0a;display:block;width:22.9375rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:22.75rem;left:26.25rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { 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:14.875rem;width:22.375rem;top:3.53125rem;left:26.53125rem;overflow:hidden;display:block; }
#xwe00vOeFvtv6pH2pwGvId19Lui43xxb { color:#0a0a0a;display:block;width:18.375rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:18.98828125rem;left:54.5625rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:22.75rem;left:52.5rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { 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:14.8125rem;width:22.25rem;top:3.5625rem;left:52.5rem;overflow:hidden;display:block; }
#yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:31.125rem;left:29.375rem;display:block; }
#aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4srxos60CnCc6Omdi7nwwU9StTah24T { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:31.125rem;left:55.625rem;display:block; }
#C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.0625rem;top:3.65625rem;left:0.21875rem;overflow:hidden;display:block; }
#pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:31.125rem;left:3.125rem;display:block; }
#lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwsKdt4l63DPPubpavJHS83TfAWkfnHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #b0a9a9, #444444);background-image: -moz-linear-gradient(253deg, #b0a9a9, #444444);background-image: -ms-linear-gradient(253deg, #b0a9a9, #444444);background-image: -o-linear-gradient(253deg, #b0a9a9, #444444);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );";background-image: linear-gradient(253deg, #b0a9a9, #444444);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { background-color: transparent; background-image: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container > .video-iframe-container { display: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row > .video-iframe-container { display: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .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); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { border-width: 0; border-radius: 0; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#sk3UtSsTS8HKgRbSVUqlQXu4Svy7acNW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { background-color: transparent; background-image: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container > .video-iframe-container { display: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container { display: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .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); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { border-width: 0; border-radius: 0; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#rbQBX9BDH9aJebyAimErotlgTIPypmXM { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:8.875rem;left:0rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.5rem;left:42.625rem; }
#FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.5rem;left:39.6875rem; }
#JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.5rem;left:36.5625rem; }
#OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.5rem;left:33.4375rem; }
#KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.5rem;left:30.0625rem; }
#CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { color:#0a0a0a;display:block;width:55.9375rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.5625rem;height:8.999025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:23.3125rem;left:19.9375rem;display:block; }
#hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iARIASAE7Vr7cAVr4MxdoVfEP6qIET4g { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15060;background-color:#aa9ba2;background-image:none;top:22.4375rem;left:37.4375rem;display:block; }
#VHu93QTpq65A0s0lfdukhER2DHdK9Q3X { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:23.3125rem;left:38.8125rem;display:block; }
#OQZx6mx3FxwvmMyZI0clx1Vv1ozRRusW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #b0a9a9, #444444);background-image: -moz-linear-gradient(253deg, #b0a9a9, #444444);background-image: -ms-linear-gradient(253deg, #b0a9a9, #444444);background-image: -o-linear-gradient(253deg, #b0a9a9, #444444);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a9a9', endColorstr='#444444' );";background-image: linear-gradient(253deg, #b0a9a9, #444444);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { background-color: transparent; background-image: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container > .video-iframe-container { display: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row > .video-iframe-container { display: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .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); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { border-width: 0; border-radius: 0; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#xrLbq20GGI2wkofHoPXTOREOQFTF26UJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { background-color: transparent; background-image: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { display: none; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .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); }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { border-width: 0; border-radius: 0; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { color:#0a0a0a;display:block;width:37.375rem;position:absolute;font-family:roundo;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { box-sizing:content-box;height:35rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:#dbe0e9;background-image:none;top:0rem;left:37.316014056225rem;display:block; }
#IeplvwIRVDx2agG5mBdPiiykg0foDl90 { color:#0a0a0a;display:block;width:36.8125rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:20.4736125rem;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; }
#MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBdKs9po3tcIlwiku2s79MqaIEPfsmgV { position:absolute;display:block;z-index:15060;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:30.4375rem;width:30.4375rem;top:2.6875rem;left:41.03125rem;overflow:hidden;display:block; }
#OXVosLGiqE2MboSuTb9pn9pgqzGarbul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { background-color: transparent; background-image: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .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); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { border-width: 0; border-radius: 0; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { position:relative;display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { background-color: transparent; background-image: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .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); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { border-width: 0; border-radius: 0; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(170,155,162,0.3);background-image:none;vertical-align:top; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:roundo;font-style:normal;color:#0a0a0a; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:#000000; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.adaptive-delivery-prevent-bg, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyload, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyloading { background-image: none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 { display:none; }
#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d2c9;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; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { background-color: transparent; background-image: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container > .video-iframe-container { display: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container { display: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .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); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { border-width: 0; border-radius: 0; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-form-header {  }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:29rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:29rem;box-sizing:border-box;height:2.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:29rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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:29rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#614068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.75rem;margin-bottom:0.25rem;margin-left:0.75rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:300;color:#ffffff;width:27.5rem;height:2.8125rem;font-family:"acumin pro";overflow:hidden;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.8125rem;overflow:hidden;font-style:normal;float:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container:first-of-type{padding-top:0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container:last-of-type{padding-bottom:0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:28.5rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:36rem;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse { position:relative; }
#TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { color:#d8d1c7;display:block;width:27.625rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.5rem;left:2.0625rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { color:#0a0a0a;display:block;width:33.3125rem;position:absolute;font-family:roundo;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:21.0625rem;left:2.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNxo5XfuB8ovRySQl8l2517SpOfUZiQ5 { background-color:#146189;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.875rem;left:2.0625rem;display:block; }
#FWKC56o3X1W8Xdo6aeWtwklgQhJJR7i1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xehFryBFZEQSBlur98287GuZom7ZKyc3 { color:#0a0a0a;display:block;width:38.875rem;position:absolute;font-family:roundo;font-size:1.5625rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:4.5rem;left:2.0625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { color:#0a0a0a;display:block;width:33.875rem;position:absolute;font-family:roundo;font-size:2.125rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:17.5625rem;left:2.0625rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:29.25rem;top:3.6875rem;left:44.4375rem;overflow:hidden;display:block; }
#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container { background-color: transparent; background-image: none; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container > .video-iframe-container { display: none; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row > .video-iframe-container { display: none; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .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); }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container { border-width: 0; border-radius: 0; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#O8O2y6LqGr4sGKBecUoiidLMPmcErbIX { color:#ffffff;display:block;width:19.8123125rem;position:absolute;font-family:roundo;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.8125rem;left:0rem;height:4.1997rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZttb3PAdDZzKqzxFe1TQ6xnMpoipNMy { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:4.4375rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lRpBvEc2uQnndZ9AoMA2cMT460J3Fdxe { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:6.5625rem;left:0rem;height:4.7988375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d8T4bZRvN4S9AqkbXxM6Tbg5e42b8EFk { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.4375rem;left:55.6875rem;height:1.79980625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative;display:block; }
#xWLRIoG9CgGbuToH3vknhxCLfiATesuF { display:block; }
#J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:block; }
#GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative;display:block; }
#ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 { display:block; }
#MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none;display:block; }
#nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative;display:block; }
#TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 { display:block; }
#dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none;display:block; }
#WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative;display:block; }
#NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm { display:block; }
#G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none;display:block; }
#xtHResenisNk34ZSn43ZABSBQLSC8kqH { color:#e3e3e3;display:block;width:19.3125rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:6.5625rem;left:55.6875rem;height:4.7988375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#quOws9kxDxAxIGwoO76yTGgXQDdfu34Z { color:#ffffff;display:block;width:19.8115rem;position:absolute;font-family:roundo;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:12.8125rem;left:55.125rem;height:4.1997rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDu6fXiT9voRu5SA4PzH79nRFvI7SGHb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:18.5rem;top:6.25rem;left:27.875rem;overflow:hidden;display:block; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:13.1875rem;left:34.9375rem; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:13.1875rem;left:38.125rem; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x { display:block; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkkGEP8WC6FB0uM7TNrtdKpK7X5F43MT { top:0.75rem;left:0rem;width:12.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { width:5.375rem;height:3.375rem;top:0.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block; }
 }@media only screen and (max-width: 763px) { #Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { width:5.25rem;height:3.375rem;top:0.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block; }
 }@media only screen and (max-width: 763px) { #JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { width:5.6875rem;height:3.375rem;top:0.75rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { width:7.25rem;height:3.375rem;top:0.75rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block; }
 }@media only screen and (max-width: 763px) { #akqtsvhZScuhhq9qr9newlvz1WDWnTmC { width:9.375rem;height:2.875rem;top:1rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block; }
 }@media only screen and (max-width: 763px) { #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { top:18.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { top:17.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { top:24.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { top:35.5625rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX { display:block; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7gBR5FTybFGKg1OQK1gfnXu7c2f26yc { width:47.75rem;height:2.8125rem;top:2.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:37.5rem;height:15.1875rem;top:3.75rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { top:3.75rem;left:0rem;width:36.3125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8yXg5nCAdZasfILazxUpawiuprW9qca { top:20.4375rem;left:10.25rem;width:37.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXn8EM7rusp9ffC2s5nNeksJiTR6SDAB { width:17.5rem;height:3.4375rem;top:24.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7ZbXT4XsTLTDiv2isQOs9XCfsdOQ6l { display:block; }
 }@media only screen and (max-width: 763px) { #RZuuM659FyfueT6UkTOriSNzet6A3B5p { display:block; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhnbXrlxcCvtM5K4ycdMTLrXia4MiKIP { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { top:3.5rem;left:12.90625rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { top:3.5625rem;left:25.5rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:16.25rem;height:2.5625rem;top:31.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:16.25rem;height:2.5625rem;top:31.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { top:3.625rem;left:0rem;width:22.0625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { width:16.25rem;height:2.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { display:block; }
 }@media only screen and (max-width: 763px) { #vwsKdt4l63DPPubpavJHS83TfAWkfnHU { display:block; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk3UtSsTS8HKgRbSVUqlQXu4Svy7acNW { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { display:block; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbQBX9BDH9aJebyAimErotlgTIPypmXM { width:47.75rem;height:2rem;top:8.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { top:4.5rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { top:4.5rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { top:4.5rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { top:4.5rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { top:4.5rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { width:47.75rem;height:8.9375rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { width:16.25rem;height:2.5625rem;top:23.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block; }
 }@media only screen and (max-width: 763px) { #iARIASAE7Vr7cAVr4MxdoVfEP6qIET4g { top:22.4375rem;left:23.8125rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHu93QTpq65A0s0lfdukhER2DHdK9Q3X { width:16.25rem;height:2.5625rem;top:23.3125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZx6mx3FxwvmMyZI0clx1Vv1ozRRusW { display:block; }
 }@media only screen and (max-width: 763px) { #UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 { display:block; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrLbq20GGI2wkofHoPXTOREOQFTF26UJ { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:37.375rem;height:5.8125rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { top:0rem;left:23.625rem;width:0.125rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeplvwIRVDx2agG5mBdPiiykg0foDl90 { top:9.0625rem;left:0rem;width:36.8125rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:25rem;height:2.5625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #bBdKs9po3tcIlwiku2s79MqaIEPfsmgV { top:2.6875rem;left:17.3125rem;width:30.4375rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:47.75rem;height:4rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 {  }
 }@media only screen and (max-width: 763px) { #FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { display:block; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { width:29rem;height:auto;top:2.875rem;left:16.25rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { width:29rem;height:auto;top:2.8125rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse {  }
 }@media only screen and (max-width: 763px) { #TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { width:27.625rem;height:5.5rem;top:10.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { width:33.3125rem;height:3rem;top:21.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNxo5XfuB8ovRySQl8l2517SpOfUZiQ5 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKC56o3X1W8Xdo6aeWtwklgQhJJR7i1 { display:block; }
 }@media only screen and (max-width: 763px) { #xehFryBFZEQSBlur98287GuZom7ZKyc3 { width:38.875rem;height:3.75rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { width:33.875rem;height:2.5rem;top:17.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { top:3.6875rem;left:17rem;width:29.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW { display:block; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8O2y6LqGr4sGKBecUoiidLMPmcErbIX { width:19.75rem;height:4.1875rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZttb3PAdDZzKqzxFe1TQ6xnMpoipNMy { width:19.3125rem;height:1.75rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRpBvEc2uQnndZ9AoMA2cMT460J3Fdxe { width:19.3125rem;height:4.75rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8T4bZRvN4S9AqkbXxM6Tbg5e42b8EFk { width:19.3125rem;height:1.75rem;top:4.4375rem;left:28.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { display:block; }
 }@media only screen and (max-width: 763px) { #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { display:block; }
 }@media only screen and (max-width: 763px) { #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block; }
 }@media only screen and (max-width: 763px) { #xWLRIoG9CgGbuToH3vknhxCLfiATesuF { display:block; }
 }@media only screen and (max-width: 763px) { #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:block; }
 }@media only screen and (max-width: 763px) { #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { display:block; }
 }@media only screen and (max-width: 763px) { #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block; }
 }@media only screen and (max-width: 763px) { #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 { display:block; }
 }@media only screen and (max-width: 763px) { #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:block; }
 }@media only screen and (max-width: 763px) { #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { display:block; }
 }@media only screen and (max-width: 763px) { #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { display:block; }
 }@media only screen and (max-width: 763px) { #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block; }
 }@media only screen and (max-width: 763px) { #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 { display:block; }
 }@media only screen and (max-width: 763px) { #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:block; }
 }@media only screen and (max-width: 763px) { #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { display:block; }
 }@media only screen and (max-width: 763px) { #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { display:block; }
 }@media only screen and (max-width: 763px) { #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block; }
 }@media only screen and (max-width: 763px) { #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm { display:block; }
 }@media only screen and (max-width: 763px) { #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:block; }
 }@media only screen and (max-width: 763px) { #xtHResenisNk34ZSn43ZABSBQLSC8kqH { width:19.3125rem;height:4.75rem;top:6.5625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quOws9kxDxAxIGwoO76yTGgXQDdfu34Z { width:19.75rem;height:4.1875rem;top:12.8125rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDu6fXiT9voRu5SA4PzH79nRFvI7SGHb { top:6.25rem;left:14.25rem;width:18.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { top:13.1875rem;left:21.3125rem;width:2rem;height:2rem;display:block; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { top:13.1875rem;left:24.5rem;width:2rem;height:2rem;display:block; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { background-color: transparent; background-image: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container > .video-iframe-container { display: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container { display: none; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .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); }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { border-width: 0; border-radius: 0; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcHhfvWRfQC0zaL4TT78waJfeDX2fp1x > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkkGEP8WC6FB0uM7TNrtdKpK7X5F43MT { width:11.25rem;height:2.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTxeDUiU9rtfTvIZVVhXl3qu2vJx8oz { width:3.625rem;height:2.8125rem;top:3.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf8BBNciNOkEG418CPi4y5x6nv7vLCN { display:block; }
 }@media only screen and (max-width: 763px) { #Cq4m7wIWTvftlpXrTJwgfbX1gf6t6zPk { width:2.8125rem;height:2.8125rem;top:3.375rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvrJNLPfbARsA2dSdATRMBzzar0WBQK { display:block; }
 }@media only screen and (max-width: 763px) { #JMuNdETfoAMwGO4orLSESnnJnPEVPoFs { width:5.0625rem;height:2.8125rem;top:3.375rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEJTo050663yeDuP93PyWrpOhImE0dG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6hGNHdOEQh47sfcGFcWwKMNSIMXcV3 { width:4.6875rem;height:2.8125rem;top:3.375rem;left:15.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWM9AZIrwlzCpIxIH4xNPmz7J1fVlD38 { display:block; }
 }@media only screen and (max-width: 763px) { #akqtsvhZScuhhq9qr9newlvz1WDWnTmC { width:6.875rem;height:2.3125rem;top:0.9375rem;left:12.9375rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UJ8bXaTNCcGcnmWGk3ml1RmULimcfSKS { display:block; }
 }@media only screen and (max-width: 763px) { #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89c01243-6a11-484f-8720-2d32aed694a0/reflectionshomepagebanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.adaptive-delivery-prevent-bg, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyload, #rWcZoPA12Qpg2WHizQckxtku0EEvqm8M.lazyloading { background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { background-color: transparent; background-image: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { display: none; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .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); }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { border-width: 0; border-radius: 0; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M::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; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWcZoPA12Qpg2WHizQckxtku0EEvqm8M > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGrCLi8prpdrTOumTa2FnidMRVBHA3Dr { width:20rem;height:5.625rem;top:8.90625rem;left:0rem;font-size:2.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4nrA1D6kUQ6TECCXF6yG5J9Lswt0Gy { width:20rem;height:1.6875rem;top:7.21875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B1Ui2Dx2xxhtVKKuLdBwRZTN5SrP401E { width:20rem;height:1.03125rem;top:15.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hxs7PRSDLiUaJp7tmeJlgUEPNKvCGmmi { width:20rem;height:1.03125rem;top:19.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { background-color: transparent; background-image: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container > .video-iframe-container { display: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row > .video-iframe-container { display: none; }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .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); }#mrC0Knb8X8RrR76ITcbf6VJPmpsNEgEX > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7gBR5FTybFGKg1OQK1gfnXu7c2f26yc { width:20rem;height:5.98095625rem;top:0.7509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:20rem;height:18rem;top:12.7724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { width:14.8125rem;height:9.875rem;top:1.6875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8yXg5nCAdZasfILazxUpawiuprW9qca { width:20rem;height:4.87305rem;top:32.0224609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXn8EM7rusp9ffC2s5nNeksJiTR6SDAB { width:17.5rem;height:3.4375rem;top:38.1455078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7ZbXT4XsTLTDiv2isQOs9XCfsdOQ6l { display:block; }
 }@media only screen and (max-width: 763px) { #RZuuM659FyfueT6UkTOriSNzet6A3B5p { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { background-color: transparent; background-image: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container > .video-iframe-container { display: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row > .video-iframe-container { display: none; }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .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); }#RZuuM659FyfueT6UkTOriSNzet6A3B5p > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhnbXrlxcCvtM5K4ycdMTLrXia4MiKIP { width:20rem;height:1.99365rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { width:20rem;height:2.54980625rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { width:20rem;height:6.798825rem;top:17.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { width:20rem;height:2.54980625rem;top:29.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { width:20rem;height:6.798825rem;top:45.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { width:19.875rem;height:13.25rem;top:32rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { width:19.9375rem;height:2.54980625rem;top:57.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { width:20rem;height:6.798825rem;top:74rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slbBKeJKGMQTNTiKugF3BdXGpo4XSfa7 { width:19.75rem;height:13.125rem;top:60.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:16.25rem;height:2.5625rem;top:53.1875rem;left:1.8125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:16.25rem;height:2.5625rem;top:81.3125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { width:19.5625rem;height:13rem;top:3.9248046875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { width:16.25rem;height:2.5625rem;top:25.1728515625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { display:block; }
 }@media only screen and (max-width: 763px) { #vwsKdt4l63DPPubpavJHS83TfAWkfnHU { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { background-color: transparent; background-image: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container > .video-iframe-container { display: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row > .video-iframe-container { display: none; }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .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); }#vwsKdt4l63DPPubpavJHS83TfAWkfnHU > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk3UtSsTS8HKgRbSVUqlQXu4Svy7acNW { width:20rem;height:1.99365rem;top:1.8154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { display:block; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbQBX9BDH9aJebyAimErotlgTIPypmXM { width:19.0625rem;height:4.3994125rem;top:5.6875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { width:20rem;height:15rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { width:16.25rem;height:2.5625rem;top:27.4375rem;left:1.8125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block; }
 }@media only screen and (max-width: 763px) { #iARIASAE7Vr7cAVr4MxdoVfEP6qIET4g { width:0.125rem;height:4.375rem;top:28.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHu93QTpq65A0s0lfdukhER2DHdK9Q3X { width:16.25rem;height:2.5625rem;top:30.9375rem;left:1.8125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZx6mx3FxwvmMyZI0clx1Vv1ozRRusW { display:block; }
 }@media only screen and (max-width: 763px) { #UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 { background-color:transparent;background-image: -webkit-linear-gradient(323deg, #cccccc, #000000);background-image: -moz-linear-gradient(323deg, #cccccc, #000000);background-image: -ms-linear-gradient(323deg, #cccccc, #000000);background-image: -o-linear-gradient(323deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(323deg, #cccccc, #000000);background-size:contain !important;display:block; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { background-color: transparent; background-image: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container > .video-iframe-container { display: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row > .video-iframe-container { display: none; }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .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); }#UA5dVyoI7zTViT4aQ1nGRoJZ0O9JgbC0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrLbq20GGI2wkofHoPXTOREOQFTF26UJ { width:20rem;height:1.99365rem;top:1.8154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 { display:block; }#QzsaCNQmhoUvGGOVnkAaPE0VzxJyQMc7 > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXn9J7W3vO03J4TniTJqnGDy7V7UTfXM { width:20rem;height:4.0625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNvy4B18E3GcF97CPNl9IgS6d3VBqiLw { width:13.8125rem;height:0.1875rem;top:42.8125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeplvwIRVDx2agG5mBdPiiykg0foDl90 { width:20rem;height:31.19529375rem;top:6.50537109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:19rem;height:2.5625rem;top:38.63720703125rem;left:0.5rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #bBdKs9po3tcIlwiku2s79MqaIEPfsmgV { width:20rem;height:20rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:20rem;height:4.7246125rem;top:0.94970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { font-size:1.125rem;height:auto; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 {  }
 }@media only screen and (max-width: 763px) { #FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { display:block; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { width:17.5rem;height:18.24rem;top:24.9500875rem;left:0rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { width:17.5rem;height:18.2395rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse {  }
 }@media only screen and (max-width: 763px) { #TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { width:20rem;height:8.8681875rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { width:20rem;height:1.79980625rem;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vNxo5XfuB8ovRySQl8l2517SpOfUZiQ5 { width:12.75rem;height:3.75rem;top:26.38427734375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FWKC56o3X1W8Xdo6aeWtwklgQhJJR7i1 { display:block; }
 }@media only screen and (max-width: 763px) { #xehFryBFZEQSBlur98287GuZom7ZKyc3 { width:20rem;height:5.625rem;top:2.07177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { width:20rem;height:4.79980625rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { width:20rem;height:20.1279375rem;top:35.87158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW { display:block; }#s5a22nx1M8VtgwKGFhTDJ3h1n19rRaZW > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8O2y6LqGr4sGKBecUoiidLMPmcErbIX { width:19.7485625rem;height:4.1997rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZttb3PAdDZzKqzxFe1TQ6xnMpoipNMy { width:20rem;height:1.57470625rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lRpBvEc2uQnndZ9AoMA2cMT460J3Fdxe { width:20rem;height:4.1997rem;top:5.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d8T4bZRvN4S9AqkbXxM6Tbg5e42b8EFk { width:20rem;height:1.57470625rem;top:17.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { display:block; }
 }@media only screen and (max-width: 763px) { #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { display:block; }
 }@media only screen and (max-width: 763px) { #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block; }
 }@media only screen and (max-width: 763px) { #xWLRIoG9CgGbuToH3vknhxCLfiATesuF { display:block; }
 }@media only screen and (max-width: 763px) { #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:block; }
 }@media only screen and (max-width: 763px) { #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { display:block; }
 }@media only screen and (max-width: 763px) { #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block; }
 }@media only screen and (max-width: 763px) { #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 { display:block; }
 }@media only screen and (max-width: 763px) { #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:block; }
 }@media only screen and (max-width: 763px) { #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { display:block; }
 }@media only screen and (max-width: 763px) { #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { display:block; }
 }@media only screen and (max-width: 763px) { #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block; }
 }@media only screen and (max-width: 763px) { #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 { display:block; }
 }@media only screen and (max-width: 763px) { #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:block; }
 }@media only screen and (max-width: 763px) { #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { display:block; }
 }@media only screen and (max-width: 763px) { #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { display:block; }
 }@media only screen and (max-width: 763px) { #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block; }
 }@media only screen and (max-width: 763px) { #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm { display:block; }
 }@media only screen and (max-width: 763px) { #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:block; }
 }@media only screen and (max-width: 763px) { #xtHResenisNk34ZSn43ZABSBQLSC8kqH { width:20rem;height:4.1997rem;top:19.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #quOws9kxDxAxIGwoO76yTGgXQDdfu34Z { width:20rem;height:4.1997rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDu6fXiT9voRu5SA4PzH79nRFvI7SGHb { width:11.8125rem;height:3.0625rem;top:31.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { display:flex;width:2rem;height:2rem;top:35.9375rem;left:10.5625rem; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { display:flex;width:2rem;height:2rem;top:35.9375rem;left:7.6875rem; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }