.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#b84f41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#EOVWemGytZEVU2EsIXMBwM80XcEfdXXM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.68619825rem;top:1.09375rem;left:1.125rem;overflow:hidden;display:block; }
#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf9f8;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; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { background-color: transparent; background-image: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container > .video-iframe-container { display: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container { display: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .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); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { border-width: 0; border-radius: 0; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#IgKD6VPebNr58ilwE16qV3CScymBngXX { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:abril;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.614585876465rem;left:21.248699188233rem;height:4.1666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOzWJpdtMiWRPxDqkPH6ALHDXQveQwxO { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.4375rem;width:75rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#boyB90wUmL5ynmXIpUdJGmKDf2G9VQIu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.375rem;width:48.75rem;display:none; }
#udiTqXyqG77hgTtNUTOglbnWwJrkw4MI { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:abril;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.614585876465rem;left:21.248699188233rem;height:4.3333335rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2eae5;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; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container { background-color: transparent; background-image: none; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container > .video-iframe-container { display: none; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row > .video-iframe-container { display: none; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .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); }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container { border-width: 0; border-radius: 0; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#OBrqFA6ddx06RkWkZVkuXR4JGTfgHO9h { color:#333333;display:block;width:49.5622673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.6348800659181rem;left:11.341912269593rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFLWhTK6qabzWdxc8TfWLnpwsNBOCy4o { color:#333333;display:block;width:50.7490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.499309539795rem;left:12.124310493469rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vK0FfHDIoIOnWvpAZE3WAcTRMJvwPuE7 { position:absolute;display:block;z-index:15003;height:21.75rem;width:38.75rem;top:17.479164123535rem;left:18.125rem;display:block; }
#GxwilL8LpkBLNP4MvDrtadbKOcNKhFy9 { color:#333333;display:block;width:66.123695375rem;position:absolute;font-family:mulish;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5709991455078rem;left:4.4347429275512rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOI27gn6bH8LEo6NbhisgBZ0La5LHMuF { color:#e2bfa9;display:block;width:66.124771125rem;position:absolute;font-family:mulish;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.414058685302rem;left:4.4347419738769rem;height:2.1323528125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ba665a;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; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container { background-color: transparent; background-image: none; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container > .video-iframe-container { display: none; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row > .video-iframe-container { display: none; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .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); }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container { border-width: 0; border-radius: 0; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#UgkT2qT6JqEzfnLupzJmqPcuhCgaaLCq { color:#ffffff;display:block;width:46.3740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5595092773438rem;left:14.310661315918rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQGUifCHA2eOzpOOsme4Asy6J4VPLmtS { color:#ffffff;display:block;width:55.3745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.305374145507rem;left:9.8115806579587rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPgy6hFOpn3CTtfmV4yG3AT60HJ4htT7 { color:#ffffff;display:block;width:63.6868095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.187492370606rem;left:5.6548709869385rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUQDf6yIxpImtNvu7meVUUX11DU3Bf2p { color:#ffffff;display:block;width:66.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.196228027344rem;left:4.3727016448974rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJzRNzCqnyFiGWSherblwrEPoHKmEGzy { color:#ffffff;display:block;width:55.3745384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.21598815918rem;left:9.8115806579587rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXQ1m7ikDi7txohHESTui5WBP0ITvdLT { color:#ffffff;display:block;width:63.9993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.419570922851rem;left:5.4986209869385rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf9f8;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; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container { background-color: transparent; background-image: none; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container > .video-iframe-container { display: none; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row > .video-iframe-container { display: none; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .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); }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container { border-width: 0; border-radius: 0; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#FnforXiUrVMkG42aWwhpmEaGaGWCWNot { box-sizing:content-box;height:0.2493106875rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e2bfa9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.143844604493rem;left:28.122700691223rem;display:block; }
#oxx2QOWKi93t6LbdpVS6PXE7JxFMmJhn { color:#333333;display:block;width:67.24954225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.576293945312rem;left:3.872932434082rem;height:2.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WxWDukpvH2SuxJogo4E47FW06gQdDzEf { color:#333333;display:block;width:66.93704225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:33.875rem;left:4rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEeSqQewvZ1FCQV2i3GJ3KUmNBIQeGvB { color:#333333;display:block;width:66.93704225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:41.625rem;left:4rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDRthFZwaqk3fF5HHafLI7nLHiK41W2f { color:#333333;display:block;width:67.24954225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:53.902572631836rem;left:3.872932434082rem;height:2.66666675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RZHW7T20D7HtUFHgTktB6bxsUVDPmeFA { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:75rem;top:4.9961013793945rem;left:0rem;overflow:hidden;display:block; }
#ApU1Znv4t8Wmgu87wUWaPLTJ6D0X9gkl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.25rem;display:none; }
#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b84f41;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; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container { background-color: transparent; background-image: none; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container > .video-iframe-container { display: none; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row > .video-iframe-container { display: none; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .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); }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container { border-width: 0; border-radius: 0; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#KlXiTNtJZ2HMSwlwvqofphZEd32RhQuT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.5625rem;left:61rem;overflow:hidden;display:block; }
#LyTkqfEd3Mow2IkeAoxuMhP7478qyZv6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.5rem;left:65.5625rem;overflow:hidden;display:block; }
#mVKcKATAVF4Z7oZWaPZPH31JzFtB45Gm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.5625rem;left:69.9375rem;overflow:hidden;display:block; }
#ynT1OrmD87gC9GmPM7685BULaekyl0mB { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8118105rem;width:11.9370403125rem;top:1.4717407226562rem;left:1.81640625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOVWemGytZEVU2EsIXMBwM80XcEfdXXM { width:11.625rem;height:6.528133518529rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BK6DIJwdgbr431fgzLs8RRNtViLbJbRm { display:block; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgKD6VPebNr58ilwE16qV3CScymBngXX { top:32.5625rem;left:0.3125rem;width:47.4375rem;height:4.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOzWJpdtMiWRPxDqkPH6ALHDXQveQwxO { top:2rem;left:0rem;width:47.75rem;height:25.108541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyB90wUmL5ynmXIpUdJGmKDf2G9VQIu { width:47.6875rem;height:69.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udiTqXyqG77hgTtNUTOglbnWwJrkw4MI { top:15.4375rem;left:0rem;width:18.5rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd { display:block; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBrqFA6ddx06RkWkZVkuXR4JGTfgHO9h { top:6.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFLWhTK6qabzWdxc8TfWLnpwsNBOCy4o { top:11.4375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK0FfHDIoIOnWvpAZE3WAcTRMJvwPuE7 { top:17.4375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwilL8LpkBLNP4MvDrtadbKOcNKhFy9 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOI27gn6bH8LEo6NbhisgBZ0La5LHMuF { top:0.8125rem;left:0rem;width:19.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC { display:block; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgkT2qT6JqEzfnLupzJmqPcuhCgaaLCq { top:4.5rem;left:0.685661315918rem;width:46.3125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQGUifCHA2eOzpOOsme4Asy6J4VPLmtS { top:11.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgy6hFOpn3CTtfmV4yG3AT60HJ4htT7 { top:14.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUQDf6yIxpImtNvu7meVUUX11DU3Bf2p { top:17.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJzRNzCqnyFiGWSherblwrEPoHKmEGzy { top:20.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQ1m7ikDi7txohHESTui5WBP0ITvdLT { top:23.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb { display:block; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnforXiUrVMkG42aWwhpmEaGaGWCWNot { top:24.125rem;left:14.497700691223rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxx2QOWKi93t6LbdpVS6PXE7JxFMmJhn { top:28.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxWDukpvH2SuxJogo4E47FW06gQdDzEf { top:33.875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEeSqQewvZ1FCQV2i3GJ3KUmNBIQeGvB { top:41.625rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDRthFZwaqk3fF5HHafLI7nLHiK41W2f { top:53.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZHW7T20D7HtUFHgTktB6bxsUVDPmeFA { top:4.9375rem;left:0rem;width:47.75rem;height:10.226458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApU1Znv4t8Wmgu87wUWaPLTJ6D0X9gkl { width:22.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0TuNGJI0d553ebDfVk6mVnHEs83VhFb { display:block; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlXiTNtJZ2HMSwlwvqofphZEd32RhQuT { top:3.5625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTkqfEd3Mow2IkeAoxuMhP7478qyZv6 { top:3.5rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKcKATAVF4Z7oZWaPZPH31JzFtB45Gm { top:3.5625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynT1OrmD87gC9GmPM7685BULaekyl0mB { width:11.875rem;height:6.7764075155878rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOVWemGytZEVU2EsIXMBwM80XcEfdXXM { top:0.44231906533241rem;left:4.5002295970917rem;width:10.9995403125rem;height:6.25rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BK6DIJwdgbr431fgzLs8RRNtViLbJbRm { background-color:#fbf9f8;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; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { background-color: transparent; background-image: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container > .video-iframe-container { display: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container { display: none; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .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); }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { border-width: 0; border-radius: 0; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK6DIJwdgbr431fgzLs8RRNtViLbJbRm > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgKD6VPebNr58ilwE16qV3CScymBngXX { width:20rem;height:0;top:15.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15006;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #FOzWJpdtMiWRPxDqkPH6ALHDXQveQwxO { width:20rem;height:10.516666666667rem;top:18.24609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #boyB90wUmL5ynmXIpUdJGmKDf2G9VQIu { top:2.5625rem;left:0rem;width:19.9375rem;height:29.25rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udiTqXyqG77hgTtNUTOglbnWwJrkw4MI { width:18.5rem;height:3.83333325rem;top:15.437500953674rem;left:0.75000005960463rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd { display:block; }#q1OOGDG4Ty39sb6AE4UQT1OirzwNvHGd > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBrqFA6ddx06RkWkZVkuXR4JGTfgHO9h { width:20rem;height:6.3333335rem;top:7.7518367767331rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yFLWhTK6qabzWdxc8TfWLnpwsNBOCy4o { width:20rem;height:5rem;top:15.68359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK0FfHDIoIOnWvpAZE3WAcTRMJvwPuE7 { width:20rem;height:21.7497691875rem;top:23.878219604493rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwilL8LpkBLNP4MvDrtadbKOcNKhFy9 { width:19.8747691875rem;height:0;top:8.1295957565306rem;left:0.12522971630096rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gOI27gn6bH8LEo6NbhisgBZ0La5LHMuF { width:19.8747691875rem;height:;top:0.82950210571287rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.5;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC { display:block; }#rT9R8nvn533vUMGzQnbKKHdWWFhxAkSC > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgkT2qT6JqEzfnLupzJmqPcuhCgaaLCq { width:20rem;height:2.16666675rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQGUifCHA2eOzpOOsme4Asy6J4VPLmtS { width:17.9365806875rem;height:3rem;top:4.6323528125rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPgy6hFOpn3CTtfmV4yG3AT60HJ4htT7 { width:20rem;height:4.5rem;top:8.82352925rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUQDf6yIxpImtNvu7meVUUX11DU3Bf2p { width:18.75rem;height:4.5rem;top:14.485293875rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJzRNzCqnyFiGWSherblwrEPoHKmEGzy { width:18.8740806875rem;height:3rem;top:20.1470585rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXQ1m7ikDi7txohHESTui5WBP0ITvdLT { width:19.6243095625rem;height:4.5rem;top:24.3382349375rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb { display:block; }#IcXvUrSyv3c3h2gWq8v38kcXW6qhDTyb > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnforXiUrVMkG42aWwhpmEaGaGWCWNot { width:18.75rem;height:0.1861213125rem;top:14.176239013672rem;left:0.62385106086731rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxx2QOWKi93t6LbdpVS6PXE7JxFMmJhn { width:18.9993095625rem;height:4rem;top:16.875rem;left:0.5rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WxWDukpvH2SuxJogo4E47FW06gQdDzEf { width:17.3747691875rem;height:6.25rem;top:22.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEeSqQewvZ1FCQV2i3GJ3KUmNBIQeGvB { width:20rem;height:6.25rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDRthFZwaqk3fF5HHafLI7nLHiK41W2f { width:20rem;height:6.5rem;top:38.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZHW7T20D7HtUFHgTktB6bxsUVDPmeFA { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApU1Znv4t8Wmgu87wUWaPLTJ6D0X9gkl { top:1.7096405029297rem;left:0.125rem;width:19.75rem;height:11.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F0TuNGJI0d553ebDfVk6mVnHEs83VhFb { display:block; }#F0TuNGJI0d553ebDfVk6mVnHEs83VhFb > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlXiTNtJZ2HMSwlwvqofphZEd32RhQuT { width:2.8125rem;height:2.8125rem;top:8.9717407226562rem;left:4.4358913898468rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LyTkqfEd3Mow2IkeAoxuMhP7478qyZv6 { width:2.8125rem;height:2.8125rem;top:9rem;left:8.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mVKcKATAVF4Z7oZWaPZPH31JzFtB45Gm { width:2.8125rem;height:2.8125rem;top:9rem;left:12.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ynT1OrmD87gC9GmPM7685BULaekyl0mB { top:1.0976715087891rem;left:2.9687500596046rem;width:14.0625rem;height:7.99869775rem;z-index:15008;overflow:hidden;display:block; }
 }