@charset "UTF-8";
@font-face {
  font-family: "tt_norms";
  src: url("../fonts/ttnorms-light-webfont.woff2") format("woff2"), url("../fonts/ttnorms-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "tt_norms";
  src: url("../fonts/ttnorms-regular-webfont.woff2") format("woff2"), url("../fonts/ttnorms-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_norms";
  src: url("../fonts/ttnorms-bold-webfont.woff2") format("woff2"), url("../fonts/ttnorms-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Container covering its entire parent */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote:before, q::after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: gray;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: gray;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  background-color: rgba(128, 128, 128, 0.2);
  color: gray;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: gray;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: gray;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: gray;
}

.datepicker--cell.-selected-.-focus- {
  background: gray;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #a1a1a1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/*!
 * FilePond 4.30.6
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Hard to override styles */
.filepond--browser.filepond--browser {
  /* is positioned absolute so it is focusable for form validation errors */
  position: absolute;
  margin: 0;
  padding: 0;
  /* is positioned ~behind drop label */
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  /* hide visually */
  opacity: 0;
  font-size: 0; /* removes text cursor in Internet Explorer 11 */
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  /* can't interact with this element */
  pointer-events: none;
  /* inherit border radius from parent (needed for drip-blob cut of) */
  border-radius: 0.5em;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  position: absolute;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  /* center contents */
  display: flex;
  justify-content: center;
  align-items: center;
  /* fixes IE11 centering problems (is overruled by label min-height) */
  height: 0px;
  /* dont allow selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* will be animated */
  will-change: transform, opacity;
}

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em; /* use padding instead of margin so click area is not impacted */
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1rem;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
  /* hidden label */
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button {
  /* scale SVG to fill button */
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button {
  /* bigger touch area */
}

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

/* Soft styles */
.filepond--file-action-button {
  /* use default arrow cursor */
  cursor: auto;
  /* reset default button styles */
  color: #fff;
  /* set default look n feel */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  /* we animate box shadow on focus */
  /* it's only slightly slower than animating */
  /* a pseudo-element with transforms and renders */
  /* a lot better on chrome */
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info {
  /* we don't want to have these overrules so these selectors are a bit more specific */
}

.filepond--file-info .filepond--file-info-main {
  font-size: 1.2rem;
  line-height: 1.2;
  /* we want ellipsis if this bar gets too wide */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 1rem;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  /* will be animated */
  will-change: transform, opacity;
  /* can't do anything with this info */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* no margins on children */
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status {
  /* font sizes */
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  /* hide legend for visual users */
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 5em;
  /* control positions */
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}

.filepond--file {
  /* .filepond--file-action-button */
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em); /* .8125 is half of button width */
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

/* make sure text does not overlap */
[data-filepond-item-state=cancelled] .filepond--file-info,
[data-filepond-item-state*=invalid] .filepond--file-info,
[data-filepond-item-state*=error] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] {
  /* busy state */
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state=processing-complete] {
  /* hide details by default, only show when can revert */
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*=invalid] .filepond--panel,
[data-filepond-item-state*=invalid] .filepond--file-wrapper,
[data-filepond-item-state*=error] .filepond--panel,
[data-filepond-item-state*=error] .filepond--file-wrapper {
  animation: shake 0.65s linear both;
}

/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    transform: translateX(-0.25em);
  }
  40%, 60% {
    transform: translateX(0.25em);
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state=drag-over]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
  /* item children order */
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

/* has a slight shadow */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item {
  /* drag related */
}

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.filepond--item[data-drag-state=drag] {
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

/* states */
.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=invalid] .filepond--item-panel,
[data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47;
}

/* style of item panel */
.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

/* normal mode */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* scroll mode */
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
}

/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* prevents endless paint calls on filepond--list-scroller */
  will-change: transform;
}

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle],
.filepond--root[data-style-panel-layout~=integrated] {
  /* we're only loading one item, this makes the intro animation a bit nicer */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,
.filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,
.filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,
.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] {
  /* circle cuts of this info, so best to hide it */
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  background: none;
  border: 1px solid gray;
  border-radius: 0.5em;
  background: transparent;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
  height: 100% !important;
  /* no interaction possible with panel */
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  /* this seems to fix Chrome performance issues */
  /* - when box-shadow is enabled */
  /* - when multiple ponds are active on the same page */
  transform-style: preserve-3d;
  /* prevent borders and backgrounds */
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
  /* fixes tiny transparant line between top and center panel */
}

.filepond--panel-top::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
  /* fixes tiny transparant line between bottom and center of panel */
}

.filepond--panel-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  /* the center panel is scaled using scale3d to fit the correct height */
  /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  /* can't have margins */
  margin: 0;
  /* no interaction possible with progress indicator */
  pointer-events: none;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box; /* should center the animation correctly when zoomed in */
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  /* base font size for whole component */
  font-size: 1.4rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: inherit;
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  /* default text alignment */
  text-align: left;
  /* better text rendering on Safari */
  text-rendering: optimizeLegibility;
  /* text direction is ltr for now */
  direction: ltr;
  /* optimize rendering */
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
  contain: layout style size;
  /* correct box sizing, line-height and positioning on child elements */
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root *:not(text) {
  font-size: inherit;
}

.filepond--root {
  /* block everything */
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.175;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/* Ion.CheckRadio, Skin Base
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/
.icr-label {
  position: relative;
  display: inline-block;
}

.icr-hidden {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icr-input {
  position: absolute;
  display: block;
  top: -20px;
  left: -20px;
}

.icr-text {
  display: inline;
  vertical-align: middle;
}

.icr-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* Sprite positions */
.icr-label .type_checkbox {
  background-position: 0 0;
}

.icr-label .type_radio {
  background-position: 0 -50px;
}

.icr-label:hover .type_checkbox {
  background-position: -50px 0;
}

.icr-label:hover .type_radio {
  background-position: -50px -50px;
}

.icr-label.checked .type_checkbox {
  background-position: -150px 0;
}

.icr-label.checked .type_radio {
  background-position: -150px -50px;
}

.icr-label.checked:hover .type_checkbox {
  background-position: -150px 0;
}

.icr-label.checked:hover .type_radio {
  background-position: -150px -50px;
}

.icr-label.disabled {
  opacity: 0.5;
}

.lt-ie9 .icr-label.disabled {
  filter: alpha(opacity=50);
}

.icr-label.disabled .type_checkbox {
  background-position: 0 0 !important;
}

.icr-label.disabled .type_radio {
  background-position: 0 -50px !important;
}

.icr-label.checked.disabled .type_checkbox {
  background-position: -100px 0 !important;
}

.icr-label.checked.disabled .type_radio {
  background-position: -100px -50px !important;
}

/* Ion.CheckRadio, Cloudy Skin
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/
.icr-label {
  padding-right: 2px;
  margin: 0 5px 5px 0;
}

.icr-item {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
}

.icr-item.type_radio {
  border-radius: 18px;
}

.icr-label.checked .type_radio:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 8px;
  background: #999;
}

.icr-label.focused .icr-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.lt-ie9 .icr-label.focused .icr-item {
  border-color: #555;
}

.icr-item.type_checkbox {
  border-radius: 2px;
}

.icr-label.checked .type_checkbox:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 4px;
  height: 12px;
  margin: -6px 0 0 -2px;
  background: #999;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

.icr-label.checked .type_checkbox:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 4px;
  margin: -2px 0 0 -6px;
  background: #999;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

.icr-label:hover .icr-item, .icr-label.checked .icr-item {
  border-color: #999;
}

.icr-label.checked:hover .icr-item:after, .icr-label.checked:hover .icr-item:before {
  background: #999;
}

.icr-label.disabled.checked:hover .icr-item:after, .icr-label.disabled.checked:hover .icr-item:before {
  background: #ccc;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 4.4rem;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 44px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 9px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 24px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 4px 5px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option:last-child {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 4px 10px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 4.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid gray;
  border-radius: 0.5rem;
  cursor: text;
  padding: 10px 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
  color: green;
}

.select2-results__options .select2-results__option--selected {
  background-color: lightgray;
  color: gray;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: gray;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 4px 5px;
}

.select2-container--classic .select2-selection--single {
  background: white;
  border: 1px solid gray;
  border-radius: 0.5rem;
  outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid gray;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 4.4rem;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  border-left: none;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  background: url(../image/icon/caret.svg) no-repeat center center;
  content: "";
  height: 100%;
  display: block;
  width: 100%;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid gray;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid gray;
  border-radius: 0.5rem;
  cursor: text;
  outline: 0;
  padding: 1px 10px 5px 10px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
  margin-top: 5px;
  padding: 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding: 3px 8px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: #888;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid gray;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: blue;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 4px 5px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: gray;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**********************************************************
* Overwrite default styles for plugins
**********************************************************/
.slick-arrow {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  visibility: visible;
  z-index: 2;
}
.slick-arrow.slick-prev {
  background-image: url("../image/icon/arrow-left.svg");
  height: 60px;
  width: 60px;
  left: 1rem;
}
.slick-arrow.slick-next {
  background-image: url("../image/icon/arrow-right.svg");
  height: 60px;
  width: 60px;
  right: 1rem;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none !important;
}
@media only screen and (min-width: 1281px) {
  .slick-arrow {
    transform: translateY(-50%);
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.slick-dots li {
  line-height: 1px;
  margin: 0 0.5rem;
}
.slick-dots button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0.5rem;
  font-size: 0;
  height: 1rem;
  width: 1rem;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background-color: black;
}

/* Venobox */
.vbox-close {
  display: none;
}

/* youtube modal */
.yu2fvl {
  z-index: 9999;
  top: 0;
}
.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}
.yu2fvl-overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

.yu2fvl-close {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  border: none;
  border-radius: 2rem;
  background: white url(../image/icon/close.svg) no-repeat center !important;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 4rem;
  padding: 0;
  position: absolute;
  right: 1rem !important;
  text-indent: -999rem;
  top: -2rem !important;
  width: 4rem !important;
}
.yu2fvl-close:focus {
  outline: none;
  top: -1.8rem !important;
}
@media only screen and (min-width: 641px) {
  .yu2fvl-close {
    right: -2rem !important;
  }
}

/**********************************************************
 * Fade-in animations
**********************************************************/
.word {
  display: inline-block;
  white-space: nowrap;
}

.letter {
  display: inline-block;
  opacity: 0;
}

.js-anim,
.js-anim-rev,
.js-stagger-item {
  opacity: 0;
}

/**********************************************************
 * Dealing with display:none transition nightmares
**********************************************************/
@keyframes display {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes display-flex {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/* Center text from a breakpoint up */
.g-center {
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .g-center-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .g-center-md {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .g-center-xm {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .g-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 1601px) {
  .g-center-xl {
    text-align: center;
  }
}
/**********************************************************
 * Force an element to contain its children
**********************************************************/
.g-clearfix::after, .g-grid::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .g-clearfix, * html .g-grid {
  zoom: 1;
} /* IE6 */
*:first-child + html .g-clearfix, *:first-child + html .g-grid {
  zoom: 1;
} /* IE7 */
/**********************************************************
 * Global elements
**********************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #EEEEF4;
}

body, input, textarea, select, button {
  color: #111111;
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4em;
}

/* No scrolling when mobile menu is open */
body.-no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  top: -0.6rem;
}

sub,
small {
  font-size: 75%;
  line-height: 1em;
}

small {
  vertical-align: text-bottom;
}

/**********************************************************
 * Global styles
 **********************************************************/
/* Ordinary link */
.g-link {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.g-link .icon {
  position: relative;
  top: 1px;
}

.g-img {
  display: block;
  width: 100%;
}

.g-map {
  min-height: 48rem;
  height: 80vh;
}
.g-map--full {
  height: 100%;
}
.g-map--sm {
  min-height: 40rem;
  height: 60vh;
}
.g-map--xs {
  height: 36rem;
}
.g-map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.g-bg {
  background-color: lightgray;
}
.g-bg--padded {
  padding-bottom: 1px;
  padding-top: 1px;
}

.g-text-white {
  color: white;
}

.g-text-sm {
  font-size: 1.2rem;
  line-height: 1.2em;
}

.g-block {
  display: block;
}

.g-overflow {
  overflow: hidden;
}

.g-bold {
  font-weight: bold;
}

.g-left {
  text-align: left;
}

.g-right {
  text-align: right;
}

.g-bottom {
  align-items: flex-end;
}

.g-hr {
  background-color: #E3E3E3;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.g-ontop {
  position: relative;
  z-index: 2;
}

.g-ontopper {
  position: relative;
  z-index: 3 !important;
}

.g-no-pointer {
  pointer-events: none;
}

.g-relative {
  position: relative;
}

.g-absolute {
  position: absolute;
}

/* Background covering its entire parent */
.g-fullscreen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.g-start {
  align-items: flex-start;
}

.g-end {
  align-items: flex-end;
}

.g-verical {
  align-items: center;
}

/**********************************************************
 * CMS-entered text (from WYSIWYG editor)
**********************************************************/
.g-editor {
  font-size: 1.3rem;
  line-height: 1.4em;
  /* Headings */
  /* Element styles */
  /* Image with caption */
}
.g-editor--sm {
  font-size: 1.2rem;
  line-height: 1.4em;
}
.g-editor--md {
  font-size: 1.3rem;
  line-height: 1.4em;
}
.g-editor--lg {
  font-size: 1.6rem;
  line-height: 1.4em;
}
.g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
  line-height: 1.3em;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.g-editor h1:first-child, .g-editor h2:first-child, .g-editor h3:first-child, .g-editor h4:first-child, .g-editor h5:first-child, .g-editor h6:first-child {
  margin-top: 0;
}
.g-editor h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}
.g-editor h3, .g-editor h4 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.g-editor h5, .g-editor h6 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.g-editor a {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 2px;
}
.g-editor p {
  margin-bottom: 1rem;
  /* No spacing for last paragraph */
}
.g-editor p:last-child, .g-editor p:first-child:last-child {
  margin-bottom: 0;
}
.g-editor strong {
  font-weight: bold;
}
.g-editor em {
  font-style: italic;
}
.g-editor ul,
.g-editor ol {
  margin: 2rem 0;
}
.g-editor ul:first-child,
.g-editor ol:first-child {
  margin-top: 0;
}
.g-editor ul:last-child,
.g-editor ol:last-child {
  margin-top: 0;
}
.g-editor ul li,
.g-editor ol li {
  margin-bottom: 0.8rem;
}
.g-editor ul li:last-child,
.g-editor ol li:last-child {
  margin-bottom: 0;
}
.g-editor ul {
  list-style: disc inside;
}
.g-editor ol {
  list-style: decimal inside;
}
.g-editor img {
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.g-editor img:first-child {
  margin-top: 0;
}
.g-editor img:last-child {
  margin-top: 0;
}
.g-editor figure {
  margin: 2rem 0;
}
.g-editor figure img {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.g-editor figure img + figcaption {
  color: black;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.g-editor table {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 1.2rem;
  table-layout: fixed;
}
.g-editor th {
  background-color: black;
  border-right: 1px solid transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}
.g-editor td {
  border-bottom: 1px solid #ddd;
  min-width: 20rem;
  padding: 1.5rem 1rem;
  vertical-align: top;
}
.g-editor td ul,
.g-editor td ol {
  margin-top: 0;
  margin-left: 0;
}
.g-editor tr:last-child td {
  border-bottom: none;
}
@media only screen and (min-width: 1025px) {
  .g-editor {
    /* Image with caption */
  }
  .g-editor p {
    margin-bottom: 2rem;
  }
  .g-editor figure {
    margin: 3rem 0;
  }
  .g-editor img {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-editor--lg p {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1601px) {
  .g-editor h1, .g-editor h2, .g-editor h3, .g-editor h4, .g-editor h5, .g-editor h6 {
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}

/**********************************************************
 * Show/hide elements from a breakpoint up
**********************************************************/
.is-hidden {
  display: none !important;
}

@media only screen and (min-width: 481px) {
  .is-inline--sm {
    display: inline-block !important;
  }
  .is-block--sm {
    display: block !important;
  }
  .is-flex--sm {
    display: flex !important;
  }
  .is-inline-flex--sm {
    display: inline-flex !important;
  }
  .is-hidden--sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .is-inline--md {
    display: inline-block !important;
  }
  .is-block--md {
    display: block !important;
  }
  .is-flex--md {
    display: flex !important;
  }
  .is-inline-flex--md {
    display: inline-flex !important;
  }
  .is-hidden--md {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .is-inline--xm {
    display: inline-block !important;
  }
  .is-block--xm {
    display: block !important;
  }
  .is-flex--xm {
    display: flex !important;
  }
  .is-inline-flex--xm {
    display: inline-flex !important;
  }
  .is-hidden--xm {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .is-inline--lg {
    display: inline-block !important;
  }
  .is-block--lg {
    display: block !important;
  }
  .is-flex--lg {
    display: flex !important;
  }
  .is-inline-flex--lg {
    display: inline-flex !important;
  }
  .is-hidden--lg {
    display: none !important;
  }
}
/* Margins */
.g-mb-0 {
  margin-bottom: 0 !important;
}

.g-mb-5 {
  margin-bottom: 0.5rem !important;
}

.g-mb-10 {
  margin-bottom: 1rem !important;
}

.g-mb-15 {
  margin-bottom: 1.5rem !important;
}

.g-mb-20 {
  margin-bottom: 2rem !important;
}

.g-mb-30 {
  margin-bottom: 3rem !important;
}

.g-mb-40 {
  margin-bottom: 4rem !important;
}

.g-mt-0 {
  margin-top: 0 !important;
}

.g-mt-5 {
  margin-top: 0.5rem !important;
}

.g-mt-10 {
  margin-top: 1rem !important;
}

.g-mt-15 {
  margin-top: 1.5rem !important;
}

.g-mt-20 {
  margin-top: 2rem !important;
}

.g-mt-30 {
  margin-top: 3rem !important;
}

.g-mt-40 {
  margin-top: 4rem !important;
}

.g-ml-0 {
  margin-left: 0 !important;
}

.g-ml-5 {
  margin-left: 0.5rem !important;
}

.g-ml-10 {
  margin-left: 1rem !important;
}

.g-ml-15 {
  margin-left: 1.5rem !important;
}

.g-ml-20 {
  margin-left: 2rem !important;
}

.g-ml-30 {
  margin-left: 3rem !important;
}

.g-ml-40 {
  margin-left: 4rem !important;
}

.g-mr-0 {
  margin-right: 0 !important;
}

.g-mr-5 {
  margin-right: 0.5rem !important;
}

.g-mr-10 {
  margin-right: 1rem !important;
}

.g-mr-15 {
  margin-right: 1.5rem !important;
}

.g-mr-20 {
  margin-right: 2rem !important;
}

.g-mr-30 {
  margin-right: 3rem !important;
}

.g-mr-40 {
  margin-right: 4rem !important;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.g-row {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  max-width: 100%;
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
  width: 100%;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: flex;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .g-row {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g-row {
  word-spacing: -0.43em;
}

.col {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5,
.col-1-6,
.col-5-6,
.col-1-8,
.col-3-8,
.col-5-8,
.col-7-8,
.col-1-12,
.col-5-12,
.col-7-12,
.col-11-12,
.col-1-24,
.col-2-24,
.col-3-24,
.col-4-24,
.col-5-24,
.col-6-24,
.col-7-24,
.col-8-24,
.col-9-24,
.col-10-24,
.col-11-24,
.col-12-24,
.col-13-24,
.col-14-24,
.col-15-24,
.col-16-24,
.col-17-24,
.col-18-24,
.col-19-24,
.col-20-24,
.col-21-24,
.col-22-24,
.col-23-24,
.col-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.col-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.col-1-12,
.col-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.col-1-8,
.col-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.col-1-6,
.col-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.col-1-5 {
  width: 20%;
  *width: 19.969%;
}

.col-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.col-1-4,
.col-6-24 {
  width: 25%;
  *width: 24.969%;
}

.col-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.col-1-3,
.col-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.col-3-8,
.col-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.col-2-5 {
  width: 40%;
  *width: 39.969%;
}

.col-5-12,
.col-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.col-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.col-1-2,
.col-12-24 {
  width: 50%;
  *width: 49.969%;
}

.col-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.col-7-12,
.col-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.col-3-5 {
  width: 60%;
  *width: 59.969%;
}

.col-5-8,
.col-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.col-2-3,
.col-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.col-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.col-3-4,
.col-18-24 {
  width: 75%;
  *width: 74.969%;
}

.col-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.col-4-5 {
  width: 80%;
  *width: 79.969%;
}

.col-5-6,
.col-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.col-7-8,
.col-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.col-11-12,
.col-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.col-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.col-1,
.col-1-1,
.col-5-5,
.col-24-24 {
  width: 100%;
}

@media only screen and (min-width: 321px) {
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-1-2,
  .col-xs-1-3,
  .col-xs-2-3,
  .col-xs-1-4,
  .col-xs-3-4,
  .col-xs-1-5,
  .col-xs-2-5,
  .col-xs-3-5,
  .col-xs-4-5,
  .col-xs-5-5,
  .col-xs-1-6,
  .col-xs-5-6,
  .col-xs-1-8,
  .col-xs-3-8,
  .col-xs-5-8,
  .col-xs-7-8,
  .col-xs-1-12,
  .col-xs-5-12,
  .col-xs-7-12,
  .col-xs-11-12,
  .col-xs-1-24,
  .col-xs-2-24,
  .col-xs-3-24,
  .col-xs-4-24,
  .col-xs-5-24,
  .col-xs-6-24,
  .col-xs-7-24,
  .col-xs-8-24,
  .col-xs-9-24,
  .col-xs-10-24,
  .col-xs-11-24,
  .col-xs-12-24,
  .col-xs-13-24,
  .col-xs-14-24,
  .col-xs-15-24,
  .col-xs-16-24,
  .col-xs-17-24,
  .col-xs-18-24,
  .col-xs-19-24,
  .col-xs-20-24,
  .col-xs-21-24,
  .col-xs-22-24,
  .col-xs-23-24,
  .col-xs-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xs-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xs-1-12,
  .col-xs-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xs-1-8,
  .col-xs-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xs-1-6,
  .col-xs-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xs-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xs-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xs-1-4,
  .col-xs-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xs-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xs-1-3,
  .col-xs-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xs-3-8,
  .col-xs-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xs-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xs-5-12,
  .col-xs-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xs-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xs-1-2,
  .col-xs-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xs-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xs-7-12,
  .col-xs-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xs-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xs-5-8,
  .col-xs-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xs-2-3,
  .col-xs-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xs-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xs-3-4,
  .col-xs-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xs-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xs-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xs-5-6,
  .col-xs-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xs-7-8,
  .col-xs-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xs-11-12,
  .col-xs-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xs-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xs-1,
  .col-xs-1-1,
  .col-xs-5-5,
  .col-xs-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-7-12,
  .col-sm-11-12,
  .col-sm-1-24,
  .col-sm-2-24,
  .col-sm-3-24,
  .col-sm-4-24,
  .col-sm-5-24,
  .col-sm-6-24,
  .col-sm-7-24,
  .col-sm-8-24,
  .col-sm-9-24,
  .col-sm-10-24,
  .col-sm-11-24,
  .col-sm-12-24,
  .col-sm-13-24,
  .col-sm-14-24,
  .col-sm-15-24,
  .col-sm-16-24,
  .col-sm-17-24,
  .col-sm-18-24,
  .col-sm-19-24,
  .col-sm-20-24,
  .col-sm-21-24,
  .col-sm-22-24,
  .col-sm-23-24,
  .col-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-sm-1-12,
  .col-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-sm-1-8,
  .col-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-sm-1-6,
  .col-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-sm-1-4,
  .col-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-sm-1-3,
  .col-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-sm-3-8,
  .col-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-sm-5-12,
  .col-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-sm-1-2,
  .col-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-sm-7-12,
  .col-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-sm-5-8,
  .col-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-sm-2-3,
  .col-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-sm-3-4,
  .col-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-sm-5-6,
  .col-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-sm-7-8,
  .col-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-sm-11-12,
  .col-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-sm-1,
  .col-sm-1-1,
  .col-sm-5-5,
  .col-sm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .col-md-1,
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-7-12,
  .col-md-11-12,
  .col-md-1-24,
  .col-md-2-24,
  .col-md-3-24,
  .col-md-4-24,
  .col-md-5-24,
  .col-md-6-24,
  .col-md-7-24,
  .col-md-8-24,
  .col-md-9-24,
  .col-md-10-24,
  .col-md-11-24,
  .col-md-12-24,
  .col-md-13-24,
  .col-md-14-24,
  .col-md-15-24,
  .col-md-16-24,
  .col-md-17-24,
  .col-md-18-24,
  .col-md-19-24,
  .col-md-20-24,
  .col-md-21-24,
  .col-md-22-24,
  .col-md-23-24,
  .col-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-md-1-12,
  .col-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-md-1-8,
  .col-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-md-1-6,
  .col-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-md-1-4,
  .col-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-md-1-3,
  .col-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-md-3-8,
  .col-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-md-5-12,
  .col-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-md-1-2,
  .col-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-md-7-12,
  .col-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-md-5-8,
  .col-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-md-2-3,
  .col-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-md-3-4,
  .col-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-md-5-6,
  .col-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-md-7-8,
  .col-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-md-11-12,
  .col-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-md-1,
  .col-md-1-1,
  .col-md-5-5,
  .col-md-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-1-2,
  .col-xm-1-3,
  .col-xm-2-3,
  .col-xm-1-4,
  .col-xm-3-4,
  .col-xm-1-5,
  .col-xm-2-5,
  .col-xm-3-5,
  .col-xm-4-5,
  .col-xm-5-5,
  .col-xm-1-6,
  .col-xm-5-6,
  .col-xm-1-8,
  .col-xm-3-8,
  .col-xm-5-8,
  .col-xm-7-8,
  .col-xm-1-12,
  .col-xm-5-12,
  .col-xm-7-12,
  .col-xm-11-12,
  .col-xm-1-24,
  .col-xm-2-24,
  .col-xm-3-24,
  .col-xm-4-24,
  .col-xm-5-24,
  .col-xm-6-24,
  .col-xm-7-24,
  .col-xm-8-24,
  .col-xm-9-24,
  .col-xm-10-24,
  .col-xm-11-24,
  .col-xm-12-24,
  .col-xm-13-24,
  .col-xm-14-24,
  .col-xm-15-24,
  .col-xm-16-24,
  .col-xm-17-24,
  .col-xm-18-24,
  .col-xm-19-24,
  .col-xm-20-24,
  .col-xm-21-24,
  .col-xm-22-24,
  .col-xm-23-24,
  .col-xm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xm-1-12,
  .col-xm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xm-1-8,
  .col-xm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xm-1-6,
  .col-xm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xm-1-4,
  .col-xm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xm-1-3,
  .col-xm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xm-3-8,
  .col-xm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xm-5-12,
  .col-xm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xm-1-2,
  .col-xm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xm-7-12,
  .col-xm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xm-5-8,
  .col-xm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xm-2-3,
  .col-xm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xm-3-4,
  .col-xm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xm-5-6,
  .col-xm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xm-7-8,
  .col-xm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xm-11-12,
  .col-xm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xm-1,
  .col-xm-1-1,
  .col-xm-5-5,
  .col-xm-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-4,
  .col-lg-3-4,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-6,
  .col-lg-5-6,
  .col-lg-1-8,
  .col-lg-3-8,
  .col-lg-5-8,
  .col-lg-7-8,
  .col-lg-1-12,
  .col-lg-5-12,
  .col-lg-7-12,
  .col-lg-11-12,
  .col-lg-1-24,
  .col-lg-2-24,
  .col-lg-3-24,
  .col-lg-4-24,
  .col-lg-5-24,
  .col-lg-6-24,
  .col-lg-7-24,
  .col-lg-8-24,
  .col-lg-9-24,
  .col-lg-10-24,
  .col-lg-11-24,
  .col-lg-12-24,
  .col-lg-13-24,
  .col-lg-14-24,
  .col-lg-15-24,
  .col-lg-16-24,
  .col-lg-17-24,
  .col-lg-18-24,
  .col-lg-19-24,
  .col-lg-20-24,
  .col-lg-21-24,
  .col-lg-22-24,
  .col-lg-23-24,
  .col-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-lg-1-12,
  .col-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-lg-1-8,
  .col-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-lg-1-6,
  .col-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-lg-1-4,
  .col-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-lg-1-3,
  .col-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-lg-3-8,
  .col-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-lg-5-12,
  .col-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-lg-1-2,
  .col-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-lg-7-12,
  .col-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-lg-5-8,
  .col-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-lg-2-3,
  .col-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-lg-3-4,
  .col-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-lg-5-6,
  .col-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-lg-7-8,
  .col-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-lg-11-12,
  .col-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-5-5,
  .col-lg-24-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-1-2,
  .col-xl-1-3,
  .col-xl-2-3,
  .col-xl-1-4,
  .col-xl-3-4,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-6,
  .col-xl-5-6,
  .col-xl-1-8,
  .col-xl-3-8,
  .col-xl-5-8,
  .col-xl-7-8,
  .col-xl-1-12,
  .col-xl-5-12,
  .col-xl-7-12,
  .col-xl-11-12,
  .col-xl-1-24,
  .col-xl-2-24,
  .col-xl-3-24,
  .col-xl-4-24,
  .col-xl-5-24,
  .col-xl-6-24,
  .col-xl-7-24,
  .col-xl-8-24,
  .col-xl-9-24,
  .col-xl-10-24,
  .col-xl-11-24,
  .col-xl-12-24,
  .col-xl-13-24,
  .col-xl-14-24,
  .col-xl-15-24,
  .col-xl-16-24,
  .col-xl-17-24,
  .col-xl-18-24,
  .col-xl-19-24,
  .col-xl-20-24,
  .col-xl-21-24,
  .col-xl-22-24,
  .col-xl-23-24,
  .col-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .col-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .col-xl-1-12,
  .col-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .col-xl-1-8,
  .col-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .col-xl-1-6,
  .col-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .col-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .col-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .col-xl-1-4,
  .col-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .col-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .col-xl-1-3,
  .col-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .col-xl-3-8,
  .col-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .col-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .col-xl-5-12,
  .col-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .col-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .col-xl-1-2,
  .col-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .col-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .col-xl-7-12,
  .col-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .col-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .col-xl-5-8,
  .col-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .col-xl-2-3,
  .col-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .col-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .col-xl-3-4,
  .col-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .col-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .col-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .col-xl-5-6,
  .col-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .col-xl-7-8,
  .col-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .col-xl-11-12,
  .col-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .col-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .col-xl-1,
  .col-xl-1-1,
  .col-xl-5-5,
  .col-xl-24-24 {
    width: 100%;
  }
}
/**********************************************************
 * Gutters between columns
**********************************************************/
.g-gap-0 {
  margin-left: -0vw;
  margin-right: -0vw;
  max-width: none;
  width: auto;
}
.g-gap-0 > [class^=col-],
.g-gap-0 > [class*=" col-"] {
  padding-left: 0vw;
  padding-right: 0vw;
}
.g-gap-1 {
  margin-left: -0.5vw;
  margin-right: -0.5vw;
  max-width: none;
  width: auto;
}
.g-gap-1 > [class^=col-],
.g-gap-1 > [class*=" col-"] {
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
.g-gap-2 {
  margin-left: -1vw;
  margin-right: -1vw;
  max-width: none;
  width: auto;
}
.g-gap-2 > [class^=col-],
.g-gap-2 > [class*=" col-"] {
  padding-left: 1vw;
  padding-right: 1vw;
}
.g-gap-3 {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  max-width: none;
  width: auto;
}
.g-gap-3 > [class^=col-],
.g-gap-3 > [class*=" col-"] {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.g-gap-4 {
  margin-left: -2vw;
  margin-right: -2vw;
  max-width: none;
  width: auto;
}
.g-gap-4 > [class^=col-],
.g-gap-4 > [class*=" col-"] {
  padding-left: 2vw;
  padding-right: 2vw;
}
.g-gap-5 {
  margin-left: -2.5vw;
  margin-right: -2.5vw;
  max-width: none;
  width: auto;
}
.g-gap-5 > [class^=col-],
.g-gap-5 > [class*=" col-"] {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.g-gap-v-0 > [class^=col-],
.g-gap-v-0 > [class*=" col-"] {
  margin-bottom: 0rem;
}
.g-gap-v-1 > [class^=col-],
.g-gap-v-1 > [class*=" col-"] {
  margin-bottom: 1rem;
}
.g-gap-v-2 > [class^=col-],
.g-gap-v-2 > [class*=" col-"] {
  margin-bottom: 2rem;
}
.g-gap-v-3 > [class^=col-],
.g-gap-v-3 > [class*=" col-"] {
  margin-bottom: 3rem;
}
.g-gap-v-4 > [class^=col-],
.g-gap-v-4 > [class*=" col-"] {
  margin-bottom: 4rem;
}
.g-gap-v-5 > [class^=col-],
.g-gap-v-5 > [class*=" col-"] {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 321px) {
  .g-gap-xs-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-0 > [class^=col-],
  .g-gap-xs-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xs-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-1 > [class^=col-],
  .g-gap-xs-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-xs-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-2 > [class^=col-],
  .g-gap-xs-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xs-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-3 > [class^=col-],
  .g-gap-xs-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-xs-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-4 > [class^=col-],
  .g-gap-xs-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xs-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xs-5 > [class^=col-],
  .g-gap-xs-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-xs-0 > [class^=col-],
  .g-gap-v-xs-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xs-1 > [class^=col-],
  .g-gap-v-xs-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-xs-2 > [class^=col-],
  .g-gap-v-xs-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xs-3 > [class^=col-],
  .g-gap-v-xs-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-xs-4 > [class^=col-],
  .g-gap-v-xs-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xs-5 > [class^=col-],
  .g-gap-v-xs-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 481px) {
  .g-gap-sm-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-0 > [class^=col-],
  .g-gap-sm-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-sm-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-1 > [class^=col-],
  .g-gap-sm-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-sm-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-2 > [class^=col-],
  .g-gap-sm-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-sm-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-3 > [class^=col-],
  .g-gap-sm-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-sm-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-4 > [class^=col-],
  .g-gap-sm-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-sm-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-sm-5 > [class^=col-],
  .g-gap-sm-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-sm-0 > [class^=col-],
  .g-gap-v-sm-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-sm-1 > [class^=col-],
  .g-gap-v-sm-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-sm-2 > [class^=col-],
  .g-gap-v-sm-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-sm-3 > [class^=col-],
  .g-gap-v-sm-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-sm-4 > [class^=col-],
  .g-gap-v-sm-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-sm-5 > [class^=col-],
  .g-gap-v-sm-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 641px) {
  .g-gap-md-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-0 > [class^=col-],
  .g-gap-md-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-md-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-1 > [class^=col-],
  .g-gap-md-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-md-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-2 > [class^=col-],
  .g-gap-md-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-md-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-3 > [class^=col-],
  .g-gap-md-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-md-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-4 > [class^=col-],
  .g-gap-md-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-md-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-md-5 > [class^=col-],
  .g-gap-md-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-md-0 > [class^=col-],
  .g-gap-v-md-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-md-1 > [class^=col-],
  .g-gap-v-md-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-md-2 > [class^=col-],
  .g-gap-v-md-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-md-3 > [class^=col-],
  .g-gap-v-md-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-md-4 > [class^=col-],
  .g-gap-v-md-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-md-5 > [class^=col-],
  .g-gap-v-md-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .g-gap-xm-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-0 > [class^=col-],
  .g-gap-xm-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xm-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-1 > [class^=col-],
  .g-gap-xm-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-xm-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-2 > [class^=col-],
  .g-gap-xm-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xm-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-3 > [class^=col-],
  .g-gap-xm-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-xm-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-4 > [class^=col-],
  .g-gap-xm-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xm-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xm-5 > [class^=col-],
  .g-gap-xm-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-xm-0 > [class^=col-],
  .g-gap-v-xm-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xm-1 > [class^=col-],
  .g-gap-v-xm-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-xm-2 > [class^=col-],
  .g-gap-v-xm-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xm-3 > [class^=col-],
  .g-gap-v-xm-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-xm-4 > [class^=col-],
  .g-gap-v-xm-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xm-5 > [class^=col-],
  .g-gap-v-xm-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1281px) {
  .g-gap-lg-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-0 > [class^=col-],
  .g-gap-lg-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-lg-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-1 > [class^=col-],
  .g-gap-lg-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-lg-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-2 > [class^=col-],
  .g-gap-lg-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-lg-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-3 > [class^=col-],
  .g-gap-lg-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-lg-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-4 > [class^=col-],
  .g-gap-lg-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-lg-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-lg-5 > [class^=col-],
  .g-gap-lg-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-lg-0 > [class^=col-],
  .g-gap-v-lg-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-lg-1 > [class^=col-],
  .g-gap-v-lg-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-lg-2 > [class^=col-],
  .g-gap-v-lg-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-lg-3 > [class^=col-],
  .g-gap-v-lg-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-lg-4 > [class^=col-],
  .g-gap-v-lg-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-lg-5 > [class^=col-],
  .g-gap-v-lg-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1601px) {
  .g-gap-xl-0 {
    margin-left: -0vw;
    margin-right: -0vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-0 > [class^=col-],
  .g-gap-xl-0 > [class*=" col-"] {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .g-gap-xl-1 {
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-1 > [class^=col-],
  .g-gap-xl-1 > [class*=" col-"] {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
  .g-gap-xl-2 {
    margin-left: -1vw;
    margin-right: -1vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-2 > [class^=col-],
  .g-gap-xl-2 > [class*=" col-"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .g-gap-xl-3 {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-3 > [class^=col-],
  .g-gap-xl-3 > [class*=" col-"] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .g-gap-xl-4 {
    margin-left: -2vw;
    margin-right: -2vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-4 > [class^=col-],
  .g-gap-xl-4 > [class*=" col-"] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-gap-xl-5 {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    max-width: none;
    width: auto;
  }
  .g-gap-xl-5 > [class^=col-],
  .g-gap-xl-5 > [class*=" col-"] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .g-gap-v-xl-0 > [class^=col-],
  .g-gap-v-xl-0 > [class*=" col-"] {
    margin-bottom: 0rem;
  }
  .g-gap-v-xl-1 > [class^=col-],
  .g-gap-v-xl-1 > [class*=" col-"] {
    margin-bottom: 1rem;
  }
  .g-gap-v-xl-2 > [class^=col-],
  .g-gap-v-xl-2 > [class*=" col-"] {
    margin-bottom: 2rem;
  }
  .g-gap-v-xl-3 > [class^=col-],
  .g-gap-v-xl-3 > [class*=" col-"] {
    margin-bottom: 3rem;
  }
  .g-gap-v-xl-4 > [class^=col-],
  .g-gap-v-xl-4 > [class*=" col-"] {
    margin-bottom: 4rem;
  }
  .g-gap-v-xl-5 > [class^=col-],
  .g-gap-v-xl-5 > [class*=" col-"] {
    margin-bottom: 5rem;
  }
}
.g-gap--keep {
  margin-left: 0;
  margin-right: 0;
}

/**********************************************************
 * Reverse column order up to a breakpoint
**********************************************************/
.g-invert,
.g-invert--sm,
.g-invert--md,
.g-invert--xm,
.g-invert--lg,
.g-invert--xl {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 481px) {
  .g-invert--sm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 641px) {
  .g-invert--md {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .g-invert--xm {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1281px) {
  .g-invert--lg {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1601px) {
  .g-invert--xl {
    flex-direction: row;
  }
}
/**********************************************************
 * Wrap containers
 * Wrapper widths are defined in _variables.scss
**********************************************************/
.g-wrap {
  /* Limited width */
  margin-left: auto;
  margin-right: auto;
  max-width: 1270px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  /* Global wrapper - prevents horizontal scroll */
}
.g-wrap--main {
  clear: both;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 641px) {
  .g-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.g-wrap--xl {
  max-width: 1600px;
}
.g-wrap--default {
  max-width: 1270px;
}
.g-wrap--lg {
  max-width: 1080px;
}
.g-wrap--xm {
  max-width: 840px;
}
.g-wrap--md {
  max-width: 750px;
}
.g-wrap--sm {
  max-width: 600px;
}
@media screen and (min-width: 1660px) {
  .g-wrap--xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1330px) {
  .g-wrap:not(.g-wrap--xl) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1140px) {
  .g-wrap--lg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .g-wrap--xm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 810px) {
  .g-wrap--md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 660px) {
  .g-wrap--sm {
    padding-left: 0;
    padding-right: 0;
  }
}

/**********************************************************
 * 
**********************************************************/
.btn {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 1rem;
  justify-content: center;
  line-height: 1.2em;
  pointer-events: all;
  position: relative;
  white-space: nowrap;
}
.btn:focus {
  outline: none;
}
.btn--md {
  min-width: 12rem;
  padding: 1rem 1.5rem;
}
.btn--lg {
  padding: 1.5rem 2rem;
}
.btn--full {
  width: 100%;
}
.btn--split {
  gap: 0;
}
.btn--orange {
  color: white;
}
.btn--orange .btn__text {
  background-color: #F7971D;
}
.btn--orange .btn__circle {
  background-color: #F7971D;
}
.btn--orange:hover .btn__text {
  background-color: #00BFF2;
}
.btn--orange:hover .btn__circle {
  background-color: #00BFF2;
}
.btn__text {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  border-radius: 2.4rem;
  height: 4.2rem;
  line-height: 4.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn__circle {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.btn .icon {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
}

/**********************************************************
 * Icon styles
**********************************************************/
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  /* Space between icon/label */
  /*  Alphabetical list of SVG icons
      Format: @include icon('name', width, height)
      See abstract/mixins.scss for the icon mixin
  */
}
.icon--spaced {
  vertical-align: middle;
}
.icon--spaced:first-child:not(:last-child) {
  margin-right: 1rem;
}
.icon--spaced:last-child:not(:first-child) {
  margin-left: 1rem;
}
.icon--arrow-back {
  background-image: url("../image/icon/arrow-back.svg");
  height: 15px;
  width: 12px;
}
.icon--arrow-left-white {
  background-image: url("../image/icon/arrow-left-white.svg");
  height: 10px;
  width: 12px;
}
.icon--arrow-right-white {
  background-image: url("../image/icon/arrow-right-white.svg");
  height: 10px;
  width: 12px;
}
.icon--caret {
  background-image: url("../image/icon/caret.svg");
  height: 9px;
  width: 19px;
}
.icon--check-sm {
  background-image: url("../image/icon/check-sm.svg");
  height: 10px;
  width: 12px;
}
.icon--success {
  background-image: url("../assets/images/success.svg");
  height: 82px;
  width: 82px;
}
.icon--error {
  background-image: url("../assets/images/error.svg");
  height: 67px;
  width: 67px;
}

/**********************************************************
 * 
**********************************************************/
.box {
  align-items: flex-start;
  background-color: #E2E2EB;
  border-radius: 1rem;
  display: flex;
  gap: 1rem;
  height: 100%;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: space-between;
  padding: 2rem;
}
.box__col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.box__key, .box__value, .box__label {
  line-height: 1em;
}
.box__key, .box__label {
  color: #7480A5;
}
.box__value {
  font-weight: 500;
}
.box__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.box__total {
  font-size: clamp(2.5rem, 2vw, 3.5rem);
  font-weight: 600;
}
@media only screen and (min-width: 641px) {
  .box__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .box__label {
    color: #111111;
  }
}
@media only screen and (min-width: 1281px) {
  .box {
    font-size: 1.6rem;
    padding: 3rem;
  }
}

/**********************************************************
 * Hide native checkbox, use label before/after
**********************************************************/
.checkbox {
  transition-property: all;
  transition-duration: 700ms;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
}
.checkbox--white .checkbox__label::before {
  border-color: white;
}
.checkbox--white .checkbox__label::after {
  background-color: white;
}
.checkbox__input {
  display: none;
  /* Selected states */
}
.checkbox__input:checked + .checkbox__label::before {
  border-color: black;
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  visibility: visible;
}
.checkbox__label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.2em;
  padding-left: 3rem;
  position: relative;
  text-align: left;
  /* Radio buttons */
  /* Prevent selection upon fast clicking */
}
.checkbox__label::before, .checkbox__label::after {
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox__label::before {
  border: 1px solid black;
  height: 1.8rem;
  width: 1.8rem;
}
.checkbox__label::after {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  background: black url("../image/icon/check-sm-white.svg") no-repeat center;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  width: 2rem;
}
.checkbox__label--radio::before, .checkbox__label--radio::after {
  border-radius: 1rem;
}
.checkbox__label--top::before, .checkbox__label--top::after {
  top: 0;
  transform: none;
}
.checkbox__label::-moz-selection {
  background-color: none;
}
.checkbox__label::selection {
  background-color: none;
}
.checkbox__label a {
  text-decoration: underline;
}
.checkbox__label a:hover {
  opacity: 0.6;
}

/**********************************************************
 * 
**********************************************************/
.consent {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  background-color: white;
  bottom: 0;
  color: black;
  font-size: 1.2rem;
  left: 0;
  position: fixed;
  text-align: center;
  transform: translateY(100%);
  width: 100%;
  z-index: 5;
}
.consent.-is-shown {
  transform: translateY(0);
}
.consent__inner {
  padding: 1rem 2rem;
}
.consent__text a {
  text-decoration: underline;
}
.consent__btn {
  margin-top: 1rem;
}
@media only screen and (min-width: 641px) {
  .consent__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .consent__text {
    margin-right: 3rem;
  }
  .consent__btn {
    margin-top: 0;
  }
}

/**********************************************************
 * 
**********************************************************/
.focus {
  background-color: white;
  border-radius: 1rem;
  color: #3D3C47;
  padding: 2rem;
  position: relative;
}
.focus--success {
  margin-top: 7rem !important;
  padding-top: 6rem !important;
  padding-left: 2rem;
  padding-right: 2rem;
}
.focus__icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.focus__title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.focus__heading {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.focus__error {
  align-items: center;
  background-color: #F2E3E3;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  padding: 3.5rem;
}
.focus__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  font-size: 1.6rem;
}
.focus__chosen {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.focus__qr {
  align-items: center;
  border-radius: 1rem;
  background-color: #EEEEF4;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.focus__qr-img {
  mix-blend-mode: multiply;
  max-width: 18rem;
}
@media only screen and (min-width: 641px) {
  .focus {
    padding: 3rem;
  }
  .focus--success {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}

/**********************************************************
 * 
**********************************************************/
.footer {
  color: #6D748C;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding-bottom: 8rem;
}
.footer__end {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 641px) {
  .footer {
    padding-bottom: 6rem;
  }
}

/**********************************************************
 * Form elements - input, textarea, label
**********************************************************/
.form {
  text-align: left;
}
.form__item {
  line-height: 1em;
  margin-bottom: 2rem;
}
.form__item:last-of-type {
  margin-bottom: 0;
}
.form__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.form__input {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  background: white;
  border: 1px solid #E3E3E3;
  border-radius: 0.8rem;
  display: block;
  font-size: 1.3rem;
  height: 4.5rem;
  line-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.form__input--textarea {
  line-height: 1.3em;
  min-height: 15rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.form__input::-moz-placeholder {
  color: #7480A5;
}
.form__input::placeholder {
  color: #7480A5;
}
.form__input:focus {
  outline: none;
}

/**********************************************************
 * 
**********************************************************/
.header {
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.header__right {
  align-items: center;
  display: flex;
  gap: 3rem;
}
.header__count {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
.header__count-label {
  color: #3D3C47;
}
.header__count-list {
  align-items: center;
  display: flex;
  gap: 0.2rem;
}
.header__count-item {
  background-color: #192B6C;
  border-radius: 0.7rem;
  color: white;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.8rem;
  height: 3.5rem;
  line-height: 3.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 3.5rem;
}
.header__count-item::before {
  background-color: #132255;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header__count-item::after {
  background-color: rgba(17, 31, 82, 0.5);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
}
.header__count-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .header {
    margin-bottom: 1.2rem;
  }
  .header__count {
    background-color: #E2E2EB;
    bottom: 0;
    justify-content: center;
    left: 0;
    padding: 0.4em 2rem;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
}

/**********************************************************
 *
**********************************************************/
/**********************************************************
 * 
**********************************************************/
.list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list__item--lg {
  width: calc(50% - 0.5rem);
}
.list__input {
  display: none;
}
.list input:checked ~ .list__label, .list__item.-current .list__label {
  background-color: #E7FAFF;
  box-shadow: inset 0px 0px 0px 3px #00BFF2;
}
.list__label {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  align-items: center;
  box-shadow: inset 0px 0px 0px 1px #E3E3E3;
  border-radius: 0.7rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
}
.list__label--sm {
  height: 4.4rem;
  width: 4.4rem;
}
.list__label--lg {
  height: 5rem;
}
.list__label:hover {
  box-shadow: inset 0px 0px 0px 1px #00BFF2;
}
.list__flag {
  position: relative;
  z-index: 2;
}
.list__logo {
  max-height: 70%;
  max-width: 80%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .list__label--sm {
    height: 5.2rem;
    width: 5.2rem;
  }
}
@media only screen and (min-width: 641px) {
  .list__item--lg {
    width: calc(33.3333% - 0.6666rem);
  }
  .list__label--lg {
    height: 7rem;
  }
}

/**********************************************************
 * Improve native <select>
**********************************************************/
.select {
  display: inline-block;
  position: relative;
  width: 100%;
  /* Arrow */
  /* Native element */
}
.select::after {
  background: url(../image/icon/caret.svg) no-repeat right center;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0.8rem;
  top: 0;
  width: 2rem;
}
.select__input {
  transition-property: all;
  transition-duration: 0.1s;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: none;
  border: 1px solid #727B97;
  border-radius: 1rem;
  box-shadow: none;
  color: #192B6C;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.7rem 2.9rem 0.7rem 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.select__input:focus {
  outline: none;
}/*# sourceMappingURL=main.css.map */