.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #012b31, #000000);background-image: -moz-linear-gradient(90deg, #012b31, #000000);background-image: -ms-linear-gradient(90deg, #012b31, #000000);background-image: -o-linear-gradient(90deg, #012b31, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012b31', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012b31', endColorstr='#000000' );";background-image: linear-gradient(90deg, #012b31, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container { background-color: transparent; background-image: none; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container > .video-iframe-container { display: none; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row > .video-iframe-container { display: none; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .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); }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container { border-width: 0; border-radius: 0; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#ETxLQCTV2CWt6oNxWssxJunKFUSTAu4E { color:#f2e3d6;display:block;width:31.5625rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsPdo5zohnb8swnlsJ9czAKvtwgxTwsf { color:#c49a6c;display:block;width:41.6875rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:13.0625rem;left:3.875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2oUB8DSAL66whby6TRFT5eO79TLEuVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2406293a-abe1-431d-9aa6-c5f89abab66a/ChatGPTImage19lip202514_02_36.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu.adaptive-delivery-prevent-bg, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyload, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyloading { background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { background-color: transparent; background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.9); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.9); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .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); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { border-width: 0; border-radius: 0; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:75rem;position:relative;display:block; }#REuiuMoN8LQL1Q6XTL3ZimHPyAl4vpUw { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:26.3125rem;top:17.875rem;left:7.3125rem;overflow:hidden;display:block; }
#IPwVgpysB5saJqBVfWJru3W9cJf4NoIp { color:#f2e3d6;display:block;width:55.125rem;position:absolute;font-family:georgia;font-size:3.5625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.25rem;left:9.9375rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUqnQsBtOv153JxMzBdh4Xm5IqUDgy6I { color:#f2e3d6;display:block;width:24.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:49.625rem;left:41.6875rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1NUavQI1pHsT12ovhDTopqOb6SwzSEe { color:#f2e3d6;display:block;width:26.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:17.875rem;left:39.3125rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UrocFB1vxNygKVdz8x3DhVhTRnPf6lw2 { color:#c49a6c;display:block;width:18.125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:30.0966796875rem;left:39.3125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPFZB4FsC4IpwiDO9TutPIob97Cm8NW2 { box-sizing:content-box;height:27.125rem;width:27.75rem;position:absolute;display:block;z-index:15051;background-color:#0a3337;background-image:none;top:33.625rem;left:39.3125rem;border-top:0.3125rem solid #c49a6c;border-left:0.3125rem solid #c49a6c;border-right:0.3125rem solid #c49a6c;border-bottom:0.3125rem solid #c49a6c;display:block; }
#QR3mVBSAC1p9cWCBDEhQw1XqOrkA66u8 { color:#f2e3d6;display:block;width:23.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:35.8125rem;left:41.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWPTAuLKGcb9ITHzy2S23nSqSf5ccoyR { color:#f2e3d6;display:block;width:23.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:43.375rem;left:41.6875rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f53c8gCOtTtV27JBsCIDtM6A39w25N0T { color:#f2e3d6;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:38.8125rem;left:41.8125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsO8zye4xL6xotDhSZbtdqDFDGZ3o8cq { color:#f2e3d6;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:46.0625rem;left:41.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mQLUWL3VDRMWkPPm3y0udukwqXfgquTN { color:#f2e3d6;display:block;width:21.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:53.0625rem;left:41.8125rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d4;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; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container { background-color: transparent; background-image: none; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container > .video-iframe-container { display: none; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row > .video-iframe-container { display: none; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .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); }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container { border-width: 0; border-radius: 0; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#PURqVcUOZ4eC1EGPKitEMeFgdzAznPrW { box-sizing:content-box;height:12.5rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:#fddeb3;background-image:none;top:9.9375rem;left:6.25rem;display:block; }
#kcCZUHJsZxRowgWsqVpSdb9hsT1nK1zo { box-sizing:content-box;height:12.5rem;width:62.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:28.6875rem;left:6.25rem;display:block; }
#kMqOJZc1ngo0CqGnN1Jw6h4m1GCKeAmA { box-sizing:content-box;height:12.5rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:#fddeb3;background-image:none;top:47.4375rem;left:6.25rem;display:block; }
#Exs0kTPKDDfxW6ECyFORaeyreOR8oZgE { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:7.8125rem;left:7.5rem;height:3.98111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdPgVVTs1kTnSZpflo6BO8PXrveoXUSB { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:13.375rem;left:9.75rem;height:7.474625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qr8RPTUt1LKfy3QmIrfoBwbIVqyCP1RS { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.5rem;height:3.98111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WwDTF1bFbZlDzQAqEzmthHvGJo36MT8E { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:33.0625rem;left:9.75rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zy4cGnBbmbtIWzMN22XuCAH2qAlJRNiL { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:50.0625rem;left:9.75rem;height:5.60595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTcUNWfVXEsH08KBaeZnqdccwIoaQD51 { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:45.3125rem;left:7.5rem;height:3.98111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aqB6_P5Z_Lg/unsplash/teuku-fadhil-aqB6_P5Z_Lg-photo-1683884361203-69b7f969e9ff.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC.adaptive-delivery-prevent-bg, #sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC.lazyload, #sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC.lazyloading { background-image: none; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container { background-color: transparent; background-image: none; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container > .video-iframe-container { display: none; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row > .video-iframe-container { display: none; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .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); }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container { border-width: 0; border-radius: 0; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container { font-size:0.875rem;font-family:arial;height:85.75rem;width:75rem;position:relative;display:block; }#pckag6fB4uZ7hA35cTdqNBWpZkME0WB8 { color:#f2e3d6;display:block;width:58.25rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:8.25rem;left:8.375rem;height:3.98111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9wVyWe6W3UgkqJdGuHgQbS8Us1kAfUV { color:#c49a6c;display:block;width:73.8125rem;position:absolute;font-family:georgia;font-size:5.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:12.875rem;left:0.625rem;height:6.8246875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVok981GxEgZcehfqM7cD6sXgMDWEqV3 { color:#f2e3d6;display:block;width:46.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:21.875rem;left:14.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3CyZ9MBPT5bA560atBsnlFw8AnV5HbM { color:#c49a6c;display:block;width:50.625rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:28.3125rem;left:12.1875rem;height:3.16861875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ektfxP0X33zxB2vuxE4ti35PF7yyfHsh { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:26.3125rem;top:37.5625rem;left:5.625rem;overflow:hidden;display:block; }
#O5SmcJMIhtNZpFFaWzbbTw7Hsd16WKCx { color:#f2e3d6;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:37.9375rem;left:36.9375rem;height:10.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#De7AHXTzB7t85nIhaiJBJrxBKrxMaJy0 { color:#f2e3d6;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:50.63916015625rem;left:36.90625rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VITKrX6T3RzFK8mR2RqdQwCwFA27kgqI { color:#f2e3d6;display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:58.6875rem;left:37.34375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SPTS509s2TTrGLdTE8ITs9NuFgu7DhdW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #754e29, #f5d6a8);background-image: -moz-linear-gradient(90deg, #754e29, #f5d6a8);background-image: -ms-linear-gradient(90deg, #754e29, #f5d6a8);background-image: -o-linear-gradient(90deg, #754e29, #f5d6a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#754e29', endColorstr='#f5d6a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#754e29', endColorstr='#f5d6a8' );";background-image: linear-gradient(90deg, #754e29, #f5d6a8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:4.75rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:67.25rem;left:22.03125rem;display:block; }
#I6Ts5ut2393OlFH9EJOqnkTvFe5ZSDcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { background-color: transparent; background-image: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container > .video-iframe-container { display: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row > .video-iframe-container { display: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .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); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { border-width: 0; border-radius: 0; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#IZzOcaT3Hyku5v5qa7cihlof7LyWvzzm { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.30126953125rem;left:33.375rem;height:16.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTvkkLUse0X6nR8hMKKmJoiI684cnaUe { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#tEGkGkWLwqImt7QQVOJ4d7guZyoA0228 { box-sizing:content-box;height:32.3125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#V1XfZsaopmilNVrTAK9BmOTwSyuOOycx { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.4375rem;left:33.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwm7WHxrUD0Gfp0cSXy4MKbAKAA5nal1 { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#ZDXJIp9ouy2AItzJAd7StX4B9rzys3BA { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:27.875rem;left:33.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { background-color: transparent; background-image: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container > .video-iframe-container { display: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row > .video-iframe-container { display: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .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); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { border-width: 0; border-radius: 0; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#EtqCzHQmMkbMODWURkToUZ79Q49Gc605 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.48876953125rem;left:33.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4EoXa7qXZJBNGAztRTKTpCskqxya7f3 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#hVxB8K0WgPP37T1piSO6sKQ1lXRXBT7d { box-sizing:content-box;height:36.5625rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#tsGKZSHWTwoSHJNOiumb5eP5R6o7ZbVV { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29rem;left:33.375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hH3v5WnN3tWdn4o4kzudXPAa8lvFA6vC { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#n1WG6RXeTWAs4OUv5L5SXrZ6SJSMv41D { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:32.4375rem;left:33.375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { background-color: transparent; background-image: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container > .video-iframe-container { display: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row > .video-iframe-container { display: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .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); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { border-width: 0; border-radius: 0; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#VOZ22LAo8TRDDnvwZfeSrHHNyZeo7EIQ { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RBM63WcbDV00aZkr5LFuaxFKSAn3DiKC { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#nWBFlrAoWoWw1G7vLm6TcXoNR5npewul { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#NSUqVS4BxxX7PsWFNf7QhDlCmSNbQQTd { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0JutfbgNpJuqCz4eWkUF9nJddVI0CxW { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#FTyNvU3RZXuZP2M7tdzqoakoTwfIU0PT { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bashT5PXOo6mmycPl5odw9IWy1X0PHct { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:7.1875rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { background-color: transparent; background-image: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container > .video-iframe-container { display: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row > .video-iframe-container { display: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .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); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { border-width: 0; border-radius: 0; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#sHLxsInoW9S6mJTNQa4UBQ9mbPyFi8uS { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbkHPCxRP3nr6zamLpwEwdT4zhKXkmMC { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#A8JwSANVcz0dURp9mskTnUWTaONCmxFv { box-sizing:content-box;height:31.4375rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#C4WRTyZhzc8PP04GClBtvvekzXfF4wSm { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.8125rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VSPhGUhFi57QRP8011JoWPTPWrDPsOB3 { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#xACHwOUVHcwMy5DyE6bcESDgSB0lEfRb { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:27.25rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TUEUrBfns9cNmOxcCDWpIXwDv93ZimKa { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:7.1875rem;left:33.875rem;height:16.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTxywq3NHtrldzIqCzbouEmpkkf18HWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { background-color: transparent; background-image: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container > .video-iframe-container { display: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row > .video-iframe-container { display: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .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); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { border-width: 0; border-radius: 0; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#UbDbZokNMcmsAqKMJONo0C69FCPQ5Viq { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:10.4980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aakofCdTB1ObCaVftRT8baRUpN660HWL { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#Trke9DLldkMzeTT8thEuK5MgKfnsfEhi { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#OzHtimmlZIvzqMDPMuRcsSztClP8AlJ5 { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZKeiTlT7JMETzMv67e1pgHN8l7CQp7m { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#C6EHQ355kt5fTFgSRMkmTn9X8Hr3TQke { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { background-color: transparent; background-image: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container > .video-iframe-container { display: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row > .video-iframe-container { display: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .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); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { border-width: 0; border-radius: 0; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#TpKuTblbeqUlCt2TlQz5K3T2sbPBIGmR { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:10.4980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wc8MQGgiTTKeaBtcnDJu7G1EWOE0Qesa { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#yp0Dc2xnfW4SHGirD0wxKhE1p85qit23 { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#SSFg9JGzn1niz0cKI7gXu4qP3WccrRfa { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzonfsvERGCfDg8vJAIVWzXnLBstBr2s { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#Ok4AmipUzytsE2hP6MHqvw4b3uOLaBtx { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { background-color: transparent; background-image: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container > .video-iframe-container { display: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row > .video-iframe-container { display: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .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); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { border-width: 0; border-radius: 0; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#vFvxCufWDXJmC6qaBup7hgiDSxJREeBk { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:10.4980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iGOZoQm1632g863KahuCTeTGe5GVrGas { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#yZ98qQhlOnZTTqElGk1Mu1Ps1K5F0TXz { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#Tszk3cnJBEspvsHsU9NVxL1J6OEGnXWu { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sLCanJkFOXUPBeT1WRP9V5DczzW8T7X6 { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#TwEkN3bKUqC25eSnx7T87Jqu85KUevJX { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { background-color: transparent; background-image: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container > .video-iframe-container { display: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row > .video-iframe-container { display: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .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); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { border-width: 0; border-radius: 0; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#AzXhT9gMTtq1PZsRPSpP4IL9T1tzoDJQ { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:10.4980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KzTXQe9r00rtCFHmmkimPHaX1gZKIusI { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#URW2ckaNsmIqL9GbRE7aLftK1ko2S1KG { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#Ozne18iRcgq70qdJECCzW5ttWJhhXgUT { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JtMRVI4cTAPHXc6nQT8iOHTdocapa3kt { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#B76lOSEFfnQr3G689WtORuRemopfHHSp { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c5EbwMHfIebeBira67BAJOuopAKTpkAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e3d6;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; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { background-color: transparent; background-image: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container > .video-iframe-container { display: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row > .video-iframe-container { display: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .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); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { border-width: 0; border-radius: 0; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#xOFl9gqtkHXxo4eLP6GU9qkDL40QTMEp { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.375rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zvGICgHA1AP9yD71KLlMLf1kJLSmpMic { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.3125rem;top:7.1875rem;left:6.9375rem;overflow:hidden;display:block; }
#X4QIsOmG0AZkWWn5ZQvMbb036o3TXI9t { box-sizing:content-box;height:28.125rem;width:69.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.1875rem;left:2.8125rem;display:block; }
#PT0dAaomo5NcNe1LOFszfnwrOc16HsI1 { color:#c49a6c;display:block;width:34.0625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:33.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eaPUExmt61Zw81XSnCxPLuf4BOFamndA { box-sizing:content-box;height:18.625rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:#c49a6c;background-image:none;top:8.625rem;left:8.5625rem;display:block; }
#fmFDleEpxm60MWehbCOyDtaXtKU97Tyk { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5rem;left:33.875rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sQSyducTdybR6LfV6a5u2yTPOuO6VXDM { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:7.1875rem;left:33.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MeXE3Iws39o714DOGHEaMBBeRX5BvRvN { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.62646484375rem;left:33.875rem;height:8.3984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBO7b39VlF7qtuGhirzhEsGaueOnOKdw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:31.375rem;top:13.9375rem;left:-9.75rem;overflow:hidden;display:block; }
#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container { background-color: transparent; background-image: none; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container > .video-iframe-container { display: none; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row > .video-iframe-container { display: none; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .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); }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container { border-width: 0; border-radius: 0; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#sH8o9DrW04Twwwr5ML16Qv9MWT8cJLM2 { color:#ffffff;display:block;width:69.8125rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.59375rem;height:16.89843125rem;text-align:left;text-align-last:left;display:block; }
#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container { background-color: transparent; background-image: none; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container > .video-iframe-container { display: none; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row > .video-iframe-container { display: none; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .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); }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container { border-width: 0; border-radius: 0; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#rlQrGxmpse20ugpqIQfACeJEoXoG4yuB { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:26.375rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#CfGlOvqNesXRqVHL9KesSfC9gzIdTesp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:0.9375rem;left:35.875rem;overflow:hidden;display:block; }
#OHVll3OrpUkHvZwUzISKdbhR9QP2R87N { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:25.375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;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; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { background-color: transparent; background-image: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container > .video-iframe-container { display: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container { display: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .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); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { border-width: 0; border-radius: 0; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 { display:block; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETxLQCTV2CWt6oNxWssxJunKFUSTAu4E { width:31.5625rem;height:2.5625rem;top:10.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsPdo5zohnb8swnlsJ9czAKvtwgxTwsf { width:41.6875rem;height:6.25rem;top:13.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2oUB8DSAL66whby6TRFT5eO79TLEuVu { display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REuiuMoN8LQL1Q6XTL3ZimHPyAl4vpUw { top:17.875rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPwVgpysB5saJqBVfWJru3W9cJf4NoIp { width:47.75rem;height:4.625rem;top:9.25rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUqnQsBtOv153JxMzBdh4Xm5IqUDgy6I { width:24.625rem;height:1.9375rem;top:49.625rem;left:23.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1NUavQI1pHsT12ovhDTopqOb6SwzSEe { width:26.5rem;height:8.875rem;top:17.875rem;left:21.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrocFB1vxNygKVdz8x3DhVhTRnPf6lw2 { width:18.125rem;height:1.8125rem;top:30.0625rem;left:25.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPFZB4FsC4IpwiDO9TutPIob97Cm8NW2 { top:33.625rem;left:19.375rem;width:27.75rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3mVBSAC1p9cWCBDEhQw1XqOrkA66u8 { width:23.375rem;height:1.9375rem;top:35.8125rem;left:24.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWPTAuLKGcb9ITHzy2S23nSqSf5ccoyR { width:23.375rem;height:1.9375rem;top:43.375rem;left:24.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f53c8gCOtTtV27JBsCIDtM6A39w25N0T { width:21.8125rem;height:2.875rem;top:38.8125rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsO8zye4xL6xotDhSZbtdqDFDGZ3o8cq { width:21.8125rem;height:1.4375rem;top:46.0625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLUWL3VDRMWkPPm3y0udukwqXfgquTN { width:21.8125rem;height:4.375rem;top:53.0625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz { display:block; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PURqVcUOZ4eC1EGPKitEMeFgdzAznPrW { top:9.9375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCZUHJsZxRowgWsqVpSdb9hsT1nK1zo { top:28.6875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMqOJZc1ngo0CqGnN1Jw6h4m1GCKeAmA { top:47.4375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exs0kTPKDDfxW6ECyFORaeyreOR8oZgE { width:46.1875rem;height:3.9375rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPgVVTs1kTnSZpflo6BO8PXrveoXUSB { width:47.75rem;height:7.4375rem;top:13.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr8RPTUt1LKfy3QmIrfoBwbIVqyCP1RS { width:46.1875rem;height:3.9375rem;top:26.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDTF1bFbZlDzQAqEzmthHvGJo36MT8E { width:47.75rem;height:3.6875rem;top:33.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4cGnBbmbtIWzMN22XuCAH2qAlJRNiL { width:47.75rem;height:5.5625rem;top:50.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTcUNWfVXEsH08KBaeZnqdccwIoaQD51 { width:46.1875rem;height:3.9375rem;top:45.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC { display:block; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pckag6fB4uZ7hA35cTdqNBWpZkME0WB8 { width:47.75rem;height:3.9375rem;top:8.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wVyWe6W3UgkqJdGuHgQbS8Us1kAfUV { width:47.75rem;height:6.8125rem;top:12.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVok981GxEgZcehfqM7cD6sXgMDWEqV3 { width:46.0625rem;height:3.5625rem;top:21.875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3CyZ9MBPT5bA560atBsnlFw8AnV5HbM { width:47.75rem;height:3.125rem;top:28.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ektfxP0X33zxB2vuxE4ti35PF7yyfHsh { top:37.5625rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SmcJMIhtNZpFFaWzbbTw7Hsd16WKCx { width:27.6875rem;height:10.6875rem;top:37.9375rem;left:20.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De7AHXTzB7t85nIhaiJBJrxBKrxMaJy0 { width:27.75rem;height:5.3125rem;top:50.625rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VITKrX6T3RzFK8mR2RqdQwCwFA27kgqI { width:26.875rem;height:1.75rem;top:58.6875rem;left:20.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPTS509s2TTrGLdTE8ITs9NuFgu7DhdW { width:30.9375rem;height:4.75rem;top:67.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ts5ut2393OlFH9EJOqnkTvFe5ZSDcF { display:block; }
 }@media only screen and (max-width: 763px) { #NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti { display:block; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZzOcaT3Hyku5v5qa7cihlof7LyWvzzm { width:35.1875rem;height:;top:6.25rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvkkLUse0X6nR8hMKKmJoiI684cnaUe { top:7.1875rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEGkGkWLwqImt7QQVOJ4d7guZyoA0228 { top:2.1875rem;left:0rem;width:47.75rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XfZsaopmilNVrTAK9BmOTwSyuOOycx { width:34.0625rem;height:;top:24.4375rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwm7WHxrUD0Gfp0cSXy4MKbAKAA5nal1 { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDXJIp9ouy2AItzJAd7StX4B9rzys3BA { width:35.1875rem;height:;top:27.875rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHEATTDL4w0JKJScH6We3TBKF7tHXX0C { display:block; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtqCzHQmMkbMODWURkToUZ79Q49Gc605 { width:35.1875rem;height:;top:8.4375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4EoXa7qXZJBNGAztRTKTpCskqxya7f3 { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVxB8K0WgPP37T1piSO6sKQ1lXRXBT7d { top:2.1875rem;left:0rem;width:47.75rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsGKZSHWTwoSHJNOiumb5eP5R6o7ZbVV { width:34.0625rem;height:4.0625rem;top:29rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3v5WnN3tWdn4o4kzudXPAa8lvFA6vC { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WG6RXeTWAs4OUv5L5SXrZ6SJSMv41D { width:35.1875rem;height:2.0625rem;top:32.4375rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbtn0PamLPJf30NfLTUq48ooNE2SdDO { display:block; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOZ22LAo8TRDDnvwZfeSrHHNyZeo7EIQ { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBM63WcbDV00aZkr5LFuaxFKSAn3DiKC { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWBFlrAoWoWw1G7vLm6TcXoNR5npewul { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSUqVS4BxxX7PsWFNf7QhDlCmSNbQQTd { width:34.0625rem;height:;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0JutfbgNpJuqCz4eWkUF9nJddVI0CxW { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTyNvU3RZXuZP2M7tdzqoakoTwfIU0PT { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bashT5PXOo6mmycPl5odw9IWy1X0PHct { width:35.1875rem;height:;top:7.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN { display:block; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHLxsInoW9S6mJTNQa4UBQ9mbPyFi8uS { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbkHPCxRP3nr6zamLpwEwdT4zhKXkmMC { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8JwSANVcz0dURp9mskTnUWTaONCmxFv { top:2.1875rem;left:0rem;width:47.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4WRTyZhzc8PP04GClBtvvekzXfF4wSm { width:34.0625rem;height:;top:23.8125rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSPhGUhFi57QRP8011JoWPTPWrDPsOB3 { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xACHwOUVHcwMy5DyE6bcESDgSB0lEfRb { width:35.1875rem;height:2.0625rem;top:27.25rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEUrBfns9cNmOxcCDWpIXwDv93ZimKa { width:35.1875rem;height:;top:7.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxywq3NHtrldzIqCzbouEmpkkf18HWR { display:block; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbDbZokNMcmsAqKMJONo0C69FCPQ5Viq { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakofCdTB1ObCaVftRT8baRUpN660HWL { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trke9DLldkMzeTT8thEuK5MgKfnsfEhi { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHtimmlZIvzqMDPMuRcsSztClP8AlJ5 { width:34.0625rem;height:;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZKeiTlT7JMETzMv67e1pgHN8l7CQp7m { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EHQ355kt5fTFgSRMkmTn9X8Hr3TQke { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H { display:block; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpKuTblbeqUlCt2TlQz5K3T2sbPBIGmR { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc8MQGgiTTKeaBtcnDJu7G1EWOE0Qesa { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp0Dc2xnfW4SHGirD0wxKhE1p85qit23 { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSFg9JGzn1niz0cKI7gXu4qP3WccrRfa { width:34.0625rem;height:4.0625rem;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzonfsvERGCfDg8vJAIVWzXnLBstBr2s { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok4AmipUzytsE2hP6MHqvw4b3uOLaBtx { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd { display:block; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFvxCufWDXJmC6qaBup7hgiDSxJREeBk { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGOZoQm1632g863KahuCTeTGe5GVrGas { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ98qQhlOnZTTqElGk1Mu1Ps1K5F0TXz { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tszk3cnJBEspvsHsU9NVxL1J6OEGnXWu { width:34.0625rem;height:;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLCanJkFOXUPBeT1WRP9V5DczzW8T7X6 { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwEkN3bKUqC25eSnx7T87Jqu85KUevJX { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 { display:block; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzXhT9gMTtq1PZsRPSpP4IL9T1tzoDJQ { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTXQe9r00rtCFHmmkimPHaX1gZKIusI { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URW2ckaNsmIqL9GbRE7aLftK1ko2S1KG { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozne18iRcgq70qdJECCzW5ttWJhhXgUT { width:34.0625rem;height:;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMRVI4cTAPHXc6nQT8iOHTdocapa3kt { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76lOSEFfnQr3G689WtORuRemopfHHSp { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5EbwMHfIebeBira67BAJOuopAKTpkAG { display:block; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOFl9gqtkHXxo4eLP6GU9qkDL40QTMEp { width:35.1875rem;height:;top:8.375rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGICgHA1AP9yD71KLlMLf1kJLSmpMic { top:7.1875rem;left:0rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4QIsOmG0AZkWWn5ZQvMbb036o3TXI9t { top:2.1875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0dAaomo5NcNe1LOFszfnwrOc16HsI1 { width:34.0625rem;height:;top:20.0625rem;left:13.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPUExmt61Zw81XSnCxPLuf4BOFamndA { top:8.625rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmFDleEpxm60MWehbCOyDtaXtKU97Tyk { width:35.1875rem;height:;top:23.5rem;left:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSyducTdybR6LfV6a5u2yTPOuO6VXDM { width:35.1875rem;height:;top:7.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeXE3Iws39o714DOGHEaMBBeRX5BvRvN { width:35.1875rem;height:;top:9.625rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBO7b39VlF7qtuGhirzhEsGaueOnOKdw { top:13.9375rem;left:0rem;width:31.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 { display:block; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH8o9DrW04Twwwr5ML16Qv9MWT8cJLM2 { top:3.6875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi { display:block; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlQrGxmpse20ugpqIQfACeJEoXoG4yuB { top:5.9375rem;left:12.75rem;width:22.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfGlOvqNesXRqVHL9KesSfC9gzIdTesp { top:0.9375rem;left:22.25rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHVll3OrpUkHvZwUzISKdbhR9QP2R87N { top:5.3125rem;left:11.75rem;width:25.5rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS74HHKau0eoKzc2vfFM5TZhntTq2vZy { display:block; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 { display:block; }#JP3SwTEbknROMAJEPHFTITGNoMPdq4d3 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETxLQCTV2CWt6oNxWssxJunKFUSTAu4E { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KsPdo5zohnb8swnlsJ9czAKvtwgxTwsf { width:20rem;height:5.199225rem;top:3.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z2oUB8DSAL66whby6TRFT5eO79TLEuVu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da75922f-f1d9-4872-8126-90333d99984e/BanerTogrey.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu.adaptive-delivery-prevent-bg, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyload, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyloading { background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { background-color: transparent; background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0c0c0c; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0c0c0c; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .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); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { border-width: 0; border-radius: 0; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REuiuMoN8LQL1Q6XTL3ZimHPyAl4vpUw { width:20rem;height:20rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPwVgpysB5saJqBVfWJru3W9cJf4NoIp { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nUqnQsBtOv153JxMzBdh4Xm5IqUDgy6I { width:20rem;height:3.57421875rem;top:59.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h1NUavQI1pHsT12ovhDTopqOb6SwzSEe { width:20rem;height:7.312rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UrocFB1vxNygKVdz8x3DhVhTRnPf6lw2 { width:18.125rem;height:1.625rem;top:38.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iPFZB4FsC4IpwiDO9TutPIob97Cm8NW2 { width:19.375rem;height:27.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3mVBSAC1p9cWCBDEhQw1XqOrkA66u8 { width:20rem;height:1.7871125rem;top:44.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UWPTAuLKGcb9ITHzy2S23nSqSf5ccoyR { width:20rem;height:1.7871125rem;top:52.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f53c8gCOtTtV27JBsCIDtM6A39w25N0T { width:20rem;height:2.92480625rem;top:48.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OsO8zye4xL6xotDhSZbtdqDFDGZ3o8cq { width:20rem;height:1.4624rem;top:56.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mQLUWL3VDRMWkPPm3y0udukwqXfgquTN { width:20rem;height:4.38720625rem;top:63.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz { display:block; }#J0ZzGT8TRL4LmN4b12koKOerTlRxgoRz > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PURqVcUOZ4eC1EGPKitEMeFgdzAznPrW { width:20rem;height:17.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCZUHJsZxRowgWsqVpSdb9hsT1nK1zo { width:20rem;height:10.4375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMqOJZc1ngo0CqGnN1Jw6h4m1GCKeAmA { width:20rem;height:14.375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exs0kTPKDDfxW6ECyFORaeyreOR8oZgE { width:20rem;height:2.2749rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TdPgVVTs1kTnSZpflo6BO8PXrveoXUSB { width:20rem;height:13.161625rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raleway;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qr8RPTUt1LKfy3QmIrfoBwbIVqyCP1RS { width:20rem;height:2.2749rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WwDTF1bFbZlDzQAqEzmthHvGJo36MT8E { width:20rem;height:4.38720625rem;top:27.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raleway;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4cGnBbmbtIWzMN22XuCAH2qAlJRNiL { width:20rem;height:10.2368125rem;top:42.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raleway;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cTcUNWfVXEsH08KBaeZnqdccwIoaQD51 { width:20rem;height:2.2749rem;top:39.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC { display:block; }#sdqywWoaZl11TSqsvbI2T7qNQL0S7eTC > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pckag6fB4uZ7hA35cTdqNBWpZkME0WB8 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K9wVyWe6W3UgkqJdGuHgQbS8Us1kAfUV { width:20rem;height:6.33725rem;top:7.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TVok981GxEgZcehfqM7cD6sXgMDWEqV3 { width:20rem;height:5.8496125rem;top:15.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e3CyZ9MBPT5bA560atBsnlFw8AnV5HbM { width:20rem;height:7.7988125rem;top:23.05810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:georgia;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ektfxP0X33zxB2vuxE4ti35PF7yyfHsh { width:16rem;height:16rem;top:33.04345703125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SmcJMIhtNZpFFaWzbbTw7Hsd16WKCx { width:20rem;height:10.2368125rem;top:51.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #De7AHXTzB7t85nIhaiJBJrxBKrxMaJy0 { width:20rem;height:4.38720625rem;top:62.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VITKrX6T3RzFK8mR2RqdQwCwFA27kgqI { width:20rem;height:1.21875rem;top:67.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SPTS509s2TTrGLdTE8ITs9NuFgu7DhdW { width:19rem;height:4.75rem;top:71.0625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ts5ut2393OlFH9EJOqnkTvFe5ZSDcF { display:block; }
 }@media only screen and (max-width: 763px) { #NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti { background-color:#f2e3d6;background-image:none;display:block; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { background-color: transparent; background-image: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container > .video-iframe-container { display: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row > .video-iframe-container { display: none; }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .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); }#NwFrOKsh0mWeVKlkA8NMUa1kWzpwMxti > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZzOcaT3Hyku5v5qa7cihlof7LyWvzzm { width:19.6875rem;height:21.597625rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvkkLUse0X6nR8hMKKmJoiI684cnaUe { width:16.9375rem;height:16.875rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tEGkGkWLwqImt7QQVOJ4d7guZyoA0228 { width:20rem;height:51.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1XfZsaopmilNVrTAK9BmOTwSyuOOycx { width:20rem;height:2.5996125rem;top:48.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwm7WHxrUD0Gfp0cSXy4MKbAKAA5nal1 { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDXJIp9ouy2AItzJAd7StX4B9rzys3BA { width:20rem;height:1.3999rem;top:51.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHEATTDL4w0JKJScH6We3TBKF7tHXX0C { background-color:#f2e3d6;background-image:none;display:block; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { background-color: transparent; background-image: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container > .video-iframe-container { display: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row > .video-iframe-container { display: none; }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .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); }#AHEATTDL4w0JKJScH6We3TBKF7tHXX0C > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtqCzHQmMkbMODWURkToUZ79Q49Gc605 { width:19.6875rem;height:26.9970625rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4EoXa7qXZJBNGAztRTKTpCskqxya7f3 { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hVxB8K0WgPP37T1piSO6sKQ1lXRXBT7d { width:20rem;height:58.1875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsGKZSHWTwoSHJNOiumb5eP5R6o7ZbVV { width:20rem;height:2.5996125rem;top:55.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3v5WnN3tWdn4o4kzudXPAa8lvFA6vC { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1WG6RXeTWAs4OUv5L5SXrZ6SJSMv41D { width:20rem;height:1.3999rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvbtn0PamLPJf30NfLTUq48ooNE2SdDO { background-color:#f2e3d6;background-image:none;display:block; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { background-color: transparent; background-image: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container > .video-iframe-container { display: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row > .video-iframe-container { display: none; }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .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); }#pvbtn0PamLPJf30NfLTUq48ooNE2SdDO > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOZ22LAo8TRDDnvwZfeSrHHNyZeo7EIQ { width:19.6875rem;height:0;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBM63WcbDV00aZkr5LFuaxFKSAn3DiKC { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nWBFlrAoWoWw1G7vLm6TcXoNR5npewul { width:20rem;height:45.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSUqVS4BxxX7PsWFNf7QhDlCmSNbQQTd { width:20rem;height:2.5996125rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0JutfbgNpJuqCz4eWkUF9nJddVI0CxW { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTyNvU3RZXuZP2M7tdzqoakoTwfIU0PT { width:20rem;height:1.3999rem;top:45.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bashT5PXOo6mmycPl5odw9IWy1X0PHct { width:19.6875rem;height:16.19825rem;top:24.5rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN { background-color:#f2e3d6;background-image:none;display:block; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { background-color: transparent; background-image: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container > .video-iframe-container { display: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row > .video-iframe-container { display: none; }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .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); }#grHXPdVxnmA7hgesIT1PggQAoI6ZUeJN > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHLxsInoW9S6mJTNQa4UBQ9mbPyFi8uS { width:19.6875rem;height:0;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbkHPCxRP3nr6zamLpwEwdT4zhKXkmMC { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A8JwSANVcz0dURp9mskTnUWTaONCmxFv { width:20rem;height:48.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4WRTyZhzc8PP04GClBtvvekzXfF4wSm { width:20rem;height:2.5996125rem;top:46rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSPhGUhFi57QRP8011JoWPTPWrDPsOB3 { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xACHwOUVHcwMy5DyE6bcESDgSB0lEfRb { width:20rem;height:1.3999rem;top:48.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEUrBfns9cNmOxcCDWpIXwDv93ZimKa { width:19.6875rem;height:19.797875rem;top:24.5rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxywq3NHtrldzIqCzbouEmpkkf18HWR { background-color:#f2e3d6;background-image:none;display:block; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { background-color: transparent; background-image: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container > .video-iframe-container { display: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row > .video-iframe-container { display: none; }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .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); }#rTxywq3NHtrldzIqCzbouEmpkkf18HWR > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbDbZokNMcmsAqKMJONo0C69FCPQ5Viq { width:19.6875rem;height:12.598625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakofCdTB1ObCaVftRT8baRUpN660HWL { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Trke9DLldkMzeTT8thEuK5MgKfnsfEhi { width:20rem;height:42.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHtimmlZIvzqMDPMuRcsSztClP8AlJ5 { width:20rem;height:2.5996125rem;top:39.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZKeiTlT7JMETzMv67e1pgHN8l7CQp7m { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EHQ355kt5fTFgSRMkmTn9X8Hr3TQke { width:20rem;height:1.3999rem;top:42.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H { background-color:#f2e3d6;background-image:none;display:block; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { background-color: transparent; background-image: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container > .video-iframe-container { display: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row > .video-iframe-container { display: none; }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .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); }#CQ2C3BrmWsTtPTcuDFoiheDlQkcR8S1H > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpKuTblbeqUlCt2TlQz5K3T2sbPBIGmR { width:19.6875rem;height:14.3984375rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc8MQGgiTTKeaBtcnDJu7G1EWOE0Qesa { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yp0Dc2xnfW4SHGirD0wxKhE1p85qit23 { width:20rem;height:42.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSFg9JGzn1niz0cKI7gXu4qP3WccrRfa { width:20rem;height:2.5996125rem;top:39.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzonfsvERGCfDg8vJAIVWzXnLBstBr2s { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok4AmipUzytsE2hP6MHqvw4b3uOLaBtx { width:20rem;height:1.3999rem;top:42.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd { background-color:#f2e3d6;background-image:none;display:block; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { background-color: transparent; background-image: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container > .video-iframe-container { display: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row > .video-iframe-container { display: none; }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .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); }#QnL1PnI0lN43u6QyFU9bpPrSKdVprAdd > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFvxCufWDXJmC6qaBup7hgiDSxJREeBk { width:19.6875rem;height:12.598625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGOZoQm1632g863KahuCTeTGe5GVrGas { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yZ98qQhlOnZTTqElGk1Mu1Ps1K5F0TXz { width:20rem;height:42.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tszk3cnJBEspvsHsU9NVxL1J6OEGnXWu { width:20rem;height:2.5996125rem;top:39.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLCanJkFOXUPBeT1WRP9V5DczzW8T7X6 { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwEkN3bKUqC25eSnx7T87Jqu85KUevJX { width:20rem;height:1.3999rem;top:42.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 { background-color:#f2e3d6;background-image:none;display:block; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { background-color: transparent; background-image: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container > .video-iframe-container { display: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row > .video-iframe-container { display: none; }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .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); }#hpAUIJPiF3yUZh6TaWJC7xuaReRFnGu9 > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzXhT9gMTtq1PZsRPSpP4IL9T1tzoDJQ { width:19.6875rem;height:12.598625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTXQe9r00rtCFHmmkimPHaX1gZKIusI { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #URW2ckaNsmIqL9GbRE7aLftK1ko2S1KG { width:20rem;height:42.375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozne18iRcgq70qdJECCzW5ttWJhhXgUT { width:20rem;height:2.5996125rem;top:39.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtMRVI4cTAPHXc6nQT8iOHTdocapa3kt { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76lOSEFfnQr3G689WtORuRemopfHHSp { width:20rem;height:1.3999rem;top:42.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5EbwMHfIebeBira67BAJOuopAKTpkAG { background-color:#f2e3d6;background-image:none;display:block; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { background-color: transparent; background-image: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container > .video-iframe-container { display: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row > .video-iframe-container { display: none; }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .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); }#c5EbwMHfIebeBira67BAJOuopAKTpkAG > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOFl9gqtkHXxo4eLP6GU9qkDL40QTMEp { width:19.6875rem;height:0;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGICgHA1AP9yD71KLlMLf1kJLSmpMic { width:16.9375rem;height:16.9375rem;top:5.4375rem;left:1.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X4QIsOmG0AZkWWn5ZQvMbb036o3TXI9t { width:20rem;height:42.375rem;top:4.0000200271606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0dAaomo5NcNe1LOFszfnwrOc16HsI1 { width:20rem;height:2.5996125rem;top:39.77490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPUExmt61Zw81XSnCxPLuf4BOFamndA { width:17.375rem;height:17.375rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmFDleEpxm60MWehbCOyDtaXtKU97Tyk { width:20rem;height:1.3999rem;top:42.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSyducTdybR6LfV6a5u2yTPOuO6VXDM { width:20rem;height:0;top:46.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeXE3Iws39o714DOGHEaMBBeRX5BvRvN { width:20rem;height:10.7988125rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBO7b39VlF7qtuGhirzhEsGaueOnOKdw { width:20rem;height:20rem;top:38.375rem;left:-4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 { display:block; }#SSfelXDK2O0Sng67Rr9zbWpGqTBvaAV0 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH8o9DrW04Twwwr5ML16Qv9MWT8cJLM2 { width:19.375rem;height:30.875rem;top:4.9375rem;left:0.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi { display:block; }#Ls2wJxGc2psQViqiQKfa4ANLwN30BeNi > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlQrGxmpse20ugpqIQfACeJEoXoG4yuB { width:20rem;height:0.89355625rem;top:3.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfGlOvqNesXRqVHL9KesSfC9gzIdTesp { width:1.8125rem;height:1.8125rem;top:1.4375rem;left:9.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OHVll3OrpUkHvZwUzISKdbhR9QP2R87N { width:20rem;height:0.8125rem;top:5.75rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qS74HHKau0eoKzc2vfFM5TZhntTq2vZy { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { background-color: transparent; background-image: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container > .video-iframe-container { display: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container { display: none; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .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); }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { border-width: 0; border-radius: 0; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qS74HHKau0eoKzc2vfFM5TZhntTq2vZy > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }