.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "ArialPro";
  src: url(../fonts/3B2413_2_0.eot?#iefix);
  src: url(../fonts/3B2413_2_0.eot?#iefix) format("eot"), url(../fonts/3B2413_2_0.woff2) format("woff2"), url(../fonts/3B2413_2_0.woff) format("woff"), url(../fonts/3B2413_2_0.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ArialPro";
  src: url(../fonts/3B2413_0_0.eot?#iefix);
  src: url(../fonts/3B2413_0_0.eot?#iefix) format("eot"), url(../fonts/3B2413_0_0.woff2) format("woff2"), url(../fonts/3B2413_0_0.woff) format("woff"), url(../fonts/3B2413_0_0.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ArialPro";
  src: url(../fonts/3B2413_1_0.eot?#iefix);
  src: url(../fonts/3B2413_1_0.eot?#iefix) format("eot"), url(../fonts/3B2413_1_0.woff2) format("woff2"), url(../fonts/3B2413_1_0.woff) format("woff"), url(../fonts/3B2413_1_0.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ArialPro";
  src: url(../fonts/3B2413_3_0.eot?#iefix);
  src: url(../fonts/3B2413_3_0.eot?#iefix) format("eot"), url(../fonts/3B2413_3_0.woff2) format("woff2"), url(../fonts/3B2413_3_0.woff) format("woff"), url(../fonts/3B2413_3_0.ttf) format("truetype");
  font-weight: 900;
}
html {
  font-size: 3.73831776vw;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-anchor: none;
}
@media (min-width: 428px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  font-family: ArialPro, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #808080;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 782px) {
  body.is-admin-bar {
    margin-top: -46px;
  }
}
body.is-menu {
  overflow: hidden;
}
@media (max-width : 800px) {
  body.is-active-brand {
    overflow: hidden;
  }
}
body.is-popup {
  overflow: hidden;
}
body.is-popup::before {
  content: "";
  background: rgba(64, 64, 64, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #f0191f;
}
a:hover {
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
p {
  margin: 1.5em 0;
}
p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes popup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes popup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.woff2?plannet.01') format('woff2'), url('../fonts/icons.woff?plannet.01') format('woff'), url('../fonts/icons.svg?plannet.01#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons.svg?plannet.01#icons') format('svg');
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: '\e800';
}
/* '' */
.icon-left-open:before {
  content: '\e801';
}
/* '' */
.icon-right-open:before {
  content: '\e802';
}
/* '' */
.icon-left-open-big:before {
  content: '\e808';
}
/* '' */
.icon-right-open-big:before {
  content: '\e809';
}
/* '' */
h1,
h2,
h3,
h4 {
  color: #404040;
  font-weight: 600;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1 {
  font-size: 3.25rem;
}
@media (min-width: 651px) {
  h1 {
    font-size: 3.27272727rem;
  }
}
h2 {
  font-size: 1.66666667rem;
}
@media (min-width: 651px) {
  h2 {
    font-size: 2.22222222rem;
  }
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.16666667rem;
}
.btn {
  display: inline-block;
  position: relative;
  outline: 0;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  color: #404040;
  border-radius: 0;
  background: transparent;
  text-align: center;
  overflow: hidden;
  padding: 0.5em;
  text-decoration: none;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:hover {
  text-decoration: underline;
}
@media (max-width : 650px) {
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
}
.gallery__header {
  width: 100%;
  padding: 1rem 2rem;
}
.gallery__header__inner {
  width: 100%;
  max-width: 1198px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5rem;
}
@media (max-width : 650px) {
  .gallery__header {
    padding: 1em;
  }
  .gallery__header__inner {
    min-height: 6rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.gallery__logo img {
  display: block;
  max-height: 40px;
  margin-left: auto;
}
@media (max-width : 650px) {
  .gallery__logo img {
    max-height: 30px;
  }
}
.gallery__title {
  font-weight: 700;
  color: #b6b6b6;
}
@media (max-width : 650px) {
  .gallery__title {
    margin-top: 0.5rem;
  }
}
@media (max-width: 800px) {
  .gallery__title {
    font-size: 0.8em;
  }
}
.gallery__title h1,
.gallery__title h2,
.gallery__title p {
  color: inherit;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 700;
}
.gallery__title a {
  color: inherit;
  text-decoration: none;
}
.gallery__title a:hover {
  text-decoration: underline;
}
.gallery__items-wrapper.is-loading {
  position: relative;
}
.gallery__items-wrapper.is-loading::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.gallery__items-wrapper.is-loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  border: 4px solid #1d1d1d;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  z-index: 22;
}
.gallery__items {
  width: 100%;
  max-width: 1198px;
  position: relative;
  margin: 0 auto;
}
.gallery__sizer {
  position: relative;
  padding-bottom: 114.69115192%;
}
.cover {
  position: absolute;
  opacity: 0.5;
}
.absolute {
  position: absolute;
}
.img01 {
  width: 26.87813022%;
  left: 62.35392321%;
  top: 69.35953421%;
}
.img02 {
  width: 30.80133556%;
  left: 52.0033389%;
  top: 84.86171761%;
}
.img03 {
  width: 9.51585977%;
  left: 88.14691152%;
  top: 24.59970888%;
}
.img04 {
  width: 18.61435726%;
  left: 11.85308848%;
  top: 16.73944687%;
}
.img05 {
  width: 25.87646077%;
  left: 21.11853088%;
  top: 68.19505095%;
}
.img06 {
  width: 14.02337229%;
  left: 36.22704508%;
  top: 26.71033479%;
}
.img07 {
  width: 21.11853088%;
  left: 11.01836394%;
  top: 3.56622999%;
}
.img08 {
  width: 23.53923205%;
  left: 30.13355593%;
  top: 11.79039301%;
}
.img09 {
  width: 15.85976628%;
  left: 76.71118531%;
  top: 23.21688501%;
}
.img10 {
  width: 10.26711185%;
  left: 42.98831386%;
  top: 46.36098981%;
}
.img11 {
  width: 17.94657763%;
  left: 32.47078464%;
  top: 78.74818049%;
}
.img12 {
  width: 10.85141903%;
  left: 5.50918197%;
  top: 30.7860262%;
}
.img13 {
  width: 15.02504174%;
  left: 42.57095159%;
  top: 16.15720524%;
}
.img14 {
  width: 18.11352254%;
  left: 57.26210351%;
  top: 7.93304221%;
}
.img15 {
  width: 29.13188648%;
  left: 1.83639399%;
  top: 56.69577875%;
}
.img17 {
  width: 15.35893155%;
  left: 56.1769616%;
  top: 27.43813683%;
}
.img19 {
  width: 8.1803005%;
  left: 91.23539232%;
  top: 48.47161572%;
}
.img20 {
  width: 9.59933222%;
  left: 44.57429048%;
  top: 80.27656477%;
}
.img21 {
  width: 7.92988314%;
  left: 39.98330551%;
  top: 72.41630277%;
}
.img22 {
  width: 17.11185309%;
  left: 82.80467446%;
  top: 63.4643377%;
}
.img23 {
  width: 12.43739566%;
  left: 87.47913189%;
  top: 12.95487627%;
}
.img24 {
  width: 23.95659432%;
  left: 69.28213689%;
  top: 4.87627365%;
}
.img25 {
  width: 23.70617696%;
  left: 52.92153589%;
  top: 72.34352256%;
}
.img26 {
  width: 17.19532554%;
  left: 21.28547579%;
  top: 44.2503639%;
}
.img27 {
  width: 11.85308848%;
  left: 83.80634391%;
  top: 52.62008734%;
}
.img28 {
  width: 7.01168614%;
  left: 17.02838063%;
  top: 41.55749636%;
}
.img29 {
  width: 13.52253756%;
  left: 32.80467446%;
  top: 46.50655022%;
}
.img30 {
  width: 28.96494157%;
  left: 7.01168614%;
  top: 79.69432314%;
}
.img31 {
  width: 14.94156928%;
  left: 11.2687813%;
  top: 71.47016012%;
}
.img32 {
  width: 15.19198664%;
  left: 5.17529215%;
  top: 77.87481805%;
}
.img33 {
  width: 15.10851419%;
  left: 10.01669449%;
  top: 61.06259098%;
}
.img34 {
  width: 26.04340568%;
  left: 14.3572621%;
  top: 29.40320233%;
}
.img35 {
  width: 22.28714524%;
  left: 26.62771285%;
  top: 0%;
}
.img36 {
  width: 14.85809683%;
  left: 35.22537563%;
  top: 55.31295488%;
}
.img37 {
  width: 14.10684474%;
  left: 76.12687813%;
  top: 10.40756914%;
}
.img38 {
  width: 14.77462437%;
  left: 47.9966611%;
  top: 60.55312955%;
}
.img39 {
  width: 12.85475793%;
  left: 3.58931553%;
  top: 62.59097525%;
}
.img40 {
  width: 13.2721202%;
  left: 4.1736227%;
  top: 10.77147016%;
}
.img41 {
  width: 19.19866444%;
  left: 77.6293823%;
  top: 34.35225619%;
}
.img42 {
  width: 7.01168614%;
  left: 54.42404007%;
  top: 25.0363901%;
}
.img43 {
  width: 9.34891486%;
  left: 84.80801336%;
  top: 80.713246%;
}
.img44 {
  width: 28.88146912%;
  left: 30.5509182%;
  top: 33.91557496%;
}
.img45 {
  width: 8.76460768%;
  left: 29.21535893%;
  top: 30.64046579%;
}
.img46 {
  width: 21.86978297%;
  left: 58.26377295%;
  top: 57.42358079%;
}
.img47 {
  width: 14.85809683%;
  left: 0%;
  top: 39.95633188%;
}
.img48 {
  width: 5.00834725%;
  left: 50.41736227%;
  top: 3.34788937%;
}
.img49 {
  width: 28.5475793%;
  left: 18.19699499%;
  top: 17.90393013%;
}
.img50 {
  width: 22.78797997%;
  left: 42.15358932%;
  top: 74.89082969%;
}
.img51 {
  width: 30.96828047%;
  left: 52.08681135%;
  top: 40.3930131%;
}
.img52 {
  width: 22.45409015%;
  left: 61.35225376%;
  top: 21.03347889%;
}
.img52a {
  width: 21.61936561%;
  left: 19.11519199%;
  top: 56.04075691%;
}
.img53 {
  width: 12.1869783%;
  left: 76.79465776%;
  top: 60.77147016%;
}
.img54 {
  width: 11.85308848%;
  left: 42.15358932%;
  top: 7.49636099%;
}
.img54a {
  width: 8.84808013%;
  left: 48.9148581%;
  top: 52.62008734%;
  z-index: 3;
}
.img55 {
  width: 32.38731219%;
  left: 64.85809683%;
  top: 48.32605531%;
}
.img56 {
  width: 12.52086811%;
  left: 51.41903172%;
  top: 7.13245997%;
}
.img57a {
  width: 9.93322204%;
  left: 69.4490818%;
  top: 34.13391557%;
}
.img57b {
  width: 5.75959933%;
  left: 76.37729549%;
  top: 44.90538574%;
}
.img57ba {
  width: 5.75959933%;
  left: 76.37729549%;
  top: 44.90538574%;
  z-index: 3;
}
.img58 {
  width: 22.3706177%;
  left: 6.01001669%;
  top: 44.39592431%;
}
.img__button {
  pointer-events: none;
}
.img__button.absolute {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform ease-out 150ms;
  transition: -webkit-transform ease-out 150ms;
  -o-transition: transform ease-out 150ms;
  transition: transform ease-out 150ms;
  transition: transform ease-out 150ms, -webkit-transform ease-out 150ms;
}
.img__button:not(.absolute) .absolute {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform ease-out 150ms;
  transition: -webkit-transform ease-out 150ms;
  -o-transition: transform ease-out 150ms;
  transition: transform ease-out 150ms;
  transition: transform ease-out 150ms, -webkit-transform ease-out 150ms;
}
.img__button.is-hover.absolute {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.img__button.is-hover:not(.absolute) .absolute {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
svg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  display: block;
  pointer-events: none;
}
.map-obj {
  pointer-events: auto;
  cursor: pointer;
  fill: rgba(0, 255, 0, 0);
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  padding: 2em;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.popup button {
  outline: 0;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.single {
  width: 95%;
  max-width: 67.5em;
  position: relative;
  font-size: 0.6875rem;
  color: #222;
}
.single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  min-height: 35em;
  max-height: 35em;
}
.single__prev,
.single__next,
.single__close {
  position: absolute;
  top: 96px;
  font-size: 1.5em;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: 0;
  background: transparent;
  color: #1d1d1d;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: -1em;
  z-index: 3;
}
.single__prev:hover,
.single__next:hover,
.single__close:hover {
  color: #1D1D1D;
}
.single__prev i,
.single__next i,
.single__close i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.single__prev i::before,
.single__next i::before,
.single__close i::before {
  margin: 0;
}
@media (min-width: 651px) {
  .single__prev,
  .single__next {
    display: none;
  }
}
.single__prev {
  left: 0;
}
.single__prev:hover {
  -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}
.single__next {
  right: 0;
}
.single__next:hover {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
}
.single__title {
  text-align: center;
}
.single__title strong {
  font-size: 1.09090909em;
  display: block;
  color: #f0191f;
}
.single__author {
  font-weight: 700;
  color: #f0191f;
  margin-bottom: 0;
}
.single__image-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.single__image-wrapper img {
  max-width: 100%;
  max-height: 190px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.single__close {
  top: 0;
  right: 0;
  font-size: 1.25em;
  margin: 0;
}
.single.is-loading::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.single.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  border: 4px solid #1d1d1d;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  z-index: 2;
}
.single__left {
  width: 39%;
  padding: 1rem;
  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;
  -webkit-box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
}
.single__right {
  width: 61%;
  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;
  padding: 2.54545455em 0;
  background: #ededed;
  position: relative;
  min-height: 180px;
}
.single__right::before,
.single__right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2.54545455em;
  background: #fff;
}
.single__right::before {
  top: 0;
}
.single__right::after {
  bottom: 0;
}
@media (max-width : 650px) {
  .single__right::before,
  .single__right::after {
    top: 0;
    bottom: 0;
    width: 1.36363636em;
    height: auto;
  }
  .single__right::before {
    left: 0;
    right: auto;
  }
  .single__right::after {
    left: auto;
    right: 0;
  }
}
.single__content {
  text-align: center;
  overflow: auto;
  padding: 1em 2em;
  font-size: 1.1em;
}
.single__content p {
  margin: 1em 0;
}
.single__content p:first-child {
  margin-top: 0;
}
.single__content p:last-child {
  margin-bottom: 0;
}
.single__footer {
  margin-top: 1.5em;
  margin-bottom: auto;
  font-size: 0.8rem;
}
.single__footer p {
  margin: 0.5em;
}
.single__footer .btn {
  margin-top: 1rem;
}
@media (max-width : 650px) {
  .single {
    max-width: 29.09090909em;
    font-size: 11px;
  }
  .single__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
    max-height: 80vh;
  }
  .single__left {
    width: 100%;
    padding-left: max(1em, 10%);
    padding-top: 1em;
    padding-right: max(1em, 10%);
    margin-left: auto;
    margin-right: auto;
    height: 192px;
  }
  .single__right {
    width: 100%;
    padding: 0 2.27272727em;
  }
  .single__image-wrapper img {
    max-height: 125px;
  }
  .single__content {
    padding: 1em 0;
    font-size: 1em;
  }
  .single__content h3 {
    margin-bottom: 0.25em;
  }
  .single__share {
    margin-top: 0.5em;
  }
  .single__footer p {
    display: none;
  }
}
.info-popup {
  max-width: 48rem;
}
.info-popup .single__inner {
  padding: 2.5em;
  text-align: center;
  min-height: 50vh;
}
@media (min-width: 651px) {
  .info-popup .single__inner {
    -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;
  }
}
.info-popup p {
  margin: 1em 0;
  font-size: 1.1em;
}
.info-popup button {
  font-size: 1.2em;
}

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