.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#S0lHuTMUXGQZNVgw6v1J3JRUik5yzboS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d3c66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1875rem;left:18.75rem;display:block; }
#EcMR208yNBuWfiXd30OqdDHPvQRK8zdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a999BTDpaf6qISLpeeEEk3RolLUyKSoz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d3c66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.125rem;left:28.125rem;display:block; }
#z6kaaNhKMHgexgT878wqCNE296QsTV0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pF5Xk3uTQ9ktcER1ycI2HaWqmEwwwCo1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d3c66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:37.5rem;display:block; }
#FKrxV3TUWNQhTKXwwBnq1plffBTShK9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhcJKq7aBR4o5QaB7Mm9fSZbmTClbcld { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1d3c66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:46.875rem;display:block; }
#scNpXRPUweOgTHVCeHCJnO1brEz1kTHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFEsoLuaQSuAGKMaAUE6dtZBV7DOeZcz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11rem;top:1.84375rem;left:64rem;overflow:hidden;display:block; }
#vDkyXQNJOI0zBWEENhMldsxbF4ysFZcz { 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:4.3125rem;width:12.1875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#kgD9TWiGXwLyFPpnxqXy3ArTDrhFGvha { color:#1d3c66;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.28125rem;left:65rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ISIxPQrtoyqTqK3Qe5fkmydL5qtceDUa { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -moz-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -ms-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -o-linear-gradient(90deg, #c86d4e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #c86d4e, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:8.4375rem;left:0rem;display:block; }
#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/808d66d0-9e3e-4f7b-a355-313783bb4b24/dalia_gradient_segno.jpg");background-position: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; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5.adaptive-delivery-prevent-bg, #ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5.lazyload, #ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5.lazyloading { background-image: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { background-color: transparent; background-image: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container > .video-iframe-container { display: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row > .video-iframe-container { display: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .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); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { border-width: 0; border-radius: 0; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#yOKUyc2pUS6DI8Slo6TnvOb8l99RVAmD { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:6rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:13.6875rem;left:12.3125rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaL7Vs8Bg4pRCpuoFcsBkUaaAfTqdTmw { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:21.3125rem;left:13rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxJxBwWvcn9viZrg6xLHn77TeqTTqMt2 { background-color:#1d3c66;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.1875rem;left:10.125rem;display:block; }
#WADC1WDifnh2onLnxZtXiedlaOwcuUn2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0fs8yOBSooKkoRiBE6x05539vh8K6pM { background-color:#955a56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.1875rem;left:39.25rem;display:block; }
#iifP7D9lODHQyK7TlF00GQTvhIM0D7wR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3LNUit0nKHXbzubOBpETWgrStz5LnDS { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:40.9375rem;left:14rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tt6eH39EOtLFBrFLaJN00ARGpRi8RhHJ { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:40.9375rem;left:43.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhZFGitT2RMUJJsnZTDo6txyyspA3xxq { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#1d3c66;background-image:none;top:33.9375rem;left:19.9375rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.3) ;display:block; }
#UUHq2wuVdgRXcVDpDIyxolQDPoW7WaRl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2rem;top:35.375rem;left:21.9375rem;overflow:hidden;display:block; }
#Fas7owx4xrniD0He02B0TW5ch9Ct4EWt { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#955a56;background-image:none;top:33.9375rem;left:49.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.3) ;display:block; }
#gl00QGe2TtnTMQo3g4TqDkHfz03tZTNT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.0625rem;top:35.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#mKJkWRr1cdd8tA8veBOIGsH8w8pTsSeT { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.125rem;top:32.3125rem;left:37.4375rem;display:block; }
#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 { 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; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container { background-color: transparent; background-image: none; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container > .video-iframe-container { display: none; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row > .video-iframe-container { display: none; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .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); }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container { border-width: 0; border-radius: 0; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#ITW3oHsS3hUZ93UEsWkPZNdZFzPCenLI { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -moz-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -ms-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -o-linear-gradient(90deg, #c86d4e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #c86d4e, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:12.6875rem;left:0rem;display:block; }
#Cyzbe8hR199X3EpZAso4mZf0ESfcX0M7 { color:#1d3c66;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#BWGMFJ5f9GpFmgCrtdayebk3d3A83B5D { color:#1d3c66;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:24.8608375rem;display:block; }
#XdWOlAEl3HORJ46rca3ZhWDIMyeSqGJL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:29.1875rem;top:12rem;left:45.8125rem;overflow:hidden;display:block; }
#PUFg9xsVws7MtJONRaRxdy3sziWc4osX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/868c8819-78b7-47ed-81b8-05e8b362fcf4/dalia_gradient.jpg");background-position: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; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX.adaptive-delivery-prevent-bg, #PUFg9xsVws7MtJONRaRxdy3sziWc4osX.lazyload, #PUFg9xsVws7MtJONRaRxdy3sziWc4osX.lazyloading { background-image: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { background-color: transparent; background-image: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container > .video-iframe-container { display: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row > .video-iframe-container { display: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .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); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { border-width: 0; border-radius: 0; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#zgkoWPcUeZ6TLClbq9uT9iaCXZsSDl6s { color:#ffffff;display:block;width:57.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.7314453125rem;left:8.5625rem;height:8.661625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb { 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; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container { background-color: transparent; background-image: none; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container > .video-iframe-container { display: none; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row > .video-iframe-container { display: none; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .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); }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container { border-width: 0; border-radius: 0; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#TxyFeXMQ0nX18NT5gdXrFcs7AtX5dMWM { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -moz-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -ms-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -o-linear-gradient(90deg, #c86d4e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #c86d4e, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:68.75rem;top:10.6875rem;left:3.125rem;display:block; }
#x68WA02KnFibTylgoRyeODl18s78tEKs { color:#1d3c66;display:block;width:72rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCmkZR7pzSIK7MG1RcSO3TkwJAvxTOCi { color:#1d3c66;display:block;width:52.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:11.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#xF4TuFCNZZZopz0icNLVhDInouNFCTiL { position:relative;display:block; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL { background-color: transparent; background-image: none; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row .container > .video-iframe-container { display: none; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row > .video-iframe-container { display: none; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .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); }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL { border-width: 0; border-radius: 0; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .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; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .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:61.1875rem;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; }#DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT { color:#1d3c66;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.8125rem;left:2.9375rem;height:17.422875rem;text-align:left;text-align-last:left;display:block; }#DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT li:before{  }
#vz2a11tlsVmflsq10ktp5ck53IVc8f2M { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -moz-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -ms-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -o-linear-gradient(90deg, #1d3c66, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #1d3c66, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:31.375rem;top:8.75rem;left:2.9375rem;display:block; }
#F9bmUcyTJgP2P1rFLxikoquoNeaZrSnS { color:#c86d4e;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.8125rem;left:6.5rem;height:4.3872rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r8zUEkXMBHZUblPbGAW6o05wlORlu6Po { color:#c86d4e;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.5rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T58Is4GGf8ufDrxRAiaoge0WHiQ6IygS { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#1d3c66;background-image:none;top:14.25rem;left:2.9375rem;display:block; }
#uhOmeiOQFvWIo8xNRJAFSeTWbIegqx5a { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#1d3c66;background-image:none;top:18.9375rem;left:2.9375rem;display:block; }
#GylJAaDeH2fST6zg9faahJEVxiTMAym2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.75rem;left:3.5625rem; }
#HTOhwePzR2G7WSbydPEM873yifNyLff5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5625rem;left:3.5rem; }
#k9e07UGwcNxIAynS3GdQwbEFHNlnUouf { color:#1d3c66;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zEDAh4CgveBBPZJOGOkbGH8il3TTQQuZ { color:#1d3c66;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.1875rem;left:2.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Htpsy2NQTHZJUzV1DMtLaOs6rvtgirnq { color:#c86d4e;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:43.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RQaxmV4zQ96UaAkpulvXDlLgRXnRq3QG { color:#c86d4e;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:43.9375rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dOlgnR14BcGvdbwxKQUU1U8CEAv9dTi2 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#1d3c66;background-image:none;top:14.25rem;left:40.25rem;display:block; }
#tqmoAmncvbHRRcr12BhpkJGz7CGvTpsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.8125rem;left:40.8125rem; }
#uLyPMo2lJKv81fwo4bLUbbdEDB0uQwDU { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#1d3c66;background-image:none;top:18.625rem;left:40.25rem;display:block; }
#XAhgL1cxvQo8Pru2ftBvQP7MSac0WVkV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.125rem;left:40.8125rem; }
#r4hOGTSkKEcy83irr8SXJtRWQAnUH7Wu { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -moz-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -ms-linear-gradient(90deg, #1d3c66, #ffffff);background-image: -o-linear-gradient(90deg, #1d3c66, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #1d3c66, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:31.375rem;top:8.75rem;left:40.25rem;display:block; }
#MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 { color:#1d3c66;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.5625rem;left:40.25rem;height:12.5859375rem;text-align:left;text-align-last:left;display:block; }#MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 li:before{  }
#FqIOtFPBlSV9xoEoG670xCDaH8sxqllC { color:#1d3c66;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.75rem;left:40.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IQLhKp3TTv8iHOSWdzqUnPt5eHa4DeSI { color:#1d3c66;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.3125rem;left:40.25rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTCinkqhI6NdgmT5azliLnWiaoM4uOyB { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#1d3c66;background-image:none;top:22.9375rem;left:40.25rem;display:block; }
#vTDlZ9ptExFrfyEopBhnd7fihhGlMA67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.5rem;left:40.8125rem; }
#SDt1Cb226whMRS48ue3A5ouOyZS2ENbz { color:#1d3c66;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.9375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q69DwBBkMsyOZJEBnPW366T7qcRouHAL { color:#1d3c66;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:40.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEPDmI5wUGpGrM3pw4m9LBZGUoQ8mxN7 { box-sizing:content-box;height:56.25rem;width:35.375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:2.25rem;left:1.0625rem;border-top:0.0625rem solid #1d3c66;border-left:0.0625rem solid #1d3c66;border-right:0.0625rem solid #1d3c66;border-bottom:0.0625rem solid #1d3c66;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#or1gsIokhrGwfa9TBIfhokxaiwCFwDF9 { box-sizing:content-box;height:56.25rem;width:35.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:2.25rem;left:38.5625rem;border-top:0.0625rem solid #1d3c66;border-left:0.0625rem solid #1d3c66;border-right:0.0625rem solid #1d3c66;border-bottom:0.0625rem solid #1d3c66;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wnhDw2bBCV7W1bi9CNlzOfbO0hT228zG { color:#c86d4e;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#D7J0B4XIPk8vTytXRdu7SPFifLdkHWFQ { color:#c86d4e;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nQQXboe4uUz6TkvBfFmaHnnKn23F99P3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.75rem;left:3.5625rem;display:none; }
#gSC4DZQN4IL6DmCNVzHQ78G8UFohaSUB { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#1d3c66;background-image:none;top:14.25rem;left:2.9375rem;display:none; }
#KwxbnB8Qh6dwZ4SZuhA2CEPuTXf5GDIu { color:#c86d4e;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:43.9375rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gNVRR0fVqcoaClCO0QlRTETkdLbOJbmw { color:#c86d4e;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:43.9375rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PQxvnQbKFR8Dr4bAytUJxTBxT4eXKk9Z { background-color:#1d3c66;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:51.625rem;left:2.9375rem;display:block; }
#s4tLMdMTTDCJ61qBRxWPy3chCbFZXwS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5txVTGupdyoOgsLPrs056zJdWP69nNB { color:#1d3c66;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:48.4375rem;left:2.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JFqoPF4kyVSfI5yWTgyI3ogr3P4ymW8d { background-color:#955a56;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.625rem;left:40.25rem;display:block; }
#h6Z3WeThZy8B7LJob1L0SbqlUHIST4he { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFbCdEazxRW5faOWiA6Ecu2TTT7Am1Po { color:#955a56;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:48.4375rem;left:40.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d3c66;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; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container { background-color: transparent; background-image: none; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container > .video-iframe-container { display: none; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row > .video-iframe-container { display: none; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .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); }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container { border-width: 0; border-radius: 0; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#FPmeiTADMmwSnTH9cJd3k4rZzo9uiN4d { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:13.9375rem;left:3.8125rem;display:block; }
#dLbDUkH0LWs1kVLooWHCdFtLgoUTkqW6 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.8125rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iddTdmTPQsRUN5QBrcEVxEACCNARhu8B { position:absolute;display:block;z-index:15013;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:28.5625rem;width:28.5625rem;top:10.25rem;left:42rem;overflow:hidden;display:block; }
#E8fX8qGHGs9EHHfPzcGVk31wDpF9TDol { position:absolute;display:block;z-index:15015;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:8.125rem;width:5.1875rem;top:8.75rem;left:45.625rem;overflow:hidden;display:block; }
#UMMZhuGDxwCTPro844IXHsOSF2m2CJcs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#1d3c66;background-image:none;top:6.5625rem;left:42rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.3) ;display:block; }
#UQMJzLU5lIWFr0pis1c05dQsvIl6krza { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.875rem;left:3.8125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.25rem;left:3.8125rem;height:10.3369375rem;text-align:left;text-align-last:left;display:block; }#TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 li:before{  }
#RzUuARowuTE0wUxGlTgslOEa845TxcpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#955a56;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; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container { background-color: transparent; background-image: none; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container > .video-iframe-container { display: none; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row > .video-iframe-container { display: none; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .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); }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container { border-width: 0; border-radius: 0; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#IVdBoe8Wcd9Wn5Mo2y9Bbfbo30L4nhOT { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.6875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#xV653gXyIuvm7AyGlPckRcc7MoH3Ve5t { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:12.5rem;left:41.6875rem;display:block; }
#TMlap5vmL5NSPRXxFSzWDFLpac2ugLPn { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.6875rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ihgv8o5vL2bh5eDTkrHKdZKa6fo0u6dr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:28.5625rem;top:10.375rem;left:4.4375rem;overflow:hidden;display:block; }
#DgcAKBnTVSENMSlAmDtrRaTtT5w9kbUy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#955a56;background-image:none;top:6.375rem;left:20.5625rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.3) ;display:block; }
#lPZdk9r8rTsPA7GsfF0Kk4ER4f9pJuHW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:6.125rem;top:10.0625rem;left:23.75rem;overflow:hidden;display:block; }
#JQVNtV7rls1if1CMICJfq3NbQnKi3CEh { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.4873046875rem;left:41.84375rem;height:;text-align:left;text-align-last:left;display:block; }#JQVNtV7rls1if1CMICJfq3NbQnKi3CEh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JQVNtV7rls1if1CMICJfq3NbQnKi3CEh li:before{  }
#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/868c8819-78b7-47ed-81b8-05e8b362fcf4/dalia_gradient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0.adaptive-delivery-prevent-bg, #UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0.lazyload, #UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0.lazyloading { background-image: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { background-color: transparent; background-image: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container > .video-iframe-container { display: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row > .video-iframe-container { display: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .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); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { border-width: 0; border-radius: 0; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#bUvDQJ7brr3IZ5sqEFx7aABERd13ZhCL { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:5rem;left:8.375rem;height:8.661625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-form-header { font-size:0.75rem; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;color:#c86d4e;width:22.5rem;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;font-style:normal;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#dfdfdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:left;text-align-last:left;font-weight:700;font-style:normal;vertical-align:top;line-height:1.3; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#dfdfdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:5rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:left;text-align-last:left;font-weight:700;font-style:normal;vertical-align:top;line-height:1.3; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(223,223,223,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#545454;font-family:montserrat;font-size:0.875rem;overflow:hidden;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .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; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#1d3c66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#ffffff;width:22.5rem;height:3.875rem;font-family:montserrat;overflow:hidden;box-shadow: none;line-height:1; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla [class*="-text"]:-moz-placeholder { color:#545454;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla [class*="-text"]::-moz-placeholder { color:#545454;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla [class*="-text"]:-ms-input-placeholder { color:#545454;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla [class*="-text"]::-webkit-input-placeholder { color:#545454;font-family:montserrat;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .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:montserrat;line-height:1.8;font-size:0.625rem;font-weight:300;color:#464646;vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal;float:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .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; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:montserrat;font-size:0.9375rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-container:first-of-type{padding-top:0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-container:last-of-type{padding-bottom:0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25rem;top:18.1875rem;z-index:15019;position:absolute;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.21) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.75rem; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.625rem;line-height:1.6;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla {display:block;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:25rem;top:18.1875rem;z-index:15019;position:absolute;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.21) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:0.75rem; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #IR9ny6FeW1Oa9tsMNRXP9fIAmH8SaAKT { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #x7vvPn9rJTPtSz2uVPCycmXOZpPd9kff { position:relative;display:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #XvbSyoPb0gx4Xfwqno9TXiidfzNAHKIa { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #ofoDzd3errAl5yigLpRqaT6QiNFuFhBS { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #vnrstNEIeW0RIx1DEcPEnH36zgT9OV3b { position:relative;display:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #kV6nBMh1IoTIy1yEaBbGIRGJHVDg82eX { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #hNbH00oXdKxDkQeGQNG55lr1aZTfmkXW { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #E7MvT2Do5ixudniuLlOG6EI33XC0802k { position:relative;display:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #uyKAwHdQFK1T9HIdWliC6hdvHpcR7eGo { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #xuwZv76dytp3i2wekpPcMW6FqOoGhIZZ { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #FWyv8hAeSt1TLOUIia8OLbFMgaRpHUtk { position:relative;display:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #S6BX3DTBH9kkpLfimhyps4bo5VV9GRu3 { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #OvKsmvh3BfQJKOdPJyOrcNnfsHeFbFma { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #VpLCXDaVPrb5SfE5v9bT9KKCGXE6S3bZ { position:relative;display:none; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #RptiQpkTFmmLOJuJoJPxF12FlR2ACcdU { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #e4VKiW5IUJ90kLVKyphhr69uMAuy6pMq { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #WQ0DFMsT7nRnga9W3i0MkeB6VNd5EsH9 { position:relative;z-index:2; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #CQBJuSMA2mK3XPsQ3WygIFXD1uEBsMgR { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #tkVvhiqfLtgQXpGlC1JWBFsOzna4DohK { position:relative; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #F6HTOWomNnP5lmATiIrUG4IB5UGmX2rB { position:relative; }
#rk1AF1RonzcSAf42C3Mnkc0RuDscXAhD { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:56.25rem;top:14.8125rem;left:9.375rem;display:block; }
#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga { position:relative;display:block; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga { background-color: transparent; background-image: none; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row .container > .video-iframe-container { display: none; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row > .video-iframe-container { display: none; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .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); }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga { border-width: 0; border-radius: 0; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .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; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .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:13.875rem;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; }#bmyvQk4lgZuUoi3q3To8R2C5DgPJKE5H { color:#1d3c66;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STdTACSC547Cn9if8GZM1tCCzcOnXOoU { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -moz-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -ms-linear-gradient(90deg, #c86d4e, #ffffff);background-image: -o-linear-gradient(90deg, #c86d4e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #c86d4e, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:21.875rem;top:17.009094238281rem;left:0rem;display:none; }
#XraIizOPpcMO6XZkxigDx0zFp3id8TDT { color:#1d3c66;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop { position:relative;display:block; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop { background-color: transparent; background-image: none; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row .container > .video-iframe-container { display: none; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row > .video-iframe-container { display: none; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .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); }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop { border-width: 0; border-radius: 0; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .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; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .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:22.5rem;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; }#EZt0ixdlvfi4BsQJoqnMMPGCTzEfWJk9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:11rem;top:2.5625rem;left:7rem;overflow:hidden;display:block; }
#fpE6kQkp3d9guF76VpKVdas1KQoTcAZV { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:1.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#Fl2lPJzDlptotbEdbzZfpHLnF0OcwQCJ { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:26.5625rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#O1dyBc9s1wPkWMtuwg0Wv1GhSNp4D2Wt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:9.0625rem;top:2.5625rem;left:32rem;overflow:hidden;display:block; }
#SMrk581XBJnrWCtaUWXxVDWpkPmvnBTL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:11rem;top:4rem;left:57.000003814698rem;overflow:hidden;display:block; }
#APu4NJLILHgr3VxeZ77cxAlQq3cTUXWo { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:51.531253814698rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#aSJktG6Q0rGmxveVRQP6w5qhaAuXH0TT { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:3.96875rem;left:24.875rem;display:block; }
#FDMnIVqFoDqILolZGLT6UwM0Z8JzSnHe { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:3.9895935058594rem;left:49.875rem;display:block; }
#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 { position:relative;display:block; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 { background-color: transparent; background-image: none; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row .container > .video-iframe-container { display: none; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row > .video-iframe-container { display: none; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .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); }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 { border-width: 0; border-radius: 0; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .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; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .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:22.5rem;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; }#TPg4enln4g7z0dEDwAWIAlJmMoWOnCT9 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:7.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#KdPkoTaTuwKQQKObR3N7FmNlmtsKM6Vf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:11.1875rem;top:2.375rem;left:13.15625rem;overflow:hidden;display:block; }
#lOLvcC9CMbORIa6ltmc5D0ynzoH5gaRN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:6.9375rem;top:2.5625rem;left:52.78125rem;overflow:hidden;display:block; }
#NsOo7TZb7fZmTons06uVCbX84LIhKEmo { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:45.3125rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#D0sKOm9ft2EMbyCrWWhOpa0uNuR7Efmr { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:37.4375rem;display:block; }
#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 { position:relative;display:block; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 { background-color: transparent; background-image: none; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row .container > .video-iframe-container { display: none; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row > .video-iframe-container { display: none; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .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); }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 { border-width: 0; border-radius: 0; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .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; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .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:6rem;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; }#lf2aKEUFxwnPpbdfvR9yWGoc70DOcwiL { color:#1d3c66;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.76025390625rem;left:20.65625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx { position:relative;display:block; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx { background-color: transparent; background-image: none; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row .container > .video-iframe-container { display: none; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row > .video-iframe-container { display: none; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .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); }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx { border-width: 0; border-radius: 0; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .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; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .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:22.5rem;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; }#nOx8O3VcTPFBokeW7HEuoTZ6pTWxkwS5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:9.4375rem;top:3.28125rem;left:7.78125rem;overflow:hidden;display:block; }
#lyPcbTOESK3wG8SJEw7XKtOdy6w83bUV { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:1.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#RiiNxflbuRLxd2KhQNGcEEv0aLruuZ46 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:16.4375rem;top:5rem;left:29.3125rem;overflow:hidden;display:block; }
#qWF7E7BaWHwSrtA09eSMpeE4TzusfuWh { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:26.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#a9o5ZvWheu4V5Sdq7hN1dJuZqunnvyEx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:13.25rem;top:4.90625rem;left:55.875rem;overflow:hidden;display:block; }
#z6TNSCpBVsVNzgM6qF4fkCvb8deOMBnd { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:51.5625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#hskbMiVaLX3FGBJKkX8lf7n6kk8Ntlo2 { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:24.9375rem;display:block; }
#irJGc7v1B3TOKzxtgU7HRTMx5ATDh84T { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:49.9375rem;display:block; }
#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 { position:relative;display:block; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 { background-color: transparent; background-image: none; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row .container > .video-iframe-container { display: none; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row > .video-iframe-container { display: none; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .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); }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 { border-width: 0; border-radius: 0; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .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; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .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:22.5rem;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; }#pbTzksuJNi8f8fRpZPQhSLUvoqr5yumB { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:37.4375rem;display:block; }
#VH2p7zaFG1bqHWZIn790ysPugCQHnMZq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.1875rem;top:3.875rem;left:11.15625rem;overflow:hidden;display:block; }
#a94AESUz1KTKfG0P37vGVx73MrRUlaOi { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:7.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#wvBmKdTB3ecAhWlGzIEuZhM9n87aEaHG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:14.0625rem;top:3.75rem;left:49.21875rem;overflow:hidden;display:block; }
#EuGmGGtF6fMJudkxzhakDu8u7EsHINum { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:45.28125rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf { position:relative;display:block; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf { background-color: transparent; background-image: none; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row .container > .video-iframe-container { display: none; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row > .video-iframe-container { display: none; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .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); }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf { border-width: 0; border-radius: 0; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .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; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .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:6rem;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; }#sl7dDLDMtTJQT6QvZ87vKb1T9J7BNV95 { color:#1d3c66;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.76025390625rem;left:20.65625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#auwvNWELgXwKkOU9H56CXvULktAP749E { position:relative;display:block; }#auwvNWELgXwKkOU9H56CXvULktAP749E { background-color: transparent; background-image: none; }#auwvNWELgXwKkOU9H56CXvULktAP749E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row .container > .video-iframe-container { display: none; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row > .video-iframe-container { display: none; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .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); }#auwvNWELgXwKkOU9H56CXvULktAP749E { border-width: 0; border-radius: 0; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .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; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .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:22.5rem;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; }#P1nC1QMutIhTeHTFG5IZU7ApmJq8g2II { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:37.4375rem;display:block; }
#rAc4FNuJ0qQASwW1gOoDsHNXWTBBOcCt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.5625rem;top:5.3125rem;left:12.9375rem;overflow:hidden;display:block; }
#wUZXT76UJwUmIsFw9MgX5hnHN18INSK2 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:7.8125rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#zsGcpSHugMuaEhIitsD3NHrfmDsELOtp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:16.0625rem;top:4.625rem;left:48.25rem;overflow:hidden;display:block; }
#P618vMM7pLVTTPO8NDdQz6290XrSGDep { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:45.3125rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT { position:relative;display:block; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT { background-color: transparent; background-image: none; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row .container > .video-iframe-container { display: none; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row > .video-iframe-container { display: none; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .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); }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT { border-width: 0; border-radius: 0; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .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; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .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:6rem;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; }#RE4aVZz9NQTIyN9QU6lCewptOCmnuW88 { color:#1d3c66;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.76025390625rem;left:20.65625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 { position:relative;display:block; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 { background-color: transparent; background-image: none; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row .container > .video-iframe-container { display: none; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row > .video-iframe-container { display: none; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .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); }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 { border-width: 0; border-radius: 0; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .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; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .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:22.5rem;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; }#g4Gan2KZocP74yvIbbhCzGSGZHU6Saxf { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.875rem;left:7.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#REp6B5nPUTHM2K2PJfTe2mTQNEyttVUa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:19.1875rem;top:6.375rem;left:9.1875rem;overflow:hidden;display:block; }
#JFtbBla2nBEFKU8G18SEq9sX8ZV5nDlZ { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.875rem;left:45.28125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#CFRmc2A3cFNhrm4pw985OSqPlRRLQmDc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:14.3125rem;top:5.3125rem;left:49.0625rem;overflow:hidden;display:block; }
#Q4tTNhGZp8lBwvlvHN528HHEOUTVq1dN { box-sizing:content-box;height:15.625rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:3.4375rem;left:37.4375rem;display:block; }
#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/868c8819-78b7-47ed-81b8-05e8b362fcf4/dalia_gradient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR.adaptive-delivery-prevent-bg, #tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR.lazyload, #tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR.lazyloading { background-image: none; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container { background-color: transparent; background-image: none; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container > .video-iframe-container { display: none; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row > .video-iframe-container { display: none; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .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); }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container { border-width: 0; border-radius: 0; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d3c66;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; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container { background-color: transparent; background-image: none; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container > .video-iframe-container { display: none; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row > .video-iframe-container { display: none; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .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); }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container { border-width: 0; border-radius: 0; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#nL4xNWHk5p8OH2FmQXHCtZX60tBp1CZu { 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:5.1875rem;width:11.3125rem;top:4.625rem;left:63.6875rem;overflow:hidden;display:block; }
#bhd0UreRiT8AzZS6XJVv9302OTL6Pz6V { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.9375rem;top:3.875rem;left:25.75rem;overflow:hidden;display:block; }
#I4erx8nGaimxFKhsv5sM2GckIZuwciZb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:3.9375rem;left:40.125rem;overflow:hidden;display:block; }
#F2DRf51zDEV1RKcopzvO7rRFD5XaWKHS { 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:3.8125rem;width:12.1875rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#R91wXPLLUagdUQaCTyOH0To8EJErVOal { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:5.1875rem;left:37.5rem;display:block; }
#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#112a4c;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; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container { background-color: transparent; background-image: none; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container > .video-iframe-container { display: none; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row > .video-iframe-container { display: none; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .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); }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container { border-width: 0; border-radius: 0; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#R0UKmJyNmr8ZHrAvLuPtTzqLGAzA1BWf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.03125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0lHuTMUXGQZNVgw6v1J3JRUik5yzboS { width:9.375rem;height:3.4375rem;top:2.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcMR208yNBuWfiXd30OqdDHPvQRK8zdm { display:block; }
 }@media only screen and (max-width: 763px) { #a999BTDpaf6qISLpeeEEk3RolLUyKSoz { width:9.375rem;height:3.4375rem;top:2.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6kaaNhKMHgexgT878wqCNE296QsTV0Z { display:block; }
 }@media only screen and (max-width: 763px) { #pF5Xk3uTQ9ktcER1ycI2HaWqmEwwwCo1 { width:9.375rem;height:3.4375rem;top:2.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKrxV3TUWNQhTKXwwBnq1plffBTShK9L { display:block; }
 }@media only screen and (max-width: 763px) { #OhcJKq7aBR4o5QaB7Mm9fSZbmTClbcld { width:9.375rem;height:3.4375rem;top:2.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNpXRPUweOgTHVCeHCJnO1brEz1kTHO { display:block; }
 }@media only screen and (max-width: 763px) { #iFEsoLuaQSuAGKMaAUE6dtZBV7DOeZcz { top:1.8125rem;left:36.75rem;width:11rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkyXQNJOI0zBWEENhMldsxbF4ysFZcz { top:1.6875rem;left:0rem;width:12.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgD9TWiGXwLyFPpnxqXy3ArTDrhFGvha { top:6.25rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIxPQrtoyqTqK3Qe5fkmydL5qtceDUa { top:8.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 { display:block; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOKUyc2pUS6DI8Slo6TnvOb8l99RVAmD { top:13.6875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaL7Vs8Bg4pRCpuoFcsBkUaaAfTqdTmw { top:21.3125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxJxBwWvcn9viZrg6xLHn77TeqTTqMt2 { width:25.625rem;height:3.4375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADC1WDifnh2onLnxZtXiedlaOwcuUn2 { display:block; }
 }@media only screen and (max-width: 763px) { #d0fs8yOBSooKkoRiBE6x05539vh8K6pM { width:25.625rem;height:3.4375rem;top:43.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifP7D9lODHQyK7TlF00GQTvhIM0D7wR { display:block; }
 }@media only screen and (max-width: 763px) { #H3LNUit0nKHXbzubOBpETWgrStz5LnDS { top:40.9375rem;left:0.375rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt6eH39EOtLFBrFLaJN00ARGpRi8RhHJ { top:40.9375rem;left:29.5625rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhZFGitT2RMUJJsnZTDo6txyyspA3xxq { top:33.9375rem;left:6.3125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHq2wuVdgRXcVDpDIyxolQDPoW7WaRl { top:35.375rem;left:8.3125rem;width:2rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fas7owx4xrniD0He02B0TW5ch9Ct4EWt { top:33.9375rem;left:35.4375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl00QGe2TtnTMQo3g4TqDkHfz03tZTNT { top:35.5625rem;left:36.9375rem;width:3.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJkWRr1cdd8tA8veBOIGsH8w8pTsSeT { top:32.3125rem;left:23.8125rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R89nK7k0D3oFnv58g2yWANDeOMfsqus3 { display:block; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITW3oHsS3hUZ93UEsWkPZNdZFzPCenLI { top:12.6875rem;left:0rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyzbe8hR199X3EpZAso4mZf0ESfcX0M7 { top:7.5625rem;left:0rem;width:28.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWGMFJ5f9GpFmgCrtdayebk3d3A83B5D { top:15.5rem;left:0rem;width:37.5rem;height:30.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdWOlAEl3HORJ46rca3ZhWDIMyeSqGJL { top:12rem;left:18.5625rem;width:29.1875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUFg9xsVws7MtJONRaRxdy3sziWc4osX { display:block; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgkoWPcUeZ6TLClbq9uT9iaCXZsSDl6s { top:4.6875rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb { display:block; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxyFeXMQ0nX18NT5gdXrFcs7AtX5dMWM { top:10.6875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x68WA02KnFibTylgoRyeODl18s78tEKs { top:5.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmkZR7pzSIK7MG1RcSO3TkwJAvxTOCi { top:13rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF4TuFCNZZZopz0icNLVhDInouNFCTiL { display:block; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT { top:28.8125rem;left:0rem;width:16.5625rem;height:17.375rem;font-size:0.9375rem;display:block; }#DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT li:before{  }
 }@media only screen and (max-width: 763px) { #vz2a11tlsVmflsq10ktp5ck53IVc8f2M { top:8.75rem;left:0rem;width:31.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bmUcyTJgP2P1rFLxikoquoNeaZrSnS { top:18.8125rem;left:0rem;width:27.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zUEkXMBHZUblPbGAW6o05wlORlu6Po { top:14.875rem;left:0rem;width:22.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T58Is4GGf8ufDrxRAiaoge0WHiQ6IygS { top:14.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOmeiOQFvWIo8xNRJAFSeTWbIegqx5a { top:18.9375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GylJAaDeH2fST6zg9faahJEVxiTMAym2 { top:14.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTOhwePzR2G7WSbydPEM873yifNyLff5 { top:19.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9e07UGwcNxIAynS3GdQwbEFHNlnUouf { top:11.3125rem;left:0rem;width:22.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEDAh4CgveBBPZJOGOkbGH8il3TTQQuZ { top:24.1875rem;left:0rem;width:31.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htpsy2NQTHZJUzV1DMtLaOs6rvtgirnq { top:14.875rem;left:23.875rem;width:22.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaxmV4zQ96UaAkpulvXDlLgRXnRq3QG { top:18.5625rem;left:18.125rem;width:29.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOlgnR14BcGvdbwxKQUU1U8CEAv9dTi2 { top:14.25rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmoAmncvbHRRcr12BhpkJGz7CGvTpsr { top:14.8125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyPMo2lJKv81fwo4bLUbbdEDB0uQwDU { top:18.625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAhgL1cxvQo8Pru2ftBvQP7MSac0WVkV { top:19.125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4hOGTSkKEcy83irr8SXJtRWQAnUH7Wu { top:8.75rem;left:16.375rem;width:31.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 { top:33.5625rem;left:23.875rem;width:23.1875rem;height:12.5625rem;font-size:0.9375rem;display:block; }#MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 li:before{  }
 }@media only screen and (max-width: 763px) { #FqIOtFPBlSV9xoEoG670xCDaH8sxqllC { top:28.75rem;left:15.4375rem;width:32.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLhKp3TTv8iHOSWdzqUnPt5eHa4DeSI { top:11.3125rem;left:23.875rem;width:22.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCinkqhI6NdgmT5azliLnWiaoM4uOyB { top:22.9375rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDlZ9ptExFrfyEopBhnd7fihhGlMA67 { top:23.5rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDt1Cb226whMRS48ue3A5ouOyZS2ENbz { top:4.625rem;left:0rem;width:30.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q69DwBBkMsyOZJEBnPW366T7qcRouHAL { top:4.625rem;left:14.9375rem;width:32.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEPDmI5wUGpGrM3pw4m9LBZGUoQ8mxN7 { top:2.25rem;left:0rem;width:35.375rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #or1gsIokhrGwfa9TBIfhokxaiwCFwDF9 { top:2.25rem;left:12.25rem;width:35.375rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnhDw2bBCV7W1bi9CNlzOfbO0hT228zG { top:10.8125rem;left:0rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7J0B4XIPk8vTytXRdu7SPFifLdkHWFQ { top:30.6875rem;left:0rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQQXboe4uUz6TkvBfFmaHnnKn23F99P3 { top:14.75rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSC4DZQN4IL6DmCNVzHQ78G8UFohaSUB { top:14.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwxbnB8Qh6dwZ4SZuhA2CEPuTXf5GDIu { top:86.375rem;left:0rem;width:14.8125rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNVRR0fVqcoaClCO0QlRTETkdLbOJbmw { top:74.875rem;left:0rem;width:17.1875rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQxvnQbKFR8Dr4bAytUJxTBxT4eXKk9Z { width:25.625rem;height:3.4375rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tLMdMTTDCJ61qBRxWPy3chCbFZXwS8 { display:block; }
 }@media only screen and (max-width: 763px) { #c5txVTGupdyoOgsLPrs056zJdWP69nNB { top:48.4375rem;left:0rem;width:26.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqoPF4kyVSfI5yWTgyI3ogr3P4ymW8d { width:25.625rem;height:3.4375rem;top:51.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Z3WeThZy8B7LJob1L0SbqlUHIST4he { display:block; }
 }@media only screen and (max-width: 763px) { #IFbCdEazxRW5faOWiA6Ecu2TTT7Am1Po { top:48.4375rem;left:21.0625rem;width:26.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 { display:block; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPmeiTADMmwSnTH9cJd3k4rZzo9uiN4d { top:13.9375rem;left:0rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLbDUkH0LWs1kVLooWHCdFtLgoUTkqW6 { top:9.75rem;left:0rem;width:29.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iddTdmTPQsRUN5QBrcEVxEACCNARhu8B { top:10.25rem;left:19.1875rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8fX8qGHGs9EHHfPzcGVk31wDpF9TDol { top:8.75rem;left:25.1875rem;width:5.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMZhuGDxwCTPro844IXHsOSF2m2CJcs { top:6.5625rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMJzLU5lIWFr0pis1c05dQsvIl6krza { top:15.875rem;left:0rem;width:28.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 { top:18.25rem;left:0rem;width:28.3125rem;height:10.3125rem;font-size:1.125rem;display:block; }#TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 li:before{  }
 }@media only screen and (max-width: 763px) { #RzUuARowuTE0wUxGlTgslOEa845TxcpT { display:block; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVdBoe8Wcd9Wn5Mo2y9Bbfbo30L4nhOT { top:13.875rem;left:20.8125rem;width:26.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV653gXyIuvm7AyGlPckRcc7MoH3Ve5t { top:12.5rem;left:23.875rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlap5vmL5NSPRXxFSzWDFLpac2ugLPn { top:8.375rem;left:18.5625rem;width:29.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgv8o5vL2bh5eDTkrHKdZKa6fo0u6dr { top:10.375rem;left:0rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcAKBnTVSENMSlAmDtrRaTtT5w9kbUy { top:6.375rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZdk9r8rTsPA7GsfF0Kk4ER4f9pJuHW { top:10.0625rem;left:16.9375rem;width:6.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVNtV7rls1if1CMICJfq3NbQnKi3CEh { top:17.4375rem;left:19.4375rem;width:28.3125rem;height:;font-size:1.125rem;display:block; }#JQVNtV7rls1if1CMICJfq3NbQnKi3CEh li:before{  }
 }@media only screen and (max-width: 763px) { #UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 { display:block; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUvDQJ7brr3IZ5sqEFx7aABERd13ZhCL { top:5rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-regular-label { display:block;width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla  { width:22.5rem;height:auto;top:18.1875rem;left:11.375rem; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla {display:block;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla { width:22.5rem;height:auto;top:18.1875rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #IR9ny6FeW1Oa9tsMNRXP9fIAmH8SaAKT {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #x7vvPn9rJTPtSz2uVPCycmXOZpPd9kff {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #XvbSyoPb0gx4Xfwqno9TXiidfzNAHKIa {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #ofoDzd3errAl5yigLpRqaT6QiNFuFhBS {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #vnrstNEIeW0RIx1DEcPEnH36zgT9OV3b { display:block; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #kV6nBMh1IoTIy1yEaBbGIRGJHVDg82eX {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #hNbH00oXdKxDkQeGQNG55lr1aZTfmkXW {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #E7MvT2Do5ixudniuLlOG6EI33XC0802k {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #uyKAwHdQFK1T9HIdWliC6hdvHpcR7eGo {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #xuwZv76dytp3i2wekpPcMW6FqOoGhIZZ {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #FWyv8hAeSt1TLOUIia8OLbFMgaRpHUtk {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #S6BX3DTBH9kkpLfimhyps4bo5VV9GRu3 {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #OvKsmvh3BfQJKOdPJyOrcNnfsHeFbFma {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #VpLCXDaVPrb5SfE5v9bT9KKCGXE6S3bZ {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #RptiQpkTFmmLOJuJoJPxF12FlR2ACcdU {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #e4VKiW5IUJ90kLVKyphhr69uMAuy6pMq {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #WQ0DFMsT7nRnga9W3i0MkeB6VNd5EsH9 {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #CQBJuSMA2mK3XPsQ3WygIFXD1uEBsMgR {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #tkVvhiqfLtgQXpGlC1JWBFsOzna4DohK {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #F6HTOWomNnP5lmATiIrUG4IB5UGmX2rB {  }
 }@media only screen and (max-width: 763px) { #rk1AF1RonzcSAf42C3Mnkc0RuDscXAhD { top:14.8125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga { display:block; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmyvQk4lgZuUoi3q3To8R2C5DgPJKE5H { top:5.375rem;left:14.3125rem;width:19.1875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STdTACSC547Cn9if8GZM1tCCzcOnXOoU { top:17rem;left:0rem;width:21.875rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XraIizOPpcMO6XZkxigDx0zFp3id8TDT { top:10.8125rem;left:7.0625rem;width:33.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzm4oApANMBimOuN8DvqlnBa6bD8IKop { display:block; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZt0ixdlvfi4BsQJoqnMMPGCTzEfWJk9 { top:2.5625rem;left:2.4375rem;width:11rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpE6kQkp3d9guF76VpKVdas1KQoTcAZV { top:12.75rem;left:0rem;width:21.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2lPJzDlptotbEdbzZfpHLnF0OcwQCJ { top:12.75rem;left:9.8125rem;width:21.9375rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1dyBc9s1wPkWMtuwg0Wv1GhSNp4D2Wt { top:2.5625rem;left:18.3125rem;width:9.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrk581XBJnrWCtaUWXxVDWpkPmvnBTL { top:4rem;left:34.187503814698rem;width:11rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APu4NJLILHgr3VxeZ77cxAlQq3cTUXWo { top:12.75rem;left:25.6875rem;width:21.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSJktG6Q0rGmxveVRQP6w5qhaAuXH0TT { top:3.9375rem;left:15.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMnIVqFoDqILolZGLT6UwM0Z8JzSnHe { top:3.9375rem;left:31.625rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 { display:block; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPg4enln4g7z0dEDwAWIAlJmMoWOnCT9 { top:12.75rem;left:1rem;width:21.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdPkoTaTuwKQQKObR3N7FmNlmtsKM6Vf { top:2.375rem;left:6.34375rem;width:11.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLvcC9CMbORIa6ltmc5D0ynzoH5gaRN { top:2.5625rem;left:32.34375rem;width:6.9375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsOo7TZb7fZmTons06uVCbX84LIhKEmo { top:12.75rem;left:24.875rem;width:21.9375rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0sKOm9ft2EMbyCrWWhOpa0uNuR7Efmr { top:3.4375rem;left:23.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 { display:block; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf2aKEUFxwnPpbdfvR9yWGoc70DOcwiL { top:3.75rem;left:7.03125rem;width:33.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx { display:block; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOx8O3VcTPFBokeW7HEuoTZ6pTWxkwS5 { top:3.25rem;left:3.21875rem;width:9.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPcbTOESK3wG8SJEw7XKtOdy6w83bUV { top:12.75rem;left:0rem;width:21.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiNxflbuRLxd2KhQNGcEEv0aLruuZ46 { top:5rem;left:15.3125rem;width:16.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWF7E7BaWHwSrtA09eSMpeE4TzusfuWh { top:12.75rem;left:9.8125rem;width:21.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9o5ZvWheu4V5Sdq7hN1dJuZqunnvyEx { top:4.875rem;left:33.0625rem;width:13.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TNSCpBVsVNzgM6qF4fkCvb8deOMBnd { top:12.75rem;left:25.6875rem;width:21.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskbMiVaLX3FGBJKkX8lf7n6kk8Ntlo2 { top:3.4375rem;left:15.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irJGc7v1B3TOKzxtgU7HRTMx5ATDh84T { top:3.4375rem;left:31.625rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 { display:block; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTzksuJNi8f8fRpZPQhSLUvoqr5yumB { top:3.4375rem;left:23.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2p7zaFG1bqHWZIn790ysPugCQHnMZq { top:3.875rem;left:4.34375rem;width:15.1875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94AESUz1KTKfG0P37vGVx73MrRUlaOi { top:12.75rem;left:1rem;width:21.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvBmKdTB3ecAhWlGzIEuZhM9n87aEaHG { top:3.75rem;left:28.78125rem;width:14.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGmGGtF6fMJudkxzhakDu8u7EsHINum { top:12.75rem;left:24.84375rem;width:21.9375rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf { display:block; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl7dDLDMtTJQT6QvZ87vKb1T9J7BNV95 { top:3.75rem;left:7.03125rem;width:33.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auwvNWELgXwKkOU9H56CXvULktAP749E { display:block; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1nC1QMutIhTeHTFG5IZU7ApmJq8g2II { top:3.4375rem;left:23.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAc4FNuJ0qQASwW1gOoDsHNXWTBBOcCt { top:5.3125rem;left:6.125rem;width:11.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZXT76UJwUmIsFw9MgX5hnHN18INSK2 { top:12.75rem;left:1rem;width:21.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGcpSHugMuaEhIitsD3NHrfmDsELOtp { top:4.625rem;left:27.8125rem;width:16.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P618vMM7pLVTTPO8NDdQz6290XrSGDep { top:12.75rem;left:24.875rem;width:21.9375rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT { display:block; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RE4aVZz9NQTIyN9QU6lCewptOCmnuW88 { top:3.75rem;left:7.03125rem;width:33.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSbe8TilnDatbSvTqyncXR3ubvMebEM9 { display:block; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4Gan2KZocP74yvIbbhCzGSGZHU6Saxf { top:13.875rem;left:1rem;width:21.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp6B5nPUTHM2K2PJfTe2mTQNEyttVUa { top:6.375rem;left:2.375rem;width:19.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFtbBla2nBEFKU8G18SEq9sX8ZV5nDlZ { top:13.875rem;left:24.84375rem;width:21.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFRmc2A3cFNhrm4pw985OSqPlRRLQmDc { top:5.3125rem;left:28.625rem;width:14.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4tTNhGZp8lBwvlvHN528HHEOUTVq1dN { top:3.4375rem;left:23.75rem;width:0.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR { display:block; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy { display:block; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL4xNWHk5p8OH2FmQXHCtZX60tBp1CZu { top:4.625rem;left:36.4375rem;width:11.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd0UreRiT8AzZS6XJVv9302OTL6Pz6V { top:3.875rem;left:12.125rem;width:8.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4erx8nGaimxFKhsv5sM2GckIZuwciZb { top:3.9375rem;left:26.5rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DRf51zDEV1RKcopzvO7rRFD5XaWKHS { top:5.0625rem;left:0rem;width:12.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91wXPLLUagdUQaCTyOH0To8EJErVOal { top:5.1875rem;left:23.875rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ { display:block; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0UKmJyNmr8ZHrAvLuPtTzqLGAzA1BWf { top:1.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0lHuTMUXGQZNVgw6v1J3JRUik5yzboS { width:9.375rem;height:3.4375rem;top:3.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcMR208yNBuWfiXd30OqdDHPvQRK8zdm { display:block; }
 }@media only screen and (max-width: 763px) { #a999BTDpaf6qISLpeeEEk3RolLUyKSoz { width:9.375rem;height:3.4375rem;top:8.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6kaaNhKMHgexgT878wqCNE296QsTV0Z { display:block; }
 }@media only screen and (max-width: 763px) { #pF5Xk3uTQ9ktcER1ycI2HaWqmEwwwCo1 { width:9.375rem;height:3.4375rem;top:13.3125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKrxV3TUWNQhTKXwwBnq1plffBTShK9L { display:block; }
 }@media only screen and (max-width: 763px) { #OhcJKq7aBR4o5QaB7Mm9fSZbmTClbcld { width:9.375rem;height:3.4375rem;top:18rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #scNpXRPUweOgTHVCeHCJnO1brEz1kTHO { display:block; }
 }@media only screen and (max-width: 763px) { #iFEsoLuaQSuAGKMaAUE6dtZBV7DOeZcz { width:6.25rem;height:2.25rem;top:1.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkyXQNJOI0zBWEENhMldsxbF4ysFZcz { width:11.25rem;height:3.9375rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgD9TWiGXwLyFPpnxqXy3ArTDrhFGvha { width:7.6875rem;height:0.9746125rem;top:4.4375rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISIxPQrtoyqTqK3Qe5fkmydL5qtceDUa { width:20rem;height:0.125rem;top:7.3642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 { background-color:transparent;background-image: -webkit-linear-gradient(114deg, #c86d4e, #1d3c66);background-image: -moz-linear-gradient(114deg, #c86d4e, #1d3c66);background-image: -ms-linear-gradient(114deg, #c86d4e, #1d3c66);background-image: -o-linear-gradient(114deg, #c86d4e, #1d3c66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#1d3c66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#1d3c66' );";background-image: linear-gradient(114deg, #c86d4e, #1d3c66);background-size:cover !important;display:block; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { background-color: transparent; background-image: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container > .video-iframe-container { display: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row > .video-iframe-container { display: none; }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .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); }#ND0sMnUacyn1CDkOlrpH3aW3XxUJzVO5 > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yOKUyc2pUS6DI8Slo6TnvOb8l99RVAmD { width:20rem;height:2.3374rem;top:13.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaL7Vs8Bg4pRCpuoFcsBkUaaAfTqdTmw { width:17.875rem;height:3.7125rem;top:17rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxJxBwWvcn9viZrg6xLHn77TeqTTqMt2 { width:18.9375rem;height:3.4375rem;top:31.8125rem;left:0.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADC1WDifnh2onLnxZtXiedlaOwcuUn2 { display:block; }
 }@media only screen and (max-width: 763px) { #d0fs8yOBSooKkoRiBE6x05539vh8K6pM { width:19rem;height:3.4375rem;top:49.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifP7D9lODHQyK7TlF00GQTvhIM0D7wR { display:block; }
 }@media only screen and (max-width: 763px) { #H3LNUit0nKHXbzubOBpETWgrStz5LnDS { width:17.8125rem;height:1.4624rem;top:29.75rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt6eH39EOtLFBrFLaJN00ARGpRi8RhHJ { width:17.8125rem;height:1.4624rem;top:47.3125rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhZFGitT2RMUJJsnZTDo6txyyspA3xxq { width:6rem;height:6rem;top:22.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHq2wuVdgRXcVDpDIyxolQDPoW7WaRl { width:2rem;height:3.125rem;top:24.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fas7owx4xrniD0He02B0TW5ch9Ct4EWt { width:6rem;height:6rem;top:39.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl00QGe2TtnTMQo3g4TqDkHfz03tZTNT { width:3.0625rem;height:2.8125rem;top:41.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJkWRr1cdd8tA8veBOIGsH8w8pTsSeT { width:0.125rem;height:18.75rem;top:32.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R89nK7k0D3oFnv58g2yWANDeOMfsqus3 { display:block; }#R89nK7k0D3oFnv58g2yWANDeOMfsqus3 > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITW3oHsS3hUZ93UEsWkPZNdZFzPCenLI { width:12.5rem;height:0.125rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyzbe8hR199X3EpZAso4mZf0ESfcX0M7 { width:20rem;height:2.5996125rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWGMFJ5f9GpFmgCrtdayebk3d3A83B5D { width:19rem;height:39rem;top:8.39453125rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdWOlAEl3HORJ46rca3ZhWDIMyeSqGJL { width:14.6875rem;height:14.6875rem;top:48.0400390625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUFg9xsVws7MtJONRaRxdy3sziWc4osX { background-color:transparent;background-image: -webkit-linear-gradient(114deg, #1d3c66, #c86d4e);background-image: -moz-linear-gradient(114deg, #1d3c66, #c86d4e);background-image: -ms-linear-gradient(114deg, #1d3c66, #c86d4e);background-image: -o-linear-gradient(114deg, #1d3c66, #c86d4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#c86d4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3c66', endColorstr='#c86d4e' );";background-image: linear-gradient(114deg, #1d3c66, #c86d4e);background-size:cover !important;display:block; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { background-color: transparent; background-image: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container > .video-iframe-container { display: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row > .video-iframe-container { display: none; }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .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); }#PUFg9xsVws7MtJONRaRxdy3sziWc4osX > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgkoWPcUeZ6TLClbq9uT9iaCXZsSDl6s { width:17.875rem;height:7.312rem;top:3.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb { display:block; }#UcMqdCft7W6TLvmLzVmrfrnr8fUsU1Rb > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxyFeXMQ0nX18NT5gdXrFcs7AtX5dMWM { width:12.5rem;height:0.125rem;top:13.3955078125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x68WA02KnFibTylgoRyeODl18s78tEKs { width:17.375rem;height:7.1996875rem;top:4.4580078125rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gCmkZR7pzSIK7MG1RcSO3TkwJAvxTOCi { width:17.3125rem;height:4.875rem;top:14.2275390625rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xF4TuFCNZZZopz0icNLVhDInouNFCTiL { display:block; }#xF4TuFCNZZZopz0icNLVhDInouNFCTiL > .row .container { width:20rem;height:126.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT { width:18.75rem;height:16.53125rem;top:30.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }#DJF2XhWcSJE6fosZUVJKxkbDU3hltEBT li:before{  }
 }@media only screen and (max-width: 763px) { #vz2a11tlsVmflsq10ktp5ck53IVc8f2M { width:18.75rem;height:0.25rem;top:6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bmUcyTJgP2P1rFLxikoquoNeaZrSnS { width:15.8125rem;height:7.3125rem;top:17rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8zUEkXMBHZUblPbGAW6o05wlORlu6Po { width:15.0625rem;height:0;top:11.068359375rem;left:3.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T58Is4GGf8ufDrxRAiaoge0WHiQ6IygS { width:2.1875rem;height:2.1875rem;top:10.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOmeiOQFvWIo8xNRJAFSeTWbIegqx5a { width:2.1875rem;height:2.1875rem;top:16.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GylJAaDeH2fST6zg9faahJEVxiTMAym2 { display:flex;width:1.625rem;height:1.625rem;top:10.599609375rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #HTOhwePzR2G7WSbydPEM873yifNyLff5 { display:flex;width:1.625rem;height:1.625rem;top:17.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #k9e07UGwcNxIAynS3GdQwbEFHNlnUouf { width:18.75rem;height:1.4624rem;top:7.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEDAh4CgveBBPZJOGOkbGH8il3TTQQuZ { width:18.75rem;height:3.65625rem;top:25.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htpsy2NQTHZJUzV1DMtLaOs6rvtgirnq { width:14.4375rem;height:1.4625rem;top:76.375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaxmV4zQ96UaAkpulvXDlLgRXnRq3QG { width:17.1875rem;height:0;top:73.875rem;left:2.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOlgnR14BcGvdbwxKQUU1U8CEAv9dTi2 { width:2.1875rem;height:2.1875rem;top:76rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmoAmncvbHRRcr12BhpkJGz7CGvTpsr { display:flex;width:1.625rem;height:1.625rem;top:76.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uLyPMo2lJKv81fwo4bLUbbdEDB0uQwDU { width:2.1875rem;height:2.1875rem;top:79rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAhgL1cxvQo8Pru2ftBvQP7MSac0WVkV { display:flex;width:1.625rem;height:1.625rem;top:79.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #r4hOGTSkKEcy83irr8SXJtRWQAnUH7Wu { width:18.75rem;height:0.1875rem;top:71.136459350588rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 { width:17.125rem;height:11.9375rem;top:100.25rem;left:0.625rem;font-size:0.9375rem;display:block; }#MQiWiR1oHskTpJC6zz6tLBRdSp78F0F0 li:before{  }
 }@media only screen and (max-width: 763px) { #FqIOtFPBlSV9xoEoG670xCDaH8sxqllC { width:16.875rem;height:3.65625rem;top:95.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQLhKp3TTv8iHOSWdzqUnPt5eHa4DeSI { width:18.75rem;height:1.4625rem;top:73.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCinkqhI6NdgmT5azliLnWiaoM4uOyB { width:2.1875rem;height:2.1875rem;top:87.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDlZ9ptExFrfyEopBhnd7fihhGlMA67 { display:flex;width:1.625rem;height:1.625rem;top:87.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #SDt1Cb226whMRS48ue3A5ouOyZS2ENbz { width:18.875rem;height:2.5996125rem;top:3.07421875rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q69DwBBkMsyOZJEBnPW366T7qcRouHAL { width:15.75rem;height:7.2rem;top:62.261459350586rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TEPDmI5wUGpGrM3pw4m9LBZGUoQ8mxN7 { width:19.875rem;height:58.75rem;top:1.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #or1gsIokhrGwfa9TBIfhokxaiwCFwDF9 { width:19.875rem;height:63.8125rem;top:61.011459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnhDw2bBCV7W1bi9CNlzOfbO0hT228zG { width:15.0625rem;height:1.4624rem;top:10.8251953125rem;left:3.125rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #D7J0B4XIPk8vTytXRdu7SPFifLdkHWFQ { width:15.0625rem;height:1.4625rem;top:13.875rem;left:3.125rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nQQXboe4uUz6TkvBfFmaHnnKn23F99P3 { display:flex;width:1.625rem;height:1.625rem;top:13.79296875rem;left:0.9375rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #gSC4DZQN4IL6DmCNVzHQ78G8UFohaSUB { width:2.1875rem;height:2.1875rem;top:13.57421875rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KwxbnB8Qh6dwZ4SZuhA2CEPuTXf5GDIu { width:14.8125rem;height:5.85rem;top:87.8125rem;left:3.125rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gNVRR0fVqcoaClCO0QlRTETkdLbOJbmw { width:13.1875rem;height:7.3125rem;top:79.3125rem;left:3.125rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PQxvnQbKFR8Dr4bAytUJxTBxT4eXKk9Z { width:18.875rem;height:3.4375rem;top:53.8125rem;left:0.5625rem;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #s4tLMdMTTDCJ61qBRxWPy3chCbFZXwS8 { display:block; }
 }@media only screen and (max-width: 763px) { #c5txVTGupdyoOgsLPrs056zJdWP69nNB { width:16.6875rem;height:4.3875rem;top:48.862499237061rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqoPF4kyVSfI5yWTgyI3ogr3P4ymW8d { width:18.875rem;height:3.4375rem;top:118.75rem;left:0.5625rem;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #h6Z3WeThZy8B7LJob1L0SbqlUHIST4he { display:block; }
 }@media only screen and (max-width: 763px) { #IFbCdEazxRW5faOWiA6Ecu2TTT7Am1Po { width:19.1875rem;height:4.3875rem;top:113.875rem;left:0.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 { display:block; }#lTrluLfQUITd4PuABbS8EtPBQhgaIQl2 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPmeiTADMmwSnTH9cJd3k4rZzo9uiN4d { width:20rem;height:0.25rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLbDUkH0LWs1kVLooWHCdFtLgoUTkqW6 { width:19.5625rem;height:2.5996125rem;top:22.72900390625rem;left:0.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iddTdmTPQsRUN5QBrcEVxEACCNARhu8B { width:14.25rem;height:14.25rem;top:6.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8fX8qGHGs9EHHfPzcGVk31wDpF9TDol { width:3.0625rem;height:4.75rem;top:4.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMMZhuGDxwCTPro844IXHsOSF2m2CJcs { width:7.5rem;height:7.5rem;top:3.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQMJzLU5lIWFr0pis1c05dQsvIl6krza { width:19.125rem;height:2.92480625rem;top:28.8125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 { width:18.9375rem;height:11.8rem;top:32.9375rem;left:0.53125rem;font-size:1.125rem;display:block; }#TqkZXArwcA3vH2WfbCBJqaoAWgOW6294 li:before{  }
 }@media only screen and (max-width: 763px) { #RzUuARowuTE0wUxGlTgslOEa845TxcpT { display:block; }#RzUuARowuTE0wUxGlTgslOEa845TxcpT > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVdBoe8Wcd9Wn5Mo2y9Bbfbo30L4nhOT { width:16.6875rem;height:2.925rem;top:29.625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV653gXyIuvm7AyGlPckRcc7MoH3Ve5t { width:20rem;height:0.25rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlap5vmL5NSPRXxFSzWDFLpac2ugLPn { width:19rem;height:2.6rem;top:23.25rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgv8o5vL2bh5eDTkrHKdZKa6fo0u6dr { width:14.25rem;height:14.25rem;top:5.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcAKBnTVSENMSlAmDtrRaTtT5w9kbUy { width:7.5rem;height:7.5rem;top:2.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZdk9r8rTsPA7GsfF0Kk4ER4f9pJuHW { width:4.0625rem;height:3.75rem;top:4.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVNtV7rls1if1CMICJfq3NbQnKi3CEh { width:19rem;height:13.2625rem;top:34.125rem;left:0.4375rem;font-size:1.125rem;display:block; }#JQVNtV7rls1if1CMICJfq3NbQnKi3CEh li:before{  }
 }@media only screen and (max-width: 763px) { #UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c86d4e, #1d3c66);background-image: -moz-linear-gradient(180deg, #c86d4e, #1d3c66);background-image: -ms-linear-gradient(180deg, #c86d4e, #1d3c66);background-image: -o-linear-gradient(180deg, #c86d4e, #1d3c66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#1d3c66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d4e', endColorstr='#1d3c66' );";background-image: linear-gradient(180deg, #c86d4e, #1d3c66);background-size:cover !important;display:block; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { background-color: transparent; background-image: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container > .video-iframe-container { display: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row > .video-iframe-container { display: none; }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .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); }#UAC24mDKy7GoazGLT4ynLZ8oo4L93vm0 > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUvDQJ7brr3IZ5sqEFx7aABERd13ZhCL { width:20rem;height:11.1375rem;top:4.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.8125rem;overflow:hidden; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-text {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.8125rem;overflow:hidden; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-select {padding-top: 0; padding-bottom: 0;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla  { width:17.5rem;height:auto;top:18.3125rem;left:0rem; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla {display:block;}#G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla { width:17.5rem;height:auto;top:18.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #IR9ny6FeW1Oa9tsMNRXP9fIAmH8SaAKT {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #x7vvPn9rJTPtSz2uVPCycmXOZpPd9kff { display:none; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #XvbSyoPb0gx4Xfwqno9TXiidfzNAHKIa {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #ofoDzd3errAl5yigLpRqaT6QiNFuFhBS {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #vnrstNEIeW0RIx1DEcPEnH36zgT9OV3b { display:none; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #kV6nBMh1IoTIy1yEaBbGIRGJHVDg82eX {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #hNbH00oXdKxDkQeGQNG55lr1aZTfmkXW {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #E7MvT2Do5ixudniuLlOG6EI33XC0802k { display:none; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #uyKAwHdQFK1T9HIdWliC6hdvHpcR7eGo {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #xuwZv76dytp3i2wekpPcMW6FqOoGhIZZ {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #FWyv8hAeSt1TLOUIia8OLbFMgaRpHUtk { display:none; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #S6BX3DTBH9kkpLfimhyps4bo5VV9GRu3 {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #OvKsmvh3BfQJKOdPJyOrcNnfsHeFbFma {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #VpLCXDaVPrb5SfE5v9bT9KKCGXE6S3bZ { display:none; }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #RptiQpkTFmmLOJuJoJPxF12FlR2ACcdU {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #e4VKiW5IUJ90kLVKyphhr69uMAuy6pMq {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #WQ0DFMsT7nRnga9W3i0MkeB6VNd5EsH9 {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #CQBJuSMA2mK3XPsQ3WygIFXD1uEBsMgR {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #tkVvhiqfLtgQXpGlC1JWBFsOzna4DohK {  }
 }@media only screen and (max-width: 763px) { #G2e3SZTwTLEe1uyKVUwRGxdKZcbNuSla #F6HTOWomNnP5lmATiIrUG4IB5UGmX2rB {  }
 }@media only screen and (max-width: 763px) { #rk1AF1RonzcSAf42C3Mnkc0RuDscXAhD { width:20rem;height:0.25rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga { display:block; }#GgOzGNB37KhAwxz3RFdcSEEyfuN3Ffga > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmyvQk4lgZuUoi3q3To8R2C5DgPJKE5H { width:19.1875rem;height:2.5996125rem;top:1.6354370117188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STdTACSC547Cn9if8GZM1tCCzcOnXOoU { width:12.5rem;height:0.125rem;top:4.5625rem;left:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XraIizOPpcMO6XZkxigDx0zFp3id8TDT { width:20rem;height:1.29980625rem;top:6.10400390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzm4oApANMBimOuN8DvqlnBa6bD8IKop { display:block; }#Jzm4oApANMBimOuN8DvqlnBa6bD8IKop > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZt0ixdlvfi4BsQJoqnMMPGCTzEfWJk9 { width:7.0625rem;height:5.5rem;top:2.125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpE6kQkp3d9guF76VpKVdas1KQoTcAZV { width:20rem;height:2.925rem;top:8.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2lPJzDlptotbEdbzZfpHLnF0OcwQCJ { width:20rem;height:5.85rem;top:22.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1dyBc9s1wPkWMtuwg0Wv1GhSNp4D2Wt { width:6.3125rem;height:5.9375rem;top:15.4375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMrk581XBJnrWCtaUWXxVDWpkPmvnBTL { width:7.8125rem;height:4rem;top:33rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APu4NJLILHgr3VxeZ77cxAlQq3cTUXWo { width:20rem;height:3.9rem;top:38.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSJktG6Q0rGmxveVRQP6w5qhaAuXH0TT { width:0.125rem;height:15.625rem;top:51.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDMnIVqFoDqILolZGLT6UwM0Z8JzSnHe { width:0.125rem;height:15.625rem;top:68.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 { display:block; }#pmmTHAMLJPh2LcgXpabaTgzCo4Gwd0H8 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPg4enln4g7z0dEDwAWIAlJmMoWOnCT9 { width:20rem;height:3.9rem;top:11.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdPkoTaTuwKQQKObR3N7FmNlmtsKM6Vf { width:7.5625rem;height:6rem;top:3.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLvcC9CMbORIa6ltmc5D0ynzoH5gaRN { width:6.4375rem;height:7.9375rem;top:19.125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsOo7TZb7fZmTons06uVCbX84LIhKEmo { width:20rem;height:3.9rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0sKOm9ft2EMbyCrWWhOpa0uNuR7Efmr { width:0.125rem;height:15.625rem;top:52.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 { display:block; }#LmUqixi6mtZTnUf8u4wb1BrQvy5HCNB1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lf2aKEUFxwnPpbdfvR9yWGoc70DOcwiL { width:20rem;height:1.29980625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx { display:block; }#O1Una2UZe3dDCaZGmf42e9RzCUh5Nolx > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOx8O3VcTPFBokeW7HEuoTZ6pTWxkwS5 { width:8.1875rem;height:6.4375rem;top:24.3125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPcbTOESK3wG8SJEw7XKtOdy6w83bUV { width:20rem;height:2.925rem;top:31.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiiNxflbuRLxd2KhQNGcEEv0aLruuZ46 { width:11.3125rem;height:2.6875rem;top:3rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWF7E7BaWHwSrtA09eSMpeE4TzusfuWh { width:20rem;height:2.925rem;top:6.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9o5ZvWheu4V5Sdq7hN1dJuZqunnvyEx { width:10.875rem;height:3.375rem;top:13rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TNSCpBVsVNzgM6qF4fkCvb8deOMBnd { width:20rem;height:2.925rem;top:17.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskbMiVaLX3FGBJKkX8lf7n6kk8Ntlo2 { width:0.125rem;height:15.625rem;top:3.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #irJGc7v1B3TOKzxtgU7HRTMx5ATDh84T { width:0.125rem;height:15.625rem;top:3.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 { display:block; }#BCotL5Si0EXv2ApTeon2U2qPZAQpNz40 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTzksuJNi8f8fRpZPQhSLUvoqr5yumB { width:0.125rem;height:15.625rem;top:52.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH2p7zaFG1bqHWZIn790ysPugCQHnMZq { width:11.3125rem;height:4.375rem;top:19.875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94AESUz1KTKfG0P37vGVx73MrRUlaOi { width:20rem;height:2.925rem;top:24.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvBmKdTB3ecAhWlGzIEuZhM9n87aEaHG { width:10.375rem;height:4.5rem;top:3.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGmGGtF6fMJudkxzhakDu8u7EsHINum { width:20rem;height:5.85rem;top:9.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf { display:block; }#D4vbONhc5H8l3IZy6ugW7Tv2ReEUTxBf > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl7dDLDMtTJQT6QvZ87vKb1T9J7BNV95 { width:20rem;height:1.29980625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auwvNWELgXwKkOU9H56CXvULktAP749E { display:block; }#auwvNWELgXwKkOU9H56CXvULktAP749E > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1nC1QMutIhTeHTFG5IZU7ApmJq8g2II { width:0.125rem;height:15.625rem;top:3.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAc4FNuJ0qQASwW1gOoDsHNXWTBBOcCt { width:9.3125rem;height:4.125rem;top:1.75rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZXT76UJwUmIsFw9MgX5hnHN18INSK2 { width:20rem;height:2.925rem;top:6.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGcpSHugMuaEhIitsD3NHrfmDsELOtp { width:16.0625rem;height:3.5625rem;top:12.875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P618vMM7pLVTTPO8NDdQz6290XrSGDep { width:20rem;height:5.85rem;top:18.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT { display:block; }#ZzO7NWGWTrVoRphC4qv55Mblt3q5u0MT > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RE4aVZz9NQTIyN9QU6lCewptOCmnuW88 { width:20rem;height:1.29980625rem;top:4.162109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSbe8TilnDatbSvTqyncXR3ubvMebEM9 { display:block; }#KSbe8TilnDatbSvTqyncXR3ubvMebEM9 > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4Gan2KZocP74yvIbbhCzGSGZHU6Saxf { width:20rem;height:1.95rem;top:7.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp6B5nPUTHM2K2PJfTe2mTQNEyttVUa { width:16.75rem;height:2.75rem;top:3.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFtbBla2nBEFKU8G18SEq9sX8ZV5nDlZ { width:20rem;height:1.95rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFRmc2A3cFNhrm4pw985OSqPlRRLQmDc { width:12rem;height:6.25rem;top:13.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4tTNhGZp8lBwvlvHN528HHEOUTVq1dN { width:0.125rem;height:15.625rem;top:3.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR { display:block; }#tkhPrcFftXR9pcPTpsG2BpnAPmJnykTR > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy { display:block; }#TJEcOQawztrXoUhGeN5uVrDVvTJXqQiy > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL4xNWHk5p8OH2FmQXHCtZX60tBp1CZu { width:6.8125rem;height:3.1875rem;top:20.3125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd0UreRiT8AzZS6XJVv9302OTL6Pz6V { width:7.125rem;height:5.5rem;top:10.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4erx8nGaimxFKhsv5sM2GckIZuwciZb { width:5.875rem;height:5.875rem;top:10.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DRf51zDEV1RKcopzvO7rRFD5XaWKHS { width:10rem;height:3.125rem;top:3.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91wXPLLUagdUQaCTyOH0To8EJErVOal { width:0.0625rem;height:5rem;top:11.0625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ { display:block; }#eXOONuuom9kSgaaFCw3WlM1qKcvtZWeZ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0UKmJyNmr8ZHrAvLuPtTzqLGAzA1BWf { width:19rem;height:3.4125rem;top:1.3310546875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }