.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;
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby { background-color: transparent; background-image: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container > .video-iframe-container { display: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row > .video-iframe-container { display: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .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); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby { border-width: 0; border-radius: 0; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container > .video-iframe-container { border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d368f;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;position:relative;display:block; }#i2hrRFOurwJGy9iTgzlOVbmgqX7kgwZq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neue";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:27.0625rem;display:block; }
#cM7T8twZeV7ZIL89EOTdl39xeO8batWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrQqbqD6XkgGmkdZBefeohcbKrvnZVKs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neue";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:34.25rem;display:block; }
#d8UzD8Ge17UdchTln9hscRtNqauncVQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szNwOasOM1ZB23Do9mglMtAcPmztDUH9 { z-index:15003;top:0.9375rem;left:55.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f3be44, #f3be44);background-image: -moz-linear-gradient(115deg, #f3be44, #f3be44);background-image: -ms-linear-gradient(115deg, #f3be44, #f3be44);background-image: -o-linear-gradient(115deg, #f3be44, #f3be44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );";background-image: linear-gradient(115deg, #f3be44, #f3be44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KiRmuvN6DizOmXInlySthqCmHmFatXEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLb9OkvGWyeZ68EXvvvCOxrkcqU9A7Ts { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neue";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:41.75rem;display:block; }
#Xn72mWzsHOhb1veCZnno64TszXxDSuWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v25mGm5CH42rRUtcHshO41XvTl4NQwwM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.8125rem;top:0.75rem;left:4.8125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fde6e2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ris1dGc6XzCCKJtIzsi0XGyHJU1oO90m { 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:49.75rem;width:60.9375rem;top:7.25rem;left:6.440932080925rem;overflow:hidden;display:block; }
#EP5E7f57bxvhqdcioth13tppuPTx8xB1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:11.6875rem;left:11.03125rem;overflow:hidden;display:block; }
#Fgr4AzCO1ORRpCBh6AcmxiEZzsQcZuEw { color:#2d368f;display:block;width:43.1875rem;position:absolute;font-family:unbounded;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.125rem;left:22.65625rem;height:13.160125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LoPNr2xeifxJsV2yPSh3ooocX2MzxfV3 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:37.1875rem;left:22.65625rem;height:4.38574375rem;font-style:normal;display:block; }
#Q0HcPUguGlTu93E60HtyTusxAZ7bEXdU { z-index:15004;top:43.3125rem;left:22.65625rem;background-color:#f3be44;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bTJ4AZiRQeJUDPkIzx23Drq1sTnvHzTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG { position:relative;display:block; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG { background-color: transparent; background-image: none; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container > .video-iframe-container { display: none; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row > .video-iframe-container { display: none; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .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); }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG { border-width: 0; border-radius: 0; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q7510f46635792e9b7fa3c78a5e3812e { color:#2d368f;display:block;width:55.125rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M49bc4647436a763e7d70c25a82f1c2d { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.75rem;height:4.875rem;font-style:normal;display:block; }
#u47206a5dc92dccdac259d4fb6db827f { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:37.5rem;height:7.3095625rem;font-style:normal;display:block; }
#bd6695e9ab2e95a7fb690ef0a75669a1 { z-index:15005;top:18.5625rem;left:55.125rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f3be44, #f3be44);background-image: -moz-linear-gradient(115deg, #f3be44, #f3be44);background-image: -ms-linear-gradient(115deg, #f3be44, #f3be44);background-image: -o-linear-gradient(115deg, #f3be44, #f3be44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );";background-image: linear-gradient(115deg, #f3be44, #f3be44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fbff58fad255c007382f29257434ee16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa { position:relative;display:block; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa { background-color: transparent; background-image: none; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container > .video-iframe-container { display: none; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row > .video-iframe-container { display: none; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .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); }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa { border-width: 0; border-radius: 0; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KkxPg6beN4KmK8HddzwibCweA7odp2zV { 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:23.5rem;width:23.5rem;top:3.25rem;left:0.75rem;overflow:hidden;display:block; }
#SCcR8iHH1suOQr3PISfmhDuJBIubJGgq { position:absolute;display:block;z-index:15001;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:23.6875rem;width:23.6875rem;top:3.15625rem;left:25.65625rem;overflow:hidden;display:block; }
#yULpgMZUTlsT9dVl15R4VGhnyOUQXE7o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:23.6875rem;top:3.15625rem;left:50.65625rem;overflow:hidden;display:block; }
#xO4hAgk1zioGwhgkZedsAW4d6KcMKXKO { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.3125rem;left:1.40625rem;height:2.2734375rem;display:block; }
#ygINZHeXaD5Dpyf7RHUUwK5Qew2bQyc2 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"helvetica neue";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.3125rem;left:51.6875rem;height:2.2734375rem;display:block; }
#DE51TRSnspGEOeRwpPyNB0gI4eKMOHQS { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.3125rem;left:26.3125rem;height:1.13671875rem;display:block; }
#ZnzK1H7nLArDzPWe9sACkDu2UMNBV0US { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.26171875rem;left:1.40625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dGABxHJozCZ1wqbikeGvuszwic3c3eX3 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.26171875rem;left:51.6875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veLRT0Ie4yfzfphnd3MuU4bXuL7kCmPo { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.26171875rem;left:26.3125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OzzAH9omqB9A8F1wqwFaUDwlpE1hWWEA { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:35.0107421875rem;left:1.40625rem;height:10.233375rem;font-style:normal;display:block; }
#Pb4bX2SgxkBykDvny2qm1utehGEWk9Vl { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.0107421875rem;left:26.3125rem;height:10.233375rem;font-style:normal;display:block; }
#LPvTlh6zsXX4CrIFQnVuCTQkhRuuK1Wz { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:35.0107421875rem;left:51.6875rem;height:10.233375rem;font-style:normal;display:block; }
#TiBDUflpgaa1q3S24vetTeTckNOcvMd4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.806640625rem;left:1.40625rem;display:block; }
#Vztmbwbee9Qoba559yRoA0NUAUN4St40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNXq7WTpLxndAVQFCTpJhyM7rRubi882 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.806640625rem;left:51.6875rem;display:block; }
#NINbxw3kh0eRkUi3HNJUoyJQsbsXXChN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKTnyriPLTZzATipyviMtMKv18PG1sU2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.806640625rem;left:26.3125rem;display:block; }
#PTKz6vcKHGSKxrFegTPnR6x20pw5tKbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSESwaok1kT8RqiCLACByDVgRCecafwE { 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:79.5rem;width:46.875rem;display:none; }
#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4943fc23-ba05-4400-8b20-8c3349309c43/Tellyourstorybanner_DTP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.adaptive-delivery-prevent-bg, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyload, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyloading { background-image: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { background-color: transparent; background-image: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container > .video-iframe-container { display: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container { display: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .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); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { border-width: 0; border-radius: 0; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#GMvNQiMkfVtaS56F20w4u6zdyzgWUFQx { background-color:transparent;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:16.1875rem;left:1.611328125rem;display:block; }
#eVwq8Ql6OoT65LwqEI3UvoafioTJLLUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF { position:relative;display:block; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF { background-color: transparent; background-image: none; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container > .video-iframe-container { display: none; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row > .video-iframe-container { display: none; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .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); }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF { border-width: 0; border-radius: 0; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uUsSKKrHrobn3HtEzCRHBXdsNbOuaTBM { color:#2d368f;display:block;width:55.125rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yyK11NGvQpTqSW9Rrhgzwe5dsDwq4WT0 { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.75rem;height:6.5rem;font-style:normal;display:block; }
#xu2ACb0f9Cb3fZNZ7Ni6Z93VX927a44N { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:37.5rem;height:5.84765625rem;font-style:normal;display:block; }
#ZFtiQedzQMXdwAe3EOpGvaX9StWbGqpS { z-index:15005;top:18.5625rem;left:55.125rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f3be44, #f3be44);background-image: -moz-linear-gradient(115deg, #f3be44, #f3be44);background-image: -ms-linear-gradient(115deg, #f3be44, #f3be44);background-image: -o-linear-gradient(115deg, #f3be44, #f3be44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );";background-image: linear-gradient(115deg, #f3be44, #f3be44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C7I7CQitFT4KV6BuwAamWt3DpkHzuT7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFGpksaXqEp0OymvmaH3rmbHa6OFc6Vm { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"helvetica neue";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3be44;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; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container { background-color: transparent; background-image: none; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container > .video-iframe-container { display: none; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row > .video-iframe-container { display: none; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .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); }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container { border-width: 0; border-radius: 0; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#CSWeZMTwXvU3vO5I29s4wJZI0nLsgR5u { 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:28.9375rem;width:23.0625rem;top:17.07421875rem;left:0.96875rem;overflow:hidden;display:block; }
#NROQvMOU0rSECMFrkB4uebOFPwVu6ibZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:22.6875rem;top:17.32421875rem;left:51.15625rem;overflow:hidden;display:block; }
#kUJ2zTSmKvOZPsfUZAx01EzfZ31zGZ9Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:17.23046875rem;left:26.0625rem;overflow:hidden;display:block; }
#diDaMsK9igdA2RyzOetwPolNNA6h1VvA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.8583984375rem;left:3.75rem;display:block; }
#W0vAZ52TTugFOKuON1MrvSOTExzt362v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNmINUaMIC1muwKNnDvHUWrl1Dd0g4AL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.8583984375rem;left:53.75rem;display:block; }
#LnCl6wlxnpTF4ygaxoNZvMcDUBzc4iee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3Ak7GnFCk67nTia1bfN2bQBwQNG3JT5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f26339;border-left:0.125rem solid #f26339;border-right:0.125rem solid #f26339;border-bottom:0.125rem solid #f26339;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:#f26339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47.8583984375rem;left:28.75rem;display:block; }
#DmgJWd2qb55ZCVOwtqwQMszQl5KNEhCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQHymJegdVVQeTDfZOMoSRCxHfrSmsNF { color:#2d368f;display:block;width:55.125rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iU8i2f4f1JzSTrJWPL0IXvig5skEzKVS { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"helvetica neue";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TS5eQa8HNNWVIa0G33N4LWSZ4wP5kcd1 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.90625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 { position:relative;display:block; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 { background-color: transparent; background-image: none; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container > .video-iframe-container { display: none; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row > .video-iframe-container { display: none; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .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); }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 { border-width: 0; border-radius: 0; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XNQfvmq9qDkBfnuTPmhZF9p0iSKpCm0g { color:#2d368f;display:block;width:55.125rem;position:absolute;font-family:unbounded;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oAXtsmDdn6ALqSINRz8EuV3fZS7IpTLO { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.75rem;height:8.125rem;font-style:normal;display:block; }
#JL56x63bM0bbTDeEClnbAIxcs5up3IGr { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:37.5rem;height:2.923825rem;font-style:normal;display:block; }
#drR4LlVbURidRkAfwAruf3XS9fsEpahW { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"helvetica neue";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MLsRGvCPqMQwmJAd9ChZrQ57lf6OExFJ { z-index:15006;top:16.3125rem;left:55.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f3be44, #f3be44);background-image: -moz-linear-gradient(115deg, #f3be44, #f3be44);background-image: -ms-linear-gradient(115deg, #f3be44, #f3be44);background-image: -o-linear-gradient(115deg, #f3be44, #f3be44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );";background-image: linear-gradient(115deg, #f3be44, #f3be44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dRHZvSTAnv4kJXTBkJZxDddouUScyboi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWenKoO04m6DzL35qxxJl8dWEN026C6X { position:absolute;display:block;z-index:15006;height:7rem;width:75rem;top:29.6875rem;left:0rem;display:block; }
#A4UQ4ICRvy4TusmpBFsUFTUxPw3sPp0v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:13.875rem;top:21.75rem;left:1.75rem;overflow:hidden;display:block; }
#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d368f;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; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container { background-color: transparent; background-image: none; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container > .video-iframe-container { display: none; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row > .video-iframe-container { display: none; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .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); }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container { border-width: 0; border-radius: 0; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#h7qlUbcqOmZRA5QT2wrhVXLHSsEP5u0f { 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.5rem;width:4.5rem;top:3.0625rem;left:35.25rem;overflow:hidden;display:block; }
#Jxx755Mvb9s8QonBU4sWvnZ9o2QgUl8R { color:#ffffff;display:block;width:75rem;position:absolute;font-family:unbounded;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.7841796875rem;left:0rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6TpEi9d003Ew7TlCygVFClqyDF0hVRy { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0I0VTqvE3eWEm5g3q80Qcbnpukq5bVg { z-index:15006;top:16.8125rem;left:28.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f3be44, #f3be44);background-image: -moz-linear-gradient(115deg, #f3be44, #f3be44);background-image: -ms-linear-gradient(115deg, #f3be44, #f3be44);background-image: -o-linear-gradient(115deg, #f3be44, #f3be44);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3be44', endColorstr='#f3be44' );";background-image: linear-gradient(115deg, #f3be44, #f3be44);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2d368f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xgWnGwh0aisGXzGNBwsViyHvAFisSSCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b74a0K6eOoB3E8kEZgT5LQGW2idTUhao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.53125rem;left:33.4375rem; }
#b74a0K6eOoB3E8kEZgT5LQGW2idTUhao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.6875rem;left:29.59375rem; }
#JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#nrrVl1MXTnXG0otQxhzIZiVuxAyvbfI4 { 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:61.1875rem;width:75rem;top:0rem;left:0.09375rem;overflow:hidden;display:block; }
#Mxn4Nn7aE0pGOraM98gceo5SaB3rbbql { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.25rem;left:4.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSw5dbVG9C4tAsodBJirDx8ID5C9ovxb { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.25rem;left:30.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7Oe8X7sJaBynGdeomLLpJ2Tmul3DmCo { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.25rem;left:59.625rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fCxIeTlsXJZ1vuExG1le5MIweff33n6m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.625rem;left:38.125rem; }
#fCxIeTlsXJZ1vuExG1le5MIweff33n6m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#wNRM2dCk2IollZBlSafyiFqAG8h7X1dC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:22.34375rem;left:42.03125rem; }
#wNRM2dCk2IollZBlSafyiFqAG8h7X1dC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Zkv82MIalt6bRDzwV66WHJbNZEPcXUby { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i2hrRFOurwJGy9iTgzlOVbmgqX7kgwZq { width:6.5rem;height:2.1875rem;top:1.21875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cM7T8twZeV7ZIL89EOTdl39xeO8batWA { display:block; }
 }@media only screen and (max-width: 1199px) { #RrQqbqD6XkgGmkdZBefeohcbKrvnZVKs { width:6.5rem;height:2.1875rem;top:1.21875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8UzD8Ge17UdchTln9hscRtNqauncVQn { display:block; }
 }@media only screen and (max-width: 1199px) { #szNwOasOM1ZB23Do9mglMtAcPmztDUH9 { top:0.9375rem;left:31.375rem;width:15.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiRmuvN6DizOmXInlySthqCmHmFatXEA { display:block; }
 }@media only screen and (max-width: 1199px) { #uLb9OkvGWyeZ68EXvvvCOxrkcqU9A7Ts { width:6.5rem;height:2.1875rem;top:1.21875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xn72mWzsHOhb1veCZnno64TszXxDSuWs { display:block; }
 }@media only screen and (max-width: 1199px) { #v25mGm5CH42rRUtcHshO41XvTl4NQwwM { width:7.8125rem;height:3.125rem;top:0.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ris1dGc6XzCCKJtIzsi0XGyHJU1oO90m { width:47.75rem;height:38.983375rem;top:5.4541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EP5E7f57bxvhqdcioth13tppuPTx8xB1 { width:23.6875rem;height:23.6875rem;top:6.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fgr4AzCO1ORRpCBh6AcmxiEZzsQcZuEw { width:27.875rem;height:7.3125rem;top:21.0625rem;left:13.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoPNr2xeifxJsV2yPSh3ooocX2MzxfV3 { width:27.625rem;height:5.84765625rem;top:30.2353515625rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0HcPUguGlTu93E60HtyTusxAZ7bEXdU { top:37.75rem;left:13.9375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTJ4AZiRQeJUDPkIzx23Drq1sTnvHzTs { display:block; }
 }@media only screen and (max-width: 1199px) { #GIROoAiWwmtx8V30mWQyDWFTomCN5BsG { display:block; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container { width:47.75rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q7510f46635792e9b7fa3c78a5e3812e { width:47.75rem;height:1.94921875rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M49bc4647436a763e7d70c25a82f1c2d { width:21.375rem;height:6.5rem;top:6.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u47206a5dc92dccdac259d4fb6db827f { width:23.875rem;height:11.6953125rem;top:6.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bd6695e9ab2e95a7fb690ef0a75669a1 { top:19.5625rem;left:30.4375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbff58fad255c007382f29257434ee16 { display:block; }
 }@media only screen and (max-width: 1199px) { #lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa { display:block; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KkxPg6beN4KmK8HddzwibCweA7odp2zV { width:14.5rem;height:14.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCcR8iHH1suOQr3PISfmhDuJBIubJGgq { width:14.5625rem;height:14.5625rem;top:0.53125rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yULpgMZUTlsT9dVl15R4VGhnyOUQXE7o { width:15.1875rem;height:15.1875rem;top:0rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xO4hAgk1zioGwhgkZedsAW4d6KcMKXKO { width:12.6875rem;height:3.41015625rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygINZHeXaD5Dpyf7RHUUwK5Qew2bQyc2 { width:15.875rem;height:3.41015625rem;top:16.3125rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DE51TRSnspGEOeRwpPyNB0gI4eKMOHQS { width:14.9375rem;height:2.2734375rem;top:16.3125rem;left:15.916015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnzK1H7nLArDzPWe9sACkDu2UMNBV0US { width:15.9375rem;height:4.875rem;top:20.46875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGABxHJozCZ1wqbikeGvuszwic3c3eX3 { width:16rem;height:4.875rem;top:20.46875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veLRT0Ie4yfzfphnd3MuU4bXuL7kCmPo { width:14.125rem;height:3.25rem;top:20.46875rem;left:15.916015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzzAH9omqB9A8F1wqwFaUDwlpE1hWWEA { width:14.625rem;height:13.15725rem;top:26.654296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pb4bX2SgxkBykDvny2qm1utehGEWk9Vl { width:14.5rem;height:13.15725rem;top:26.654296875rem;left:15.916015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPvTlh6zsXX4CrIFQnVuCTQkhRuuK1Wz { width:16rem;height:14.619125rem;top:26.654296875rem;left:31.8330078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiBDUflpgaa1q3S24vetTeTckNOcvMd4 { width:13.25rem;height:2.75rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vztmbwbee9Qoba559yRoA0NUAUN4St40 { display:block; }
 }@media only screen and (max-width: 1199px) { #eNXq7WTpLxndAVQFCTpJhyM7rRubi882 { width:13.25rem;height:2.75rem;top:42.5rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NINbxw3kh0eRkUi3HNJUoyJQsbsXXChN { display:block; }
 }@media only screen and (max-width: 1199px) { #yKTnyriPLTZzATipyviMtMKv18PG1sU2 { width:13.25rem;height:2.75rem;top:42.5rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTKz6vcKHGSKxrFegTPnR6x20pw5tKbq { display:block; }
 }@media only screen and (max-width: 1199px) { #sSESwaok1kT8RqiCLACByDVgRCecafwE { width:46.875rem;height:79.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4943fc23-ba05-4400-8b20-8c3349309c43/Tellyourstorybanner_DTP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.adaptive-delivery-prevent-bg, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyload, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyloading { background-image: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { background-color: transparent; background-image: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container > .video-iframe-container { display: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container { display: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .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); }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { border-width: 0; border-radius: 0; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GMvNQiMkfVtaS56F20w4u6zdyzgWUFQx { width:19.3125rem;height:3.375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVwq8Ql6OoT65LwqEI3UvoafioTJLLUC { display:block; }
 }@media only screen and (max-width: 1199px) { #MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF { display:block; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container { width:47.75rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uUsSKKrHrobn3HtEzCRHBXdsNbOuaTBM { width:26.1875rem;height:1.94921875rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyK11NGvQpTqSW9Rrhgzwe5dsDwq4WT0 { width:22.75rem;height:8.125rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xu2ACb0f9Cb3fZNZ7Ni6Z93VX927a44N { width:23.875rem;height:8.7715rem;top:8.15234375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFtiQedzQMXdwAe3EOpGvaX9StWbGqpS { top:18.5625rem;left:30.4375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7I7CQitFT4KV6BuwAamWt3DpkHzuT7J { display:block; }
 }@media only screen and (max-width: 1199px) { #XFGpksaXqEp0OymvmaH3rmbHa6OFc6Vm { width:31.6875rem;height:1.29980625rem;top:5.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1XkXttRtlPL7wDGbuHL7oX731FNVTEq { display:block; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CSWeZMTwXvU3vO5I29s4wJZI0nLsgR5u { width:14.1875rem;height:17.8125rem;top:13.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NROQvMOU0rSECMFrkB4uebOFPwVu6ibZ { width:14.3125rem;height:17.9375rem;top:13.78125rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUJ2zTSmKvOZPsfUZAx01EzfZ31zGZ9Q { width:14.3125rem;height:18rem;top:13.78125rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diDaMsK9igdA2RyzOetwPolNNA6h1VvA { width:13.625rem;height:2.75rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0vAZ52TTugFOKuON1MrvSOTExzt362v { display:block; }
 }@media only screen and (max-width: 1199px) { #sNmINUaMIC1muwKNnDvHUWrl1Dd0g4AL { width:13.625rem;height:2.75rem;top:33.1875rem;left:31.8330078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnCl6wlxnpTF4ygaxoNZvMcDUBzc4iee { display:block; }
 }@media only screen and (max-width: 1199px) { #y3Ak7GnFCk67nTia1bfN2bQBwQNG3JT5 { width:13.625rem;height:2.75rem;top:33.1875rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmgJWd2qb55ZCVOwtqwQMszQl5KNEhCc { display:block; }
 }@media only screen and (max-width: 1199px) { #eQHymJegdVVQeTDfZOMoSRCxHfrSmsNF { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iU8i2f4f1JzSTrJWPL0IXvig5skEzKVS { width:31.6875rem;height:1.29980625rem;top:5.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TS5eQa8HNNWVIa0G33N4LWSZ4wP5kcd1 { width:35.5rem;height:3.25rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 { display:block; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XNQfvmq9qDkBfnuTPmhZF9p0iSKpCm0g { width:47.75rem;height:1.94921875rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAXtsmDdn6ALqSINRz8EuV3fZS7IpTLO { width:22.375rem;height:13rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JL56x63bM0bbTDeEClnbAIxcs5up3IGr { width:23.875rem;height:4.38574375rem;top:9rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drR4LlVbURidRkAfwAruf3XS9fsEpahW { width:31.6875rem;height:1.29980625rem;top:4.76171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLsRGvCPqMQwmJAd9ChZrQ57lf6OExFJ { top:15.25rem;left:30.4375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRHZvSTAnv4kJXTBkJZxDddouUScyboi { display:block; }
 }@media only screen and (max-width: 1199px) { #fWenKoO04m6DzL35qxxJl8dWEN026C6X { width:47.75rem;height:7rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4UQ4ICRvy4TusmpBFsUFTUxPw3sPp0v { width:13.875rem;height:6.0625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ { display:block; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h7qlUbcqOmZRA5QT2wrhVXLHSsEP5u0f { width:3.5rem;height:3.5rem;top:3.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jxx755Mvb9s8QonBU4sWvnZ9o2QgUl8R { width:39.4375rem;height:8.7734375rem;top:8.8125rem;left:5.15625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6TpEi9d003Ew7TlCygVFClqyDF0hVRy { width:35.1875rem;height:1.4619125rem;top:18.74609375rem;left:7.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0I0VTqvE3eWEm5g3q80Qcbnpukq5bVg { top:21.96875rem;left:14.59375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgWnGwh0aisGXzGNBwsViyHvAFisSSCT { display:block; }
 }@media only screen and (max-width: 1199px) { #b74a0K6eOoB3E8kEZgT5LQGW2idTUhao { width:2.625rem;height:2.625rem;top:25.71875rem;left:19.5625rem;display:block; }
#b74a0K6eOoB3E8kEZgT5LQGW2idTUhao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 1199px) { #JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF { width:2.3125rem;height:2.3125rem;top:25.875rem;left:15.375rem;display:block; }
#JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 1199px) { #nrrVl1MXTnXG0otQxhzIZiVuxAyvbfI4 { width:47.75rem;height:38.9375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Mxn4Nn7aE0pGOraM98gceo5SaB3rbbql { width:15.375rem;height:1.13671875rem;top:33.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSw5dbVG9C4tAsodBJirDx8ID5C9ovxb { width:15.375rem;height:1.13671875rem;top:33.25rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7Oe8X7sJaBynGdeomLLpJ2Tmul3DmCo { width:15.375rem;height:1.13671875rem;top:33.25rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCxIeTlsXJZ1vuExG1le5MIweff33n6m { width:2.4375rem;height:2.4375rem;top:25.8125rem;left:23.65625rem;display:block; }
#fCxIeTlsXJZ1vuExG1le5MIweff33n6m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 1199px) { #wNRM2dCk2IollZBlSafyiFqAG8h7X1dC { width:3rem;height:3rem;top:25.53125rem;left:28.03125rem;display:block; }
#wNRM2dCk2IollZBlSafyiFqAG8h7X1dC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zkv82MIalt6bRDzwV66WHJbNZEPcXUby { position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2d368f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container { background-color: transparent; background-image: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container > .video-iframe-container { display: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row > .video-iframe-container { display: none; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .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); }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container { border-width: 0; border-radius: 0; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zkv82MIalt6bRDzwV66WHJbNZEPcXUby > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hrRFOurwJGy9iTgzlOVbmgqX7kgwZq { width:3.9375rem;height:2.1875rem;top:5.34375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM7T8twZeV7ZIL89EOTdl39xeO8batWA { display:block; }
 }@media only screen and (max-width: 763px) { #RrQqbqD6XkgGmkdZBefeohcbKrvnZVKs { width:4.5rem;height:2.1875rem;top:5.34375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UzD8Ge17UdchTln9hscRtNqauncVQn { display:block; }
 }@media only screen and (max-width: 763px) { #szNwOasOM1ZB23Do9mglMtAcPmztDUH9 { top:8.9375rem;left:2.40625rem;width:16.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRmuvN6DizOmXInlySthqCmHmFatXEA { display:block; }
 }@media only screen and (max-width: 763px) { #uLb9OkvGWyeZ68EXvvvCOxrkcqU9A7Ts { width:4.75rem;height:2.1875rem;top:5.34375rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn72mWzsHOhb1veCZnno64TszXxDSuWs { display:block; }
 }@media only screen and (max-width: 763px) { #v25mGm5CH42rRUtcHshO41XvTl4NQwwM { width:9.375rem;height:3.75rem;top:0.84375rem;left:5.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ris1dGc6XzCCKJtIzsi0XGyHJU1oO90m { width:20rem;height:16.3125rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5E7f57bxvhqdcioth13tppuPTx8xB1 { width:10.8125rem;height:10.8125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgr4AzCO1ORRpCBh6AcmxiEZzsQcZuEw { width:13.9375rem;height:14.625rem;top:10.8125rem;left:6.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPNr2xeifxJsV2yPSh3ooocX2MzxfV3 { width:20rem;height:8.7715rem;top:28.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0HcPUguGlTu93E60HtyTusxAZ7bEXdU { top:39.125rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJ4AZiRQeJUDPkIzx23Drq1sTnvHzTs { display:block; }
 }@media only screen and (max-width: 763px) { #GIROoAiWwmtx8V30mWQyDWFTomCN5BsG { display:block; }#GIROoAiWwmtx8V30mWQyDWFTomCN5BsG > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7510f46635792e9b7fa3c78a5e3812e { width:20rem;height:3.8984375rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M49bc4647436a763e7d70c25a82f1c2d { width:20rem;height:8.125rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u47206a5dc92dccdac259d4fb6db827f { width:20rem;height:13.15725rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd6695e9ab2e95a7fb690ef0a75669a1 { top:31.7197265625rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbff58fad255c007382f29257434ee16 { display:block; }
 }@media only screen and (max-width: 763px) { #lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa { display:block; }#lGWeIdOhxaTp2ApRcfL8WTZii0PXJzsa > .row .container { width:20rem;height:182.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkxPg6beN4KmK8HddzwibCweA7odp2zV { width:20rem;height:20rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCcR8iHH1suOQr3PISfmhDuJBIubJGgq { width:20rem;height:20rem;top:51.07421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yULpgMZUTlsT9dVl15R4VGhnyOUQXE7o { width:19.9375rem;height:19.9375rem;top:97.55078125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xO4hAgk1zioGwhgkZedsAW4d6KcMKXKO { width:20rem;height:2.2734375rem;top:24.69921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygINZHeXaD5Dpyf7RHUUwK5Qew2bQyc2 { width:20rem;height:3.41015625rem;top:118.73828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE51TRSnspGEOeRwpPyNB0gI4eKMOHQS { width:20rem;height:1.13671875rem;top:72.8056640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnzK1H7nLArDzPWe9sACkDu2UMNBV0US { width:20rem;height:3.25rem;top:27.701171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGABxHJozCZ1wqbikeGvuszwic3c3eX3 { width:20rem;height:3.25rem;top:123.1171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veLRT0Ie4yfzfphnd3MuU4bXuL7kCmPo { width:20rem;height:3.25rem;top:74.6298828125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzzAH9omqB9A8F1wqwFaUDwlpE1hWWEA { width:20rem;height:10.233375rem;top:32.263671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb4bX2SgxkBykDvny2qm1utehGEWk9Vl { width:20rem;height:10.233375rem;top:79.1923828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPvTlh6zsXX4CrIFQnVuCTQkhRuuK1Wz { width:20rem;height:10.233375rem;top:127.4921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBDUflpgaa1q3S24vetTeTckNOcvMd4 { width:17.5rem;height:2.75rem;top:44.0595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vztmbwbee9Qoba559yRoA0NUAUN4St40 { display:block; }
 }@media only screen and (max-width: 763px) { #eNXq7WTpLxndAVQFCTpJhyM7rRubi882 { width:17.5rem;height:2.75rem;top:141.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NINbxw3kh0eRkUi3HNJUoyJQsbsXXChN { display:block; }
 }@media only screen and (max-width: 763px) { #yKTnyriPLTZzATipyviMtMKv18PG1sU2 { width:17.5rem;height:2.75rem;top:91.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTKz6vcKHGSKxrFegTPnR6x20pw5tKbq { display:block; }
 }@media only screen and (max-width: 763px) { #sSESwaok1kT8RqiCLACByDVgRCecafwE { top:147.5rem;left:0rem;width:20rem;height:34.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98da78a8-a477-43a9-bd8a-ca1f3bf83cc0/Tellyourstorymobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.adaptive-delivery-prevent-bg, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyload, #T14dVwok4OOH9a5IHB72LVP5Lzfgb00g.lazyloading { background-image: none; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { border-width: 0; border-radius: 0; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T14dVwok4OOH9a5IHB72LVP5Lzfgb00g > .row .container { width:20rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GMvNQiMkfVtaS56F20w4u6zdyzgWUFQx { width:16.125rem;height:2.8125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVwq8Ql6OoT65LwqEI3UvoafioTJLLUC { display:block; }
 }@media only screen and (max-width: 763px) { #MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF { display:block; }#MxzVTVHak8UwHR8eRwLLaKlugPuDUxvF > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUsSKKrHrobn3HtEzCRHBXdsNbOuaTBM { width:20rem;height:3.8984375rem;top:3.2138671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyK11NGvQpTqSW9Rrhgzwe5dsDwq4WT0 { width:20rem;height:9.75rem;top:11.9873046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2ACb0f9Cb3fZNZ7Ni6Z93VX927a44N { width:20rem;height:10.233375rem;top:23.3720703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtiQedzQMXdwAe3EOpGvaX9StWbGqpS { top:36.04296875rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7I7CQitFT4KV6BuwAamWt3DpkHzuT7J { display:block; }
 }@media only screen and (max-width: 763px) { #XFGpksaXqEp0OymvmaH3rmbHa6OFc6Vm { width:20rem;height:1.29980625rem;top:7.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XkXttRtlPL7wDGbuHL7oX731FNVTEq { display:block; }#l1XkXttRtlPL7wDGbuHL7oX731FNVTEq > .row .container { width:20rem;height:119.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSWeZMTwXvU3vO5I29s4wJZI0nLsgR5u { width:20rem;height:25.125rem;top:19.0439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NROQvMOU0rSECMFrkB4uebOFPwVu6ibZ { width:20rem;height:25.0625rem;top:86.1689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUJ2zTSmKvOZPsfUZAx01EzfZ31zGZ9Q { width:20rem;height:25.0625rem;top:52.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDaMsK9igdA2RyzOetwPolNNA6h1VvA { width:17.5rem;height:2.75rem;top:45.7314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0vAZ52TTugFOKuON1MrvSOTExzt362v { display:block; }
 }@media only screen and (max-width: 763px) { #sNmINUaMIC1muwKNnDvHUWrl1Dd0g4AL { width:17.5rem;height:2.75rem;top:112.603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnCl6wlxnpTF4ygaxoNZvMcDUBzc4iee { display:block; }
 }@media only screen and (max-width: 763px) { #y3Ak7GnFCk67nTia1bfN2bQBwQNG3JT5 { width:17.5rem;height:2.75rem;top:79.1064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmgJWd2qb55ZCVOwtqwQMszQl5KNEhCc { display:block; }
 }@media only screen and (max-width: 763px) { #eQHymJegdVVQeTDfZOMoSRCxHfrSmsNF { width:20rem;height:3.8984375rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU8i2f4f1JzSTrJWPL0IXvig5skEzKVS { width:20rem;height:1.29980625rem;top:7.2109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5eQa8HNNWVIa0G33N4LWSZ4wP5kcd1 { width:20rem;height:6.5rem;top:10.7998046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 { display:block; }#DimEnRml8U1BeUAkXIKMI5nKRdc7KTa0 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNQfvmq9qDkBfnuTPmhZF9p0iSKpCm0g { width:20rem;height:3.8984375rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXtsmDdn6ALqSINRz8EuV3fZS7IpTLO { width:20rem;height:16.25rem;top:12.2373046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL56x63bM0bbTDeEClnbAIxcs5up3IGr { width:20rem;height:5.84765625rem;top:30.1748046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drR4LlVbURidRkAfwAruf3XS9fsEpahW { width:20rem;height:1.29980625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLsRGvCPqMQwmJAd9ChZrQ57lf6OExFJ { top:37.8349609375rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRHZvSTAnv4kJXTBkJZxDddouUScyboi { display:block; }
 }@media only screen and (max-width: 763px) { #fWenKoO04m6DzL35qxxJl8dWEN026C6X { width:20rem;height:5rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UQ4ICRvy4TusmpBFsUFTUxPw3sPp0v { width:13.875rem;height:6.0625rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ { display:block; }#OJTNKnKwIUg5cwh3tgqVk00XeoSJJTnJ > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7qlUbcqOmZRA5QT2wrhVXLHSsEP5u0f { width:3.4375rem;height:3.4375rem;top:3.875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxx755Mvb9s8QonBU4sWvnZ9o2QgUl8R { width:20rem;height:5.19921875rem;top:8.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6TpEi9d003Ew7TlCygVFClqyDF0hVRy { width:20rem;height:2.923825rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0I0VTqvE3eWEm5g3q80Qcbnpukq5bVg { top:20.34375rem;left:1.34375rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWnGwh0aisGXzGNBwsViyHvAFisSSCT { display:block; }
 }@media only screen and (max-width: 763px) { #b74a0K6eOoB3E8kEZgT5LQGW2idTUhao { display:flex;width:2.625rem;height:2.625rem;top:27.46875rem;left:5.71875rem; }
#b74a0K6eOoB3E8kEZgT5LQGW2idTUhao > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF { display:flex;width:2.3125rem;height:2.3125rem;top:27.625rem;left:0rem; }
#JgzULhd3Xd87H5vBTL2xZOPGXzePWQBF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #nrrVl1MXTnXG0otQxhzIZiVuxAyvbfI4 { width:20rem;height:16.3125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxn4Nn7aE0pGOraM98gceo5SaB3rbbql { width:15.375rem;height:1.13671875rem;top:41.11328125rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rSw5dbVG9C4tAsodBJirDx8ID5C9ovxb { width:15.375rem;height:1.13671875rem;top:36.75rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7Oe8X7sJaBynGdeomLLpJ2Tmul3DmCo { width:15.375rem;height:1.13671875rem;top:38.86328125rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCxIeTlsXJZ1vuExG1le5MIweff33n6m { display:flex;width:2.4375rem;height:2.4375rem;top:27.5625rem;left:11.71875rem; }
#fCxIeTlsXJZ1vuExG1le5MIweff33n6m > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #wNRM2dCk2IollZBlSafyiFqAG8h7X1dC { display:flex;width:3rem;height:3rem;top:27.28125rem;left:17rem; }
#wNRM2dCk2IollZBlSafyiFqAG8h7X1dC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }