.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { position:relative;display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { background-color: transparent; background-image: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row > .video-iframe-container { display: none; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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); }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { border-width: 0; border-radius: 0; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .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:5.5625rem;width:60rem;position:relative;display:block; }#AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:27.6248125rem;top:1.062283039093rem;left:16.185981750488rem;overflow:hidden;display:block; }
#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EBxwgAbn/243340691_637737940970711_5696126081559980213_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { font-size:0.875rem;font-family:"open sans";height:47.375rem;width:60rem;overflow:visible;position:relative;display:block; }#TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18696875rem;top:4.4375rem;left:35.375rem;overflow:hidden;display:block; }
#NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.18696875rem;top:4.4375rem;left:53.25rem;overflow:hidden;display:block; }
#hZctNBkvfToUqedbmHKNBPzreL59Qul9 { color:#000000;display:block;width:30.625rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.42);top:5.3125rem;left:29.375rem;height:4.98373125rem;text-align:center;text-align-last:center;display:block; }
#iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(77,15,46,0.7), rgba(253,189,97,0.68));background-image: -moz-linear-gradient(180deg, rgba(77,15,46,0.7), rgba(253,189,97,0.68));background-image: -ms-linear-gradient(180deg, rgba(77,15,46,0.7), rgba(253,189,97,0.68));background-image: -o-linear-gradient(180deg, rgba(77,15,46,0.7), rgba(253,189,97,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b24d0f2e', endColorstr='#adfdbd61' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b24d0f2e', endColorstr='#adfdbd61' );";background-image: linear-gradient(180deg, rgba(77,15,46,0.7), rgba(253,189,97,0.68));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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;height:31.9993125rem;width:22.6243125rem;top:15.4375rem;left:37.4375rem;display:block; }
#KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { color:#ffffff;display:block;width:23.2475rem;position:absolute;font-family:amiri;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.561611521989rem;left:36.751595497131rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-form-header { font-size:0.75rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { height:auto;display:block;font-family:amiri;font-size:0.8125rem;font-weight:bold;color:#df4a8d;width:18rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:18rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;width:18rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#9d6c82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:18rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox { width:1rem;height:1rem;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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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:transparent;background-image: -webkit-linear-gradient(13deg, #df4a8d, #942157);background-image: -moz-linear-gradient(13deg, #df4a8d, #942157);background-image: -ms-linear-gradient(13deg, #df4a8d, #942157);background-image: -o-linear-gradient(13deg, #df4a8d, #942157);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#942157' );";background-image: linear-gradient(13deg, #df4a8d, #942157);background-size:initial !important;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:1.125rem;font-weight:bold;color:#ffffff;width:18rem;height:4.4375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .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; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:first-of-type{padding-top:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-container:last-of-type{padding-bottom:0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -moz-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -ms-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -o-linear-gradient(180deg, #faf8ea, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #faf8ea, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.999134063721rem;top:19.184029579163rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -moz-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -ms-linear-gradient(180deg, #faf8ea, #bfa06c);background-image: -o-linear-gradient(180deg, #faf8ea, #bfa06c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8ea', endColorstr='#bfa06c' );";background-image: linear-gradient(180deg, #faf8ea, #bfa06c);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:37.999134063721rem;top:19.184029579163rem;z-index:100002;position:absolute; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 { position:relative; }
#QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { position:relative;display:block; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd { position:relative; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA { position:relative; }
#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { background-color: transparent; background-image: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container > .video-iframe-container { display: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row > .video-iframe-container { display: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .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); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { border-width: 0; border-radius: 0; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#T4BNqkk4lsXhgevnkxFwv0vOd0xaO59n { color:#ffffff;display:block;width:34.8118125rem;position:absolute;font-family:amiri;font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4293265342713rem;left:11.46839427948rem;height:2.7615rem;text-align:center;text-align-last:center;display:block; }
#dr8Mn2RvH5AATWqPzG3zu1IN5LttKrDh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2801847457886rem;left:41.590909004211rem;overflow:hidden;display:block; }
#A3vO5vffUrekmJm8DUepwZalGtgK0d4a { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:1.2801847457886rem;left:12.90394115448rem;overflow:hidden;display:block; }
#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb { position:relative;display:block; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb { background-color: transparent; background-image: none; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row .container > .video-iframe-container { display: none; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row > .video-iframe-container { display: none; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .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); }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb { border-width: 0; border-radius: 0; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .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:13.9375rem;width:60rem;position:relative;display:block; }#iCNaPwF20IDo63zILrCTsnqtrFncOh6q { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11rem;width:36.8125rem;top:0.8125rem;left:11.5rem;display:block; }#iCNaPwF20IDo63zILrCTsnqtrFncOh6q.adaptive-delivery-prevent-bg, #iCNaPwF20IDo63zILrCTsnqtrFncOh6q.lazyload, #iCNaPwF20IDo63zILrCTsnqtrFncOh6q.lazyloading { background-image: none; }
#txOeLJkJKX1erdTX7wcFipisg3HfP93a { color:#df4a8d;display:block;width:30rem;position:absolute;font-family:"neo sans arabic";font-size:1rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:3.7803821563721rem;left:14.153646469116rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1CI7UL3F9LpRKQ2Q6UbiTi0pe3UE4Lr { z-index:100074;top:10.124820709229rem;left:24.562321662903rem;background-color:#df4a8d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1868125rem;height:1.81196875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HBF56JP3uyoryddIzrgtSwJE626OHb0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { background-color: transparent; background-image: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row > .video-iframe-container { display: none; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .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); }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { border-width: 0; border-radius: 0; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.59943125rem;text-align:right;text-align-last:right;display:block; }
#zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:47.875rem;display:block; }
#aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:51.1875rem;display:block; }
#uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:51.125rem;display:block; }
#mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left:51.125rem;display:block; }
#sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { top:1rem;left:10.060981750488rem;width:27.5625rem;height:3.4297461294986rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.125rem;height:0.888555406366rem;top:4.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.125rem;height:0.888555406366rem;top:4.4375rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { top:5.3125rem;left:17.125rem;width:30.625rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { top:15.4375rem;left:25.1875rem;width:22.5625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { top:16.5rem;left:24.5625rem;width:23.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:15rem;height:auto; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl { display:block; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4BNqkk4lsXhgevnkxFwv0vOd0xaO59n { top:1.375rem;left:5.34339427948rem;width:34.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8Mn2RvH5AATWqPzG3zu1IN5LttKrDh { top:1.25rem;left:35.465909004211rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3vO5vffUrekmJm8DUepwZalGtgK0d4a { top:1.25rem;left:6.77894115448rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVWmWvvediaVnSWVSh3y5kzHNh0mftb { display:block; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCNaPwF20IDo63zILrCTsnqtrFncOh6q { width:36.75rem;height:10.9375rem;top:0.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txOeLJkJKX1erdTX7wcFipisg3HfP93a { width:30rem;height:5.1875rem;top:3.75rem;left:8.0286464691163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CI7UL3F9LpRKQ2Q6UbiTi0pe3UE4Lr { top:10.0625rem;left:18.437321662903rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBF56JP3uyoryddIzrgtSwJE626OHb0g { display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V { display:block; }#yIaVIT91qusFXKaUwV0sSvpTnuEkiV8V > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOuNUk1ty8D1dPurkXGUXoEHWU2ZPul3 { width:18.5625rem;height:2.375rem;top:1.15625rem;left:0.71875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi { background-color:transparent;background-image:url("https://images.assets-landingi.com/MVFeLgYk/244124189_1035806387194392_4142347001725304865_n.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.adaptive-delivery-prevent-bg, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyload, #NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi.lazyloading { background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { background-color: transparent; background-image: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row > .video-iframe-container { display: none; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .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); }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { border-width: 0; border-radius: 0; }#NZl7LHRMGhkiheXcfsioWPFyIO1ESUPi > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbFpKbJTTx3oJWrKQQb9HBw3JLDOx54g { width:1.1875rem;height:0.9375rem;top:1.687283039093rem;left:0.87413197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTWEWHXrAFHBuRU19eCMmSA9gdvXEJ9 { width:1.18706875rem;height:0.9375rem;top:1.6861982345581rem;left:18.436850607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZctNBkvfToUqedbmHKNBPzreL59Qul9 { width:17.6873125rem;height:5.397725rem;top:2.6225137710571rem;left:1.1550070643425rem;font-size:1.125rem;color:#fbfbfb;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iT2xXSR6A11yoQPrS5IwJ5r8xpKy19xl { width:20rem;height:41.875rem;top:0.87357950210569rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -moz-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -ms-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-image: -o-linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#892f292d', endColorstr='#ad89634b' );";background-image: linear-gradient(180deg, rgba(47,41,45,0.54), rgba(137,99,75,0.68));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.94) ;display:block; }
 }@media only screen and (max-width: 763px) { #KgS6FmMHtgfamJQrdS3TAnuQLs5F5aST { width:20rem;height:1.62464375rem;top:10.06214427948rem;left:0rem;font-size:1.25rem;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-text {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#9b5b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-select {padding-top: 0; padding-bottom: 0;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD  { width:16.0618125rem;height:auto;top:13.49964427948rem;left:0.71821731328963rem; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD {display:block;}#T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD { width:16.0618125rem;height:auto;top:13.49964427948rem;left:0.71821731328963rem; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #L3eCKBis3FBuTziS9t7syZHi9Gnz5cZQ {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #K16oUtstOKQTEPM3y2lqvZg1RTspagEm {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #dztSllqCUL8RXzNLSshURU0vLvbT1gTi {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s9iegVXaF34GRlAn37V5mlzlPdTqT01C {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #WciGfnaTkyCXOfyqnrt8BoBT12iyTsHh {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #f98neuyPrS7vJOd54DQ9BVLMQFJv11Iy {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #nu2l9D4VGT5TcL0HOhRHOfnbswucWNmN {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pr6rnf43FSVAcql02mbRhXvmp4T8Sp6G {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #pqm8zAye4Dl6f1qJpTpPtPp7iTHubTyA {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wKuyXMa0MZsZzByXSLTEFb5eDIJ05SJc {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #s8Ta5bXPTC3Ce6gwIbuUfZHNPXBcx7Th {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #FTL9yu0hqLK8WaAKDuXgUoEn0Mw0o5o9 {  }
 }@media only screen and (max-width: 763px) { #QtwlPcl4TPTC0mIVQaLIH0eDdWltw9h6 { display:block; }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #wdh6QXSlhZMoB4Pqf60mrJoMZLtcmocd {  }
 }@media only screen and (max-width: 763px) { #T1ccnnZFGM4UvfpWVwM1bQLOLIo8cuXD #Ith52Rl3DauROOoNTkBU7MVI3TuSgudA {  }
 }@media only screen and (max-width: 763px) { #p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efa5b8, #d1345c);background-image: -moz-linear-gradient(180deg, #efa5b8, #d1345c);background-image: -ms-linear-gradient(180deg, #efa5b8, #d1345c);background-image: -o-linear-gradient(180deg, #efa5b8, #d1345c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa5b8', endColorstr='#d1345c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa5b8', endColorstr='#d1345c' );";background-image: linear-gradient(180deg, #efa5b8, #d1345c);background-size:auto !important;display:block; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { background-color: transparent; background-image: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container > .video-iframe-container { display: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row > .video-iframe-container { display: none; }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .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); }#p9qDU4v7gerxB0rroA5LN5pSJU9WSVTl > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4BNqkk4lsXhgevnkxFwv0vOd0xaO59n { width:15rem;height:2.2745rem;top:2.4440670013427rem;left:2.4991121888161rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8Mn2RvH5AATWqPzG3zu1IN5LttKrDh { width:2.5rem;height:2.5rem;top:1.40625rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3vO5vffUrekmJm8DUepwZalGtgK0d4a { width:2.5rem;height:2.5rem;top:1.4062540531159rem;left:16.873222887516rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVWmWvvediaVnSWVSh3y5kzHNh0mftb { display:block; }#EAVWmWvvediaVnSWVSh3y5kzHNh0mftb > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCNaPwF20IDo63zILrCTsnqtrFncOh6q { width:16.4375rem;height:12.875rem;top:0.9375rem;left:1.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iCNaPwF20IDo63zILrCTsnqtrFncOh6q.adaptive-delivery-prevent-bg, #iCNaPwF20IDo63zILrCTsnqtrFncOh6q.lazyload, #iCNaPwF20IDo63zILrCTsnqtrFncOh6q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #txOeLJkJKX1erdTX7wcFipisg3HfP93a { width:15.2494375rem;height:6.8235rem;top:1.875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #w1CI7UL3F9LpRKQ2Q6UbiTi0pe3UE4Lr { top:12.125rem;left:5.8125rem;width:9.12375rem;height:1.749825rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBF56JP3uyoryddIzrgtSwJE626OHb0g { display:block; }
 }@media only screen and (max-width: 763px) { #lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D { display:block; }#lLxmTTuMK2inTGJvTnaGTJdWNK20GW6D > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzNKz6q51sFTAEbr7k9oupm5cyQRuoLp { width:16.125rem;height:2.2753875rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zMvLENHrStyvhG8Ozxv4I60bV5P1cyT1 { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kSUOqcanuNJUXJKGZcuPvbhJNMx8xJ2v { width:13.0625rem;height:2.9868625rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2k7KqqUozMbOqhSd580h58TsiE3CBP { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7MR36dtPWXRxKHmmFulFbBFiDKig5 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIz3xaCacHHWct2sIZeGiPmdTFcgiJT1 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8Nqp6TKGzwh2FlsDqh45WTC5QLly8T { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDT2UTdz89wVhPk1mMaVF3aNFbxDZLJ { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuc6TcCrTgalHTOaGdrkNlQk3iAVl7SG { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHS3wKNJmklJVoxpRHIoQW9QezKUiqeT { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSu6sBlPFEc3kDgkUXr1xhVCi8Km65bn { width:19.3125rem;height:0.9747875rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }