.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container { background-color: transparent; background-image: none; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container > .video-iframe-container { display: none; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row > .video-iframe-container { display: none; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .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); }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container { border-width: 0; border-radius: 0; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#a6940f32bc5db913215e22977a2c3af6 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#S9f03d6c8c026bcd6448e0ab65aabccf { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3b9076e222a1201eda746be8ccdd6e6 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container { background-color: transparent; background-image: none; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container > .video-iframe-container { display: none; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row > .video-iframe-container { display: none; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .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); }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container { border-width: 0; border-radius: 0; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#MpCX2uz6smhw85q5I7bJ0nuSPKPzVO2B { background-color:#c65a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14993;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#W3MCsR8lipCWlx6PfEKMMG6eKEcCW5ML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVD60x7NdCT79u0nT7nlBhOfrQpcoQUU { position:absolute;display:block;z-index:14993;height:4.0625rem;width:50rem;top:2.625rem;left:12.499218940735rem;display:block; }
#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container { background-color: transparent; background-image: none; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container > .video-iframe-container { display: none; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row > .video-iframe-container { display: none; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .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); }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container { border-width: 0; border-radius: 0; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#c946d448473d3f766dd9f0645f2faaeb { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container { background-color: transparent; background-image: none; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container > .video-iframe-container { display: none; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row > .video-iframe-container { display: none; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .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); }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container { border-width: 0; border-radius: 0; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#gbc3e3d5b331889a46dab83caec3be1f { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#mf47f2a8604393d66936d26ae003b5d2 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#mf47f2a8604393d66936d26ae003b5d2.adaptive-delivery-prevent-bg, #mf47f2a8604393d66936d26ae003b5d2.lazyload, #mf47f2a8604393d66936d26ae003b5d2.lazyloading { background-image: none; }
#a7a49f0ef185cc9d9be1df9c986d7248 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#a7a49f0ef185cc9d9be1df9c986d7248.adaptive-delivery-prevent-bg, #a7a49f0ef185cc9d9be1df9c986d7248.lazyload, #a7a49f0ef185cc9d9be1df9c986d7248.lazyloading { background-image: none; }
#g0ee36878a250b71d5926c956dc16047 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#g0ee36878a250b71d5926c956dc16047.adaptive-delivery-prevent-bg, #g0ee36878a250b71d5926c956dc16047.lazyload, #g0ee36878a250b71d5926c956dc16047.lazyloading { background-image: none; }
#dd1bcdb3eed0bcbd42d82b8e3c92b050 { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#r0d5236d98e2f1367a3be7d047925105 { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container { background-color: transparent; background-image: none; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container > .video-iframe-container { display: none; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row > .video-iframe-container { display: none; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .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); }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container { border-width: 0; border-radius: 0; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#c98f2b3b5d83c4b476b5d57951447011 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#c98f2b3b5d83c4b476b5d57951447011.adaptive-delivery-prevent-bg, #c98f2b3b5d83c4b476b5d57951447011.lazyload, #c98f2b3b5d83c4b476b5d57951447011.lazyloading { background-image: none; }
#H2d47e04e132acfa20addc0c8392b95a { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#H2d47e04e132acfa20addc0c8392b95a.adaptive-delivery-prevent-bg, #H2d47e04e132acfa20addc0c8392b95a.lazyload, #H2d47e04e132acfa20addc0c8392b95a.lazyloading { background-image: none; }
#e074d31a1937c7001aa83c3416d0974b { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#e074d31a1937c7001aa83c3416d0974b.adaptive-delivery-prevent-bg, #e074d31a1937c7001aa83c3416d0974b.lazyload, #e074d31a1937c7001aa83c3416d0974b.lazyloading { background-image: none; }
#ud5463bdcac4995520e341262b0a3c74 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#a528987da3845972a3a3fe44be070041 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#accad885947286c24f5074c52db4c97a { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container { background-color: transparent; background-image: none; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container > .video-iframe-container { display: none; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row > .video-iframe-container { display: none; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .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); }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container { border-width: 0; border-radius: 0; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#K6421d4809f5fb7eb0cf21fff012f205 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#Pf4c46e4577cebf999682cbda6c8ed7b { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#Pf4c46e4577cebf999682cbda6c8ed7b.adaptive-delivery-prevent-bg, #Pf4c46e4577cebf999682cbda6c8ed7b.lazyload, #Pf4c46e4577cebf999682cbda6c8ed7b.lazyloading { background-image: none; }
#c5c041f9c745657558ec28bdfa6ddae5 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#c5c041f9c745657558ec28bdfa6ddae5.adaptive-delivery-prevent-bg, #c5c041f9c745657558ec28bdfa6ddae5.lazyload, #c5c041f9c745657558ec28bdfa6ddae5.lazyloading { background-image: none; }
#H2122c16ca30fb89e533ca1171f84a3c { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#H2122c16ca30fb89e533ca1171f84a3c.adaptive-delivery-prevent-bg, #H2122c16ca30fb89e533ca1171f84a3c.lazyload, #H2122c16ca30fb89e533ca1171f84a3c.lazyloading { background-image: none; }
#d6487385f976e27313f3da32d6025244 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#f8ac87354a27c9096ffeb2e0c5cf1bdb { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container { background-color: transparent; background-image: none; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container > .video-iframe-container { display: none; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row > .video-iframe-container { display: none; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .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); }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container { border-width: 0; border-radius: 0; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#G4a0e5284051646d342a8bbaae6d11e4 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#G4a0e5284051646d342a8bbaae6d11e4.adaptive-delivery-prevent-bg, #G4a0e5284051646d342a8bbaae6d11e4.lazyload, #G4a0e5284051646d342a8bbaae6d11e4.lazyloading { background-image: none; }
#e59bd11a84b63c5c4f8ede38a47571aa { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#e59bd11a84b63c5c4f8ede38a47571aa.adaptive-delivery-prevent-bg, #e59bd11a84b63c5c4f8ede38a47571aa.lazyload, #e59bd11a84b63c5c4f8ede38a47571aa.lazyloading { background-image: none; }
#s2719c5f6bef49282ca63e3fcd812105 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#s2719c5f6bef49282ca63e3fcd812105.adaptive-delivery-prevent-bg, #s2719c5f6bef49282ca63e3fcd812105.lazyload, #s2719c5f6bef49282ca63e3fcd812105.lazyloading { background-image: none; }
#xcb563ec4fc399169c1acceb7ab5d661 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#e31b8e3da22db3565d6bc95680a2fa6b { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#T97a081194e7d0be606b6b16bfae23d3 { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container { background-color: transparent; background-image: none; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container > .video-iframe-container { display: none; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row > .video-iframe-container { display: none; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .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); }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container { border-width: 0; border-radius: 0; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Cb5e466f50170044a15c0036186a6b37 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container { background-color: transparent; background-image: none; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container > .video-iframe-container { display: none; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row > .video-iframe-container { display: none; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .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); }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container { border-width: 0; border-radius: 0; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#WVLnSmZopnXxr48RnGlQtkzOGpoT5NBP { background-color:#c65a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14991;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#xVvSXykLsWqkLdf5UODgGeGpz6TtNSJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUUuLFKGVsz8EJB2sTXET75udwIg4J9H { position:absolute;display:block;z-index:14991;height:4.0625rem;width:50rem;top:2.625rem;left:12.499218940735rem;display:block; }
#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { background-color: transparent; background-image: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .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); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { border-width: 0; border-radius: 0; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { position:absolute;display:block;z-index:15003;background-color:#c65a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.625rem;left:17.0625rem;display:block; }
#IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:17rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fon0sGofzdUlCJJfvLHGMihibgvnP28M { position:absolute;display:block;z-index:15000;background-color:#c65a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:7rem;display:block; }
#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.857421875rem;left:7.40625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { position:absolute;display:block;z-index:15006;background-color:#c65a3a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.5009651184082rem;left:54.532694816589rem;display:block; }
#VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2436351776123rem;left:54.530764579773rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:49.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { position:absolute;display:block;z-index:15001;background-color:#c65a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:44.5rem;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.3125rem;left:54.6875rem; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container { background-color: transparent; background-image: none; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container > .video-iframe-container { display: none; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row > .video-iframe-container { display: none; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .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); }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container { border-width: 0; border-radius: 0; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#tdcb90e33f0ad0674dd3503988070fea { color:#000000;display:block;width:48.624625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.4375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffe4633f839df572d8a93d73a10ba447 { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:#c65a3a;background-image:none;top:2.75rem;left:12.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container { background-color: transparent; background-image: none; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container > .video-iframe-container { display: none; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row > .video-iframe-container { display: none; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .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); }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container { border-width: 0; border-radius: 0; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#ccb5cce9fc49bcb4f35bf642bd6bdbe9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#b81c7056b39c03576d67b91260431b84 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#fd5fa0f22f615ccefb3470c369239d50 { color:#ffe8ee;display:block;width:32.687125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gc6bea9d1600aef5a6c97c2f2b14e2e9 { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.12721824646rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d27ae5579e506496a4451453e49c1f02 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#c676f017e185895a225d0ecfeedf9fc5 { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1cae143da09f421f0d9f1b18542f97d { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#e17da8d84857836d089d98cfbbf4807c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#bf06a8bfb2bd6e81234fe3c1ef463cf6 { color:#ffe8ee;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bc509ac496014a7f418c82674385a09b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#e46c3c3b09719e96b10c7d0e41bea360 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#S4177414d9879906065d5ccb2ffbcc3b { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T2f174e6fea2fc9732723817a7e35492 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#nbc31d2b1bd47772c0c9c4a2c439b0ef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#zf81ad29787fc964515f180e3ecc7c00 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#C2a60a4901d8112b23f983641c9cd26d { color:#ffe8ee;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2a44;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; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container { background-color: transparent; background-image: none; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container > .video-iframe-container { display: none; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row > .video-iframe-container { display: none; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .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); }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container { border-width: 0; border-radius: 0; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#Uc358c4238127146887f29fd8bfc0b06 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#dee5a85cf966ca03df49e457ab3d9fed { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#d5bbdfc69bb141089fd3debaba28be54 { color:#ffe8ee;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bae4e5f2ebfe732f395f77fbd8fe3e4f { color:#ffe8ee;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I55149a140e51a81453cdced2c015f66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#cd996a44dd379125b14dba481b4d9c0a { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#if2e5ebbd22afa49d5f2f92cce522815 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#b8c69981688c620ffc733d8095ad48aa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#d76b030a6f7035d94aa44e92b461e886 { color:#ffe8ee;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mff6dbd5ddb9b8d8034613c85a88b80a { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#a41332154bf5991cfe2fc415d9d91d10 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#i1303f73b51e495f0cf8dc815a5d8051 { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d17e6d7dcbebd81ddcec9ab3b0497b9f { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#caab691f0db79565e19f691f6cf6d874 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#ba5edcf13be874ef229b7850811d4fc6 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#a629fb07b5cd435084a5e0231023b9bc { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fc2a3e7282c31e1d8f6369c09a869827 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.6875rem;left:12.5rem; }
#v5b775a1f81311be989a8dcd3de64b30 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#d317592298ce990a9283068f4207e74c { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ia4673d1a35c7fe428e953cdd87ae81f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.9375rem;left:12.5rem; }
#mc73f8f39d7c3face3464b180d0a9385 { color:#ffe8ee;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2a33fd4c8e1c408741c2ff65ed8e48c { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:26.375rem;left:12.875rem;display:block; }
#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf7f2;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; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container { background-color: transparent; background-image: none; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container > .video-iframe-container { display: none; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row > .video-iframe-container { display: none; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .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); }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container { border-width: 0; border-radius: 0; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#tbb398b53cf7ce300ec49490d4fe1b05 { background-color:#c65a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#nfa5523fbb3db62a8e72584345ea8835 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4efc914b77bd49a4eac67cdb7cdeae3 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.499218940735rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ { display:block; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6940f32bc5db913215e22977a2c3af6 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9f03d6c8c026bcd6448e0ab65aabccf { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3b9076e222a1201eda746be8ccdd6e6 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 { display:block; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpCX2uz6smhw85q5I7bJ0nuSPKPzVO2B { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MCsR8lipCWlx6PfEKMMG6eKEcCW5ML { display:block; }
 }@media only screen and (max-width: 763px) { #zVD60x7NdCT79u0nT7nlBhOfrQpcoQUU { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN { display:block; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c946d448473d3f766dd9f0645f2faaeb { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX { display:block; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbc3e3d5b331889a46dab83caec3be1f { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf47f2a8604393d66936d26ae003b5d2 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a49f0ef185cc9d9be1df9c986d7248 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ee36878a250b71d5926c956dc16047 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1bcdb3eed0bcbd42d82b8e3c92b050 { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0d5236d98e2f1367a3be7d047925105 { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk { display:block; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c98f2b3b5d83c4b476b5d57951447011 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2d47e04e132acfa20addc0c8392b95a { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e074d31a1937c7001aa83c3416d0974b { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud5463bdcac4995520e341262b0a3c74 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a528987da3845972a3a3fe44be070041 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #accad885947286c24f5074c52db4c97a { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc { display:block; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6421d4809f5fb7eb0cf21fff012f205 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf4c46e4577cebf999682cbda6c8ed7b { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5c041f9c745657558ec28bdfa6ddae5 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2122c16ca30fb89e533ca1171f84a3c { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6487385f976e27313f3da32d6025244 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ac87354a27c9096ffeb2e0c5cf1bdb { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm { display:block; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4a0e5284051646d342a8bbaae6d11e4 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e59bd11a84b63c5c4f8ede38a47571aa { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2719c5f6bef49282ca63e3fcd812105 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcb563ec4fc399169c1acceb7ab5d661 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31b8e3da22db3565d6bc95680a2fa6b { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97a081194e7d0be606b6b16bfae23d3 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT { display:block; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb5e466f50170044a15c0036186a6b37 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtIt8VFr02t6yZoVBxOztxbh7ok1beSl { display:block; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVLnSmZopnXxr48RnGlQtkzOGpoT5NBP { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvSXykLsWqkLdf5UODgGeGpz6TtNSJe { display:block; }
 }@media only screen and (max-width: 763px) { #bUUuLFKGVsz8EJB2sTXET75udwIg4J9H { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { top:2.625rem;left:10.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { top:3.375rem;left:10.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { top:6.8125rem;left:0.1875rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:8.8125rem;left:0.59374904632568rem;width:23.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { top:2.5rem;left:34.095194816589rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { top:3.1875rem;left:34.093264579773rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { top:7.4375rem;left:28.75rem;width:14.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { top:6.8125rem;left:24.0625rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { top:12.3125rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 { display:block; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdcb90e33f0ad0674dd3503988070fea { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffe4633f839df572d8a93d73a10ba447 { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw { display:block; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccb5cce9fc49bcb4f35bf642bd6bdbe9 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b81c7056b39c03576d67b91260431b84 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5fa0f22f615ccefb3470c369239d50 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6bea9d1600aef5a6c97c2f2b14e2e9 { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27ae5579e506496a4451453e49c1f02 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c676f017e185895a225d0ecfeedf9fc5 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1cae143da09f421f0d9f1b18542f97d { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17da8d84857836d089d98cfbbf4807c { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf06a8bfb2bd6e81234fe3c1ef463cf6 { top:18.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc509ac496014a7f418c82674385a09b { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46c3c3b09719e96b10c7d0e41bea360 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4177414d9879906065d5ccb2ffbcc3b { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2f174e6fea2fc9732723817a7e35492 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbc31d2b1bd47772c0c9c4a2c439b0ef { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf81ad29787fc964515f180e3ecc7c00 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2a60a4901d8112b23f983641c9cd26d { top:22.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB { display:block; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc358c4238127146887f29fd8bfc0b06 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dee5a85cf966ca03df49e457ab3d9fed { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bbdfc69bb141089fd3debaba28be54 { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bae4e5f2ebfe732f395f77fbd8fe3e4f { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55149a140e51a81453cdced2c015f66 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd996a44dd379125b14dba481b4d9c0a { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if2e5ebbd22afa49d5f2f92cce522815 { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8c69981688c620ffc733d8095ad48aa { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76b030a6f7035d94aa44e92b461e886 { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mff6dbd5ddb9b8d8034613c85a88b80a { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a41332154bf5991cfe2fc415d9d91d10 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1303f73b51e495f0cf8dc815a5d8051 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d17e6d7dcbebd81ddcec9ab3b0497b9f { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caab691f0db79565e19f691f6cf6d874 { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5edcf13be874ef229b7850811d4fc6 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a629fb07b5cd435084a5e0231023b9bc { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc2a3e7282c31e1d8f6369c09a869827 { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5b775a1f81311be989a8dcd3de64b30 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d317592298ce990a9283068f4207e74c { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia4673d1a35c7fe428e953cdd87ae81f { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc73f8f39d7c3face3464b180d0a9385 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2a33fd4c8e1c408741c2ff65ed8e48c { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT { display:block; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbb398b53cf7ce300ec49490d4fe1b05 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfa5523fbb3db62a8e72584345ea8835 { display:block; }
 }@media only screen and (max-width: 763px) { #f4efc914b77bd49a4eac67cdb7cdeae3 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ { display:block; }#Th39qPWTEcJTQQZeWQOm29RI4FnV9NTZ > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6940f32bc5db913215e22977a2c3af6 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #S9f03d6c8c026bcd6448e0ab65aabccf { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3b9076e222a1201eda746be8ccdd6e6 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 { display:block; }#AhMkfgSJD73Sl37whSrNdgeB6AA0VlB3 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpCX2uz6smhw85q5I7bJ0nuSPKPzVO2B { width:18.5rem;height:4.0625rem;top:1.25rem;left:0.74921876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MCsR8lipCWlx6PfEKMMG6eKEcCW5ML { display:block; }
 }@media only screen and (max-width: 763px) { #zVD60x7NdCT79u0nT7nlBhOfrQpcoQUU { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN { display:block; }#yrzsPq2BlUB6wEdCQoT3ZDKSB7i12woN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c946d448473d3f766dd9f0645f2faaeb { width:19.875rem;height:3.25rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX { display:block; }#wyXaPstPuPDcLgTgBLGdRRLZt3q4bItX > .row .container { width:20rem;height:43.7875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbc3e3d5b331889a46dab83caec3be1f { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mf47f2a8604393d66936d26ae003b5d2 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a49f0ef185cc9d9be1df9c986d7248 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ee36878a250b71d5926c956dc16047 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1bcdb3eed0bcbd42d82b8e3c92b050 { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #r0d5236d98e2f1367a3be7d047925105 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk { display:block; }#EwcNLO4zl1SlJ3bfsFGwNFN71BlTcqPk > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c98f2b3b5d83c4b476b5d57951447011 { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2d47e04e132acfa20addc0c8392b95a { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e074d31a1937c7001aa83c3416d0974b { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud5463bdcac4995520e341262b0a3c74 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a528987da3845972a3a3fe44be070041 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #accad885947286c24f5074c52db4c97a { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc { display:block; }#GKJ7Pf1KQUMhiysshcXxKAEOpJBPfHEc > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6421d4809f5fb7eb0cf21fff012f205 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Pf4c46e4577cebf999682cbda6c8ed7b { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5c041f9c745657558ec28bdfa6ddae5 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2122c16ca30fb89e533ca1171f84a3c { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6487385f976e27313f3da32d6025244 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f8ac87354a27c9096ffeb2e0c5cf1bdb { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm { display:block; }#vQchO9axCUTiRfdWyQiF6NHcEWTmC8sm > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4a0e5284051646d342a8bbaae6d11e4 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e59bd11a84b63c5c4f8ede38a47571aa { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2719c5f6bef49282ca63e3fcd812105 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcb563ec4fc399169c1acceb7ab5d661 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e31b8e3da22db3565d6bc95680a2fa6b { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #T97a081194e7d0be606b6b16bfae23d3 { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT { display:block; }#tSH19SyE4cML6IVtSgZNqqr2w5s5hKKT > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cb5e466f50170044a15c0036186a6b37 { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtIt8VFr02t6yZoVBxOztxbh7ok1beSl { display:block; }#AtIt8VFr02t6yZoVBxOztxbh7ok1beSl > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVLnSmZopnXxr48RnGlQtkzOGpoT5NBP { width:18.5rem;height:4.0625rem;top:1.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvSXykLsWqkLdf5UODgGeGpz6TtNSJe { display:block; }
 }@media only screen and (max-width: 763px) { #bUUuLFKGVsz8EJB2sTXET75udwIg4J9H { width:20rem;height:4.0625rem;top:1.2500009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { width:3.4375rem;height:1.4625rem;top:2.125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { width:18.6875rem;height:5.8125rem;top:4.935546875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:18.75rem;height:4.3875rem;top:5.9609375rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { width:2.8125rem;height:2.8125rem;top:12.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { width:3.4375rem;height:1.4625rem;top:13.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { width:9.43725rem;height:2.925rem;top:17.124755859375rem;left:5.029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { width:18.6875rem;height:8.125rem;top:16.24951171875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { display:flex;width:2.375rem;height:2.375rem;top:20.874755859375rem;left:8.624755859375rem; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 { display:block; }#owr1aSRRGJzOSUieq6TXtf2ppW5B3Ct0 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdcb90e33f0ad0674dd3503988070fea { width:20rem;height:3.4125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffe4633f839df572d8a93d73a10ba447 { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw { display:block; }#ztTdBG9wwmbc0fezR1z5CQXimTVZdGMw > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccb5cce9fc49bcb4f35bf642bd6bdbe9 { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b81c7056b39c03576d67b91260431b84 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5fa0f22f615ccefb3470c369239d50 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc6bea9d1600aef5a6c97c2f2b14e2e9 { width:14.1246875rem;height:2.925rem;top:5.1620368361473rem;left:3.7495176196098rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d27ae5579e506496a4451453e49c1f02 { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c676f017e185895a225d0ecfeedf9fc5 { width:13.624625rem;height:2.60030625rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t1cae143da09f421f0d9f1b18542f97d { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17da8d84857836d089d98cfbbf4807c { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bf06a8bfb2bd6e81234fe3c1ef463cf6 { width:15.8748125rem;height:2.60030625rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bc509ac496014a7f418c82674385a09b { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e46c3c3b09719e96b10c7d0e41bea360 { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S4177414d9879906065d5ccb2ffbcc3b { width:12.2496875rem;height:1.30015625rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T2f174e6fea2fc9732723817a7e35492 { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbc31d2b1bd47772c0c9c4a2c439b0ef { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zf81ad29787fc964515f180e3ecc7c00 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2a60a4901d8112b23f983641c9cd26d { width:15.9375rem;height:3.9004625rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB { display:block; }#sZPaUFyMHDNxzyNmFKZA0dQX3Lyw7CaB > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc358c4238127146887f29fd8bfc0b06 { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dee5a85cf966ca03df49e457ab3d9fed { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bbdfc69bb141089fd3debaba28be54 { width:20rem;height:4.2255rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bae4e5f2ebfe732f395f77fbd8fe3e4f { width:11.875rem;height:3.9004625rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I55149a140e51a81453cdced2c015f66 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cd996a44dd379125b14dba481b4d9c0a { width:15.187125rem;height:2.60030625rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #if2e5ebbd22afa49d5f2f92cce522815 { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8c69981688c620ffc733d8095ad48aa { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d76b030a6f7035d94aa44e92b461e886 { width:14.874625rem;height:2.60030625rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mff6dbd5ddb9b8d8034613c85a88b80a { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a41332154bf5991cfe2fc415d9d91d10 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i1303f73b51e495f0cf8dc815a5d8051 { width:15.8748125rem;height:2.60030625rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d17e6d7dcbebd81ddcec9ab3b0497b9f { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caab691f0db79565e19f691f6cf6d874 { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ba5edcf13be874ef229b7850811d4fc6 { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a629fb07b5cd435084a5e0231023b9bc { width:14.4375rem;height:2.60030625rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fc2a3e7282c31e1d8f6369c09a869827 { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v5b775a1f81311be989a8dcd3de64b30 { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d317592298ce990a9283068f4207e74c { width:16.1875rem;height:1.30015625rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ia4673d1a35c7fe428e953cdd87ae81f { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mc73f8f39d7c3face3464b180d0a9385 { width:10.5623125rem;height:2.60030625rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B2a33fd4c8e1c408741c2ff65ed8e48c { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT { display:block; }#bBD4wTNLB5QiNP8t3uNtKTiCLo86ZhqT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbb398b53cf7ce300ec49490d4fe1b05 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfa5523fbb3db62a8e72584345ea8835 { display:block; }
 }@media only screen and (max-width: 763px) { #f4efc914b77bd49a4eac67cdb7cdeae3 { width:20rem;height:4.125rem;top:1.375rem;left:0rem;display:block; }
 }