@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Playfair+Display:wght@500;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.title.t1 {
  font-size: 48px;
}
.title.t2 {
  font-size: 32px;
}
@media (max-width:800px){
  .title.t1 {
    font-size: 30px;
  }
  .title.t2 {
    font-size: 24px;
  }  
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

@keyframes a-arrow-button {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  30% {
    transform: translateX(120%);
    opacity: 1;
  }
  31% {
    transform: translateX(120%);
    opacity: 0;
  }
  32% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes pulse-button {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
html[dir=rtl] .intro-section .content .col.location .image img {
  transform: rotate(10deg) translateX(60%);
}
html[dir=rtl] #storyPaginator .content .left svg {
  transform: rotate(0deg);
}
html[dir=rtl] .scroll-button span {
  transform: translateY(10px) translateX(-25%) rotate(-90deg);
}
html[dir=rtl] .quote-section .content a.primary-button svg,
html[dir=rtl] #takeAction .content .col .primary-button svg,
html[dir=rtl] #storyPaginator .content .right svg,
html[dir=rtl] #popUpTakeAction .content .scrolltext .block .primary-button svg {
  transform: rotate(180deg);
}
html[dir=rtl] .intro-section.noIntro .content .col.location .image img {
  transform: rotate(-10deg) translateX(60%);
}
html[dir=rtl] .intro-section.noIntro .content .col.location .image .copy {
  transform: translate(20%, 0);
}
a{
  transition:ease-in-out .5s;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
  color: white;
  height: 46px;
  min-width: 196px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition:ease-in-out .5s;
  padding:0 20px;
}
.primary-button:hover{
  background-color: #D80000;
}
.primary-button.disabled {
  background-color: #E3E3E3;
  color: #7A7A7A;
  pointer-events: none;
}
.seconday-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  color: #828282;
  height: 46px;
  min-width: 196px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition:ease-in-out .5s;
}
.seconday-button:hover{
  border-color: #D80000;
  background-color: #D80000;
  color: white;
}
* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  color: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

button, input {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 150px auto 0;
  position: relative;
}

#main {
  padding: 1px 0;
  position: relative;
  background-size: cover;
  background: #F4F8F9;
  min-height: 100vh;
  width: 100%;
}
