/* ------------------------------ */
/* ----- Typography / Colors ---- */
/* ------------------------------ */

@font-face {
  font-family: 'Euclid Circular B';
  font-weight: 300;
  font-style: normal;
  src: url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-light.woff2') format('woff2'),
       url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  font-weight: 400;
  font-style: normal;
  src: url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-regular.woff2') format('woff2'),
       url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  font-weight: 700;
  font-style: normal;
  src: url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-bold.woff2') format('woff2'),
       url('/wp-content/themes/swissmint_child/fonts/euclid-circular-b-bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SangBleu Kingdom';
  font-weight: 500;
  font-style: normal;
  src: url('/wp-content/themes/swissmint_child/fonts/sangbleu-kingdom-medium.woff2') format('woff2'),
       url('/wp-content/themes/swissmint_child/fonts/sangbleu-kingdom-medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SangBleu Kingdom';
  font-weight: 700;
  font-style: normal;
  src: url('/wp-content/themes/swissmint_child/fonts/sangbleu-kingdom-bold.woff2') format('woff2'),
       url('/wp-content/themes/swissmint_child/fonts/sangbleu-kingdom-bold.woff') format('woff');
  font-display: swap;
}


/* ------------------------------ */
/* ---------- Variables --------- */
/* ------------------------------ */

:root {
  /* Brand Fonts */
  --brand-font: 'Euclid Circular B';
  --brand-font-headline: 'SangBleu Kingdom';
  
  /* Brand Colors*/
  --brand-black: #000000;
  --brand-grey: rgba(0,0,0,.2);
  --brand-white: #ffffff;
  --brand-gold: #D5C1A5;
  --brand-gold-light: #EFE3D1;

  /* Additional Colors */
  --color-white-transparent: rgba(255,255,255,.5);
  
  /* Font Styling */
  --font-size-8: 110px;
  --font-size-7: 90px;
  --font-size-6: 70px;
  --font-size-5: 60px;
  --font-size-4: 40px;
  --font-size-3: 30px;
  --font-size-2: 24px;
  --font-size-1-5: 15px;
  --font-size-1: 14px;
  --font-size-standard: 18px;
  --line-height-3: 1.11;
  --line-height-2: 1.35;
  --line-height-1: 1.5;

  /* Hover & Transition */
  --opacity-2: .7;
  --opacity-1: .55;
  --transition-delay: .25s;
  --transition-4: 1s;
  --transition-3: .75s;
  --transition-2: .5s;
  --transition-1: .25s;

  /* Box shadow */
  --box-shadow-1: 0px 0px 15px rgba(0,0,0,.1);

  /* Spacing */
  --spacing-12: 200px;
  --spacing-11: 150px;
  --spacing-10-5: 115px;
  --spacing-10: 100px;
  --spacing-9: 80px;
  --spacing-8: 60px;
  --spacing-7: 50px;
  --spacing-6: 40px;
  --spacing-5-5: 30px;
  --spacing-5: 25px;
  --spacing-4: 20px;
  --spacing-3: 15px;
  --spacing-2: 10px;
  --spacing-1: 5px;

  /* Layout */
  --height-header: 251px;
  --height-header-scrolled: 116px;
  --width-container: 1920px;
  --width-content: 1360px;
  --width-text: 1015px;
  --width-text-medium: 720px;
  --width-text-small: 560px;
}


/* ------------------------------ */
/* ----------- General ---------- */
/* ------------------------------ */

::-moz-selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

::selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

::-moz-selection {
  background: var(--brand-black);
  color: var(--brand-white);
}

footer ::selection {
  background: var(--brand-white);
  color: var(--brand-black);
}

footer ::-moz-selection {
  background: var(--brand-white);
  color: var(--brand-black);
}

html {
  font-size: var(--font-size-standard);
}

body {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  font-weight: 300;
  line-height: var(--line-height-1);
  color: var(--brand-black);
  -webkit-tap-highlight-color: transparent;
}

.site_wrapper {
  background-color: var(--brand-white);
}

h1, h2, h3, h4 {
  font-family: var(--brand-font-headline);
  font-weight: 500;
  line-height: var(--line-height-3);
}

h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h1, h2 {
  font-size: var(--font-size-7);
  margin-top: 0;
  margin-bottom: var(--spacing-7);
  word-break: break-word;
}

h2 {
  margin-top: var(--spacing-10-5);
}

.typography--h2-small {
  font-size: var(--font-size-6);
  margin-bottom: var(--spacing-6);
}

h3, .typography--h3, .single-magazin .section:not(.section--preview) h2, .single-news .section:not(.section--preview) h2 {
  font-size: var(--font-size-5);
  margin-top: var(--spacing-10);
  margin-bottom: var(--spacing-4);
}

.typography--h3-small {
  font-size: var(--font-size-4);
}

h4, .typography--h4, .typography--h3-tiny, .single-magazin .section:not(.section--preview) h3, .single-news .section:not(.section--preview) h3 {
  font-size: var(--font-size-3);
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-4);
}

.single-magazin .section:not(.section--preview) h3, .single-news .section:not(.section--preview) h3 {
  line-height: var(--line-height-2);
}

.single-magazin h4, .single-news h4 {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  font-weight: bold;
  line-height: var(--line-height-1);
  margin-top: var(--spacing-6);
  margin-bottom: 0;
}

.single-magazin .section__text--lead h4, .single-news .section__text--lead h4 {
  font-size: var(--font-size-2);
} 

.typography--copy {
  font-size: var(--font-size-standard);
}

.section__text--lead p, p.typography--lead {
  font-size: var(--font-size-2);
}

a {
  color: var(--brand-black);
  text-decoration: none;
}

a.full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-indent: -30000px;
  z-index: 10;
  text-decoration: none;
  text-align: left;
}

a.full > span {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

a.full::before, a.full::after {
  display: none;
}

section p a:not(.full), section li a:not(.full), label a, .address__contact a {
  position: relative;
  border-bottom: 1px solid var(--brand-grey);
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

section .section__text--lead p a:not(.full), section .section__text--lead li a:not(.full) {
  border-bottom: 2px solid var(--brand-grey);
}

.no-touchevents section p a:not(.full):hover, .no-touchevents section li a:not(.full):hover, .no-touchevents label a:hover, .no-touchevents .address__contact a:hover {
  border-color: var(--brand-black);
}

p, main ul {
  margin: 0 0 var(--spacing-5);
}

.section__text--lead p, main .section__text--lead ul {
  margin: 0 0 var(--spacing-6);
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

.typography--small {
  font-size: var(--font-size-1);
  font-weight: 400;
  display: block;
}

p + .typography--small {
  margin-top: var(--spacing-6);
}

main p + ul {
  margin-top: calc(var(--spacing-1) * -1);
}

main ul li {
  position: relative;
  padding-left: 1.25rem;
}

main ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: var(--brand-black);
}

em, i {
  font-size: 90%;
  font-style: normal;
}

sup, sub {
  margin-left: 2px;
}

span.meta {
  display: block;
  margin-top: calc(var(--spacing-5-5) + var(--spacing-1));
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

span.meta:not(.meta--small) {
  font-size: 17px;
}

span.meta--small {
  font-size: var(--font-size-1);
}

span.meta__spacer {
  display: inline-block;
  margin: 0 var(--spacing-1);
}

h1, h2, h3, h4, .section__text p, .section__text .typography--small, .text-align--center, .magazine--focus .magazine__content p {
  max-width: var(--width-text);
}

/*
.section--fullwidth h1, .section--fullwidth h2, .section--fullwidth h3, .section--fullwidth h4, main .section--fullwidth p, main .section--fullwidth ul, main .section--fullwidth a, main .section--fullwidth span {
  max-width: 100%;
}
*/

.section--color {
  background-color: var(--brand-black);
}

.hide-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}



/* ------------------------------ */
/* ----------- Layout ----------- */
/* ------------------------------ */

.site_wrapper {
  margin: 0 auto;
}

.section {
  position: relative;
  padding-top: var(--spacing-12);
}

.section--preview {
  margin-top: var(--spacing-5);
}

.section.section--color, .section.section--light, .section:last-child.section--newsletter {
  padding-bottom: var(--spacing-11);
}

.section:last-child > div:last-child:not(.section__coins):not(.section__coins_preview) {
  padding-bottom: var(--spacing-11);
}

.section.section--no-gap {
  padding-top: 0;
}

.section.section--color, .section.section--light {
  margin-top: var(--spacing-9);
}

.section.section--color.section--no-gap, .section.section--light.section--no-gap {
  margin-top: var(--spacing-7);
}

.section.section--color + .section.section--light, .section.section--color + .section.section--color,
.section.section--light + .section.section--color, .section.section--light + .section.section--light {
  margin-top: 0;
}

.header.header--no-cover + main .section:first-child {
  padding-top: var(--spacing-10-5);
}

.header.header--no-cover + main .section.section--no-gap:first-child {
  padding-top: var(--spacing-5-5);
}

.header:not(.header--no-cover) + main .section:first-child:not(.section--no-gap) {
  padding-top: var(--spacing-10-5);
}

.header:not(.header--no-cover) + main .section.section--no-gap:first-child {
  padding-top: 0;
}

.section > div:not(.fullwidth), .inside {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--width-content);
  padding-left: var(--spacing-6);
  padding-right: var(--spacing-6);
}

.section > .section__row .row {
  max-width: calc(var(--width-text) + var(--spacing-4) * 2);
}

.section > .section__row--center .row {
  margin: 0 auto;
}

.section__row .row .col-m-6:first-child {
  padding-left: 0;
}

.section__row .row .col-m-6:last-child {
  padding-right: 0;
}

.section > div {
  margin-top: var(--spacing-11);
}

.section__row > .row > div > div {
  margin-top: var(--spacing-8);
}

.section.section--contact > div:not(.section__image), .section__text + .section__text {
  margin-top: var(--spacing-10);
}

.section__text + .section__image, .section__image + div.section__text,
.section__text + .section__gallery, .section__gallery + div.section__text,
.section__text + .section__youtube, .section__title + .section__image, 
.section__title + .section__gallery, .section__title + .section__youtube {
  margin-top: var(--spacing-9);
}

.section > div:first-child, .section__row > .row > div > div:first-child {
  margin-top: 0 !important;
}

.section__row > .row > div > div:last-child {
  padding-bottom: 0;
}

.section > div.fullwidth {
  padding-left: 0;
  padding-right: 0;
}


/* Center */
.section > div[class*="--center"]:not(.section__row) {
  text-align: center;
}

.section > div[class*="--center"] h1, .section > div[class*="--center"] h2, .section > div[class*="--center"] h3, .section > div[class*="--center"] h4, .section > div[class*="--center"] p, .section > div[class*="--center"] ul {
  margin-right: auto;
  margin-left: auto;
}

.section > div[class*="--center"] ul {
  white-space: pre-line;
  line-height: 0;
}

.section > div[class*="--center"] ul li {
  display: inline-block; 
  line-height: var(--line-height-1);
}



/* ------------------------------ */
/* --- Boxed & Line animation --- */
/* ------------------------------ */

/* Boxed */
.boxed {
  position: relative;
  background-color: var(--brand-white);
  -webkit-box-shadow: var(--box-shadow-3);
          box-shadow: var(--box-shadow-3);
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents .boxed--animation:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}


/* ------------------------------ */
/* ------------ Media ----------- */
/* ------------------------------ */

/* Lazy Load */
img[data-lazy-src], iframe[loading="lazy"] {
  opacity: 0;
}

img.lazyloaded, iframe[loading="lazy"].lazyloaded {
  -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
      transition: opacity .5s linear 0.2s;
  opacity: 1;
  }

/* Background */
.background {
  background-color: #1e1e1e;
}

/* Images */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}

.picture_container--hover img {
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents .picture_container--hover:hover img {
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

.objectfit .picture_container--cover img,
.object-fit .picture_container--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture_container--cover,
.picture_container--cover picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.no-objectfit .picture_container--cover picture,
.no-object-fit .picture_container--cover picture {
  display: none;
}

.no-objectfit .picture_container--cover,
.no-object-fit .picture_container--cover {
  background-size: cover !important;
}

@media (max-width: 413.98px) {

  .picture_container:not(.picture_container--cover) img {
    width: 100%;
  }

}

.picture_description {
  padding: var(--spacing-4) var(--spacing-10-5);
  font-size: var(--font-size-1);
}


/* Position */
.picture_container--left img {
  -o-object-position: left center;
     object-position: left center;
}

.picture_container--right img {
  -o-object-position: right center;
     object-position: right center;
}

/* Overlay */
.picture_container--overlay::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(66, 66, 65, 0) 0%, rgba(66, 66, 65, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 65, 0)), to(rgba(66, 66, 65, 0.8)));
  background: linear-gradient(180deg, rgba(66, 66, 65, 0) 0%, rgba(66, 66, 65, 0.8) 100%);
}

.section__image--center .picture_container {
  margin: 0 auto;
}


/* Videos */
.video_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}

.video_container--embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video_container--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_container--cover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.objectfit .video_container--cover video,
.object-fit .video_container--cover video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Video thumbs */
.video_container--cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* iFrames */
.iframe_container {
  position: relative;
  overflow: hidden;
}

.iframe_container iframe {
  max-width: 100%;
}



/* ------------------------------ */
/* ------------ Title ----------- */
/* ------------------------------ */

.section__title + div:not(.section__title):not(.section__image):not(.section__gallery):not(.section__youtube):not(.section__link_toggle):not(.section__tours) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section__title + .section__title {
  padding-top: var(--spacing-5);
}

.section__title--no-margin h1, .section__title--no-margin h2, .section__title--no-margin h3 {
  margin-bottom: 0 !important;
}




/* ------------------------------ */
/* ------------ Icons ----------- */
/* ------------------------------ */

.icon--black {
  fill: var(--brand-black);
}

.icon--white {
  fill: var(--brand-white);
}

.icon--arrow, .icon--arrow-down, .icon--download {
  stroke-width: 0.2;
  stroke-miterlimit: 10;
}

.icon--arrow.icon--black, .icon--arrow-down.icon--black, .icon--download.icon--black {
  stroke: var(--brand-black);
}

.icon--arrow.icon--white, .icon--arrow-down.icon--white, .icon--download.icon--white {
  stroke: var(--brand-white);
}

.icon--arrow-simple {
  width: 20px;
  height: 10px;
  stroke: var(--brand-black);
  stroke-width: .1;
}

.icon--gallery-right, .icon--gallery-left {
  width: 22px;
  height: 40px;
}

.icon--facebook {
  width: 20px;
  height: 20px;
}

.icon--instagram {
  width: 21px;
  height: 20px;
}

.icon--youtube {
  width: 23px;
  height: 16px;
}

.icon--linkedin {
  width: 18px;
  height: 18px;
}




/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 768px) {

  .icon--arrow, .icon--arrow-left {
    width: 50px;
    height: 18px;
  }
  
  .icon--arrow-down {
    width: 18px;
    height: 50px;
  }
  
  .icon--download {
    width: 12px;
    height: 22px;
  }

}



@media all and (max-width: 1599.98px) and (min-width: 1440px) {

  :root {
    --font-size-8: 95px;
    --font-size-7: 75px;
    --font-size-6: 60px;
    --font-size-5: 50px;
    --font-size-2: 23px;
    --spacing-12: 175px;
    --spacing-11: 130px;
  }

  h1, h2 {
    margin-bottom: var(--spacing-6);
  }

}


@media all and (max-width: 1439.98px) and (min-width: 1280px) {

  :root {
    --font-size-8: 80px;
    --font-size-7: 65px;
    --font-size-6: 50px;
    --font-size-5: 45px;
    --font-size-4: 38px;
    --font-size-3: 28px;
    --font-size-2: 22px;
    --spacing-12: 150px;
    --spacing-11: 110px;
    --spacing-10-5: 100px;
    --spacing-10: 90px;
    --spacing-9: 70px;
    --height-header: 238px;
  }

  h1, h2 {
    margin-bottom: var(--spacing-6);
  }

  .header:not(.header--no-cover) + main .section:first-child:not(.section--no-gap) {
    padding-top: var(--spacing-10);
  }

}


@media all and (max-width: 1279.98px) and (min-width: 768px) {

  :root {
    --font-size-2: 21px;
    --line-height-3: 1.2;
    --spacing-10: 80px;
    --spacing-9: 70px;
    --spacing-8: 55px;
    --spacing-7: 45px;
    --spacing-6: 35px;
    --spacing-5-5: 25px;
    --spacing-5: 22px;
    --spacing-4: 18px;
  }

  .header:not(.header--no-cover) + main .section:first-child:not(.section--no-gap) {
    padding-top: var(--spacing-10);
  }

}


@media all and (max-width: 1279.98px) and (min-width: 992px) {  

  :root {
    --font-size-8: 75px;
    --font-size-7: 55px;
    --font-size-6: 45px;
    --font-size-5: 40px;
    --font-size-4: 36px;
    --font-size-3: 26px;

    --spacing-12: 120px;
    --spacing-11: 105px;
    --spacing-10-5: 95px;
    --height-header: 226px;
  }

  h1, h2 {
    margin-bottom: var(--spacing-6);
  }

  .section__text + .section__image, .section__image + div.section__text, .section__text + .section__gallery, .section__gallery + div.section__text, .section__text + .section__youtube, .section__title + .section__image, .section__title + .section__gallery, .section__title + .section__youtube {
    margin-top: var(--spacing-8);
  }

  span.meta:not(.meta--small) {
    font-size: 16px;
  }

  .icon--gallery-right, .icon--gallery-left {
    width: 20px;
    height: 36px;
  }

  .picture_description {
    padding-right: var(--spacing-6);
    padding-left: var(--spacing-6);
  }

}


@media all and (max-width: 991.98px) and (min-width: 768px) {

  :root {
    --font-size-8: 70px;
    --font-size-7: 50px;
    --font-size-6: 42px;
    --font-size-5: 36px;
    --font-size-4: 32px;
    --font-size-3: 24px;

    --spacing-12: 110px;
    --spacing-11: 100px;
    --spacing-10-5: 90px;

    --height-header: 166px;
  }

  .header.header--no-cover + main .section:first-child {
    padding-top: var(--spacing-10);
  }

  .icon--gallery-right, .icon--gallery-left {
    width: 18px;
    height: 32px;
  }

  span.meta:not(.meta--small) {
    font-size: 15px;
  }

}


@media all and (max-width: 991.98px) {

  h1, h2 {
    margin-bottom: var(--spacing-5-5);
  }

  .section > div:not(.fullwidth), .inside {
    padding-left: var(--spacing-5-5);
    padding-right: var(--spacing-5-5);
  }

  .section__text + .section__image, .section__image + div.section__text, .section__text + .section__gallery, .section__gallery + div.section__text, .section__text + .section__youtube, .section__title + .section__image, .section__title + .section__gallery, .section__title + .section__youtube {
    margin-top: var(--spacing-7);
  }

  .section.section--contact > div:not(.section__image), .section__text + .section__text {
    margin-top: var(--spacing-9);
  }

  span.meta {
    margin-top: var(--spacing-5);
  }

  span.meta--small {
    margin-top: var(--spacing-4);
  }

  .picture_description {
    padding-right: var(--spacing-5-5);
    padding-left: var(--spacing-5-5);
  }

}


@media all and (max-width: 767.98px) {

  :root {
    --font-size-8: 47px;
    --font-size-7: 33px;
    --font-size-6: 30px;
    --font-size-5: 28px;
    --font-size-4: 26px;
    --font-size-3: 23px;
    --font-size-2: 20px;
    --font-size-standard: 17px;
    --line-height-3: 1.2;

    --spacing-12: 100px;
    --spacing-11: 90px;
    --spacing-10-5: 80px;
    --spacing-10: 70px;
    --spacing-9: 60px;
    --spacing-8: 50px;
    --spacing-7: 40px;
    --spacing-6: 30px;
    --spacing-5-5: 20px;
    --spacing-5: 18px;
    --spacing-4: 16px;

    --height-header: 161px;
  }

  h1 br, h2 br, h3 br {
    content: "";
  }

  h1 br::after, h2 br::after, h3 br::after {
    content: " ";
  }

  .section > div:not(.fullwidth).section__image, .section > div:not(.fullwidth).section__youtube, .section > div:not(.fullwidth).section__gallery, .section__row > .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  .section > div {
    margin-top: var(--spacing-10-5);
  }

  .section__row > .row > div + div {
    margin-top: var(--spacing-5);
  }

  .header.header--no-cover + main .section:first-child {
    padding-top: var(--spacing-9);
  }

  .header:not(.header--no-cover) + main .section:first-child:not(.section--no-gap) {
    padding-top: var(--spacing-9);
  }

  .icon--arrow, .icon--arrow-left {
    width: 44px;
    height: 16px;
  }
  
  .icon--arrow-down {
    width: 16px;
    height: 44px;
  }
  
  .icon--download {
    width: 11px;
    height: 20px;
  }

  .icon--gallery-right, .icon--gallery-left {
    width: 13px;
    height: 23px;
  }

  span.meta:not(.meta--small) {
    font-size: 14px;
  }

}


@media all and (max-width: 359.98px) {



}