.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/9UhwoTXf/rodina_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyloading { background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:60rem;height:62.625rem;font-size:0.875rem;font-family:dosis;position:relative;display:block; }#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-form-header {  }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:0.875rem;font-weight:400;color:#070606;width:16rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:right;text-align-last:right;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:right;text-align-last:right;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:hekaya;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffa203;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.25rem;font-weight:400;color:#ffffff;width:16rem;height:4.1875rem;font-family:hekaya;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.5625rem;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.5625rem;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:1.5625rem;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:1.5625rem;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:first-of-type{padding-top:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:last-of-type{padding-bottom:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.6240234375rem;top:15.8115234375rem;z-index:100028;position:absolute; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16rem;display:block;vertical-align:top; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.6240234375rem;top:15.8115234375rem;z-index:100028;position:absolute; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn { position:relative; }
#EP1R6aIfvkyaIDJnvz6PPzxWMn2ZrGd2 { position:relative;display:block; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl { position:relative; }
#avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { color:#fafafa;display:block;width:57.75rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:0.6845703125rem;left:2.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { background-color:#c421ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:1.6533203125rem;left:1.4970703125rem;display:none; }
#sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q06BK60yDbumVNUCeQgT6a4CO658K3fR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { color:#000000;display:block;width:26.75rem;position:absolute;font-family:hekaya;font-size:1.8125rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:15.8125rem;left:29.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:26.6875rem;top:0.625rem;left:16.375rem;overflow:hidden;display:block; }
#f5yyk32bcLsA90LHMRLttiuAD6UznyTS { color:#f1f3f8;display:block;width:31.4375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:12.625rem;left:27.40625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#so2niRkB0hVyXx3rTyXxrUtSWegiyaJt { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:hekaya;font-size:1.75rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:19.0625rem;left:34.15625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rx3GSwKh4E4qLmuRGKnFWWq53hGcT10V { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.71875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDE5gvArlOyOKbqMoX4eXnCZJyCkOnBo { position:absolute;display:block;z-index:99999;background-color:rgba(236,238,243,0.57);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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:32.3125rem;width:0.125rem;top:12.0625rem;left:24.96875rem;display:block; }
#WS7on9RDTeEATkfNSAD6sRqIHNNGr9Jc { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#VtRR1MUpFMQXMoOi0G7sB2SxLBPguOgR { background-color:#ffa203;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.4375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:24.6875rem;left:36.3125rem;display:block; }
#daP824HqNFIcvp4TTTvBfTpQgCEOQtE7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#myMds64ZbIZDtHB1qUZpIJybhsiXft2H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.5rem;width:59.875rem;display:none; }
#uvtyVJwCO8Skx34dpLD7AA2qCAEOmTGN { background-color:#ffa203;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:27.78125rem;left:34.90625rem;display:none; }
#I7hLaylzh6CIryyU3RLMCgty5JKiKmgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dk8ortdQRVUeVZQmykBWTD6HL0Qo3IXw { background-color:#ffa203;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:30.375rem;left:36.96875rem;display:block; }
#RC8LiqEGo6e3mFxEQcIc18kNtIJnUhUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xFc3eH7t7UXXB3x8LRDD5ezuSddDtTCk { color:#f1f3f8;display:block;width:31.4375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:8.625rem;left:13.125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pl2clFfvuZvUk0MzB7uws17fRJhoiHOZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:23.625rem;left:47.5rem;height:0;text-align:right;text-align-last:right;display:block; }
#BW45WX8T2M1APIWrEaA5veAfiUFGq5Mt { box-sizing:content-box;color:#ffffff;font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:25.375rem;left:26.875rem;display:none; }
#Ihvyi0aOeEVBzNTp2kiTPxfHLinaSLkp { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:38rem;left:24.3125rem;overflow:hidden;display:block; }
#HsRDSHJSSShTsVgTnlCbWXPuK0i9N92S { background-color:#4ec130;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:56.375rem;left:32.625rem;display:block; }
#TLtTv5P0UvTCtve6X1tZfVC4UeTm5eto { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d9lATHzrTulsDtgvLI5K1Z8Ps5IvgfH3 { z-index:100003;top:37.999267578125rem;left:38.231201171875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PC8rseDysOFTTA1K9KnHRHH4uBLeiANf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/px99YnkN/rodina_2.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT.adaptive-delivery-prevent-bg, #VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT.lazyload, #VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT.lazyloading { background-image: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { background-color: transparent; background-image: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container > .video-iframe-container { display: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row > .video-iframe-container { display: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .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); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { border-width: 0; border-radius: 0; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#cwdQste5epLoAP9HOwdCDdDRaU0Z5vlX { z-index:100004;top:4.4375rem;left:4.6875rem;background-color:#ffa203;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:hekaya;font-size:3.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:5.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UdXHumzOqOCiwa5TDb8PJqleTLVZewRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I120fLgZgTC0MXBBDdiuGmyK4y2GNTS5 { color:#ffffff;display:block;width:12.3730625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:2.875rem;left:8.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z8vtoNFtCcn38lT4Iq5HFQb7Vuv4N8tg { position:absolute;display:block;z-index:100015;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dotted #00308a;border-left:0.25rem dotted #00308a;border-right:0.25rem dotted #00308a;border-bottom:0.25rem dotted #00308a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:4.74935rem;width:12.4370625rem;top:1.875rem;left:8.6875rem;display:none; }
#IeQ157mUMpnxXxuc4TzsTEnAQBf33DXJ { color:#0d1976;display:block;width:12.3730625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:7.75rem;left:8.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kmuWUEm3vmq4kGMsh5SvW6Egw4TLm8qx { z-index:100009;top:19.875rem;left:7.5625rem;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #3bb0ff, #2c86c2);background-image: -moz-linear-gradient(top, #3bb0ff, #2c86c2);background-image: -ms-linear-gradient(top, #3bb0ff, #2c86c2);background-image: -o-linear-gradient(top, #3bb0ff, #2c86c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb0ff', endColorstr='#2c86c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb0ff', endColorstr='#2c86c2' );";background-image: linear-gradient(to bottom, #3bb0ff, #2c86c2);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#14405d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.936rem;height:4.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wiDkvSaxo4s7FWzG8Rexg8LBnkhGrLI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IvueX54oKqXvlDL4kzUO4ZVr7F36u6ys { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dotted #0e9ae5;border-left:0.25rem dotted #0e9ae5;border-right:0.25rem dotted #0e9ae5;border-bottom:0.25rem dotted #0e9ae5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.125rem;width:12.6875rem;top:0.8125rem;left:8.5rem;display:none; }
#TNPpw8q2fF4lZcK79P2hFtaLQyeSF4iL { position:absolute;display:block;z-index:100008;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:10.4375rem;width:23rem;top:12.125rem;left:4.6875rem;display:block; }
#unG3ovcI4FosCys4Doq24UHRSnckV5pE { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2.6875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:12.5rem;left:6rem;height:3.49365rem;text-align:center;text-align-last:center;display:block; }
#eFFnnoUwG4F7wrNEqh43Kk6yDyAe65lR { position:absolute;display:block;z-index:100018;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:11.4375rem;width:22.4375rem;top:16rem;left:37.5625rem;display:block; }
#xXLbCkFRTkWypprL1yyrEROiPRw6A4Ny { color:#0c2361;display:block;width:18.0625rem;position:absolute;font-family:hekaya;font-size:2.25rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.875rem;height:2.92358125rem;text-align:center;text-align-last:center;display:block; }
#SLqkyBy30gzWDDI3JSvazlSfWbfT93cH { color:#ffffff;display:block;width:18.6230625rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:17.125rem;left:30rem;height:0;text-align:center;text-align-last:center;display:none; }
#N0GTTiReFl44GJusA0aqm6ruZBCLE3Zq { color:#ffffff;display:block;width:18.6230625rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20.75rem;left:30.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#iSks2tczyh8TPvKreCmgBx7yUNhnTWWR { color:#000000;display:block;width:6.25rem;position:absolute;font-family:hekaya;font-size:3.125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:18.0625rem;left:37.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#mZQHtoML43lwuPkJB936aF4AXbu2o0Tt { color:#ffffff;display:block;width:18.6230625rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:25.4375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Z5PfVlbaaHs3y5gAn4rPknPH5hcUkiUG { color:#fdfdfd;display:block;width:18.3125rem;position:absolute;font-family:kids;font-size:3rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:1.9130859375rem;left:20.46875rem;height:3.96264375rem;text-align:center;text-align-last:center;display:block; }
#smooTxxh48wtR4aJC1qr287JrDfJLhMO { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#AgzZQzVtSH2QE8wBzQXuTa11gAolmdBq { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:19.6171875rem;left:37.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RMn70X3t5OqoLch217eD6VvPwD2EuN3c { color:#fffafa;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:20.125rem;left:4.6875rem;height:1.7858875rem;text-align:right;text-align-last:right;display:block; }
#XMdx075DJU6DQVzaeQz86fTG3FAntZwV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:25.1875rem;left:43.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#cQM3HvTtT4x9tZJUhCga14zI5E3MbaBM { position:absolute;display:block;z-index:100011;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:5.4375rem;left:37rem;display:block; }
#zNoF3gqxUNdF3Bsx2QZ6834ym9zVpvXc { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2.6875rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:5.75rem;left:38.3125rem;height:3.493925rem;text-align:center;text-align-last:center;display:block; }
#gfnOwtans2Izmgzfit1Ofo07tghRxA9h { color:#fffafa;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38.15625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#UxNuf4WBpcW6KsdUReoby253yCD4JB7r { position:absolute;display:block;z-index:100011;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:30.0625rem;left:37rem;display:block; }
#d6sBeRNb47PpgbZMPIzpPRQwiqA3i0ix { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:30.8125rem;left:38.625rem;height:5.26025625rem;text-align:center;text-align-last:center;display:block; }
#hURMwVKV4NL1Spca01s0G4vAGTiliTK4 { color:#fffafa;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:34.4375rem;left:37rem;height:3.3120125rem;text-align:right;text-align-last:right;display:block; }
#df2X8b5zm6GBLaB4GoqN3tLmSomioTTr { position:absolute;display:block;z-index:100011;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:23.3125rem;left:4.75rem;display:block; }
#DTR04zpvoNxlPcy0MGHUUFxITAOZfwW7 { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2.5rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:23.54296875rem;left:6rem;height:3.3120125rem;text-align:center;text-align-last:center;display:block; }
#WMwpzXwzPfhbnUvc0HmFrH59Gqh8twBq { color:#fffafa;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.875rem;height:3.1484375rem;text-align:right;text-align-last:right;display:block; }
#oekkGIQKLKCsSptByIRqJFhXHrGR6TyX { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:21.849609375rem;left:38.40625rem;height:3.167725rem;text-align:right;text-align-last:right;display:block; }
#goeurq36ESpt81ttDDr9cihOvM2yIIJt { color:#fffafa;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.6875rem;height:2.2753875rem;text-align:right;text-align-last:right;display:block; }
#RxogF3dSSlXSsTQao8hsBNpicJdXUP4B { position:absolute;display:block;z-index:100014;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:40.5625rem;left:37rem;display:block; }
#gV51s9UlZ9VCHUbfWffVRCTKgQ5Ld01Q { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:41.3125rem;left:38.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#UTLCK1S7GrGweOT1TQ27EkzLOTH02f2d { color:#fffafa;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:44.9375rem;left:35.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#bw5Tr3ty3eiFFaBGUphmIIam3eETxENi { position:absolute;display:block;z-index:100017;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:51.25rem;left:37rem;display:block; }
#gMc2mUQn1SfZ8tc4ODU9z4kidFKNmsbB { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:2rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:52rem;left:38.625rem;height:5.26025625rem;text-align:center;text-align-last:center;display:block; }
#skC42zAvKwavcuFWudT08ZX8lJTF2bm0 { color:#fffafa;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:55.625rem;left:35.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i5cc9I6HmcsKXPoc4dg1SFC5LadPocAh { position:absolute;display:block;z-index:100020;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:32.4375rem;left:4.125rem;display:block; }
#muhRkKf3kO3D1q29FWrUhiuCRvmkfZE4 { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:33.1875rem;left:5.75rem;height:3.73779375rem;text-align:center;text-align-last:center;display:block; }
#W3ZduAV9aRB9sU7TKS56GXMlinlDauWL { color:#fffafa;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:37.6875rem;left:9.4375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#nS9PVaqAyChloz2lDc1rK3xJwawsCWT7 { position:absolute;display:block;z-index:100023;background-color:#ea9606;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;height:8.1875rem;width:23rem;top:43.125rem;left:3.5rem;display:block; }
#PIseg3b2wJqfCCILdBNIqwKyhhvkCXlC { color:#0c2361;display:block;width:20.3730625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:43.875rem;left:5.125rem;height:3.73779375rem;text-align:center;text-align-last:center;display:block; }
#pD49MQfUOJWB20Nyzk8oPNcDE5xuMD4t { color:#fffafa;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:48.375rem;left:8.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#vULUdgOdrHeaZFJrS5ebTlPXCTGX9xBz { background-color:#4ec130;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:54.0625rem;left:6rem;display:block; }
#sqbPXEl0Klf1DxW4GFSNtwcoVlBc0qN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mz5e5NvoG19vx6H6hNwIBuFpmzEgvewm { background-color:#4ec130;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:2.5rem;left:2.71875rem;display:block; }
#oISV3225fOkJMPspfb7vMBgpWkxPhhq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NnJbhdJx/GettyImages_1210226489.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.adaptive-delivery-prevent-bg, #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.lazyload, #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.lazyloading { background-image: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { background-color: transparent; background-image: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container > .video-iframe-container { display: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row > .video-iframe-container { display: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .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); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { border-width: 0; border-radius: 0; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#QhUh5wQoCnX4VAgxL5d5dfwGAcclv2aD { background-color:#8b2e58;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.625rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:6.875rem;left:32.96875rem;display:none; }
#MBHy56zVlIepoG1ZiNv6zO8A3tI3Eudr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ifThvLULsQ0XTlEQnt5rRpudko8XZTTJ { z-index:100005;top:10.374349594116rem;left:5.7486972808838rem;background-color:#e6003c;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:hekaya;font-size:2.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6873125rem;height:5.74978125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#DxO2xRyU1C27iOqkwCz3nS3elsXH1abu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZWpTPlFsIy0n93cXSaTqQxp7fse40dpK { color:#000000;display:block;width:17.5rem;position:absolute;font-family:hekaya;font-size:1.3125rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:8.9375rem;left:34.34375rem;height:17.3657375rem;text-align:right;text-align-last:right;display:block; }
#iO415zIFXCCrivdSScqZHiozbBKfmeF3 { background-color:#4ec130;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:13.75rem;left:3.8095703125rem;display:block; }
#khNArNwFAJaR4bSWZxT8cMxfEUJueO3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffa203, #f18da7);background-image: -moz-linear-gradient(90deg, #ffa203, #f18da7);background-image: -ms-linear-gradient(90deg, #ffa203, #f18da7);background-image: -o-linear-gradient(90deg, #ffa203, #f18da7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa203', endColorstr='#f18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa203', endColorstr='#f18da7' );";background-image: linear-gradient(90deg, #ffa203, #f18da7);background-size:contain !important;position:relative;display:block; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { background-color: transparent; background-image: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container > .video-iframe-container { display: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row > .video-iframe-container { display: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .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); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { border-width: 0; border-radius: 0; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#NyytJTPJK4hNr1BUv2LETlrCv0vPVq28 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:14.53125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8.4375rem;top:10.623779296875rem;left:49.560546875rem;overflow:hidden;display:block; }
#AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { color:#000000;display:block;width:40rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:5.185546875rem;left:5.6201171875rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:hekaya;font-size:2.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.310791015625rem;left:19.869140625rem;height:6.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { color:#ffffff;display:block;width:40.49925rem;position:absolute;font-family:hekaya;font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:12.279052734375rem;left:6.3037109375rem;height:6.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { color:#000000;display:block;width:45.875rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:normal;z-index:100027;line-height:1.4;letter-spacing:0;top:16.175048828125rem;left:0rem;height:20.44189375rem;text-align:right;text-align-last:right;display:block; }
#gBEqZ3QgmUWD0MlNlduEayKI3tEqLOhc { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);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;height:2.25rem;width:32.375rem;top:34.5rem;left:13.8125rem;display:none; }
#h18S1QyIu39sUxTBCW4vyVErUVSS3yCT { position:relative;display:none; }#h18S1QyIu39sUxTBCW4vyVErUVSS3yCT { border-width: 0; border-radius: 0; }#h18S1QyIu39sUxTBCW4vyVErUVSS3yCT > .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:28.125rem;width:60rem;position:relative;display:none; }#roDS7XBUJ6yhupypMmCPI0VvulcCKxUO { color:#000000;display:block;width:38.875rem;position:absolute;font-family:kids;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:16.5rem;text-align:right;text-align-last:right;display:block; }
#s2MRhzDvFHdaB45CP6NBb2nVEOuDB4tU { color:#df4a8d;display:block;width:22.75rem;position:absolute;font-family:hekaya;font-size:2.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0rem;left:10.28125rem;height:8.4375rem;text-align:right;text-align-last:right;display:block; }
#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c06fa5;background-image:none;position:relative;display:none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { border-width: 0; border-radius: 0; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { font-size:0.875rem;font-family:dosis;height:34.5625rem;width:60rem;position:relative;display:none; }#a4ssyDUkEafANptDItz0dZUINPqsG9fk { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:0.5595703125rem;left:10.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1xCQlreaxcTTeUao45yKz3esx0a3aBm { color:#ffffff;display:block;width:52.37425rem;position:absolute;font-family:hekaya;font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5556640625rem;left:4.998779296875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.59375rem;left:36.6767578125rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.251220703125rem;left:41.395263671875rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.625rem;left:41.375rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19rem;left:41.375rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#i7PJNVc5H29xloN27SR7VyRlAfS539Cz { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.43701171875rem;left:41.436767578125rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24.1240234375rem;left:36.8115234375rem;height:2rem;text-align:right;text-align-last:right;display:block; }
#dSFs4r4v71S7IXv7IdGzRwPaRuC8RSll { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.28) ;height:15.875rem;width:25.5rem;top:12.4033203125rem;left:1.1162109375rem;display:none; }
#oc82SMk30r27hap8RiHtkVZcZnobvl2x { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:13.937959671021rem;left:57.486211776733rem;overflow:hidden;display:block; }
#LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:16.721277236939rem;left:57.483915328979rem;overflow:hidden;display:block; }
#EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:19.530788421631rem;left:57.483915328979rem;overflow:hidden;display:block; }
#kOeRHheWR9kCT6krwQS2ITIsIB703E76 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:21.96736907959rem;left:57.483915328979rem;overflow:hidden;display:block; }
#TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:24.528949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:26.903949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#rUJUp20q91q14dJ1VCTI8pqANMGbCrzb { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24.5615rem;width:24.9355625rem;top:9.4306640625rem;left:0rem;display:block; }#rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.adaptive-delivery-prevent-bg, #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.lazyload, #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.lazyloading { background-image: none; }
#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fb7b7;background-image:none;position:relative;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { border-width: 0; border-radius: 0; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { color:#29bdbe;display:block;width:19.4375rem;position:absolute;font-family:hekaya;font-size:1rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:6.9375rem;left:24.40625rem;height:1.29980625rem;font-style:normal;display:block; }
#XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:hekaya;font-size:1.75rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:1.25rem;left:17.9375rem;height:2.4500875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f372HqFheIxH5OEML0MX239tnPvbEBry { color:#fafafa;display:block;width:38.5625rem;position:absolute;font-family:hekaya;font-size:1.75rem;font-weight:400;z-index:100026;line-height:1.7;letter-spacing:0;top:8.4375rem;left:12.06201171875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.6875rem;left:29.71875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #EP1R6aIfvkyaIDJnvz6PPzxWMn2ZrGd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:47.75rem;height:5.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { display:none; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { top:15.8125rem;left:21rem;width:26.75rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { top:0.625rem;left:10.25rem;width:26.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yyk32bcLsA90LHMRLttiuAD6UznyTS { top:12.625rem;left:16.3125rem;width:31.4375rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so2niRkB0hVyXx3rTyXxrUtSWegiyaJt { top:19.0625rem;left:28.03125rem;width:18.0625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3GSwKh4E4qLmuRGKnFWWq53hGcT10V { top:12.625rem;left:0rem;width:22.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDE5gvArlOyOKbqMoX4eXnCZJyCkOnBo { top:12.0625rem;left:18.84375rem;width:0.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7on9RDTeEATkfNSAD6sRqIHNNGr9Jc { display:none; }
 }@media only screen and (max-width: 763px) { #VtRR1MUpFMQXMoOi0G7sB2SxLBPguOgR { width:16rem;height:3.4375rem;top:24.6875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daP824HqNFIcvp4TTTvBfTpQgCEOQtE7 { display:block; }
 }@media only screen and (max-width: 763px) { #myMds64ZbIZDtHB1qUZpIJybhsiXft2H { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvtyVJwCO8Skx34dpLD7AA2qCAEOmTGN { width:17.5rem;height:3.4375rem;top:27.75rem;left:28.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7hLaylzh6CIryyU3RLMCgty5JKiKmgg { display:block; }
 }@media only screen and (max-width: 763px) { #Dk8ortdQRVUeVZQmykBWTD6HL0Qo3IXw { width:15.3125rem;height:3.4375rem;top:30.375rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8LiqEGo6e3mFxEQcIc18kNtIJnUhUq { display:block; }
 }@media only screen and (max-width: 763px) { #xFc3eH7t7UXXB3x8LRDD5ezuSddDtTCk { top:8.625rem;left:7rem;width:31.4375rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2clFfvuZvUk0MzB7uws17fRJhoiHOZ { top:23.625rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW45WX8T2M1APIWrEaA5veAfiUFGq5Mt { top:25.375rem;left:20.75rem;width:5.6875rem;height:5.6875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihvyi0aOeEVBzNTp2kiTPxfHLinaSLkp { top:38rem;left:18.1875rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRDSHJSSShTsVgTnlCbWXPuK0i9N92S { width:14.9375rem;height:5.4375rem;top:56.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLtTv5P0UvTCtve6X1tZfVC4UeTm5eto { display:block; }
 }@media only screen and (max-width: 763px) { #d9lATHzrTulsDtgvLI5K1Z8Ps5IvgfH3 { top:37.9375rem;left:32.106201171875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC8rseDysOFTTA1K9KnHRHH4uBLeiANf { display:block; }
 }@media only screen and (max-width: 763px) { #VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT { display:block; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwdQste5epLoAP9HOwdCDdDRaU0Z5vlX { top:4.4375rem;left:1.625rem;width:11.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdXHumzOqOCiwa5TDb8PJqleTLVZewRJ { display:block; }
 }@media only screen and (max-width: 763px) { #I120fLgZgTC0MXBBDdiuGmyK4y2GNTS5 { width:12.3125rem;height:3.75rem;top:2.8125rem;left:5.7493476867676rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vtoNFtCcn38lT4Iq5HFQb7Vuv4N8tg { top:1.875rem;left:5.625rem;width:12.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQ157mUMpnxXxuc4TzsTEnAQBf33DXJ { width:12.3125rem;height:0;top:7.75rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmuWUEm3vmq4kGMsh5SvW6Egw4TLm8qx { top:19.875rem;left:4.5rem;width:14.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiDkvSaxo4s7FWzG8Rexg8LBnkhGrLI8 { display:block; }
 }@media only screen and (max-width: 763px) { #IvueX54oKqXvlDL4kzUO4ZVr7F36u6ys { top:0.8125rem;left:5.4375rem;width:12.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPpw8q2fF4lZcK79P2hFtaLQyeSF4iL { top:12.125rem;left:0.875rem;width:23rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG3ovcI4FosCys4Doq24UHRSnckV5pE { top:12.5rem;left:2.9375rem;width:20.3125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFnnoUwG4F7wrNEqh43Kk6yDyAe65lR { top:16rem;left:25.3125rem;width:22.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLbCkFRTkWypprL1yyrEROiPRw6A4Ny { top:16.6875rem;left:29.6875rem;width:18.0625rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLqkyBy30gzWDDI3JSvazlSfWbfT93cH { top:17.125rem;left:23.875rem;width:18.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0GTTiReFl44GJusA0aqm6ruZBCLE3Zq { top:20.75rem;left:23.875rem;width:18.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSks2tczyh8TPvKreCmgBx7yUNhnTWWR { top:18.0625rem;left:27.9375rem;width:6.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZQHtoML43lwuPkJB936aF4AXbu2o0Tt { top:7.8125rem;left:5.3125rem;width:18.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5PfVlbaaHs3y5gAn4rPknPH5hcUkiUG { top:1.875rem;left:5.5625rem;width:18.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smooTxxh48wtR4aJC1qr287JrDfJLhMO { top:17.6875rem;left:16.5rem;width:7.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgzZQzVtSH2QE8wBzQXuTa11gAolmdBq { top:19.5625rem;left:27rem;width:20.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMn70X3t5OqoLch217eD6VvPwD2EuN3c { top:20.125rem;left:1.625rem;width:22.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMdx075DJU6DQVzaeQz86fTG3FAntZwV { top:25.1875rem;left:34.1875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQM3HvTtT4x9tZJUhCga14zI5E3MbaBM { top:5.4375rem;left:24.75rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNoF3gqxUNdF3Bsx2QZ6834ym9zVpvXc { top:5.75rem;left:27.4375rem;width:20.3125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnOwtans2Izmgzfit1Ofo07tghRxA9h { top:10.1875rem;left:26.5rem;width:21.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNuf4WBpcW6KsdUReoby253yCD4JB7r { top:30.0625rem;left:24.75rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6sBeRNb47PpgbZMPIzpPRQwiqA3i0ix { top:30.8125rem;left:27.4375rem;width:20.3125rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURMwVKV4NL1Spca01s0G4vAGTiliTK4 { top:34.4375rem;left:25.5625rem;width:22.1875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df2X8b5zm6GBLaB4GoqN3tLmSomioTTr { top:23.3125rem;left:0.875rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTR04zpvoNxlPcy0MGHUUFxITAOZfwW7 { top:23.5rem;left:2.9375rem;width:20.3125rem;height:3.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwpzXwzPfhbnUvc0HmFrH59Gqh8twBq { top:27.4375rem;left:0.8125rem;width:22.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekkGIQKLKCsSptByIRqJFhXHrGR6TyX { top:21.8125rem;left:27rem;width:20.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goeurq36ESpt81ttDDr9cihOvM2yIIJt { top:16.8125rem;left:1.625rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxogF3dSSlXSsTQao8hsBNpicJdXUP4B { top:40.5625rem;left:24.75rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV51s9UlZ9VCHUbfWffVRCTKgQ5Ld01Q { top:41.3125rem;left:27.4375rem;width:20.3125rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLCK1S7GrGweOT1TQ27EkzLOTH02f2d { top:44.9375rem;left:25.5625rem;width:22.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5Tr3ty3eiFFaBGUphmIIam3eETxENi { top:51.25rem;left:24.75rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMc2mUQn1SfZ8tc4ODU9z4kidFKNmsbB { top:52rem;left:27.4375rem;width:20.3125rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skC42zAvKwavcuFWudT08ZX8lJTF2bm0 { top:55.625rem;left:25.5625rem;width:22.1875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5cc9I6HmcsKXPoc4dg1SFC5LadPocAh { top:32.4375rem;left:0.875rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhRkKf3kO3D1q29FWrUhiuCRvmkfZE4 { top:33.1875rem;left:2.6875rem;width:20.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ZduAV9aRB9sU7TKS56GXMlinlDauWL { top:37.6875rem;left:6.375rem;width:13.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9PVaqAyChloz2lDc1rK3xJwawsCWT7 { top:43.125rem;left:0.4375rem;width:23rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIseg3b2wJqfCCILdBNIqwKyhhvkCXlC { top:43.875rem;left:2.0625rem;width:20.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD49MQfUOJWB20Nyzk8oPNcDE5xuMD4t { top:48.375rem;left:5.75rem;width:13.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULUdgOdrHeaZFJrS5ebTlPXCTGX9xBz { width:14.9375rem;height:5.4375rem;top:54.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbPXEl0Klf1DxW4GFSNtwcoVlBc0qN8 { display:block; }
 }@media only screen and (max-width: 763px) { #mz5e5NvoG19vx6H6hNwIBuFpmzEgvewm { width:14.9375rem;height:5.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oISV3225fOkJMPspfb7vMBgpWkxPhhq3 { display:block; }
 }@media only screen and (max-width: 763px) { #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS { display:block; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhUh5wQoCnX4VAgxL5d5dfwGAcclv2aD { width:19rem;height:3.625rem;top:7.5rem;left:27.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBHy56zVlIepoG1ZiNv6zO8A3tI3Eudr { display:block; }
 }@media only screen and (max-width: 763px) { #ifThvLULsQ0XTlEQnt5rRpudko8XZTTJ { top:10.3125rem;left:0rem;width:11.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxO2xRyU1C27iOqkwCz3nS3elsXH1abu { display:block; }
 }@media only screen and (max-width: 763px) { #ZWpTPlFsIy0n93cXSaTqQxp7fse40dpK { top:8.9375rem;left:28.21875rem;width:17.5rem;height:13.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO415zIFXCCrivdSScqZHiozbBKfmeF3 { width:14.9375rem;height:5.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khNArNwFAJaR4bSWZxT8cMxfEUJueO3G { display:block; }
 }@media only screen and (max-width: 763px) { #sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { display:block; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyytJTPJK4hNr1BUv2LETlrCv0vPVq28 { top:34.25rem;left:8.40625rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { top:10.5625rem;left:39.3125rem;width:8.4375rem;height:6.43675rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { width:40rem;height:6.5625rem;top:5.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { width:26.875rem;height:3.1875rem;top:1.25rem;left:13.744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { width:40.4375rem;height:3.1875rem;top:12.25rem;left:0.1787109375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { top:16.125rem;left:0rem;width:45.8125rem;height:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEqZ3QgmUWD0MlNlduEayKI3tEqLOhc { top:34.5rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h18S1QyIu39sUxTBCW4vyVErUVSS3yCT { display:block; }#h18S1QyIu39sUxTBCW4vyVErUVSS3yCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roDS7XBUJ6yhupypMmCPI0VvulcCKxUO { top:7.875rem;left:0rem;width:38.875rem;height:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MRhzDvFHdaB45CP6NBb2nVEOuDB4tU { top:0rem;left:4.15625rem;width:22.75rem;height:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:42.0625rem;height:2.8125rem;top:0.5rem;left:3.937255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:47.75rem;height:4.8125rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { top:13.5625rem;left:27.4375rem;width:20.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { top:16.25rem;left:32rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { top:21.5625rem;left:32rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { top:18.9375rem;left:32rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { top:26.375rem;left:32rem;width:15.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { top:24.0625rem;left:27.4375rem;width:20.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFs4r4v71S7IXv7IdGzRwPaRuC8RSll { width:25.5rem;height:15.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { top:13.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { top:16.6875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { top:19.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { top:21.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { top:24.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { top:26.875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb { width:24.875rem;height:24.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { top:6.9375rem;left:18.28125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:26.625rem;height:2.4375rem;top:1.25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { top:8.4375rem;left:5.93701171875rem;width:38.5625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { top:4.6875rem;left:23.59375rem;width:3.0625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(13,90,188,0.5), rgba(3,26,14,0.15));background-image: -moz-linear-gradient(180deg, rgba(13,90,188,0.5), rgba(3,26,14,0.15));background-image: -ms-linear-gradient(180deg, rgba(13,90,188,0.5), rgba(3,26,14,0.15));background-image: -o-linear-gradient(180deg, rgba(13,90,188,0.5), rgba(3,26,14,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0d5abc', endColorstr='#26031a0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0d5abc', endColorstr='#26031a0e' );";background-image: linear-gradient(180deg, rgba(13,90,188,0.5), rgba(3,26,14,0.15));background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#040303;background-image:none; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:14.9375rem;height:auto;top:18.0625rem;left:1.28125rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:14.9375rem;height:auto;top:18.0625rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Vt5otAKAlmdgWBblsRTu7BzENthPkn8f {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #PmCuQmGwOlTsEetOqI0u6q0p5WWTCXll {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #Me7ni1BIfUBTey5tQqZAkoe2FEDxpeqq {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #EP1R6aIfvkyaIDJnvz6PPzxWMn2ZrGd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:20rem;height:0;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:34.8125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { top:33.6240234375rem;left:0rem;width:20.0625rem;height:10.749rem;z-index:100003;background-color:#877f7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { width:20rem;height:0;top:25.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:rgba(0,0,0,0.94);display:none; }
 }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { width:12.8125rem;height:3.9375rem;top:0.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yyk32bcLsA90LHMRLttiuAD6UznyTS { width:20rem;height:0;top:23.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:2;font-weight:300;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #so2niRkB0hVyXx3rTyXxrUtSWegiyaJt { width:18.0625rem;height:0;top:27.75rem;left:0.96875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:2;font-weight:300;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #rx3GSwKh4E4qLmuRGKnFWWq53hGcT10V { width:15.875rem;height:0;top:26.0625rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZDE5gvArlOyOKbqMoX4eXnCZJyCkOnBo { width:20rem;height:4.5625rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WS7on9RDTeEATkfNSAD6sRqIHNNGr9Jc { top:15.6630859375rem;left:0rem;width:20rem;height:4.6875rem;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #VtRR1MUpFMQXMoOi0G7sB2SxLBPguOgR { width:8.5rem;height:2.1875rem;top:6.625rem;left:1.28125rem;background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daP824HqNFIcvp4TTTvBfTpQgCEOQtE7 { display:block; }
 }@media only screen and (max-width: 763px) { #myMds64ZbIZDtHB1qUZpIJybhsiXft2H { top:44.5625rem;left:0rem;width:20rem;height:9.5rem;z-index:100040;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uvtyVJwCO8Skx34dpLD7AA2qCAEOmTGN { width:8.3125rem;height:2.1875rem;top:6.625rem;left:10.46875rem;background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.8125rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #I7hLaylzh6CIryyU3RLMCgty5JKiKmgg { display:block; }
 }@media only screen and (max-width: 763px) { #Dk8ortdQRVUeVZQmykBWTD6HL0Qo3IXw { width:17.5rem;height:2.625rem;top:9.75rem;left:1.25rem;background-color:#050505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8LiqEGo6e3mFxEQcIc18kNtIJnUhUq { display:block; }
 }@media only screen and (max-width: 763px) { #xFc3eH7t7UXXB3x8LRDD5ezuSddDtTCk { width:20rem;height:2.4375rem;top:4.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2clFfvuZvUk0MzB7uws17fRJhoiHOZ { width:12.5rem;height:0;top:66.875rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BW45WX8T2M1APIWrEaA5veAfiUFGq5Mt { width:5.6875rem;height:5.6875rem;top:12.375rem;left:7.15625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihvyi0aOeEVBzNTp2kiTPxfHLinaSLkp { width:18.75rem;height:18.75rem;top:55.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRDSHJSSShTsVgTnlCbWXPuK0i9N92S { width:14.9375rem;height:5.4375rem;top:49.1591796875rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLtTv5P0UvTCtve6X1tZfVC4UeTm5eto { display:block; }
 }@media only screen and (max-width: 763px) { #d9lATHzrTulsDtgvLI5K1Z8Ps5IvgfH3 { top:75.375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC8rseDysOFTTA1K9KnHRHH4uBLeiANf { display:block; }
 }@media only screen and (max-width: 763px) { #VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT { background-color:#ffffff;background-image:none;display:block; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { background-color: transparent; background-image: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container > .video-iframe-container { display: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row > .video-iframe-container { display: none; }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .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); }#VNlb72nmmDOrzJO3JqarJWIz1kSyyCeT > .row .container { width:20rem;height:96.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwdQste5epLoAP9HOwdCDdDRaU0Z5vlX { top:27.5625rem;left:6.5rem;width:7rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdXHumzOqOCiwa5TDb8PJqleTLVZewRJ { display:block; }
 }@media only screen and (max-width: 763px) { #I120fLgZgTC0MXBBDdiuGmyK4y2GNTS5 { width:12.3123125rem;height:4.30555625rem;top:26.5rem;left:4rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d1976;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Z8vtoNFtCcn38lT4Iq5HFQb7Vuv4N8tg { width:12.375rem;height:4.6875rem;top:25.5rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeQ157mUMpnxXxuc4TzsTEnAQBf33DXJ { width:12.3123125rem;height:9.375rem;top:31.375rem;left:4rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#0d1976;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #kmuWUEm3vmq4kGMsh5SvW6Egw4TLm8qx { top:44.060325622559rem;left:2.8743491768837rem;width:14.875rem;height:4.375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiDkvSaxo4s7FWzG8Rexg8LBnkhGrLI8 { display:block; }
 }@media only screen and (max-width: 763px) { #IvueX54oKqXvlDL4kzUO4ZVr7F36u6ys { width:12.6875rem;height:18.125rem;top:24.4375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNPpw8q2fF4lZcK79P2hFtaLQyeSF4iL { width:20rem;height:8.5rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unG3ovcI4FosCys4Doq24UHRSnckV5pE { width:20rem;height:2.03125rem;top:18.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFnnoUwG4F7wrNEqh43Kk6yDyAe65lR { width:20rem;height:9.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLbCkFRTkWypprL1yyrEROiPRw6A4Ny { width:20rem;height:2.03125rem;top:7.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLqkyBy30gzWDDI3JSvazlSfWbfT93cH { width:11.625rem;height:1.625rem;top:9.0625rem;left:7.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0GTTiReFl44GJusA0aqm6ruZBCLE3Zq { width:10.25rem;height:1.625rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSks2tczyh8TPvKreCmgBx7yUNhnTWWR { width:6.25rem;height:2.5625rem;top:8.625rem;left:6.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZQHtoML43lwuPkJB936aF4AXbu2o0Tt { width:18.5625rem;height:1.625rem;top:4rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5PfVlbaaHs3y5gAn4rPknPH5hcUkiUG { width:18.3125rem;height:1.625rem;top:0rem;left:0.84375rem;font-size:1.25rem;color:#050505;display:block; }
 }@media only screen and (max-width: 763px) { #smooTxxh48wtR4aJC1qr287JrDfJLhMO { width:18rem;height:1.625rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgzZQzVtSH2QE8wBzQXuTa11gAolmdBq { width:16.875rem;height:1.3808625rem;top:12.9306640625rem;left:0.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMn70X3t5OqoLch217eD6VvPwD2EuN3c { width:18.875rem;height:1.4619125rem;top:24.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMdx075DJU6DQVzaeQz86fTG3FAntZwV { width:12.5rem;height:1.54296875rem;top:14.625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQM3HvTtT4x9tZJUhCga14zI5E3MbaBM { width:20rem;height:4.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNoF3gqxUNdF3Bsx2QZ6834ym9zVpvXc { width:20rem;height:2.03125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnOwtans2Izmgzfit1Ofo07tghRxA9h { width:20rem;height:1.54296875rem;top:3.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNuf4WBpcW6KsdUReoby253yCD4JB7r { width:20rem;height:8.1875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6sBeRNb47PpgbZMPIzpPRQwiqA3i0ix { width:20rem;height:2.4375rem;top:41.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURMwVKV4NL1Spca01s0G4vAGTiliTK4 { width:20rem;height:2.923825rem;top:44.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df2X8b5zm6GBLaB4GoqN3tLmSomioTTr { width:20rem;height:8.1875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTR04zpvoNxlPcy0MGHUUFxITAOZfwW7 { width:20rem;height:2.76171875rem;top:31.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwpzXwzPfhbnUvc0HmFrH59Gqh8twBq { width:20rem;height:3.0859375rem;top:34.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oekkGIQKLKCsSptByIRqJFhXHrGR6TyX { width:18.8125rem;height:2.923825rem;top:9.71875rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goeurq36ESpt81ttDDr9cihOvM2yIIJt { width:20rem;height:2.2734375rem;top:21.26953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxogF3dSSlXSsTQao8hsBNpicJdXUP4B { width:20rem;height:8.1875rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV51s9UlZ9VCHUbfWffVRCTKgQ5Ld01Q { width:20rem;height:2.4375rem;top:70.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLCK1S7GrGweOT1TQ27EkzLOTH02f2d { width:20rem;height:1.54296875rem;top:74.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bw5Tr3ty3eiFFaBGUphmIIam3eETxENi { width:20rem;height:8.1875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMc2mUQn1SfZ8tc4ODU9z4kidFKNmsbB { width:20rem;height:2.4375rem;top:79.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skC42zAvKwavcuFWudT08ZX8lJTF2bm0 { width:20rem;height:1.54296875rem;top:84.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5cc9I6HmcsKXPoc4dg1SFC5LadPocAh { width:20rem;height:8.1875rem;top:50.4482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhRkKf3kO3D1q29FWrUhiuCRvmkfZE4 { width:20rem;height:3.736325rem;top:51.1982421875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ZduAV9aRB9sU7TKS56GXMlinlDauWL { width:13.5rem;height:1.54296875rem;top:55.6982421875rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS9PVaqAyChloz2lDc1rK3xJwawsCWT7 { width:20rem;height:8.1875rem;top:59.8857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIseg3b2wJqfCCILdBNIqwKyhhvkCXlC { width:20rem;height:3.736325rem;top:60.6357421875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD49MQfUOJWB20Nyzk8oPNcDE5xuMD4t { width:13.5rem;height:1.54296875rem;top:65.6982421875rem;left:3.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vULUdgOdrHeaZFJrS5ebTlPXCTGX9xBz { width:14.9375rem;height:5.4375rem;top:95.25rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqbPXEl0Klf1DxW4GFSNtwcoVlBc0qN8 { display:block; }
 }@media only screen and (max-width: 763px) { #mz5e5NvoG19vx6H6hNwIBuFpmzEgvewm { width:14.9375rem;height:5.4375rem;top:88.5625rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oISV3225fOkJMPspfb7vMBgpWkxPhhq3 { display:block; }
 }@media only screen and (max-width: 763px) { #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NnJbhdJx/GettyImages_1210226489.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.adaptive-delivery-prevent-bg, #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.lazyload, #bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS.lazyloading { background-image: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { background-color: transparent; background-image: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container > .video-iframe-container { display: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row > .video-iframe-container { display: none; }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .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); }#bKqqHEe5dnMGpxRKkX26vdwxHRCtLuAS > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhUh5wQoCnX4VAgxL5d5dfwGAcclv2aD { width:18.9995625rem;height:3.62413125rem;top:21.436632633209rem;left:0.49913197755814rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #MBHy56zVlIepoG1ZiNv6zO8A3tI3Eudr { display:block; }
 }@media only screen and (max-width: 763px) { #ifThvLULsQ0XTlEQnt5rRpudko8XZTTJ { top:15.499133005738rem;left:5.3125000596046rem;width:9.375rem;height:4.49978125rem;font-size:1.6875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #DxO2xRyU1C27iOqkwCz3nS3elsXH1abu { display:block; }
 }@media only screen and (max-width: 763px) { #ZWpTPlFsIy0n93cXSaTqQxp7fse40dpK { width:17.5rem;height:13.77345rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO415zIFXCCrivdSScqZHiozbBKfmeF3 { width:14.9375rem;height:5.4375rem;top:14.873046875rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khNArNwFAJaR4bSWZxT8cMxfEUJueO3G { display:block; }
 }@media only screen and (max-width: 763px) { #sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffa203, #f18da7);background-image: -moz-linear-gradient(45deg, #ffa203, #f18da7);background-image: -ms-linear-gradient(45deg, #ffa203, #f18da7);background-image: -o-linear-gradient(45deg, #ffa203, #f18da7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa203', endColorstr='#f18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa203', endColorstr='#f18da7' );";background-image: linear-gradient(45deg, #ffa203, #f18da7);background-size:auto !important;display:block; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { background-color: transparent; background-image: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container > .video-iframe-container { display: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row > .video-iframe-container { display: none; }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .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); }#sgHoyVhmlRbOCCuQBs3iwzznlfpodOfd > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyytJTPJK4hNr1BUv2LETlrCv0vPVq28 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #e0uTdHUgJFOfAFJog4p3RlWlQsoBfRsT { width:4.6875rem;height:3.62413125rem;top:1.1848955154419rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzX2UM0SKRdyFTsaKHEoT2QyS7u1WOqI { width:18.3730625rem;height:7.4365rem;top:3.62109375rem;left:1.6259765625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhISAmwVirhTMZ4rz440MmxQKuqa3mbK { width:20rem;height:1.75rem;top:0.99609375rem;left:-0.0625rem;text-align:right;text-align-last:right;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P6k7CkgeeepNbBGlokKcwdw0PV6JHUm6 { width:20rem;height:3.25rem;top:11.900390625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F8AzIJfywOH8vfdKt680ETgwvxnEgQUk { width:19.9375rem;height:15.2519625rem;top:15.837890625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gBEqZ3QgmUWD0MlNlduEayKI3tEqLOhc { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h18S1QyIu39sUxTBCW4vyVErUVSS3yCT { display:none; }#h18S1QyIu39sUxTBCW4vyVErUVSS3yCT > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #roDS7XBUJ6yhupypMmCPI0VvulcCKxUO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2MRhzDvFHdaB45CP6NBb2nVEOuDB4tU { width:20rem;height:0;top:19rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { background-color:#a66bb2;background-image:none;display:none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:20rem;height:2.0625rem;top:0.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:19.9980625rem;height:4.875rem;top:3.1865234375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.25rem;font-family:hekaya;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { width:15.8125rem;height:1.625rem;top:8.6875rem;left:1.875rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { width:16.12425rem;height:1.625rem;top:10.8125rem;left:1.8125rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { width:11.3115rem;height:1.625rem;top:15.9375rem;left:6.4375rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { width:8.3125rem;height:1.625rem;top:13.125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { width:14.125rem;height:1.625rem;top:21.125rem;left:3.375rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { width:20.0625rem;height:1.625rem;top:18.875rem;left:-2.5625rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFs4r4v71S7IXv7IdGzRwPaRuC8RSll { height:11.625rem;width:19.9980625rem;top:31.87255859375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.28) ;display:none; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { width:1.6875rem;height:1.3125rem;top:9rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { width:1.6875rem;height:1.3125rem;top:11.1875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { width:1.6870125rem;height:1.31225625rem;top:13.5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { width:1.6870125rem;height:1.31225625rem;top:16.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { width:1.6870125rem;height:1.31225625rem;top:18.875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { width:1.6870125rem;height:1.31225625rem;top:21.5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb { width:17.8125rem;height:22.5rem;top:3.125rem;left:2.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2bxdGWdL/02.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.adaptive-delivery-prevent-bg, #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.lazyload, #rUJUp20q91q14dJ1VCTI8pqANMGbCrzb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { background-color:#ce6de5;background-image:none;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { width:19.4375rem;height:1.29980625rem;top:5.498046875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:20rem;height:2.73111875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { width:20rem;height:0;top:7.685546875rem;left:0.00732421875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { width:3.0625rem;height:3.125rem;top:3.936767578125rem;left:8.5302734375rem;font-size:2.1875rem;display:none; }
 }