button,
figure,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.comments-trigger .r-icon-comment:hover,
.gd-social-share a:hover svg {
  fill: #fff;
}

.story__comments__trigger,
.story__overtitle,
.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

@font-face {
  font-family: "Eugenio Sans Text";
  src: url("../fonts/");
  src:
    url("../fonts/../fonts/eugenio-sans-text-regular.eot")
      format("embedded-opentype"),
    url("../fonts/../fonts/eugenio-sans-text-regular.woff2") format("woff2"),
    url("../fonts/../fonts/eugenio-sans-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url("../fonts/");
  src:
    url("../fonts/../fonts/eugenio-serif-medium.eot")
      format("embedded-opentype"),
    url("../fonts/../fonts/eugenio-serif-medium.woff2") format("woff2"),
    url("../fonts/../fonts/eugenio-serif-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url("../fonts/");
  src:
    url("../fonts/../fonts/eugenio-serif-light.eot") format("embedded-opentype"),
    url("../fonts/../fonts/eugenio-serif-light.woff2") format("woff2"),
    url("../fonts/../fonts/eugenio-serif-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.breaking-news__label,
body {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#adv-TopLeft {
  background: #fff;
  margin: 0 auto;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*="r-icon-"] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/");
  src:
    url("../fonts/../fonts/eugenio-text-regular.eot")
      format("embedded-opentype"),
    url("../fonts/../fonts/eugenio-text-regular.woff2") format("woff2"),
    url("../fonts/../fonts/eugenio-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/");
  src:
    url("../fonts/../fonts/eugenio-text-medium.eot") format("embedded-opentype"),
    url("../fonts/../fonts/eugenio-text-medium.woff2") format("woff2"),
    url("../fonts/../fonts/eugenio-text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__content img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom-wrapper {
  max-width: 996px;
  margin: 0 auto;
  border-left: 1px solid grey;
  padding-left: 16px;
  padding-top: 30px;
}

.main-content {
  padding-right: 16px;
}

.breaking-news {
  background-color: #fff;
}

.breaking-news__label {
  border-color: grey;
  border-style: solid;
  white-space: nowrap;
}

.breaking-news__label span {
  color: #ec0000;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
}

.breaking-news__label span:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ec0000;
  -webkit-box-shadow: 0 0 0 #ec0000;
  box-shadow: 0 0 0 #ec0000;
  -webkit-animation: 2s infinite pulse-reverse;
  animation: 2s infinite pulse-reverse;
}

.breaking-news__label time {
  color: #6c6c6c;
  font-weight: 400;
}

.breaking-news__title {
  border-color: grey;
  border-style: solid;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #21201f;
}

.story__overtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font:
    500 16px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-bottom: 1px solid #000;
}

.story__overtitle > * {
  padding: 10px 16px;
}

.story__overtitle svg:hover {
  fill: #f56100;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__media figcaption {
  font:
    12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: "";
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__header.has-medium-media .story__summary {
  padding: 16px;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-stories {
  border-top: 2px solid #000;
  position: relative;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.story__text h2 {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.story__text h4 {
  font-style: italic;
}

.aside-stories:before {
  width: 14px;
  z-index: 10;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 0;
}

.inline-storyline ::marker {
  color: #f56100;
}

.aside-story__title a:hover,
.story__text a:hover {
  color: #4b88ca;
}

.story__text {
  margin-bottom: 30px;
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.story__text h2 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
}

.story__text h4 {
  margin: 8px 0 16px;
  font-size: 20px;
  line-height: 26px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.story__text b,
.story__text h2,
.story__text h3,
.story__text h4 {
  font-weight: 500;
}

.story__text a {
  color: #f56100;
}

.story__text p {
  margin-bottom: 16px;
}

#social-share-top {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.vf-tray-trigger--floating {
  display: none !important;
}

.gd-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.social-share-sticky .gd-social-share {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share [data-share="facebook"]:hover {
  background: #43609c;
}

.gd-social-share [data-share="twitter"]:hover {
  background: #000;
}

.gd-social-share [data-share="linkedin"]:hover {
  background: #3072b0;
}

.gd-social-share [data-share="pinterest"]:hover {
  background: #cb2027;
}

.gd-social-share [data-share="email"]:hover {
  background: #666;
}

.gd-social-share [data-share="whatsapp"]:hover {
  background: #49cf06;
}

.gd-social-share svg {
  height: 16px;
  width: 16px;
}

.aside-stories {
  padding: 10px 16px 16px;
  margin-bottom: 30px;
}

.aside-stories:before {
  height: 2px;
  background-color: #4b88ca;
  top: -2px;
}

.aside-stories:after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.aside-stories__label {
  font:
    500 18px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #4b88ca;
  display: block;
}

.aside-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.aside-story__title {
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

gdwc-recommendations {
  --gdwc-recommendations-label-font-weight: 500;
  --gdwc-recommendations-title-font-family:
    "Eugenio Serif", "Eugenio Serif Fallback";
  --gdwc-recommendations-title-font-weight: 500;
}

.story__comments__trigger:hover,
body.has-comments .comments-trigger:hover {
  background: #000;
}

.story__comments__trigger,
body.has-comments .comments-trigger {
  background: #f56100;
  color: #fff;
  font:
    400 13px/1 "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-radius: 1px;
}

.story__comments__trigger {
  padding: 10px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  margin: 20px auto 30px;
}

.story__comments__trigger .r-icon-comment {
  width: 20px;
  height: 20px;
  margin: -5px 5px;
}

.comments-trigger {
  display: none;
}

body.has-comments .comments-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-trigger .r-icon-comment {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.social-share-sticky .comments-trigger {
  margin-bottom: 8px;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #e7f1ff;
  border-top: 1px solid #000;
  padding: 10px 16px;
  margin: 0 0 30px -16px;
  font:
    400 11px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #636363;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  #adv-TopLeft,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.native) #adv-TopLeft {
    min-height: 284px;
    background-color: #f7f7f7;
    padding: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url("../fonts/./index/e4f1faf512c2fee5c9a1b76d21f65565d5a0efb2.svg");
    background-position: center;
    background-repeat: no-repeat;
  }

  body:not(.native) #adv-TopLeft:before {
    content: "adv";
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  body:not(.native).has_topleft-collapse #adv-TopLeft {
    display: none;
  }

  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 300px;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 44px;
    margin-right: 4px;
    border-width: 1px;
  }

  .breaking-news__title {
    border-width: 1px;
    font-size: 22px;
  }

  .story__overtitle {
    border-left: 1px solid grey;
  }

  .story__overtitle {
    border-right: 1px solid grey;
  }

  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__media figcaption {
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    background: #fff;
    padding: 4px 10px;
    border-top: 2px solid #4b88ca;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story__text {
    margin-left: auto;
    margin-right: auto;
  }

  #gs-social-sharebutton-float {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }

  #gs-social-sharebutton-float .social-share-sticky {
    position: sticky;
    top: 60px;
    padding-left: 16px;
  }

  #social-share-top {
    margin-left: auto;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-wrapper {
    border-left: none;
  }

  .main-content {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .story__header:after,
  .story__header:before {
    content: none;
  }

  .story__toolbar {
    border-width: 1px 0;
  }

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 66.66666667%;
  }

  .bottom-wrapper {
    border-right: 1px solid grey;
  }

  .main-content {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 80px);
  }

  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__comments__trigger {
    min-width: 50%;
  }
}

@media screen and (min-width: 1540px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  #adv-TopLeft,
  .bottom-wrapper,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }

  .aside-story__title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }

  #gs-social-sharebutton-float {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .bottom-wrapper {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body:not(.gd-facet-webview) .sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    border-top: 1px solid grey;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 32px;
    border-width: 0 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .breaking-news__label span {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .breaking-news__title {
    border-width: 0 0 1px;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__media figcaption {
    margin-left: 32px;
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  #social-share-top {
    background: #fff;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-left: 16px;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 53px;
  }

  .story__comments__trigger {
    width: 100%;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

@-webkit-keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

@keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

/* IUBENDA PARAGRAPH CUSTOMIZATION */

div::not(#detail) .video-frame__wrapper {
  visibility: hidden;
}

div::not(#detail) gdwc-video-component.is-ready .video-frame__wrapper {
  visibility: visible;
}

/* SNAP */

/* SNAP VERTICAL */

/* */

/***************/
/*MEDIA QUERIES*/
/***************/
/*
  ##Device: Tablets, Ipads (portrait)
  ##Screen: B/w 768px to 1024px
*/

/*
  ##Device: Most of the Smartphones Mobiles (Portrait)
  ##Screen: B/w 320px to 479px
*/

div.fc-ab-root,
.fc-ab-root a:link,
.fc-ab-root div,
.fc-ab-root h1,
.fc-ab-root a,
.fc-ab-root p,
.fc-ab-root button,
.fc-ab-root img,
.fc-ab-root footer {
  appearance: none !important;
  -moz-box-align: stretch !important;
  -moz-box-direction: normal !important;
  -moz-box-flex: 0 !important;
  -moz-box-ordinal-group: 1 !important;
  -moz-box-orient: horizontal !important;
  -moz-box-pack: start !important;
  -moz-osx-font-smoothing: auto !important;
  -webkit-line-clamp: none !important;
  -webkit-text-security: none !important;
  -webkit-text-stroke: 0px rgb(0, 0, 0) !important;
  place-content: normal !important;
  place-items: normal !important;
  place-self: auto !important;
  animation: none !important;
  backdrop-filter: none !important;
  backface-visibility: visible !important;
  background: none !important;
  background-blend-mode: normal !important;
  border: 0px rgb(0, 0, 0) !important;
  border-radius: 0px !important;
  border-collapse: separate !important;
  inset: auto !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  break-after: auto !important;
  break-before: auto !important;
  break-inside: auto !important;
  caption-side: top !important;
  caret-color: rgb(0, 0, 0) !important;
  clear: none !important;
  clip-path: none !important;
  clip-rule: nonzero !important;
  clip: auto !important;
  color-interpolation-filters: linearrgb !important;
  color-interpolation: srgb !important;
  color: rgb(0, 0, 0) !important;
  columns: auto !important;
  gap: normal !important;
  column-rule: 0px none rgb(0, 0, 0) !important;
  column-span: none !important;
  content: normal !important;
  cursor: auto !important;
  cx: 0px !important;
  cy: 0px !important;
  d: none !important;
  display: inline !important;
  dominant-baseline: auto !important;
  empty-cells: show !important;
  fill-opacity: 1 !important;
  fill-rule: nonzero !important;
  filter: none !important;
  flex: 0 1 auto !important;
  flex-flow: row !important;
  float: none !important;
  flood-color: rgb(0, 0, 0) !important;
  flood-opacity: 1 !important;
  font-kerning: auto !important;
  font-optical-sizing: auto !important;
  font-size: 16px !important;
  font-stretch: 100% !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  grid: none !important;
  grid-area: auto !important;
  height: auto !important;
  hyphens: manual !important;
  image-rendering: auto !important;
  isolation: auto !important;
  letter-spacing: normal !important;
  lighting-color: rgb(255, 255, 255) !important;
  line-break: auto !important;
  line-height: normal !important;
  list-style: outside !important;
  margin: 0px !important;
  marker: none !important;
  mask-type: luminance !important;
  mask: none !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0px !important;
  min-width: 0px !important;
  mix-blend-mode: normal !important;
  object-fit: fill !important;
  object-position: 50% 50% !important;
  offset-distance: 0px !important;
  offset-path: none !important;
  offset-rotate: auto !important;
  opacity: 1 !important;
  order: 0 !important;
  outline: rgb(0, 0, 0) 0px !important;
  outline-offset: 0px !important;
  overflow-anchor: auto !important;
  overflow-wrap: normal !important;
  overflow: visible !important;
  padding: 0px !important;
  paint-order: normal !important;
  perspective-origin: 0px 0px !important;
  perspective: none !important;
  pointer-events: auto !important;
  position: static !important;
  r: 0px !important;
  resize: none !important;
  rx: auto !important;
  ry: auto !important;
  scale: none !important;
  scroll-behavior: auto !important;
  shape-image-threshold: 0 !important;
  shape-margin: 0px !important;
  shape-outside: none !important;
  shape-rendering: auto !important;
  stop-color: rgb(0, 0, 0) !important;
  stop-opacity: 1 !important;
  stroke-dasharray: none !important;
  stroke-dashoffset: 0px !important;
  stroke-linecap: butt !important;
  stroke-linejoin: miter !important;
  stroke-miterlimit: 4 !important;
  stroke-opacity: 1 !important;
  stroke-width: 1px !important;
  stroke: none !important;
  tab-size: 8 !important;
  table-layout: auto !important;
  text-align-last: auto !important;
  text-align: start !important;
  text-anchor: start !important;
  text-decoration-skip-ink: auto !important;
  text-decoration: rgb(0, 0, 0) !important;
  text-indent: 0px !important;
  text-overflow: clip !important;
  text-rendering: auto !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-underline-position: auto !important;
  touch-action: auto !important;
  transform-origin: 0px 0px 0px !important;
  transform-style: flat !important;
  transform: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  transition-property: all !important;
  transition-timing-function: ease !important;
  unicode-bidi: normal !important;
  user-select: auto !important;
  vector-effect: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  white-space: normal !important;
  width: auto !important;
  will-change: auto !important;
  word-break: normal !important;
  word-spacing: 0px !important;
  writing-mode: horizontal-tb !important;
  x: 0px !important;
  y: 0px !important;
  z-index: auto !important;
  zoom: 1 !important;
}

.fc-ab-root a:link {
  cursor: pointer !important;
  position: relative !important;
}

.fc-ab-root button,
.fc-ab-root button div,
.fc-ab-root button p,
.fc-ab-root .fc-button,
.fc-ab-root .fc-button div,
.fc-ab-root .fc-button p {
  cursor: pointer !important;
}

.fc-ab-root a:hover {
  filter: brightness(80%) !important;
}

.fc-ab-root button:focus,
.fc-ab-root .fc-button:focus,
.fc-ab-root a:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
  outline: rgb(23, 78, 166) solid 2px !important;
}

@supports selector(:focus-visible) {
  .fc-ab-root button:focus,
  .fc-ab-root .fc-button:focus,
  .fc-ab-root a:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  .fc-ab-root button:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root input:focus-visible::before,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before {
    border: 2px solid rgb(23, 78, 166) !important;
    border-radius: 6px !important;
    content: "" !important;
    inset: -4px !important;
    position: absolute !important;
  }

  .fc-ab-root button:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root input:focus-visible::after,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after {
    border: 2px solid rgb(232, 240, 254) !important;
    border-radius: 8px !important;
    content: "" !important;
    inset: -6px !important;
    position: absolute !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0px !important;
    width: calc(100% - 4px) !important;
  }
}

.fc-ab-root .fc-button,
.fc-ab-root .fc-dialog {
  outline: transparent solid 1px !important;
}

div.fc-ab-root {
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  display: none !important;
}

.fc-ab-root .fc-dialog-overlay {
  background-color: black !important;
  height: 100% !important;
  left: 0px !important;
  opacity: 0.6 !important;
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
}

.fc-ab-root .fc-dialog-container {
  z-index: 2147483644 !important;
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  left: 0px !important;
  position: fixed !important;
  top: 0px !important;
}

.fc-ab-root .fc-ab-dialog {
  align-items: center !important;
  max-width: 512px !important;
  width: 90% !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.5em !important;
  padding: 1.5em !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-height: 90% !important;
  min-width: 200px !important;
  position: relative !important;
}

@media screen and (max-width: 479px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (min-width: 480px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.fc-ab-root .fc-ab-dialog > :not(:last-child) {
  margin-bottom: 24px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: auto !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > :not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > * {
  flex-shrink: 0 !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: inherit !important;
  min-height: auto !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer > div:not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-dialog-headline {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-headline-text {
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(50, 50, 50) !important;
  font-size: 1.5em !important;
  width: 100% !important;
}

.fc-ab-root .fc-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-header-image-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

.fc-ab-root .fc-header-image {
  max-height: 60px !important;
  min-height: 40px !important;
  object-fit: contain !important;
}

.fc-ab-root .fc-dialog-body {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-body-text {
  line-height: 1.5em !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(0, 0, 0) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button {
  padding: 0.5em 1em !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.25em !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

.fc-ab-root .fc-button:not(:only-child) {
}

@supports (flex-wrap: wrap) and (gap: 16px) {
}

.fc-ab-root .fc-button .fc-button-background {
  background: rgb(0, 153, 255) !important;
  border: medium !important;
  height: 100% !important;
  left: 0px !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:hover:enabled .fc-button-background {
  filter: brightness(84%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:focus:enabled .fc-button-background,
.fc-ab-root .fc-button:active:enabled .fc-button-background {
  filter: brightness(61%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button-text {
  line-height: 1.25em !important;
  margin: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(255, 255, 255) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button:disabled .fc-button-text {
  color: rgb(154, 160, 166) !important;
  cursor: default !important;
}

.fc-ab-root .fc-button:disabled .fc-button-background {
  background-color: rgb(218, 220, 224) !important;
  cursor: default !important;
}

@media screen and (max-width: 480px) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: column !important;
  }
}

.fc-ab-root .fc-buttons-section {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-width: 416px !important;
  width: 100% !important;
}

@supports (flex-wrap: wrap) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: unset !important;
    flex-wrap: wrap !important;
  }
}

.fc-ab-root .fc-buttons-section > :not(:last-child) {
  margin-bottom: 16px !important;
}

@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
  .fc-ab-root .fc-buttons-section {
    gap: 16px !important;
  }

  .fc-ab-root .fc-buttons-section > :not(:last-child) {
    margin-bottom: 0px !important;
  }
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  cursor: pointer !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(74, 144, 226) !important;
  font-size: 1em !important;
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  line-height: 1.25em !important;
  max-width: 400px !important;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.info__day {
  padding: 15px;
  border-bottom: 1px solid #f56100;
  border-right: 1px solid #f56100;
  border-left: 1px solid #f56100;
}

.day {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #f56100;
  margin-top: 2rem;
}
.check {
  box-shadow: 0px 0px 10px 0px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
  font-size: 17px;
}

.check__wrapper {
  padding: 0.5rem;
  margin-bottom: 15px;
}

.check__top {
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.bank__logo {
  width: 150px;
}
.check_img {
  width: 200px;
}

.check__top-col-title {
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}
@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
  /* .header__row-mid {
        margin-left: 9rem !important;
        margin-right: 1rem;
    } */
}

@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  .check {
    font-size: 0.5rem;
  }
}
.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  margin-top: 20px;
}

.reg__title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 1rem;
}

.reg__list {
  max-width: 80%;
  margin: 0 auto !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-weight: normal;
}
.button-link {
  background-color: #f56100;
  color: #fff !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 15px 0;
  animation: heartbeat 3s ease-in-out 2s infinite both;
  margin-top: 15px;
}

.button-link:hover {
  color: #fff;
  background-color: #444;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fixed-link {
  z-index: 1000;
}

.viafoura {
  --base-font-size: 0.625rem;
}
.st0 {
  fill: #ff5900;
}

.atext img {
  display: block;
}

span {
  font-weight: 400 !important;
}
.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.viafoura *,
.viafoura *::before,
.viafoura *::after {
  box-sizing: inherit;
}
.viafoura svg:not(:root) {
  overflow: hidden;
}
.viafoura button {
  margin: 0;
  font-size: 100%;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
.viafoura button {
  padding: 0;
  color: inherit;
  text-transform: inherit;
  background: none;
  border: none;
  box-shadow: none;
}
.viafoura button:active {
  color: inherit;
}
.viafoura button {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}
.viafoura div {
  margin: 0;
  padding: 0;
}
.viafoura {
  --background-color: var(--default-color, #ffffff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000000);
  background-color: #fff;
  background-color: var(--background-color, #ffffff);
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-cyrillic-ext.woff2") format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-vietnamese.woff2") format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-weight: 100 900;
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-weight: normal;
  font-family: "viafoura";
  font-style: normal;
  src: url("../fonts/");
  src:
    url("../fonts/") format("embedded-opentype"),
    url("../fonts/") format("woff2"),
    url("../fonts/") format("woff"),
    url("../fonts/") format("truetype"),
    url("../fonts/") format("svg");
  font-display: swap;
}
.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.3;
}
.viafoura .vf-button {
  padding: 0.9em 1.3em;
  word-break: keep-all;
}
.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}
.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura button {
  display: inline-block;
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-medium {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}
.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}
.viafoura div {
  word-wrap: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-tray-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: visible;
  outline: none;
}
.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-tray-trigger--floating {
  background-color: rgba(0, 0, 0, 0.75);
  background-color: var(--primary-color-75, rgba(0, 0, 0, 0.75));
  color: #fff;
  color: var(--text-on-primary-color, #ffffff);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000004;
  margin: 1em;
  border-radius: 50%;
}
.viafoura .vf-tray-trigger--floating:focus,
.viafoura .vf-tray-trigger--floating:hover {
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
  color: #fff;
  color: var(--text-on-accent-color, #ffffff);
}
.viafoura .vf-tray-trigger--floating:active {
  background-color: #004e9c;
  background-color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-medium {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura .vf-feedback-survey__link[data-v-370f60dc]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
:root {
  --cookiewall-primary-color: #333;
}
#iubenda-cs-banner summary::marker {
  display: none;
}
.iubenda-advertising-preferences-link {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: inherit;
}
:root {
  --warning-background: #fff;
  --warning-text-color: #414141;
  --warning-backdrop: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  body:has(.warning.is-active) {
    overflow-y: hidden;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
