.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,220,233;--color-primary-1:208,138,183;--color-primary-2:160,21,110;--color-primary-3:80,11,55;--color-primary-4:24,3,17;--color-secondary-0:225,232,244;--color-secondary-1:157,178,217;--color-secondary-2:58,101,179;--color-secondary-3:29,51,90;--color-secondary-4:9,15,27;--color-tertiary-0:255,255,255;--color-tertiary-1:187,188,190;--color-tertiary-2:142,143,146;--color-tertiary-3:114,115,119;--color-tertiary-4:0,0,0;--headlines-font-family:"GOTHAM";--paragraphs-font-family:"GOTHAM"; }@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); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn { background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/43f94e9f-c433-40b7-988e-6eecffc3fb32/fond_landingi_fond4saumon.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.adaptive-delivery-prevent-bg, #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.lazyload, #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.lazyloading { background-image: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { background-color: transparent; background-image: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container > .video-iframe-container { display: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container { display: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .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); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { border-width: 0; border-radius: 0; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { width:60rem;height:39.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#D8dxwBIJdi5OtvOGeBrwKeWbqHVLDK9H { color:#4d4d4d;display:block;width:52.3125rem;position:absolute;font-family:gotham;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.079162597656rem;left:0rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VHTzMQzhxarNgxy0qtV25d85vHWpxqW0 { color:#4d4d4d;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:29.766662597656rem;left:0rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#POmKpIZ0FPo5Trz3TsWT12vz79eV9NXF { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:34.1875rem;left:0rem;display:block; }
#GyX7ROkmdOB8cBna54BINP8JsAXeL7ym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvQoeiTKNNK9mUvCFK3MxD4arqiMepqF { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #f5f5f5, #f5f5f5);background-image: -moz-linear-gradient(142deg, #f5f5f5, #f5f5f5);background-image: -ms-linear-gradient(142deg, #f5f5f5, #f5f5f5);background-image: -o-linear-gradient(142deg, #f5f5f5, #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5' );";background-image: linear-gradient(142deg, #f5f5f5, #f5f5f5);background-size:auto !important;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#bd026f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.4375rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:34.1875rem;left:16.187503814698rem;display:block; }
#f4iLIdfXmEsROL89ccHsPeJ6GiSRZmU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSW5SlgoawBZV4lZTr97zMWW4SFuLIHx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:14rem;top:3rem;left:43.3125rem;overflow:hidden;display:block; }
#xgeLdcodn6qqoDOJl5wN2DXQaWLnVwA2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:14rem;top:3.0625rem;left:30.3125rem;overflow:hidden;display:none; }
#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container { background-color: transparent; background-image: none; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container > .video-iframe-container { display: none; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row > .video-iframe-container { display: none; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .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); }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container { border-width: 0; border-radius: 0; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#xbJ2RqSKnhEUB4Les41qpXXFEyOSEbXn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#J7PbMkWDSwEMPhOT6uCdRiFgrZfTCqvC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VeLuUCISGRHzfgCrFz22iMrn32xOPPLy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SRGTKckAmSml9tLlegWueQX4QOKkw3oc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP { position:relative;display:block; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP { background-color: transparent; background-image: none; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container > .video-iframe-container { display: none; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row > .video-iframe-container { display: none; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .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); }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP { border-width: 0; border-radius: 0; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HVlXTdVH2pV0NnxqGz0rIRUUT5uB83Kv { box-sizing:content-box;height:22.875rem;width:18.75rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.9375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lCCdN06uM71qs4yMsJcsyXtLHuxd9oPa { color:#bd026f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:4.1875rem;left:1.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 { color:#4d4d4d;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:9.9375rem;left:1.125rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 li:before{  }
#vAhtakrl7CDyr2KOkgpIefUFkVZfWklt { color:#4d4d4d;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:6.1875rem;left:0.875rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ESg66ITdKPvEeHuMJwCBfeaobVa6Lztu { box-sizing:content-box;height:22.875rem;width:18.75rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.9375rem;left:20.687503814698rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#P8hfKXppB19ttDSOak9nDD55yGLIVlXn { color:#bd026f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:4.1875rem;left:21.812503814698rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP { color:#4d4d4d;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:11.250001907349rem;left:21.812503814698rem;height:7.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP li:before{  }
#nh0K6DRkrJHqkxhVM9DhPn1Muhdo01yH { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:6.1874980926514rem;left:21.562503814698rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qb7qGl57HBicfo44nztcSo9hQ6PQ5sA9 { box-sizing:content-box;height:23.75rem;width:18.75rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.375rem;left:10.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#E5ezW63KdqAVfw1GbWXDWpIDXH9HxMpa { color:#bd026f;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:28.625rem;left:11.75rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT { color:#4d4d4d;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:34.243055343628rem;left:11.75rem;height:8.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT li:before{  }
#H5CsncDJEk2KxCzgQy0i2pI4VRM8pqz2 { color:#4d4d4d;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.2;letter-spacing:0;top:30.543836593628rem;left:11.75rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mN3MTf0MslotG2T01zBXkbJ1vA2qLOgE { box-sizing:content-box;height:23.8125rem;width:18.75rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.375rem;left:30.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tJgNKO5Rk1fnt87gFN8NhxhEdiQXCTAn { color:#bd026f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:28.625rem;left:31.75rem;height:2.7rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXKBQfovctBJ3STeX72lCDTZzNKbzzwq { color:#4d4d4d;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.2;letter-spacing:0;top:36.4375rem;left:32rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RXKBQfovctBJ3STeX72lCDTZzNKbzzwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RXKBQfovctBJ3STeX72lCDTZzNKbzzwq li:before{  }
#XyAgGcbbwtgQuGRwk2hQUZTTNhLJWxmR { color:#4d4d4d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:32.25rem;left:31.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SDDqamrUvkbNCTsIqrheTeOxo52ktGww { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.875rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:22.5625rem;left:1.0625rem;display:block; }
#xckmQyFGNDBnvD0dWCWwi6NqWsWe9yqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ8xb7QPN7r6SLmLMdRWVmK73Tn709F0 { color:#bd026f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:9.2499980926512rem;left:21.562503814698rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QDskl0TGecokAOfSMfRFUOttmxzcCVsN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.875rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:22.562501907349rem;left:21.875003814698rem;display:block; }
#KmRpCd7ZKMKmaLGpC3vwiQcu9BixkBpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvHeFLDJztLmmzqamI4EX7BIzc4Mw3oP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.875rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:47.8125rem;left:11.8125rem;display:block; }
#HDeFSBUBv1iGWVpr5repvACAZW1GNoka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siqvMCtPq0Ca31iZDpXig6rZwOPkIUvf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:1.875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:47.875rem;left:31.8125rem;display:block; }
#QD4HOEvq2J6W45E3xuXW5saO0W95JzGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAJrcyKOgET91Mn1PrNrAuLlzQFJ9oUI { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.8125rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:20.1875rem;left:1.1875rem;display:block; }
#MZMrwSSmABrsTJvPErRir7lMVo09lkhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGGf01bX307NLQPmtoaOFmTruAMWITcB { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.8125rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:20.187501907349rem;left:22.187503814698rem;display:block; }
#Bha6N7hPUx8MWOQoe4yvd4gAwKVyNBfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8gxd8rIW7DLxwoa7DMA1bLLB4hImDSQ { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.8125rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:45.54079914093rem;left:12.125001907349rem;display:block; }
#dW3HEaXwnOJICwcx7KV51q4H2w2IUsTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwTEpTSOV630ZKbehV25XXA3hEcGCuQ4 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.8125rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:45.54079914093rem;left:32.125001907349rem;display:block; }
#HMstD1mG2ZWoHbltHCmsRV4M6HwkIofL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaSQqayrLVvyyNJRJ0z2tCKZ3IyHPB6G { color:#bd026f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15081;line-height:1.2;letter-spacing:0;top:4.1875rem;left:42.019794464111rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J4ZBkWyA1iQbBUM8gBXpvKA7LXBOiH9O { box-sizing:content-box;height:22.875rem;width:18.75rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.9375rem;left:40.770839691162rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ppvhnlEE9GPW1V0l7ptuiDv8tEdRySCE { color:#4d4d4d;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:6.1854152679443rem;left:42.019794464111rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL { color:#4d4d4d;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:10.406251907349rem;left:42.019794464111rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL li:before{  }
#p6eSwEhyRZaNWn2s9iCh4TaepehLKaZb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #bd026f;border-left:0.125rem solid #bd026f;border-right:0.125rem solid #bd026f;border-bottom:0.125rem solid #bd026f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#4d4d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.11666625rem;height:1.86666625rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:22.562501907349rem;left:42.083339691162rem;display:block; }
#w2X3JHJq5TAlna8vqHleoh24N5DBUezo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJtKlGK0KJXPZNR0zrGPtRn61FTiGSS6 { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.8125rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:20.1875rem;left:42.270839691162rem;display:block; }
#kvTVlWOTVZH0uhE7TW1nOWOrCp49CMaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container { background-color: transparent; background-image: none; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container > .video-iframe-container { display: none; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row > .video-iframe-container { display: none; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .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); }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container { border-width: 0; border-radius: 0; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#ldCewWMOHMdWi5PnGyp2egPa89n4xs2M { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #f5a173;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.1875rem;width:12.0625rem;top:3.1666679382324rem;left:3.291015625rem;overflow:hidden;display:block; }
#ZZCS0kfHvlnbWH3DTiPFgalTLlcMsvMF { color:#4d4d4d;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.6875rem;left:17.34375rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Aru4v39va9kSa1d5mc8FqTSAV5MfbazD { color:#4d4d4d;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.75rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#LCITx6GJ025xmXavzQxs5SW1TADImydi { position:absolute;display:block;z-index:15002;background-color:#4d4d4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:12.9375rem;left:17.5rem;display:block; }
#GWWtD2h6QwJrm7mvm04AkyExXQEnFwAA { color:#4d4d4d;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:13.5625rem;left:17.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f13862c-aa3e-422b-a1ee-ae3da75ef4c2/iStock1069888198.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ.adaptive-delivery-prevent-bg, #v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ.lazyload, #v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ.lazyloading { background-image: none; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container { background-color: transparent; background-image: none; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container > .video-iframe-container { display: none; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row > .video-iframe-container { display: none; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .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); }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container { border-width: 0; border-radius: 0; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#vIWcOwtvz3eDGZCQN1gmcFFxctIRRGnF { color:#4d4d4d;display:block;width:52.3125rem;position:absolute;font-family:gotham;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.34375rem;left:3.84375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGiv8mcOFNuA42nmf0UcmrwEh1FIpDGQ { color:#bd026f;display:block;width:52.3125rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.25rem;left:3.84375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LL1I9FmesGX5h2QLnKxhFcl1J3VbTGLP { background-color:transparent;background-image: -webkit-linear-gradient(142deg, #bd026f, #f5a173);background-image: -moz-linear-gradient(142deg, #bd026f, #f5a173);background-image: -ms-linear-gradient(142deg, #bd026f, #f5a173);background-image: -o-linear-gradient(142deg, #bd026f, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd026f', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #bd026f, #f5a173);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.4375rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:13.5rem;left:21.40625rem;display:block; }
#SHzNnPGPUHB9t0mwMmx1cvRQVOZ7vOLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba30b120-7570-4bd7-8d3c-3be41a3f97a3/fond_landingi_fond1saumon.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF.adaptive-delivery-prevent-bg, #kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF.lazyload, #kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF.lazyloading { background-image: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { background-color: transparent; background-image: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container > .video-iframe-container { display: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.33); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row > .video-iframe-container { display: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .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); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { border-width: 0; border-radius: 0; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#r3vCJcLVHfJSXbkwD5E4FRRHIOpIbTuN { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.875rem;left:1.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#obtJGQ2c1uuo66l1nFF2Jo72SsATMzcT { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:11.5rem;left:6.5625rem;display:block; }
#VyeKs3bA1r0DOzQ7na9Nbo2zTM8Ds5mV { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:19.6875rem;left:1.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#az0RhmxIN9FT50kbOX4B81P0lOsG4i7T { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:11.5rem;left:26.5625rem;display:block; }
#W4fiFsBiTO1kUe63wLcEzFweNXLmoteG { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:19.6875rem;left:21.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUP8ZgiM9XaXwCMQ2aFXiUX4I6oD08hR { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.375rem;left:21.5625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#IVDvtVoTX9w3y88aNqtehZPXaayu4NEJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:11.5rem;left:45.9375rem;display:block; }
#zC3R9XM8w3hV9Q9VeSUrUATQnZegpQTG { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WfozQl7SuWzSz1bJqlE1ZQaipGziPfhD { color:#4d4d4d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.5625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#SUFnxntnqF8NLeRHRuQEkqnPddI7azCw { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:13.8125rem;left:8.875rem; }
#c6JfG77Ns7VVC5RHPBnggZIstPMsgchD { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15047;top:13.6875rem;left:28.75rem; }
#CLT5o0XOJXE0sW2dZe4gdpwJDhmTqRT2 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15048;top:13.875rem;left:48.3125rem; }
#oTEMSI9wJZLNRngKkNPVxRrdeVupAavB { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.25rem;top:1.03125rem;left:27.875rem;overflow:hidden;display:block; }
#SSIrArz1ce05nG59yw19bCbc3la75MPV { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(259deg, #f5a173, #89c275);background-image: -moz-linear-gradient(259deg, #f5a173, #89c275);background-image: -ms-linear-gradient(259deg, #f5a173, #89c275);background-image: -o-linear-gradient(259deg, #f5a173, #89c275);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a173', endColorstr='#89c275' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a173', endColorstr='#89c275' );";background-image: linear-gradient(259deg, #f5a173, #89c275);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:0.125rem;width:23.625rem;top:3.25rem;left:34.4375rem;display:block; }
#UKQHQg0BJQz0Aid58me9hniGlrLxOVAa { color:#4d4d4d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W0eTLFKPNDcwL69CDnO5BTA5cNOGsVPP { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(272deg, #89c275, #f5a173);background-image: -moz-linear-gradient(272deg, #89c275, #f5a173);background-image: -ms-linear-gradient(272deg, #89c275, #f5a173);background-image: -o-linear-gradient(272deg, #89c275, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c275', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c275', endColorstr='#f5a173' );";background-image: linear-gradient(272deg, #89c275, #f5a173);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:0.125rem;width:23.625rem;top:3.25rem;left:1.5625rem;display:block; }
#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { background-color: transparent; background-image: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container > .video-iframe-container { display: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container { display: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .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); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { border-width: 0; border-radius: 0; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-form-header {  }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#4d4d4d;width:30.8125rem;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:left;text-align-last:left;line-height:1.3; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;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:30.8125rem;box-sizing:border-box;height:1.75rem;color:#4d4d4d;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;line-height:1.1; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;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:30.8125rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;line-height:1.1; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;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:30.8125rem;box-sizing:border-box;height:2.5rem;color:#4d4d4d;font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .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; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(258deg, #f5a173, #bd026f);background-image: -moz-linear-gradient(258deg, #f5a173, #bd026f);background-image: -ms-linear-gradient(258deg, #f5a173, #bd026f);background-image: -o-linear-gradient(258deg, #f5a173, #bd026f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a173', endColorstr='#bd026f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a173', endColorstr='#bd026f' );";background-image: linear-gradient(258deg, #f5a173, #bd026f);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.3125rem;margin-bottom:0.25rem;margin-left:6.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.125rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.1; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM [class*="-text"]:-moz-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM [class*="-text"]::-moz-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM [class*="-text"]:-ms-input-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM [class*="-text"]::-webkit-input-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:29.5625rem;overflow:hidden;font-style:normal;float:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .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; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-container:first-of-type{padding-top:0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-container:last-of-type{padding-bottom:0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM  { background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:23.8125rem;top:2.390625rem;z-index:15024;position:absolute; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.8125rem;display:block;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM {display:block;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM { background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:23.8125rem;top:2.390625rem;z-index:15024;position:absolute; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HaLTVVAfa6Vcax5zx13EnMmL9ODhvtRc { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #dWxTcnFBxXh2ERsRmgQpK6dz0wbbxpPP { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #Kt8kw6gaTnlRCS0PBTADd55I2o9zVsfq { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wiDPOVNQ80yoDR4ihpCxd1nEoXBGpHyh { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #RDfAOtp8cfhtXghhobhJnF9VCnPPJT9s { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #eoLU6ed66QvFGgqxb25wUlniUv4GLD8G { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #FnQGZN4VOucJlhWzKwTAQTnnzw0WHlPp { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #b9Azib1il1NJFe1Q15KLK79IzssKTRTk { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ZHJQeRFwVGHSFmTTyN3hyzdU2KJoho6U { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #gc4dufe882gZlrhR8DLD6JVPEFt2xtq8 { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NChOSyBKVqU1N3IagQzo42VbBQEZ6WQq { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #cvFqMcdLL6MpThkHlzBhtl9Xs9bJ12zH { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HE7eVdx8oHPU3gZzH4usSuTpCGKL9vic { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #fFIFaGwH75T8KLFBe6TCP4JkxJixflXz { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #uu7BwDvyvAQ82RctWcgBMEQ2a5T5z6b9 { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en .container-column{width:50%;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ON4MkWD8Ws9oCXJ1JHrToGul3T0xLxdp { position:relative;display:none; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #PSSr8vqmeJMO3oraTP8WdN62ZNu5ao7o { position:relative;z-index:2; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #S0FH4pUGGtv76p4ATGzzhD8dRDB8DZTv { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #K49OMKguL8LrTEXD3fbo3Jr4afVPnwKP { position:relative;z-index:2; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wge6w9Roq93GD14qvnyiveGd90GsqZws { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wQhqtfwRfDZe0tL8dcsvRboTN4ibseOO { position:relative; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NmqfmO9TnTogsAUmnU1S1gVGee7X1aC3 { position:relative; }
#W4dfUtSQ2QulFFBy1bUwavTJAATbMERG { color:#4d4d4d;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.2718658447266rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6LfqqG0c7K2apGRiErtNhHJP89smvls { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.801040649414rem;left:0rem;height:3.65625rem;display:block; }
#T6I6UrsaRysIvbQB25XcOqvuI6DpLoTd { color:#4d4d4d;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:9.4802093505863rem;left:0rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZvqRuV9GAoRBdbq84ogULXL7S1L7oNd { color:#4d4d4d;display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.375rem;left:15.998958587646rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { background-color: transparent; background-image: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container > .video-iframe-container { display: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row > .video-iframe-container { display: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .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); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { border-width: 0; border-radius: 0; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#OEVKEOec8N6NT6avBbC395v0xtHOHpfs { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:16.8125rem;top:3.4375076293945rem;left:41.75rem;overflow:hidden;display:block; }
#v7rvS90SmTGyuv0L6tlCT3ATAkhTh5Q5 { color:#4d4d4d;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3810768127441rem;left:2.5625rem;height:3rem;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; }
#VEfNuEdOnklXNggrVGNppUAn1s7CNy7e { color:#4d4d4d;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.32421875rem;left:2.5625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU { position:relative;display:block; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU { background-color: transparent; background-image: none; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container > .video-iframe-container { display: none; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row > .video-iframe-container { display: none; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .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); }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU { border-width: 0; border-radius: 0; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { color:rgba(77,77,77,0.5);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:0.78125rem;left:0rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn { display:block; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8dxwBIJdi5OtvOGeBrwKeWbqHVLDK9H { width:47.75rem;height:;top:15.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTzMQzhxarNgxy0qtV25d85vHWpxqW0 { width:30.4375rem;height:3.125rem;top:29.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmKpIZ0FPo5Trz3TsWT12vz79eV9NXF { width:14.9375rem;height:2.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyX7ROkmdOB8cBna54BINP8JsAXeL7ym { display:block; }
 }@media only screen and (max-width: 763px) { #tvQoeiTKNNK9mUvCFK3MxD4arqiMepqF { width:14.9375rem;height:2.4375rem;top:34.1875rem;left:10.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4iLIdfXmEsROL89ccHsPeJ6GiSRZmU7 { display:block; }
 }@media only screen and (max-width: 763px) { #sSW5SlgoawBZV4lZTr97zMWW4SFuLIHx { width:14rem;height:6.5625rem;top:3rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgeLdcodn6qqoDOJl5wN2DXQaWLnVwA2 { width:14rem;height:6.5625rem;top:3.0625rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo { display:block; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbJ2RqSKnhEUB4Les41qpXXFEyOSEbXn { display:none; }
 }@media only screen and (max-width: 763px) { #J7PbMkWDSwEMPhOT6uCdRiFgrZfTCqvC { display:none; }
 }@media only screen and (max-width: 763px) { #VeLuUCISGRHzfgCrFz22iMrn32xOPPLy { display:none; }
 }@media only screen and (max-width: 763px) { #SRGTKckAmSml9tLlegWueQX4QOKkw3oc { display:none; }
 }@media only screen and (max-width: 763px) { #ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP { display:block; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVlXTdVH2pV0NnxqGz0rIRUUT5uB83Kv { top:2.9375rem;left:0rem;width:18.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCdN06uM71qs4yMsJcsyXtLHuxd9oPa { width:13.875rem;height:1.5rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 { width:15.875rem;height:8.5rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }#rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 li:before{  }
 }@media only screen and (max-width: 763px) { #vAhtakrl7CDyr2KOkgpIefUFkVZfWklt { width:16.1875rem;height:2.6875rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESg66ITdKPvEeHuMJwCBfeaobVa6Lztu { top:2.9375rem;left:14.562503814698rem;width:18.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8hfKXppB19ttDSOak9nDD55yGLIVlXn { width:13.875rem;height:1.5rem;top:4.1875rem;left:15.687503814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP { width:16.3125rem;height:7.9375rem;top:11.25rem;left:15.687503814698rem;font-size:0.9375rem;display:block; }#QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP li:before{  }
 }@media only screen and (max-width: 763px) { #nh0K6DRkrJHqkxhVM9DhPn1Muhdo01yH { width:16.4375rem;height:2.6875rem;top:6.125rem;left:15.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7qGl57HBicfo44nztcSo9hQ6PQ5sA9 { top:27.375rem;left:4.5rem;width:18.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ezW63KdqAVfw1GbWXDWpIDXH9HxMpa { width:16.0625rem;height:;top:28.625rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT { width:16rem;height:8.8125rem;top:34.1875rem;left:5.625rem;font-size:0.9375rem;display:block; }#WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT li:before{  }
 }@media only screen and (max-width: 763px) { #H5CsncDJEk2KxCzgQy0i2pI4VRM8pqz2 { width:13.1875rem;height:2.6875rem;top:30.5rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN3MTf0MslotG2T01zBXkbJ1vA2qLOgE { top:27.375rem;left:24.5rem;width:18.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgNKO5Rk1fnt87gFN8NhxhEdiQXCTAn { width:13.875rem;height:2.6875rem;top:28.625rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXKBQfovctBJ3STeX72lCDTZzNKbzzwq { width:16rem;height:7.375rem;top:36.4375rem;left:25.875rem;font-size:0.9375rem;display:block; }#RXKBQfovctBJ3STeX72lCDTZzNKbzzwq li:before{  }
 }@media only screen and (max-width: 763px) { #XyAgGcbbwtgQuGRwk2hQUZTTNhLJWxmR { width:15.8125rem;height:;top:32.25rem;left:25.375003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDDqamrUvkbNCTsIqrheTeOxo52ktGww { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckmQyFGNDBnvD0dWCWwi6NqWsWe9yqT { display:block; }
 }@media only screen and (max-width: 763px) { #BJ8xb7QPN7r6SLmLMdRWVmK73Tn709F0 { width:13.875rem;height:1.125rem;top:9.1875rem;left:15.437503814698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDskl0TGecokAOfSMfRFUOttmxzcCVsN { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:15.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmRpCd7ZKMKmaLGpC3vwiQcu9BixkBpf { display:block; }
 }@media only screen and (max-width: 763px) { #mvHeFLDJztLmmzqamI4EX7BIzc4Mw3oP { width:16rem;height:1.75rem;top:47.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDeFSBUBv1iGWVpr5repvACAZW1GNoka { display:block; }
 }@media only screen and (max-width: 763px) { #siqvMCtPq0Ca31iZDpXig6rZwOPkIUvf { width:16rem;height:1.75rem;top:47.875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD4HOEvq2J6W45E3xuXW5saO0W95JzGF { display:block; }
 }@media only screen and (max-width: 763px) { #zAJrcyKOgET91Mn1PrNrAuLlzQFJ9oUI { width:15.75rem;height:1.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZMrwSSmABrsTJvPErRir7lMVo09lkhu { display:block; }
 }@media only screen and (max-width: 763px) { #PGGf01bX307NLQPmtoaOFmTruAMWITcB { width:15.75rem;height:1.8125rem;top:20.1875rem;left:16.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bha6N7hPUx8MWOQoe4yvd4gAwKVyNBfI { display:block; }
 }@media only screen and (max-width: 763px) { #C8gxd8rIW7DLxwoa7DMA1bLLB4hImDSQ { width:15.75rem;height:1.8125rem;top:45.5rem;left:6.0000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3HEaXwnOJICwcx7KV51q4H2w2IUsTW { display:block; }
 }@media only screen and (max-width: 763px) { #HwTEpTSOV630ZKbehV25XXA3hEcGCuQ4 { width:15.75rem;height:1.8125rem;top:45.5rem;left:26.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMstD1mG2ZWoHbltHCmsRV4M6HwkIofL { display:block; }
 }@media only screen and (max-width: 763px) { #TaSQqayrLVvyyNJRJ0z2tCKZ3IyHPB6G { width:13.875rem;height:;top:4.1875rem;left:33.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZBkWyA1iQbBUM8gBXpvKA7LXBOiH9O { top:2.9375rem;left:29rem;width:18.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppvhnlEE9GPW1V0l7ptuiDv8tEdRySCE { width:16.4375rem;height:;top:6.125rem;left:31.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL { width:16.3125rem;height:;top:10.375rem;left:31.4375rem;font-size:0.9375rem;display:block; }#P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL li:before{  }
 }@media only screen and (max-width: 763px) { #p6eSwEhyRZaNWn2s9iCh4TaepehLKaZb { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2X3JHJq5TAlna8vqHleoh24N5DBUezo { display:block; }
 }@media only screen and (max-width: 763px) { #FJtKlGK0KJXPZNR0zrGPtRn61FTiGSS6 { width:15.75rem;height:1.8125rem;top:20.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTVlWOTVZH0uhE7TW1nOWOrCp49CMaG { display:block; }
 }@media only screen and (max-width: 763px) { #iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ { display:block; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldCewWMOHMdWi5PnGyp2egPa89n4xs2M { width:12.0625rem;height:12.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCS0kfHvlnbWH3DTiPFgalTLlcMsvMF { top:3.6875rem;left:10.25rem;width:34.4375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aru4v39va9kSa1d5mc8FqTSAV5MfbazD { top:10.75rem;left:11.375rem;width:25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCITx6GJ025xmXavzQxs5SW1TADImydi { top:12.9375rem;left:11.375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWtD2h6QwJrm7mvm04AkyExXQEnFwAA { top:13.5625rem;left:11.375rem;width:34rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ { display:block; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIWcOwtvz3eDGZCQN1gmcFFxctIRRGnF { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiv8mcOFNuA42nmf0UcmrwEh1FIpDGQ { width:47.75rem;height:2.75rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL1I9FmesGX5h2QLnKxhFcl1J3VbTGLP { width:17.1875rem;height:2.4375rem;top:13.5rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHzNnPGPUHB9t0mwMmx1cvRQVOZ7vOLB { display:block; }
 }@media only screen and (max-width: 763px) { #kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF { display:block; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3vCJcLVHfJSXbkwD5E4FRRHIOpIbTuN { top:22.875rem;left:0rem;width:16.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obtJGQ2c1uuo66l1nFF2Jo72SsATMzcT { width:7.5rem;height:7.5rem;top:11.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyeKs3bA1r0DOzQ7na9Nbo2zTM8Ds5mV { top:19.6875rem;left:0rem;width:16.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0RhmxIN9FT50kbOX4B81P0lOsG4i7T { width:7.5rem;height:7.5rem;top:11.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4fiFsBiTO1kUe63wLcEzFweNXLmoteG { top:19.6875rem;left:14.875rem;width:16.875rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUP8ZgiM9XaXwCMQ2aFXiUX4I6oD08hR { top:24.375rem;left:14.875rem;width:16.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVDvtVoTX9w3y88aNqtehZPXaayu4NEJ { width:7.5rem;height:7.5rem;top:11.5rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3R9XM8w3hV9Q9VeSUrUATQnZegpQTG { top:19.6875rem;left:30.75rem;width:16.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfozQl7SuWzSz1bJqlE1ZQaipGziPfhD { top:22.875rem;left:30.75rem;width:16.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUFnxntnqF8NLeRHRuQEkqnPddI7azCw { width:2.9375rem;height:2.9375rem;top:13.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6JfG77Ns7VVC5RHPBnggZIstPMsgchD { width:3.125rem;height:3.125rem;top:13.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLT5o0XOJXE0sW2dZe4gdpwJDhmTqRT2 { width:2.8125rem;height:2.8125rem;top:13.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTEMSI9wJZLNRngKkNPVxRrdeVupAavB { top:1rem;left:21.6875rem;width:4.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSIrArz1ce05nG59yw19bCbc3la75MPV { top:3.25rem;left:8.125rem;width:23.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQHQg0BJQz0Aid58me9hniGlrLxOVAa { top:6rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0eTLFKPNDcwL69CDnO5BTA5cNOGsVPP { top:3.25rem;left:0rem;width:23.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu1MTXDT1a47yTNpkNrto3J3mECXCsoV { display:block; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-regular-label { width:30.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-textarea { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-button { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.3125rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-checkbox-label { width:29.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM  { width:30.8125rem;height:auto;top:2.375rem;left:14.4375rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .radio-container { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM {display:block;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM { width:30.8125rem;height:auto;top:2.375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HaLTVVAfa6Vcax5zx13EnMmL9ODhvtRc {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #dWxTcnFBxXh2ERsRmgQpK6dz0wbbxpPP {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #Kt8kw6gaTnlRCS0PBTADd55I2o9zVsfq {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wiDPOVNQ80yoDR4ihpCxd1nEoXBGpHyh {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #RDfAOtp8cfhtXghhobhJnF9VCnPPJT9s {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #eoLU6ed66QvFGgqxb25wUlniUv4GLD8G {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #FnQGZN4VOucJlhWzKwTAQTnnzw0WHlPp {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #b9Azib1il1NJFe1Q15KLK79IzssKTRTk { display:block; }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ZHJQeRFwVGHSFmTTyN3hyzdU2KJoho6U {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #gc4dufe882gZlrhR8DLD6JVPEFt2xtq8 {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NChOSyBKVqU1N3IagQzo42VbBQEZ6WQq {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #cvFqMcdLL6MpThkHlzBhtl9Xs9bJ12zH {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HE7eVdx8oHPU3gZzH4usSuTpCGKL9vic {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #fFIFaGwH75T8KLFBe6TCP4JkxJixflXz {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #uu7BwDvyvAQ82RctWcgBMEQ2a5T5z6b9 {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en {  }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en .container-column{width:50%;} }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ON4MkWD8Ws9oCXJ1JHrToGul3T0xLxdp {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #PSSr8vqmeJMO3oraTP8WdN62ZNu5ao7o {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #S0FH4pUGGtv76p4ATGzzhD8dRDB8DZTv {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #K49OMKguL8LrTEXD3fbo3Jr4afVPnwKP {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wge6w9Roq93GD14qvnyiveGd90GsqZws {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wQhqtfwRfDZe0tL8dcsvRboTN4ibseOO {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NmqfmO9TnTogsAUmnU1S1gVGee7X1aC3 {  }
 }@media only screen and (max-width: 763px) { #W4dfUtSQ2QulFFBy1bUwavTJAATbMERG { top:3.25rem;left:0rem;width:19.4375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6LfqqG0c7K2apGRiErtNhHJP89smvls { top:25.75rem;left:0rem;width:19.375rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6I6UrsaRysIvbQB25XcOqvuI6DpLoTd { width:19.75rem;height:4.1875rem;top:9.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZvqRuV9GAoRBdbq84ogULXL7S1L7oNd { top:31.375rem;left:3.75rem;width:44rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu { display:block; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEVKEOec8N6NT6avBbC395v0xtHOHpfs { top:3.4375rem;left:30.9375rem;width:16.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rvS90SmTGyuv0L6tlCT3ATAkhTh5Q5 { top:1.375rem;left:0rem;width:30.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfNuEdOnklXNggrVGNppUAn1s7CNy7e { width:26.9375rem;height:5.1875rem;top:5.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU { display:block; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:47.75rem;height:1.125rem;top:0.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fdb44b31-bf7a-465b-bb19-f0064532c2a2/fond_landingi_fond7saumon.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.adaptive-delivery-prevent-bg, #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.lazyload, #MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn.lazyloading { background-image: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { background-color: transparent; background-image: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container > .video-iframe-container { display: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container { display: none; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .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); }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { border-width: 0; border-radius: 0; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ6f2JGqtrEf0vHoc3DT9oJK4dxCimAn > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8dxwBIJdi5OtvOGeBrwKeWbqHVLDK9H { width:17.8125rem;height:8.9323125rem;top:8.6875rem;left:1.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #VHTzMQzhxarNgxy0qtV25d85vHWpxqW0 { width:18.75rem;height:2.0996125rem;top:18.8730625rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #POmKpIZ0FPo5Trz3TsWT12vz79eV9NXF { width:14.125rem;height:2.4375rem;top:21.6328125rem;left:1.625rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GyX7ROkmdOB8cBna54BINP8JsAXeL7ym { display:block; }
 }@media only screen and (max-width: 763px) { #tvQoeiTKNNK9mUvCFK3MxD4arqiMepqF { width:14.89583375rem;height:2.39583375rem;top:24.7578125rem;left:1.625rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #f4iLIdfXmEsROL89ccHsPeJ6GiSRZmU7 { display:block; }
 }@media only screen and (max-width: 763px) { #sSW5SlgoawBZV4lZTr97zMWW4SFuLIHx { width:11rem;height:5.125rem;top:1.5rem;left:5.8125001192093rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xgeLdcodn6qqoDOJl5wN2DXQaWLnVwA2 { width:11rem;height:5.125rem;top:17.25rem;left:-0.625rem;overflow:hidden;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo { display:none; }#QRkPHGgceHVNnRXpgmAzsN8rH65a0eAo > .row .container { width:20rem;height:0.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xbJ2RqSKnhEUB4Les41qpXXFEyOSEbXn { top:8.3125rem;left:1.8541666269302rem;width:3.125rem;height:0.125rem;z-index:15025;background-color:rgba(var(--color-tertiary-1),0.83);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #J7PbMkWDSwEMPhOT6uCdRiFgrZfTCqvC { top:12.385416984558rem;left:1.8541666269302rem;width:3.125rem;height:0.125rem;z-index:15026;background-color:rgba(var(--color-tertiary-1),0.83);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VeLuUCISGRHzfgCrFz22iMrn32xOPPLy { top:10.385416984558rem;left:1.8541666269302rem;width:3.125rem;height:0.125rem;z-index:15026;background-color:rgba(var(--color-tertiary-1),0.83);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SRGTKckAmSml9tLlegWueQX4QOKkw3oc { top:14.385416984558rem;left:1.8541666269302rem;width:3.125rem;height:0.125rem;z-index:15027;background-color:rgba(var(--color-tertiary-1),0.83);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP { display:block; }#ZSnEbRTtHcvZTuibNfqbKAbBT4ryeqiP > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVlXTdVH2pV0NnxqGz0rIRUUT5uB83Kv { width:18.75rem;height:22.875rem;top:2.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCCdN06uM71qs4yMsJcsyXtLHuxd9oPa { width:13.875rem;height:auto;top:4.1875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 { width:15.875rem;height:auto;top:9.9375rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }#rNEcloMIn2twaA7AHuVurwQH3o4MKTs3 li:before{  }
 }@media only screen and (max-width: 763px) { #vAhtakrl7CDyr2KOkgpIefUFkVZfWklt { width:16.1875rem;height:auto;top:6.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ESg66ITdKPvEeHuMJwCBfeaobVa6Lztu { width:18.75rem;height:22.875rem;top:2.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8hfKXppB19ttDSOak9nDD55yGLIVlXn { width:13.875rem;height:auto;top:4.1875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP { width:16.3125rem;height:auto;top:11.25rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }#QzXVgEqIFDbfFbK9106lTmM3w3k0QGCP li:before{  }
 }@media only screen and (max-width: 763px) { #nh0K6DRkrJHqkxhVM9DhPn1Muhdo01yH { width:16.4375rem;height:auto;top:6.125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qb7qGl57HBicfo44nztcSo9hQ6PQ5sA9 { width:18.75rem;height:23.75rem;top:27.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5ezW63KdqAVfw1GbWXDWpIDXH9HxMpa { width:16.0625rem;height:auto;top:28.625rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT { width:16rem;height:auto;top:34.1875rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }#WpDWBwonNWyeUN5UMqpLWHH4Jvu38wTT li:before{  }
 }@media only screen and (max-width: 763px) { #H5CsncDJEk2KxCzgQy0i2pI4VRM8pqz2 { width:13.1875rem;height:auto;top:30.5rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #mN3MTf0MslotG2T01zBXkbJ1vA2qLOgE { width:18.75rem;height:23.8125rem;top:27.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJgNKO5Rk1fnt87gFN8NhxhEdiQXCTAn { width:13.875rem;height:auto;top:28.625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #RXKBQfovctBJ3STeX72lCDTZzNKbzzwq { width:16rem;height:auto;top:36.4375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }#RXKBQfovctBJ3STeX72lCDTZzNKbzzwq li:before{  }
 }@media only screen and (max-width: 763px) { #XyAgGcbbwtgQuGRwk2hQUZTTNhLJWxmR { width:15.8125rem;height:auto;top:32.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SDDqamrUvkbNCTsIqrheTeOxo52ktGww { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:1.9375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xckmQyFGNDBnvD0dWCWwi6NqWsWe9yqT { display:block; }
 }@media only screen and (max-width: 763px) { #BJ8xb7QPN7r6SLmLMdRWVmK73Tn709F0 { width:13.875rem;height:auto;top:9.1875rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #QDskl0TGecokAOfSMfRFUOttmxzcCVsN { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:1.9375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KmRpCd7ZKMKmaLGpC3vwiQcu9BixkBpf { display:block; }
 }@media only screen and (max-width: 763px) { #mvHeFLDJztLmmzqamI4EX7BIzc4Mw3oP { width:16rem;height:1.75rem;top:47.8125rem;left:2rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HDeFSBUBv1iGWVpr5repvACAZW1GNoka { display:block; }
 }@media only screen and (max-width: 763px) { #siqvMCtPq0Ca31iZDpXig6rZwOPkIUvf { width:16rem;height:1.75rem;top:47.875rem;left:2rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QD4HOEvq2J6W45E3xuXW5saO0W95JzGF { display:block; }
 }@media only screen and (max-width: 763px) { #zAJrcyKOgET91Mn1PrNrAuLlzQFJ9oUI { width:15.75rem;height:1.8125rem;top:20.1875rem;left:2.125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MZMrwSSmABrsTJvPErRir7lMVo09lkhu { display:block; }
 }@media only screen and (max-width: 763px) { #PGGf01bX307NLQPmtoaOFmTruAMWITcB { width:15.75rem;height:1.8125rem;top:20.1875rem;left:2.125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bha6N7hPUx8MWOQoe4yvd4gAwKVyNBfI { display:block; }
 }@media only screen and (max-width: 763px) { #C8gxd8rIW7DLxwoa7DMA1bLLB4hImDSQ { width:15.75rem;height:1.8125rem;top:45.5rem;left:2.125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dW3HEaXwnOJICwcx7KV51q4H2w2IUsTW { display:block; }
 }@media only screen and (max-width: 763px) { #HwTEpTSOV630ZKbehV25XXA3hEcGCuQ4 { width:15.75rem;height:1.8125rem;top:45.5rem;left:2.125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HMstD1mG2ZWoHbltHCmsRV4M6HwkIofL { display:block; }
 }@media only screen and (max-width: 763px) { #TaSQqayrLVvyyNJRJ0z2tCKZ3IyHPB6G { width:13.875rem;height:auto;top:4.1875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #J4ZBkWyA1iQbBUM8gBXpvKA7LXBOiH9O { width:18.75rem;height:22.875rem;top:2.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppvhnlEE9GPW1V0l7ptuiDv8tEdRySCE { width:16.4375rem;height:auto;top:6.125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL { width:16.3125rem;height:auto;top:10.375rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }#P9QdpTKsBewTQaPcL6FctVNTeJ12TSNL li:before{  }
 }@media only screen and (max-width: 763px) { #p6eSwEhyRZaNWn2s9iCh4TaepehLKaZb { width:16.0625rem;height:1.8125rem;top:22.5625rem;left:1.9375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w2X3JHJq5TAlna8vqHleoh24N5DBUezo { display:block; }
 }@media only screen and (max-width: 763px) { #FJtKlGK0KJXPZNR0zrGPtRn61FTiGSS6 { width:15.75rem;height:1.8125rem;top:20.1875rem;left:2.125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kvTVlWOTVZH0uhE7TW1nOWOrCp49CMaG { display:block; }
 }@media only screen and (max-width: 763px) { #iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ { display:block; }#iLlnC78OTNdfbOuwDe0TkwGAQSmTvqQJ > .row .container { width:20rem;height:29.34765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldCewWMOHMdWi5PnGyp2egPa89n4xs2M { width:6.875rem;height:6.875rem;top:2.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZCS0kfHvlnbWH3DTiPFgalTLlcMsvMF { width:16.875rem;height:9.09375rem;top:11.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Aru4v39va9kSa1d5mc8FqTSAV5MfbazD { width:20rem;height:1.3125rem;top:21.4733125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCITx6GJ025xmXavzQxs5SW1TADImydi { width:6.25rem;height:0.125rem;top:24.0358125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWtD2h6QwJrm7mvm04AkyExXQEnFwAA { width:13.0625rem;height:3.9375rem;top:25.4108125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ { display:block; }#v9LvLAJvK7GpofGaOFnRuc9nZqiT24JJ > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIWcOwtvz3eDGZCQN1gmcFFxctIRRGnF { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #yGiv8mcOFNuA42nmf0UcmrwEh1FIpDGQ { width:20rem;height:4.125rem;top:8.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #LL1I9FmesGX5h2QLnKxhFcl1J3VbTGLP { width:17.1875rem;height:2.4375rem;top:14.0625rem;left:1.375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #c5006b, #f5a173);background-image: -moz-linear-gradient(142deg, #c5006b, #f5a173);background-image: -ms-linear-gradient(142deg, #c5006b, #f5a173);background-image: -o-linear-gradient(142deg, #c5006b, #f5a173);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5006b', endColorstr='#f5a173' );";background-image: linear-gradient(142deg, #c5006b, #f5a173);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SHzNnPGPUHB9t0mwMmx1cvRQVOZ7vOLB { display:block; }
 }@media only screen and (max-width: 763px) { #kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF { background-color:#f5f5f5;background-image:none;display:block; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { background-color: transparent; background-image: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container > .video-iframe-container { display: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row > .video-iframe-container { display: none; }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .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); }#kT5DmkmeIkkELNaVSNJuFn8Qqo0hFQuF > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3vCJcLVHfJSXbkwD5E4FRRHIOpIbTuN { width:15.9375rem;height:2.2734375rem;top:18.5625rem;left:2.03125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obtJGQ2c1uuo66l1nFF2Jo72SsATMzcT { width:3.75rem;height:3.75rem;top:12.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyeKs3bA1r0DOzQ7na9Nbo2zTM8Ds5mV { width:7.5625rem;height:1.5rem;top:16.5rem;left:6.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #az0RhmxIN9FT50kbOX4B81P0lOsG4i7T { width:3.75rem;height:3.75rem;top:23.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4fiFsBiTO1kUe63wLcEzFweNXLmoteG { width:16.875rem;height:1rem;top:27.812501192093rem;left:1.5625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUP8ZgiM9XaXwCMQ2aFXiUX4I6oD08hR { width:16.0625rem;height:2.09895625rem;top:29.843098878861rem;left:1.9687501192093rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVDvtVoTX9w3y88aNqtehZPXaayu4NEJ { width:3.75rem;height:3.75rem;top:36.947919130326rem;left:8.1250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3R9XM8w3hV9Q9VeSUrUATQnZegpQTG { width:16.875rem;height:1.5rem;top:40.875rem;left:1.5625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfozQl7SuWzSz1bJqlE1ZQaipGziPfhD { width:15.9375rem;height:2.0996125rem;top:42.6875rem;left:2rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUFnxntnqF8NLeRHRuQEkqnPddI7azCw { width:1.5625rem;height:1.5625rem;top:13.375rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6JfG77Ns7VVC5RHPBnggZIstPMsgchD { width:1.875rem;height:1.875rem;top:24.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLT5o0XOJXE0sW2dZe4gdpwJDhmTqRT2 { width:1.8125rem;height:1.8125rem;top:37.916667938233rem;left:9.0937505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTEMSI9wJZLNRngKkNPVxRrdeVupAavB { width:3.3125rem;height:3.3125rem;top:0.78125rem;left:8.0000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSIrArz1ce05nG59yw19bCbc3la75MPV { width:6.25rem;height:0.125rem;top:1.875rem;left:12.312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKQHQg0BJQz0Aid58me9hniGlrLxOVAa { width:18.5625rem;height:7.5rem;top:4.09375rem;left:1.4375rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0eTLFKPNDcwL69CDnO5BTA5cNOGsVPP { width:20rem;height:0.125rem;top:46.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu1MTXDT1a47yTNpkNrto3J3mECXCsoV { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/9c15f5e7-cad2-4ed9-9d1c-b64e284c8111/fond_landingi_fond3saumon.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV.adaptive-delivery-prevent-bg, #zu1MTXDT1a47yTNpkNrto3J3mECXCsoV.lazyload, #zu1MTXDT1a47yTNpkNrto3J3mECXCsoV.lazyloading { background-image: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { background-color: transparent; background-image: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container > .video-iframe-container { display: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container { display: none; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .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); }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { border-width: 0; border-radius: 0; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zu1MTXDT1a47yTNpkNrto3J3mECXCsoV > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;line-height:1.2;overflow:hidden;height:auto;color:#4d4d4d;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;display:block;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-input-button { width:8.8125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;font-size:0.875rem;overflow:hidden;line-height:1.1;height:2.5rem; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM  { width:14.9375rem;height:auto;top:17.873046875rem;left:1rem;box-shadow: none;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM {display:block;}#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM { width:14.9375rem;height:auto;top:17.873046875rem;left:1rem;box-shadow: none;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HaLTVVAfa6Vcax5zx13EnMmL9ODhvtRc {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #dWxTcnFBxXh2ERsRmgQpK6dz0wbbxpPP {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #Kt8kw6gaTnlRCS0PBTADd55I2o9zVsfq {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wiDPOVNQ80yoDR4ihpCxd1nEoXBGpHyh {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #RDfAOtp8cfhtXghhobhJnF9VCnPPJT9s {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #eoLU6ed66QvFGgqxb25wUlniUv4GLD8G {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #FnQGZN4VOucJlhWzKwTAQTnnzw0WHlPp {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #b9Azib1il1NJFe1Q15KLK79IzssKTRTk { display:none; }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ZHJQeRFwVGHSFmTTyN3hyzdU2KJoho6U {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #gc4dufe882gZlrhR8DLD6JVPEFt2xtq8 {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NChOSyBKVqU1N3IagQzo42VbBQEZ6WQq {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #cvFqMcdLL6MpThkHlzBhtl9Xs9bJ12zH {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #HE7eVdx8oHPU3gZzH4usSuTpCGKL9vic {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #fFIFaGwH75T8KLFBe6TCP4JkxJixflXz { display:none; }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #uu7BwDvyvAQ82RctWcgBMEQ2a5T5z6b9 {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en {  }
#RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ztgtU15412XDuK0PIByJlxKdLpqiJ8en .container-column{width:50%;} }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #ON4MkWD8Ws9oCXJ1JHrToGul3T0xLxdp {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #PSSr8vqmeJMO3oraTP8WdN62ZNu5ao7o {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #S0FH4pUGGtv76p4ATGzzhD8dRDB8DZTv {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #K49OMKguL8LrTEXD3fbo3Jr4afVPnwKP {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wge6w9Roq93GD14qvnyiveGd90GsqZws {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #wQhqtfwRfDZe0tL8dcsvRboTN4ibseOO {  }
 }@media only screen and (max-width: 763px) { #RxieGMsU4xTbyiz1nd6oZpxEB7J9LbdM #NmqfmO9TnTogsAUmnU1S1gVGee7X1aC3 {  }
 }@media only screen and (max-width: 763px) { #W4dfUtSQ2QulFFBy1bUwavTJAATbMERG { width:15.9375rem;height:4.5rem;top:1.5rem;left:2.03125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6LfqqG0c7K2apGRiErtNhHJP89smvls { width:16.6875rem;height:4.3828125rem;top:38.416015625rem;left:1.875rem;font-size:0.5625rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #T6I6UrsaRysIvbQB25XcOqvuI6DpLoTd { width:16.0625rem;height:3.671875rem;top:9rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lZvqRuV9GAoRBdbq84ogULXL7S1L7oNd { width:20rem;height:1.5rem;top:47.497406005859rem;left:0rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/25f31995-2623-433e-8b32-e0274de1cca8/fond_landingi_fond5saumon.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu.adaptive-delivery-prevent-bg, #Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu.lazyload, #Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu.lazyloading { background-image: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { background-color: transparent; background-image: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container > .video-iframe-container { display: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row > .video-iframe-container { display: none; }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .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); }#Ro0N1CN8JABpTbZyk1c8MCDBgPJBmypu > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEVKEOec8N6NT6avBbC395v0xtHOHpfs { width:15.625rem;height:5.0625rem;top:23.298828125rem;left:2.1875001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v7rvS90SmTGyuv0L6tlCT3ATAkhTh5Q5 { width:15.625rem;height:3rem;top:6.6875rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfNuEdOnklXNggrVGNppUAn1s7CNy7e { width:16rem;height:9.4453125rem;top:11.93359375rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU { display:block; }#BVyIfCAPVDEF8wzZZk5pb1hwMOewZtKU > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:19.125rem;height:4.046875rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }