.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,232;--color-primary-1:255,207,179;--color-primary-2:255,158,102;--color-primary-3:128,79,51;--color-primary-4:38,24,15;--color-secondary-0:234,234,234;--color-secondary-1:227,227,227;--color-secondary-2:187,187,187;--color-secondary-3:112,112,112;--color-secondary-4:63,63,63;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Playfair Display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#031117;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.3);background-image:url("https://images.assets-landingi.com/uc/27a14d40-5f9e-48df-b83a-034c6d3b70ff/HolidaySurvivalWorkshop3.png");background-position:center right !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; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.adaptive-delivery-prevent-bg, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyload, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyloading { background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:0.875rem;font-family:arial;height:87.3125rem;width:60rem;position:relative;display:block; }#DrWyntZti1dAE6oIce1xiBtwO1XzUZQ8 { display:block;width:31.684875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:17.815973281861rem;left:4.5303821563721rem;height:5.63715rem;color:rgba(var(--color-secondary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#NemPwDb30WUN6b4hB3EKAKiHT1qTswLX { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:38.375rem;top:5.8741340637207rem;left:1.1875rem;display:block; }
#kuEgt8fPcg3VX8uyb32RB4fkeAih6buq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.62325rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.2960071563721rem;height:8.93663125rem;text-align:center;text-align-last:center;display:block; }
#oC9RFgd4EJ928QvKS0QUxhG289LMgLmf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.12325rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.397569179535rem;left:2.3116321563721rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMpawSABP6VTtUmK9UXkqGnXTJMwwMii { background-color:rgba(var(--color-primary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.87325rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.812499523163rem;left:3.9913196563721rem;display:block; }
#gInHT9U0q2nchTyd18wRFkZTRoE27r2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmD3Tp1yhpJmiI8TR8eLdRyWpfyFBhxB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.12325rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.460069656372rem;left:2.4027767181396rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shn2h4VgfZ5QD66TT2yQNGgDHWfseBtO { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.3125rem;width:60rem;top:38.375rem;left:0rem;display:block; }
#PloCOUufrn35fGCSzuVZ4f8k6Gy2Hn1k { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.999132156372rem;left:1.6875rem;height:34.125rem;display:block; }
#vitIANyaphq1FCmVqH48CCCietVXrgLp { background-color:rgba(var(--color-primary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.872375rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:79.6875rem;left:14.0625rem;display:block; }
#ekCtd7RRG00LEgsduwLF1E72XDn1C7Pb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { background-color:rgba(var(--color-secondary-0),1);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; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { background-color: transparent; background-image: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .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); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { border-width: 0; border-radius: 0; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:60rem;height:48.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#x14poWkUd7QxZ1disVVefE0ic18kZb93 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0720500946044rem;left:4.28125rem;height:1.787325rem;font-style:normal;display:block; }
#SR8QIezg0aq629k6SIJsGxAgMdkwZ41v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24913125rem;width:3.24913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.3428840637206rem;left:0rem; }
#lpGxI8WlyOGCGLWeNrZt1B037olBeuIC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.932292938233rem;left:4.75rem;height:1.787325rem;font-style:normal;display:block; }
#FNOkf2STQIJzdABHM9viU9K3H0pgZlxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24913125rem;width:3.24913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.203126907349rem;left:0rem; }
#BeOsB4usu07O3AVBK6wXJumnbMOFZHuo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.946181297302rem;left:4.75rem;height:1.787325rem;font-style:normal;display:block; }
#G08DtMeQgrLGkCdNJHEfPuZ5PtAiVtIf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.2482625rem;width:3.2482625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.217014312744rem;left:0rem; }
#DN4Qtr97KWpIfSCvFUihUFtcC3Mqqnde { color:rgba(var(--color-tertiary-4),1);display:block;width:21.49825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.280383110046rem;left:21.927083969116rem;height:7.1493125rem;font-style:normal;display:block; }
#FKKbObdFgbXwAXXF1EVn7JbLLbIFClbl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24913125rem;width:3.24913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.3402776718137rem;left:34.242185592651rem; }
#THTs7bGehFLDT54mgs3eto4C3ydJeIsA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.07204914093rem;left:38.503473281861rem;height:5.361975rem;font-style:normal;display:block; }
#SCWx7DEfx82R9VnJll4LNyVf2l9FnZDS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24739375rem;width:3.24739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.201390266419rem;left:34.241319656372rem; }
#JwH5zP5ZwJrp4TL7hDa9mPT0pleQsSgg { display:block;width:58.3734375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.0101566314698rem;left:0rem;height:2.818575rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuATeOyL7hgvr9kv2l01X9xn7QWO4uJd { background-color:rgba(var(--color-primary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8706875rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.648438453674rem;left:14.178819656372rem;display:block; }
#bzZcNGnWwxUWRopEknaRnViCWqfnpHos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bu0uQSU9LWdmU385Pwu3bppaEPqWlc68 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4965rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.931426048279rem;left:38.504339218139rem;height:1.787325rem;font-style:normal;display:block; }
#Rhcbtgdwyd5xnXpLeiaLUvqwS58TykFi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.945315361023rem;left:38.503473281861rem;height:1.787325rem;font-style:normal;display:block; }
#xwXAMkg3E7EhyFXskNDNS98mnuOzygvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.24739375rem;width:3.24739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.215279579163rem;left:34.241319656372rem; }
#k7Gl6auao7RaayhGXS1IcWmDaUlFdnMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.246525rem;width:3.246525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.280383110046rem;left:17.064237594604rem; }
#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 { background-color:rgba(var(--color-secondary-0),1);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; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { background-color: transparent; background-image: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container > .video-iframe-container { display: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row > .video-iframe-container { display: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .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); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { border-width: 0; border-radius: 0; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { width:60rem;height:10rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oqaswDnK56RdcBUlt194OXiyZPPJBrTF { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.1319446563721rem;left:8.09375rem;height:6.17360625rem;font-style:italic;display:block; }
#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/5a1d1672-0a3a-48e7-8e80-f9d32ff3789f/Untitleddesign2.png");background-position:bottom 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; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X.adaptive-delivery-prevent-bg, #OCt28Re1xS1yfN747dyRwLsMUk9Pq82X.lazyload, #OCt28Re1xS1yfN747dyRwLsMUk9Pq82X.lazyloading { background-image: none; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container { background-color: transparent; background-image: none; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container > .video-iframe-container { display: none; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row > .video-iframe-container { display: none; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .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); }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container { border-width: 0; border-radius: 0; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#LgZmCGLkhaM0qxBL5Zm7PX6Z8KSa5WyV { color:#f3d3d3;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.623263686896rem;left:12.874132156372rem;height:3.41145625rem;font-style:italic;display:block; }
#gNE34HfvSgpTT5rhAzVhTfdlX7rTfi1l { color:#f3d3d3;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.500000476837rem;left:12.874132156372rem;height:3.41145625rem;font-style:italic;display:block; }
#a567IKApeIOEaQZc5NrhGT8CKbEAwMCB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:5.5rem;width:46.6875rem;top:2.5156250092907rem;left:9.3572145737406rem;display:block; }
#LEgrQ4EWtDWQBZPGgRH16DCNTV9lhmRb { display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.1657962799072rem;left:7.3871517181394rem;height:2.19965rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#peMl5v3K0zUbtswg43isbz4ug6FNMOx5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.356771469116rem;left:12.999132156372rem;display:block; }
#ztTZ0tH0ak4ZUoSNvzespeQ1vs8uRm2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMyuV8iEc9B96xxXuldzXFNuQkyQEdpV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:11.204856872559rem;left:45.598955154419rem;overflow:hidden;display:block; }
#uaRHw8qJ8R3iA3nnHaHHa5Asc8m4gIM5 { display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10.146701186896rem;left:7.2491321563719rem;height:2.40625rem;color:#f3d3d3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dc0ti7tGVlzb8Gu9ycEesdGkGvoQklS2 { position:absolute;display:block;z-index:15016;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:11.4375rem;width:11.4375rem;top:23.633681774139rem;left:45.129343032837rem;overflow:hidden;display:block; }
#p29HNwI0NfxfapXwUMMk0pTm64mEgJaB { display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.649305820465rem;left:5.4991321563721rem;height:2.40625rem;color:#f3d3d3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/5a1d1672-0a3a-48e7-8e80-f9d32ff3789f/Untitleddesign2.png");background-position:bottom 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; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.adaptive-delivery-prevent-bg, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyload, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyloading { background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { background-color: transparent; background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .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); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { border-width: 0; border-radius: 0; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.625rem;width:52.0625rem;top:12rem;left:3.9375rem;display:block; }
#uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.4375rem;width:14.9375rem;top:12.5625rem;left:38.5rem;overflow:hidden;display:block; }
#fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:7.6875rem;height:5.19791875rem;font-style:italic;display:block; }
#TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.6875rem;height:5.19791875rem;font-style:italic;display:block; }
#iTIFrlxVQGp07nWT2XmE91ududFzqP3c { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #020000;top:13.875rem;left:7.6875rem;height:2.1125rem;font-style:normal;display:block; }
#NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:6.25rem;width:52.1875rem;top:1.87744140625rem;left:3.9375rem;display:block; }
#ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { display:block;width:58.3728125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.531494140625rem;left:0.81298828125rem;height:2.68055625rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.25rem rgba(241,229,233,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.75rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.733509063721rem;left:10.905382156372rem;display:block; }
#zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container { background-color: transparent; background-image: none; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container > .video-iframe-container { display: none; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row > .video-iframe-container { display: none; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .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); }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container { border-width: 0; border-radius: 0; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#VLDFIreHz2StdXdQCtN1tRIbbZIPeywp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:8.4375rem;top:1.280517578125rem;left:25.78125rem;overflow:hidden;display:block; }
#K68f996b9KGy7uzd0nqiLHLJlTNohXaA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.12426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.94189453125rem;left:17.310791015625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QzUKUiCmIKDeQh2msOkONq9cGQPEkoJo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.94189453125rem;left:36.84326171875rem;height:1.3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xlnuv0NDuPecnTQRqgycvsTTdcJVykFF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.494140625rem;left:0rem;height:7.9600625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrWyntZti1dAE6oIce1xiBtwO1XzUZQ8 { width:31.625rem;height:5.625rem;top:17.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemPwDb30WUN6b4hB3EKAKiHT1qTswLX { top:5.8125rem;left:0rem;width:38.375rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEgt8fPcg3VX8uyb32RB4fkeAih6buq { top:8.25rem;left:0rem;width:31.5625rem;height:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC9RFgd4EJ928QvKS0QUxhG289LMgLmf { top:23.375rem;left:0rem;width:36.0625rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpawSABP6VTtUmK9UXkqGnXTJMwwMii { width:32.8125rem;height:4.375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInHT9U0q2nchTyd18wRFkZTRoE27r2h { display:block; }
 }@media only screen and (max-width: 763px) { #gmD3Tp1yhpJmiI8TR8eLdRyWpfyFBhxB { top:27.4375rem;left:0rem;width:36.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shn2h4VgfZ5QD66TT2yQNGgDHWfseBtO { top:38.375rem;left:0rem;width:47.75rem;height:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloCOUufrn35fGCSzuVZ4f8k6Gy2Hn1k { top:44.9375rem;left:0rem;width:47.75rem;height:34.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vitIANyaphq1FCmVqH48CCCietVXrgLp { width:32.8125rem;height:4.375rem;top:79.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCtd7RRG00LEgsduwLF1E72XDn1C7Pb { display:block; }
 }@media only screen and (max-width: 763px) { #lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { display:block; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x14poWkUd7QxZ1disVVefE0ic18kZb93 { top:7.0625rem;left:0rem;width:28.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR8QIezg0aq629k6SIJsGxAgMdkwZ41v { top:6.3125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpGxI8WlyOGCGLWeNrZt1B037olBeuIC { top:13.875rem;left:0rem;width:27.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOkf2STQIJzdABHM9viU9K3H0pgZlxw { top:13.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOsB4usu07O3AVBK6wXJumnbMOFZHuo { top:20.9375rem;left:0rem;width:27.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08DtMeQgrLGkCdNJHEfPuZ5PtAiVtIf { top:20.1875rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4Qtr97KWpIfSCvFUihUFtcC3Mqqnde { top:29.25rem;left:15.802083969116rem;width:21.4375rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKKbObdFgbXwAXXF1EVn7JbLLbIFClbl { top:6.3125rem;left:28.117185592651rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTs7bGehFLDT54mgs3eto4C3ydJeIsA { top:7.0625rem;left:26.3125rem;width:21.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCWx7DEfx82R9VnJll4LNyVf2l9FnZDS { top:13.1875rem;left:28.116319656372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwH5zP5ZwJrp4TL7hDa9mPT0pleQsSgg { width:47.75rem;height:2.8125rem;top:2rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuATeOyL7hgvr9kv2l01X9xn7QWO4uJd { width:32.8125rem;height:4.375rem;top:40.625rem;left:8.0538196563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzZcNGnWwxUWRopEknaRnViCWqfnpHos { display:block; }
 }@media only screen and (max-width: 763px) { #bu0uQSU9LWdmU385Pwu3bppaEPqWlc68 { top:13.875rem;left:26.3125rem;width:21.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhcbtgdwyd5xnXpLeiaLUvqwS58TykFi { top:20.9375rem;left:26.3125rem;width:21.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwXAMkg3E7EhyFXskNDNS98mnuOzygvh { top:20.1875rem;left:28.116319656372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Gl6auao7RaayhGXS1IcWmDaUlFdnMm { top:29.25rem;left:10.939237594604rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 { display:block; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqaswDnK56RdcBUlt194OXiyZPPJBrTF { top:2.125rem;left:1.96875rem;width:43.8125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCt28Re1xS1yfN747dyRwLsMUk9Pq82X { display:block; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgZmCGLkhaM0qxBL5Zm7PX6Z8KSa5WyV { top:13.5625rem;left:6.7491321563719rem;width:26.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNE34HfvSgpTT5rhAzVhTfdlX7rTfi1l { top:28.5rem;left:6.7491321563719rem;width:26.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a567IKApeIOEaQZc5NrhGT8CKbEAwMCB { top:2.5rem;left:0rem;width:46.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgrQ4EWtDWQBZPGgRH16DCNTV9lhmRb { width:47.75rem;height:2.1875rem;top:4.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMl5v3K0zUbtswg43isbz4ug6FNMOx5 { width:34rem;height:3.4375rem;top:38.3125rem;left:6.8741321563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTZ0tH0ak4ZUoSNvzespeQ1vs8uRm2F { display:block; }
 }@media only screen and (max-width: 763px) { #BMyuV8iEc9B96xxXuldzXFNuQkyQEdpV { top:11.1875rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRHw8qJ8R3iA3nnHaHHa5Asc8m4gIM5 { width:21.125rem;height:2.375rem;top:10.125rem;left:1.1241321563721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc0ti7tGVlzb8Gu9ycEesdGkGvoQklS2 { top:23.625rem;left:36.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29HNwI0NfxfapXwUMMk0pTm64mEgJaB { width:21.125rem;height:2.375rem;top:21.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { top:12rem;left:0rem;width:47.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { top:12.5625rem;left:32.125rem;width:14.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { top:17rem;left:1.5625rem;width:26.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { top:25.625rem;left:1.5625rem;width:26.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIFrlxVQGp07nWT2XmE91ududFzqP3c { top:13.875rem;left:1.5625rem;width:15.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { top:1.875rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:47.75rem;height:2.625rem;top:3.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { width:41.75rem;height:3.4375rem;top:41.6875rem;left:4.7803821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block; }
 }@media only screen and (max-width: 763px) { #hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh { display:block; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLDFIreHz2StdXdQCtN1tRIbbZIPeywp { top:1.25rem;left:19.65625rem;width:8.4375rem;height:4.624025rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68f996b9KGy7uzd0nqiLHLJlTNohXaA { top:2.9375rem;left:11.185791015625rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzUKUiCmIKDeQh2msOkONq9cGQPEkoJo { top:2.9375rem;left:30.71826171875rem;width:4.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnuv0NDuPecnTQRqgycvsTTdcJVykFF { top:6.4375rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { background-color:rgba(63,63,63,0.3);background-image:url("https://images.assets-landingi.com/uc/27a14d40-5f9e-48df-b83a-034c6d3b70ff/HolidaySurvivalWorkshop3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.adaptive-delivery-prevent-bg, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyload, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyloading { background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:20rem;height:112rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrWyntZti1dAE6oIce1xiBtwO1XzUZQ8 { width:20rem;height:6.59895625rem;top:10.85329914093rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NemPwDb30WUN6b4hB3EKAKiHT1qTswLX { width:19.8125rem;height:31.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEgt8fPcg3VX8uyb32RB4fkeAih6buq { width:20rem;height:9.667525rem;top:2.3758697509766rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oC9RFgd4EJ928QvKS0QUxhG289LMgLmf { width:20rem;height:10.8038125rem;top:17.395833969116rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMpawSABP6VTtUmK9UXkqGnXTJMwwMii { width:20rem;height:6rem;top:102.43749809265rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInHT9U0q2nchTyd18wRFkZTRoE27r2h { display:block; }
 }@media only screen and (max-width: 763px) { #gmD3Tp1yhpJmiI8TR8eLdRyWpfyFBhxB { width:20rem;height:1.5434rem;top:22.806423187256rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shn2h4VgfZ5QD66TT2yQNGgDHWfseBtO { width:20rem;height:62.5625rem;top:37.125867843628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PloCOUufrn35fGCSzuVZ4f8k6Gy2Hn1k { width:20rem;height:61.75rem;top:38.157117843628rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vitIANyaphq1FCmVqH48CCCietVXrgLp { width:19rem;height:4.375rem;top:29.055555343628rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCtd7RRG00LEgsduwLF1E72XDn1C7Pb { display:block; }
 }@media only screen and (max-width: 763px) { #lRBfTe1wbRTIPaolH78m5O1qX1P6erJo { background-color:#faf2f2;background-image:none;display:block; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { background-color: transparent; background-image: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row > .video-iframe-container { display: none; }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .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); }#lRBfTe1wbRTIPaolH78m5O1qX1P6erJo > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x14poWkUd7QxZ1disVVefE0ic18kZb93 { width:20rem;height:1.29948125rem;top:8.71875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SR8QIezg0aq629k6SIJsGxAgMdkwZ41v { width:3.25rem;height:3.25rem;top:4.21875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpGxI8WlyOGCGLWeNrZt1B037olBeuIC { width:20rem;height:1.29948125rem;top:24.604166984558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNOkf2STQIJzdABHM9viU9K3H0pgZlxw { width:3.1875rem;height:3.1875rem;top:19.604164123535rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOsB4usu07O3AVBK6wXJumnbMOFZHuo { width:20rem;height:1.29948125rem;top:39.26563125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G08DtMeQgrLGkCdNJHEfPuZ5PtAiVtIf { width:3.1875rem;height:3.1875rem;top:34.82813125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4Qtr97KWpIfSCvFUihUFtcC3Mqqnde { width:20rem;height:3.8984375rem;top:53.23959375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKKbObdFgbXwAXXF1EVn7JbLLbIFClbl { width:3.1875rem;height:3.1875rem;top:11.26823125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTs7bGehFLDT54mgs3eto4C3ydJeIsA { width:20rem;height:3.89844375rem;top:15.70573125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCWx7DEfx82R9VnJll4LNyVf2l9FnZDS { width:3.1875rem;height:3.1875rem;top:27.341145753861rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwH5zP5ZwJrp4TL7hDa9mPT0pleQsSgg { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuATeOyL7hgvr9kv2l01X9xn7QWO4uJd { width:19rem;height:4.375rem;top:58.38803125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzZcNGnWwxUWRopEknaRnViCWqfnpHos { display:block; }
 }@media only screen and (max-width: 763px) { #bu0uQSU9LWdmU385Pwu3bppaEPqWlc68 { width:20rem;height:1.29948125rem;top:32.27865rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rhcbtgdwyd5xnXpLeiaLUvqwS58TykFi { width:20rem;height:1.29948125rem;top:46.2526125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwXAMkg3E7EhyFXskNDNS98mnuOzygvh { width:3.1875rem;height:3.1875rem;top:41.8151125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Gl6auao7RaayhGXS1IcWmDaUlFdnMm { width:3.1875rem;height:3.1875rem;top:48.80209375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 { background-color:#faf2f2;background-image:none;display:block; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { background-color: transparent; background-image: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container > .video-iframe-container { display: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row > .video-iframe-container { display: none; }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .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); }#cVAbRdhyK6mDuKHIUcBcivKiRyqzB6m4 > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqaswDnK56RdcBUlt194OXiyZPPJBrTF { width:20rem;height:10.80381875rem;top:1.8593754768372rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCt28Re1xS1yfN747dyRwLsMUk9Pq82X { display:block; }#OCt28Re1xS1yfN747dyRwLsMUk9Pq82X > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgZmCGLkhaM0qxBL5Zm7PX6Z8KSa5WyV { width:20rem;height:2.59895625rem;top:27.628472566604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNE34HfvSgpTT5rhAzVhTfdlX7rTfi1l { width:20rem;height:2.59895625rem;top:46.601572990418rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a567IKApeIOEaQZc5NrhGT8CKbEAwMCB { width:20rem;height:6.25rem;top:2.7838439941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEgrQ4EWtDWQBZPGgRH16DCNTV9lhmRb { width:20rem;height:3.16145625rem;top:4.3263890743256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMl5v3K0zUbtswg43isbz4ug6FNMOx5 { width:20rem;height:4.375rem;top:49.93315625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTZ0tH0ak4ZUoSNvzespeQ1vs8uRm2F { display:block; }
 }@media only screen and (max-width: 763px) { #BMyuV8iEc9B96xxXuldzXFNuQkyQEdpV { width:10.5rem;height:10.5rem;top:14.256943702697rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRHw8qJ8R3iA3nnHaHHa5Asc8m4gIM5 { width:20rem;height:1.71875rem;top:10.847225189209rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc0ti7tGVlzb8Gu9ycEesdGkGvoQklS2 { width:11.4375rem;height:11.4375rem;top:34.157118797303rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29HNwI0NfxfapXwUMMk0pTm64mEgJaB { width:20rem;height:1.71875rem;top:32.438380241394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { width:20rem;height:48.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazuAzSVvWIE09FtyCTZ76U1Zrq6lI0y { width:14.9375rem;height:22.4375rem;top:14.625015258789rem;left:2.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fLO3vXuIDNkSpxpb9iHBck8z1RsAO7qq { width:20rem;height:9.096375rem;top:39.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1dsnqSnDgWqKgpkpTz5dCbqH2TdfcE { width:20rem;height:10.3958125rem;top:50.311634302139rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTIFrlxVQGp07nWT2XmE91ududFzqP3c { width:15.875rem;height:2.11198125rem;top:36.787340164184rem;left:2.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { width:20rem;height:6.25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:20rem;height:3.4375rem;top:5.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvoFLxhzteeRFeZpC8ltrhkTmFp87P3L { width:20rem;height:4.375rem;top:63.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJrTSTBDyyfuBofTl9y9TBwtT6eDlLiH { display:block; }
 }@media only screen and (max-width: 763px) { #hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh { display:block; }#hb5TZRcctsCLTaIbh4wTZdIVbfhCDWqh > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLDFIreHz2StdXdQCtN1tRIbbZIPeywp { width:6.125rem;height:3.4375rem;top:3.6362875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68f996b9KGy7uzd0nqiLHLJlTNohXaA { width:6.125rem;height:1.13715rem;top:1.25rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzUKUiCmIKDeQh2msOkONq9cGQPEkoJo { width:4.6875rem;height:1.13715rem;top:8.3237875rem;left:7.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xlnuv0NDuPecnTQRqgycvsTTdcJVykFF { width:18.75rem;height:15.59723125rem;top:10.710075rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }