:root {
  --max-width: 1080px;
  --c-navy: #063057;
  --c-yellow: #FFD900;
  --c-grey: #515A61;
  --c-black: #000000;
  --c-white: #ffffff;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: var(--c-navy);
  color: var(--c-white);
  display: flex;
  flex-direction: column;
}

.rtl .page-header .row {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px), print {
  .rtl .white-split .row {
    flex-direction: row-reverse;
  }
}
.rtl .language-picker {
  left: 0;
  right: auto;
}

.row {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .row {
    padding: 0 60px;
  }
}
@media screen and (max-width: 639px) {
  .row {
    padding: 0 30px;
  }
}
.row--split {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.row--split .column:first-child:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #515A61;
  transform: translateY(37.5px);
}
@media screen and (min-width: 768px), print {
  .row--split {
    flex-direction: row;
    gap: 0;
  }
  .row--split .column {
    flex: 50% 0;
  }
  .row--split .column:first-child:after {
    display: none;
  }
}
.row--language-selection {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px), print {
  .column {
    padding: 0 60px;
    text-align: left;
  }
}

.selector {
  position: relative;
  overflow: visible;
  align-self: center;
}

label[for=pick-language] {
  display: flex;
  background-color: var(--c-white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 35px;
  border: 0;
  color: var(--c-navy);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
label[for=pick-language] .pick-language__text {
  padding: 0 15px;
}
label[for=pick-language] .pick-language__icon {
  content: "";
  width: 45px;
  background-color: var(--c-yellow);
  border: 2.5px solid var(--c-navy);
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
label[for=pick-language] .pick-language__icon:before {
  background-color: var(--c-navy);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  display: block;
  content: "";
  width: 17px;
  height: 13px;
}

#pick-language {
  border: none;
  clip: rect(0, 0, 0, 0);
  height: 0.01em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.01em;
}

#pick-language:focus ~ label {
  outline: 1px solid var(--c-white);
}

.language-picker {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: opacity 0.25s;
  background-color: var(--c-white);
  border-top: 2px solid var(--c-navy);
  z-index: 1;
  border-radius: 10px;
}
.language-picker > li {
  padding: 5px 15px;
  white-space: nowrap;
}
.language-picker > li a {
  color: var(--c-navy);
  display: flex;
  gap: 5px;
}
.language-picker > li a.selected {
  font-weight: bold;
}
.language-picker > li.ltr a {
  flex-direction: row;
  justify-content: flex-start;
}
.language-picker > li.rtl a {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#pick-language:checked ~ .language-picker {
  visibility: visible;
  opacity: 1;
}

.page-header {
  padding: 25px 0;
  border-bottom: 2px solid var(--c-yellow);
}
.page-header__logo {
  width: auto;
  height: 90px;
}
.page-header .row {
  display: flex;
  justify-content: space-between;
}
.page-header .row select {
  align-self: center;
}

a {
  color: var(--c-white);
  text-decoration: none;
}

main {
  padding: 40px 0;
  position: relative;
  flex: 1 0 auto;
  background-image: url(../../images/grey-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video-player {
  position: relative;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: auto) {
  .video-player {
    position: relative;
    padding-top: 56.5%;
    height: 0;
    overflow: hidden;
  }
}
.video-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: auto) {
  .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.video-overlay {
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  padding: var(--size-7) var(--size-4);
  font-family: var(--font-heading);
  background-color: transparent;
  color: var(--c-white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.5s;
  padding: 30px;
}
@media screen and (min-width: 768px), print {
  .video-overlay {
    justify-content: flex-start;
  }
  .video-overlay span {
    padding-top: 130px;
  }
}
.video-overlay.options {
  visibility: hidden;
  opacity: 0;
}
.video-overlay--fade-on-hover:hover {
  background-color: transparent;
}
.video-overlay.fade-out {
  visibility: hidden;
  opacity: 0;
}
.video-overlay.show {
  background-color: rgb(6, 48, 87);
  visibility: visible;
  opacity: 1;
}

.icon {
  --width: 50px;
  display: block;
  width: var(--width);
  height: var(--width);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--c-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon--play:before {
  content: "";
  display: block;
  width: calc(var(--width) * 0.5);
  height: calc(var(--width) * 0.5);
  background-color: var(--c-navy);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (min-width: 768px), print {
  .icon {
    --width: 100px;
  }
}

.button_option_item {
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  padding: var(--size-7) var(--size-4);
  font-family: var(--font-heading);
  background-color: rgba(6, 48, 87, 0.7);
  border: 1px solid var(--c-grey);
  color: var(--c-white);
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0.5rem 0;
  width: 100px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .button_option_item {
    width: 250px;
    padding: 2rem 0;
  }
}
.button_option_item span {
  display: block;
  font-size: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--c-yellow);
  aspect-ratio: 1/1;
  color: var(--c-yellow);
  border-radius: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .button_option_item span {
    width: 100px;
  }
}
.button_option_item:hover {
  background-color: rgb(6, 48, 87);
}
.button_option_item:hover span {
  background-color: var(--c-yellow);
  color: rgb(6, 48, 87);
}

.heading1 {
  font-size: clamp(1rem, 5vw, 2rem);
  text-transform: uppercase;
  color: var(--c-yellow);
  text-align: center;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (min-width: 768px), print {
  .heading1 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .heading1 {
    padding: 0 120px;
  }
}

.heading2 {
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: var(--c-navy);
  margin-bottom: 15px;
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.white-split {
  padding: 60px 0;
  background-color: var(--c-white);
  color: var(--c-navy);
  text-align: center;
  position: relative;
  background-image: url(../../images/yellow-left.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.button {
  display: inline-block;
  background-color: var(--c-navy);
  border: 2px solid var(--c-white);
  padding: 10px 80px;
  border-radius: 8px;
  transition: transform 0.5s;
}
.button:hover {
  transform: scale(1.1);
}

.language-selection__title {
  margin-bottom: 1.5rem;
}
.language-selection__list {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  grid-auto-flow: column;
  grid-gap: 10px;
}
@media screen and (min-width: 768px), print {
  .language-selection__list {
    grid-template-rows: repeat(3, 1fr);
  }
  .language-selection__list > li:first-of-type {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}

.sign-off {
  position: relative;
  background-color: var(--c-grey);
  padding: 30px 0;
}
@media screen and (min-width: 768px), print {
  .sign-off {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
    background-image: url(../../images/grey-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.sign-off .row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px), print {
  .sign-off .row {
    flex-direction: row;
    gap: 0;
  }
  .sign-off .row > * {
    flex: 50%;
  }
  .sign-off .row > *:nth-child(2) {
    display: flex;
    justify-content: center;
    padding: 60px 0;
  }
  .sign-off .row nav {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: flex-start;
  }
}
.sign-off__logo img {
  max-width: 300px;
}
.sign-off__links > * + * {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .sign-off__links {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    grid-template-rows: repeat(3, 1fr);
  }
  .sign-off__links > * + * {
    margin-top: 0;
  }
}
.sign-off__links a {
  display: flex;
}
.sign-off a[href]:not(:where([href^="#"],
[href^="/"]:not([href^="//"]))):after {
  margin-left: 8px;
  content: url(../../images/external.svg);
  transform: translateY(-1px);
}

/*# sourceMappingURL=styles.css.map */
