.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:url("https://images.assets-landingi.com/mS8NOTPU/travel.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#sS5InR8UooU7UBOnUiryfvy1T7TUd4M9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:12.625rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container { background-color: transparent; background-image: none; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container > .video-iframe-container { display: none; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row > .video-iframe-container { display: none; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .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); }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container { border-width: 0; border-radius: 0; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#dgVLaH8q8Fr3kNUC9bNhM22QTLVUWvUn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:59.8125rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#RK0ZflspQKZQ1LT5Lh0sAmH3mOT6akHo { color:#666666;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1869201660156rem;left:0rem;height:3.0873875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q0RAxsC8XpTe4Nt1u3FZZF017WbzfFsz { background-color:#7fbb3f;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.333335876465rem;left:33.967880249024rem;display:none; }
#SM5F161KrW52tuAQqEyrrw2lFclvv49i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3DQcOQCOur5oTViPh0B9mGSglVdfv4F { color:#666666;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1869201660156rem;left:0rem;height:3.0873875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RRhMRg3Z6VSD7tz5uo96gV9hWJIcWSXR { position:absolute;display:block;z-index:15000;background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.375rem;width:14.3125rem;top:5.25rem;left:0rem;display:none; }
#bTNzLyVnid0RwT8UXhgaoo3FSSflF31u { color:#666666;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1869201660156rem;left:0rem;height:3.0873875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kee4pw1mihlRB1mDQCHWby9gXSsaduHk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:60rem;display:none; }
#PKUVuqO7pZIx4w65HTVrlf5Hq7m40TKA { position:absolute;display:block;z-index:15022;background-color:#00a36d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:11.625rem;left:0rem;display:none; }
#MkaTJRmipr03RcSh1Pr4zeQdQBLNGOk9 { position:absolute;display:block;z-index:15021;background-color:#f28d22;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.875rem;left:0rem;display:none; }
#FKXC0sqT295FH2tefI2g5RSCpFJfNULe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container { background-color: transparent; background-image: none; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container > .video-iframe-container { display: none; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row > .video-iframe-container { display: none; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .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); }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container { border-width: 0; border-radius: 0; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#XN58O7VF1PiXZ2K7q7mfvOlALZqkWxU1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.81192016601562rem;left:0rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufUmGUM8kiqWTch5SBl0lPLBTMutTOT6 { color:#666666;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1869201660156rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { background-color: transparent; background-image: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { display: none; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .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); }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { border-width: 0; border-radius: 0; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { position:absolute;display:block;z-index:15000;background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:14.3125rem;top:5.25rem;left:0rem;display:block; }
#W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { position:absolute;display:block;z-index:15002;background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:14.3125rem;top:5.3125rem;left:15.000001907349rem;display:block; }
#Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { color:#666666;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125rem;left:0.875rem;height:2.76215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSdtThGDrfmLfacDzk272qGZ98nFdvLn { color:#666666;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.125rem;left:15.875rem;height:6.905375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzCTXPNqkdFbc4yJCBlFLpkTB5K272tW { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:27.125rem;top:7.7491340637206rem;left:32.375rem;overflow:hidden;display:block; }
#pKmLfSquS2kT1MKuSkvHZt59B5q201JV { position:absolute;display:block;z-index:15024;background-color:#f58139;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:11rem;left:47.500003814698rem;display:block; }
#gFsbrtnut0AAxOD43KyB49vkHi9pkd1R { position:absolute;display:block;z-index:15025;background-color:#008859;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.875rem;left:47.500003814698rem;display:block; }
#VyzgxhW8D40x4HTu6Ofsw6ZgF69bDBsW { background-color:#f58139;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.618057250976rem;left:3.96875rem;display:block; }
#It8HSW9H8766VCt4r563wuol1sxDNFts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6MWSznBPtvO4n7IIzcE63uNEMyguQ2q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.25rem;top:2.6875rem;left:4.53125rem;overflow:hidden;display:block; }
#Z3Siq2ZG2wkGrM8N70WCJ8M2iEisWJN5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.25rem;top:2.5546875rem;left:19.53125rem;overflow:hidden;display:block; }
#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { background-color: transparent; background-image: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { display: none; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .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); }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { border-width: 0; border-radius: 0; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.375rem;width:14.3125rem;top:4.75rem;left:30.687501907349rem;display:block; }
#Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { position:absolute;display:block;z-index:15002;background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:14.3125rem;top:4.7482681274414rem;left:45.687501907349rem;display:block; }
#VVMlvJxPmRdnnn17mIPn8WcOuKk4ekvU { color:#666666;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3116302490238rem;left:31.5625rem;height:4.14323125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Phi6sZZw9vqOZEFDwbHVUhHXqFLOwV5K { color:#666666;display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.593753814698rem;height:6.905375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:26.875rem;top:5.6180572509766rem;left:0.625rem;overflow:hidden;display:block; }
#JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { position:absolute;display:block;z-index:15021;background-color:#f28d22;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.875rem;left:0rem;display:block; }
#J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { position:absolute;display:block;z-index:15022;background-color:#00a36d;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:11.625rem;left:0rem;display:block; }
#TdiHFOPWWGFfm7Wbn3uJnwFe3i2WCdps { background-color:#f58139;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.395835876465rem;left:33.967882156372rem;display:block; }
#OBDD2J93ND5ArsSOQuATvJKqNV5GGCO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeTTAkb2n7dE34U9icmLEoGdvTLPPvZK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:2.6796877384186rem;left:35.21875rem;overflow:hidden;display:block; }
#SIUUd7yZxbUMOV9ionGQ6qFvvgpqgCdM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.25rem;top:2.6796877384186rem;left:50.218753814698rem;overflow:hidden;display:block; }
#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dee0e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container { background-color: transparent; background-image: none; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container > .video-iframe-container { display: none; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row > .video-iframe-container { display: none; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .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); }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container { border-width: 0; border-radius: 0; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#go6q4B9fE4vcnVMd0InFy3VmZbJELfLs { color:#008859;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.35605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnWGpPAcfvx8I4q0hXMGTxqayn8ZJ0l4 { color:#151515;display:block;width:18rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:6.458335876465rem;left:0rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xpy2T1Pw2b2uUQZXOqeMUkDm7qOynfRM { color:#151515;display:block;width:18rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:6.458335876465rem;left:22.111112594604rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hatrS7OPzMk7xUuWG2IvFsT0CZx8UPlD { color:#151515;display:block;width:16.4375rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:6.458335876465rem;left:43.486108779907rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POpUeJRt0K8DtKJ0LuOvCJXxaSGElMMP { background-color:#2c4478;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.373264312744rem;left:22.111112594604rem;display:block; }
#ZdfSAkVUcOk46Qx1hS2tt1drgRiioVi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZACU1U8JXIp8xChes4XXq8vcwPU7T21W { background-color:#acca38;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.373264312744rem;left:0rem;display:block; }
#qsr24eN3T7wiiXZLdihxm7Mwuryi53GB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t94xGH9SW2l3z21xkOEyBVLDOS0Fge8k { background-color:#00a36d;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;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:"dm sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.373264312744rem;left:43.485246658325rem;display:block; }
#Da4mlhDpvy1hfdAeUwGnLtrCwlTMnzei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnhrGSEocR4TEnHbrA37n17bTWLSrChc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { background-color: transparent; background-image: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { display: none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .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); }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { border-width: 0; border-radius: 0; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container { background-color: transparent; background-image: none; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container > .video-iframe-container { display: none; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row > .video-iframe-container { display: none; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .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); }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container { border-width: 0; border-radius: 0; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#VFOg6d4xF2JH6AgtDOq84mFZSIdQyopf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8116321563721rem;left:0rem;height:2.59895625rem;font-style:normal;display:block; }
#wKLlZ27WwdKZ63tyKv59vO6X4e9CBc7k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.5625rem;top:2.2109375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sS5InR8UooU7UBOnUiryfvy1T7TUd4M9 { top:1.625rem;left:0rem;width:12.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 { display:block; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgVLaH8q8Fr3kNUC9bNhM22QTLVUWvUn { top:1.625rem;left:0rem;width:47.75rem;height:19.908307210031rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0ZflspQKZQ1LT5Lh0sAmH3mOT6akHo { width:19.9375rem;height:1.1875rem;top:3.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0RAxsC8XpTe4Nt1u3FZZF017WbzfFsz { width:22.0625rem;height:3.25rem;top:19.3125rem;left:24.780380249024rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM5F161KrW52tuAQqEyrrw2lFclvv49i { display:block; }
 }@media only screen and (max-width: 763px) { #v3DQcOQCOur5oTViPh0B9mGSglVdfv4F { width:19.9375rem;height:2.4375rem;top:7.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRhMRg3Z6VSD7tz5uo96gV9hWJIcWSXR { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTNzLyVnid0RwT8UXhgaoo3FSSflF31u { width:19.9375rem;height:;top:2.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kee4pw1mihlRB1mDQCHWby9gXSsaduHk { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKUVuqO7pZIx4w65HTVrlf5Hq7m40TKA { top:11.625rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkaTJRmipr03RcSh1Pr4zeQdQBLNGOk9 { top:7.875rem;left:0rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKXC0sqT295FH2tefI2g5RSCpFJfNULe { display:block; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN58O7VF1PiXZ2K7q7mfvOlALZqkWxU1 { width:47.75rem;height:2.3125rem;top:0.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufUmGUM8kiqWTch5SBl0lPLBTMutTOT6 { width:47.75rem;height:3.0625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSdtThGDrfmLfacDzk272qGZ98nFdvLn { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCTXPNqkdFbc4yJCBlFLpkTB5K272tW { top:7.6875rem;left:20.625rem;width:27.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKmLfSquS2kT1MKuSkvHZt59B5q201JV { top:11rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFsbrtnut0AAxOD43KyB49vkHi9pkd1R { top:13.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyzgxhW8D40x4HTu6Ofsw6ZgF69bDBsW { width:22.0625rem;height:3.25rem;top:21.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It8HSW9H8766VCt4r563wuol1sxDNFts { display:block; }
 }@media only screen and (max-width: 763px) { #k6MWSznBPtvO4n7IIzcE63uNEMyguQ2q { top:2.6875rem;left:1.46875rem;width:5.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Siq2ZG2wkGrM8N70WCJ8M2iEisWJN5 { top:2.5rem;left:16.46875rem;width:5.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMlvJxPmRdnnn17mIPn8WcOuKk4ekvU { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phi6sZZw9vqOZEFDwbHVUhHXqFLOwV5K { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { top:5.5625rem;left:0rem;width:26.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { top:7.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { top:11.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdiHFOPWWGFfm7Wbn3uJnwFe3i2WCdps { width:22.0625rem;height:3.25rem;top:20.375rem;left:24.780382156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBDD2J93ND5ArsSOQuATvJKqNV5GGCO7 { display:block; }
 }@media only screen and (max-width: 763px) { #VeTTAkb2n7dE34U9icmLEoGdvTLPPvZK { top:2.625rem;left:26.03125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIUUd7yZxbUMOV9ionGQ6qFvvgpqgCdM { top:2.625rem;left:41.031253814698rem;width:5.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle { display:block; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go6q4B9fE4vcnVMd0InFy3VmZbJELfLs { width:24.9375rem;height:6.125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWGpPAcfvx8I4q0hXMGTxqayn8ZJ0l4 { width:18rem;height:3.1875rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpy2T1Pw2b2uUQZXOqeMUkDm7qOynfRM { width:18rem;height:3.1875rem;top:6.4375rem;left:15.986112594604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hatrS7OPzMk7xUuWG2IvFsT0CZx8UPlD { width:16.4375rem;height:3.1875rem;top:6.4375rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpUeJRt0K8DtKJ0LuOvCJXxaSGElMMP { width:9.6875rem;height:2.3125rem;top:10.3125rem;left:15.986112594604rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfSAkVUcOk46Qx1hS2tt1drgRiioVi0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZACU1U8JXIp8xChes4XXq8vcwPU7T21W { width:9.6875rem;height:2.3125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsr24eN3T7wiiXZLdihxm7Mwuryi53GB { display:block; }
 }@media only screen and (max-width: 763px) { #t94xGH9SW2l3z21xkOEyBVLDOS0Fge8k { width:9.6875rem;height:2.3125rem;top:10.3125rem;left:37.360246658325rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4mlhDpvy1hfdAeUwGnLtrCwlTMnzei { display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:block; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJnRJA0TSh5EekwMIBTJgciKai6V0UFO { display:block; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOg6d4xF2JH6AgtDOq84mFZSIdQyopf { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKLlZ27WwdKZ63tyKv59vO6X4e9CBc7k { top:2.1875rem;left:0rem;width:13.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mS8NOTPU/travel.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sS5InR8UooU7UBOnUiryfvy1T7TUd4M9 { width:13.1235625rem;height:3.43605625rem;top:0.62355136871338rem;left:3.4375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 { display:block; }#XWnKTlR0uMALiJM7ubzSEEnaDmkDhkG5 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgVLaH8q8Fr3kNUC9bNhM22QTLVUWvUn { width:20rem;height:8.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK0ZflspQKZQ1LT5Lh0sAmH3mOT6akHo { width:19.9985625rem;height:1.46180625rem;top:5.8090276718139rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15002;color:#000000;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; }
 }@media only screen and (max-width: 763px) { #q0RAxsC8XpTe4Nt1u3FZZF017WbzfFsz { width:18.9995625rem;height:3.24941875rem;top:10.499131202697rem;left:0.49913191795349rem;font-size:1rem;z-index:15005;background-color:#f58139;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SM5F161KrW52tuAQqEyrrw2lFclvv49i { display:block; }
 }@media only screen and (max-width: 763px) { #v3DQcOQCOur5oTViPh0B9mGSglVdfv4F { width:19.9985625rem;height:2.4375rem;top:7.5607643127444rem;left:0.00086808204650881rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RRhMRg3Z6VSD7tz5uo96gV9hWJIcWSXR { width:20rem;height:12.875rem;top:1.7534713745118rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bTNzLyVnid0RwT8UXhgaoo3FSSflF31u { width:19.9985625rem;height:2.9236125rem;top:2.4276623725891rem;left:0.0014467239379883rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15003;color:#7fbb3f;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; }
 }@media only screen and (max-width: 763px) { #kee4pw1mihlRB1mDQCHWby9gXSsaduHk { top:15.315104484558rem;left:0rem;width:20rem;height:13.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PKUVuqO7pZIx4w65HTVrlf5Hq7m40TKA { width:12.5rem;height:0.5625rem;top:14.761284828186rem;left:7.5277777910231rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #MkaTJRmipr03RcSh1Pr4zeQdQBLNGOk9 { width:12.5rem;height:0.5625rem;top:28.580729484558rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FKXC0sqT295FH2tefI2g5RSCpFJfNULe { display:block; }#FKXC0sqT295FH2tefI2g5RSCpFJfNULe > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN58O7VF1PiXZ2K7q7mfvOlALZqkWxU1 { width:20rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufUmGUM8kiqWTch5SBl0lPLBTMutTOT6 { width:19.99925rem;height:6.905375rem;top:1.4988422393799rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bq94ltTxw78XaEut62NybTZ0KL5pTnsA { display:block; }#Bq94ltTxw78XaEut62NybTZ0KL5pTnsA > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTevog2JFxhE0B2XaTuEZ3dlu8kkuart { width:20rem;height:5.3125rem;top:0.68663200736044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MvTncSJimG6pHg98PFzOEDZ2iflDcn { width:20rem;height:7.1875rem;top:6.8125rem;left:0.030381977558136rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azy6xmvLPTStF7gsxIUxJKG52VVAWVq3 { width:12.5rem;height:4.38541875rem;top:1.3611111342907rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSdtThGDrfmLfacDzk272qGZ98nFdvLn { width:17.875rem;height:5.847225rem;top:7.5763893127444rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCTXPNqkdFbc4yJCBlFLpkTB5K272tW { width:20rem;height:13.3125rem;top:58.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKmLfSquS2kT1MKuSkvHZt59B5q201JV { width:12.5rem;height:12.5rem;top:61.313365936279rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFsbrtnut0AAxOD43KyB49vkHi9pkd1R { width:12.5rem;height:12.5rem;top:75.063365936281rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyzgxhW8D40x4HTu6Ofsw6ZgF69bDBsW { width:19rem;height:3.25rem;top:53.5625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #It8HSW9H8766VCt4r563wuol1sxDNFts { display:block; }
 }@media only screen and (max-width: 763px) { #k6MWSznBPtvO4n7IIzcE63uNEMyguQ2q { width:5.25rem;height:5.1875rem;top:40.5625rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3Siq2ZG2wkGrM8N70WCJ8M2iEisWJN5 { width:5.25rem;height:5.1875rem;top:47.374998569489rem;left:7.3750002384187rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 { display:block; }#ExkXpmMCinzn7m0kJ70sVZoi5HPaKc22 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:19.875rem;height:5.75rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:19.8125rem;height:7.125rem;top:7.3750009536744rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMlvJxPmRdnnn17mIPn8WcOuKk4ekvU { width:18.125rem;height:4.38541875rem;top:1.4939241409302rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phi6sZZw9vqOZEFDwbHVUhHXqFLOwV5K { width:18.25rem;height:5.847225rem;top:8.0625009536744rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxzxTBuMhkgOVlB8CqpdE1v1tJCnW5WN { width:19.9375rem;height:13.25rem;top:20.500000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMycIXhGHCH06bEZtOVH1Ieu8quPTUX { width:12.5rem;height:6.875rem;top:27.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7AAsN2g20UUXGSpQ7d5AA1eLgMVz5dZ { width:12.5rem;height:12.5rem;top:20rem;left:7.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdiHFOPWWGFfm7Wbn3uJnwFe3i2WCdps { width:19rem;height:3.25rem;top:15.460938453674rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBDD2J93ND5ArsSOQuATvJKqNV5GGCO7 { display:block; }
 }@media only screen and (max-width: 763px) { #VeTTAkb2n7dE34U9icmLEoGdvTLPPvZK { width:5.25rem;height:5.25rem;top:63.899307250975rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIUUd7yZxbUMOV9ionGQ6qFvvgpqgCdM { width:5.25rem;height:5.1875rem;top:70.399307250975rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle { display:block; }#CgSnHDWSMEaDoPid6dd7RJc2bJd1LBle > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go6q4B9fE4vcnVMd0InFy3VmZbJELfLs { width:20rem;height:3.89930625rem;top:1.6870651245118rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWGpPAcfvx8I4q0hXMGTxqayn8ZJ0l4 { width:18rem;height:2.9745375rem;top:7.2484130859375rem;left:0.99971067905425rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpy2T1Pw2b2uUQZXOqeMUkDm7qOynfRM { width:18rem;height:2.9745375rem;top:15.970924377441rem;left:0.99971067905425rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hatrS7OPzMk7xUuWG2IvFsT0CZx8UPlD { width:16.1875rem;height:2.97395625rem;top:25.317707657814rem;left:1.9062501192093rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POpUeJRt0K8DtKJ0LuOvCJXxaSGElMMP { width:9.6875rem;height:2.3125rem;top:20.528645157814rem;left:5.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfSAkVUcOk46Qx1hS2tt1drgRiioVi0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZACU1U8JXIp8xChes4XXq8vcwPU7T21W { width:9.6875rem;height:2.3125rem;top:11.715278267861rem;left:5.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsr24eN3T7wiiXZLdihxm7Mwuryi53GB { display:block; }
 }@media only screen and (max-width: 763px) { #t94xGH9SW2l3z21xkOEyBVLDOS0Fge8k { width:9.6875rem;height:2.3125rem;top:29.842014908791rem;left:5.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da4mlhDpvy1hfdAeUwGnLtrCwlTMnzei { display:block; }
 }@media only screen and (max-width: 763px) { #TnhrGSEocR4TEnHbrA37n17bTWLSrChc { display:none; }#TnhrGSEocR4TEnHbrA37n17bTWLSrChc > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GJnRJA0TSh5EekwMIBTJgciKai6V0UFO { display:block; }#GJnRJA0TSh5EekwMIBTJgciKai6V0UFO > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOg6d4xF2JH6AgtDOq84mFZSIdQyopf { width:20rem;height:5.19791875rem;top:4.9618053436279rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKLlZ27WwdKZ63tyKv59vO6X4e9CBc7k { width:13.5625rem;height:2.25rem;top:1.4375rem;left:0.53125rem;display:block; }
 }