@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import '../dist/photoswipe.css';
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  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: 32px;
  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: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  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: 4px;
  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: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.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 {
  padding: 4px;
  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;
  -webkit-clip-path: inset(50%) !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: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.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: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.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 #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 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: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  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: 4px;
  border-bottom-right-radius: 4px;
}
.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 {
  border: solid black 1px;
  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;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.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-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .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--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: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.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 {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  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: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.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 #aaa;
  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: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/**
* Utilities
**/
.ruler-horizontal {
  background: linear-gradient(to bottom, #ff9191, #ff9191 50%, #ffffff 50%, #ffffff);
  background-size: 100% 4.8rem;
}

.ruler-vertical {
  background: repeating-linear-gradient(to right, #f6ba52, #f6ba52 2.4rem, #ffffff 2.4rem, #ffffff 4.8rem);
}

/**
* Base
**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-feature-settings: "kern", "liga", "pnum", "ss01";
  vertical-align: baseline;
}

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

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}
body.fixed-position {
  overflow: hidden;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

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

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

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

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

body {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.95);
  background-color: #F5F8FA;
  line-height: 32px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 2rem;
    line-height: 27px;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #83D0F5;
  color: white;
  z-index: 10000;
}

:focus-visible {
  outline: 3px solid #83D0F5;
  outline-offset: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 3.6rem;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 6.5856rem;
}
h1.is-style-normal,
h2.is-style-normal,
h3.is-style-normal,
h4.is-style-normal,
h5.is-style-normal,
h6.is-style-normal {
  font-weight: normal;
}

p {
  margin-bottom: 1em;
  max-width: 62rem;
}
p.is-style-preamble {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  p.is-style-preamble {
    font-size: 2.4rem;
  }
}

ul,
ol {
  font-variant-numeric: tabular-nums;
  list-style-position: outside;
  padding-left: 2.4rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
ul li,
ol li {
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: none;
  color: #1AAEF1;
  border: 1px dashed transparent;
}
a:not([class]):hover {
  color: #1AAEF1;
}

em {
  font-style: italic;
}

q,
blockquote {
  padding-left: 2.4rem;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.95);
  max-width: 48rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  opacity: 0.5;
  border-top: 1px solid rgba(0, 0, 0, 0.95);
}

label {
  display: block;
  font-weight: bold;
  font-variant: all-small-caps;
  letter-spacing: 0.025em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

::selection {
  background: #83D0F5;
  /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #83D0F5;
  /* Gecko Browsers */
  color: white;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  background: rgb(229.5, 229.5, 229.5);
  padding: 0.1em 0.2em;
  margin: 0.1em;
  padding: 0.25ex 0.75ch;
}

h1 {
  font-size: 5.8rem;
}
@media screen and (max-width: 834px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.9rem;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3,
h4,
h5,
h6,
.font-size-l {
  font-size: 3rem;
}

.font-size-base {
  font-size: 2.4rem;
}

.font-size-s,
small {
  font-size: 2rem;
}

.font-size-xs {
  font-size: 1.8rem;
}

.font-primary {
  font-family: futura-pt, sans-serif;
}

.font-secondary {
  font-family: futura-pt, sans-serif;
}

.line-height-base {
  line-height: 1.5;
}

.line-height-heading {
  line-height: 1;
}

/**
* Blocks
**/
.wp-block-image img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.wp-block-image.is-style-fullwidth,
.wp-block-separator.is-style-fullwidth,
.wp-block-columns.is-style-fullwidth {
  margin-left: -55%;
}
@media screen and (max-width: 480px) {
  .wp-block-image.is-style-fullwidth,
  .wp-block-separator.is-style-fullwidth,
  .wp-block-columns.is-style-fullwidth {
    margin-left: 0;
  }
}

.wp-block-separator {
  border-bottom: 0;
}

.wp-block-media-text.is-stacked-on-mobile {
  margin-top: 2.4rem;
}

@media screen and (max-width: 480px) {
  .wp-block-columns {
    gap: 0 !important;
  }
}

.partners h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.partners img {
  width: 80%;
  object-position: center;
  object-fit: contain;
}
.partners .logotypes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -1rem;
}
.partners .logotypes__item {
  width: 25%;
  padding: 2rem;
  display: flex;
  height: 12rem;
}
.partners .logotypes__item.five-col {
  width: 20%;
}
@media screen and (max-width: 700px) {
  .partners .logotypes__item.five-col {
    width: 33.33%;
  }
}
.partners .logotypes__item.six-col {
  width: 16.66%;
}
@media screen and (max-width: 700px) {
  .partners .logotypes__item.six-col {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .partners .logotypes__item {
    width: 50%;
  }
}

.form-block__column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.form-block__column:not(:first-child) {
  margin-left: 2em;
}
@media screen and (max-width: 834px) {
  .form-block__column:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .form-block__column {
    flex-basis: 100% !important;
  }
}
.form-block__group {
  font-size: 1.8rem;
}
.form-block__group p {
  font-style: italic;
}
.form-block .input-fields {
  margin-bottom: 1em;
  display: flex;
}
@media screen and (max-width: 480px) {
  .form-block .input-fields {
    flex-direction: column;
  }
}
.form-block .email {
  background-color: white;
  border-radius: 100px;
  border: 1px solid #1D8DC3;
  margin-bottom: 0;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .form-block .email {
    margin-bottom: 1em;
    border-radius: 10px;
  }
}
.form-block .email:active, .form-block .email:focus {
  border: 1px solid #1D8DC3;
}
.form-block .button {
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .form-block .button {
    width: 100%;
  }
}
.form-block label {
  font-weight: 500;
  font-variant: none;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.form-block .mce_inline_error {
  color: #cc0000;
}
.form-block #mce-success-response {
  color: #58cc5e;
}

.list-number {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.list-number li {
  counter-increment: item;
  margin-bottom: 1rem;
}
.list-number li:before {
  margin-right: 0.5rem;
  content: counter(item);
  background: #83D0F5;
  border-radius: 100%;
  color: white;
  width: 3rem;
  text-align: center;
  display: inline-block;
}

.news-block {
  display: flex;
}
@media screen and (max-width: 834px) {
  .news-block {
    flex-direction: column;
  }
}
.news-block__title {
  flex-basis: 0;
}
@media screen and (max-width: 834px) {
  .news-block__title {
    width: 100%;
  }
}
.news-block__posts {
  margin-left: 1em;
  flex-grow: 2;
  flex-basis: 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 834px) {
  .news-block__posts {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.news-block__posts h4 {
  margin-bottom: 0.7rem;
  font-size: 2.1rem;
  font-weight: 600;
}
.news-block__posts a {
  text-decoration: none !important;
}
.news-block__posts .date {
  text-transform: lowercase;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.news-block__posts .post {
  display: flex;
  margin-right: 1rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 1rem;
  flex: 1 1 0;
  border: 1px solid #999;
}
@media screen and (max-width: 834px) {
  .news-block__posts .post {
    margin-right: 0;
    width: 100%;
  }
}
.news-block__posts .post .page-title {
  width: 90%;
  font-size: 2rem !important;
  margin-top: 2rem !important;
}

.shortcut a {
  display: block;
  text-decoration: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero--layout-image_background {
  margin-top: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.hero.hero--width-contained.hero--layout-image_background {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.hero--layout-image_right {
  margin-top: -6rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .hero--layout-image_right {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.hero--layout-image_background .hero__image img {
  position: absolute;
  left: 50%;
  object-fit: cover;
  width: 100vw;
  height: 70vh;
  transform: translateX(-50%);
}
.hero--width-contained.hero--layout-image_background .hero__image img {
  left: 0;
  transform: none;
  width: 100%;
}
.hero--layout-image_right .hero__image {
  flex: 0 1 50%;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .hero--layout-image_right .hero__image {
    display: none;
  }
}
.hero--layout-image_background .hero__video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 70vh;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.hero--layout-image_background .hero__video iframe,
.hero--layout-image_background .hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero--width-contained.hero--layout-image_background .hero__video {
  left: 0;
  transform: none;
  width: 100%;
}
.hero--width-contained.hero--layout-image_background .hero__video iframe,
.hero--width-contained.hero--layout-image_background .hero__video video {
  left: 0;
  top: 0;
  transform: none;
}
.hero__overlay {
  position: absolute;
  left: 50%;
  object-fit: cover;
  width: 100vw;
  height: 70vh;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.hero--width-contained.hero--layout-image_background .hero__overlay {
  left: 0;
  transform: none;
  width: 100%;
}
.hero--layout-image_background .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
}
.hero--layout-image_right .hero__content {
  flex: 0 1 40%;
}
@media screen and (max-width: 480px) {
  .hero--layout-image_right .hero__content {
    flex: 1 1 100%;
  }
}
.hero__content--text-white {
  color: white;
}
.hero__content--text-black {
  color: black;
}
.hero__content--text-blue {
  color: #1D8DC3;
}
.hero__content--text-yellow {
  color: #F3E61C;
}
.hero__pretitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2em;
}
.hero__title {
  margin: 0;
  margin-bottom: 0.3em;
}
.hero--layout-image_background .hero__title {
  font-size: 9.2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .hero--layout-image_background .hero__title {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 480px) {
  .hero--layout-image_background .hero__title {
    font-size: 3.6rem;
  }
}
.hero--layout-image_background .hero__text {
  font-weight: 500;
}
.hero__button {
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 500 !important;
  border-radius: 999px !important;
  padding: 1.8rem 2.6rem !important;
}
.hero__button--blue_on_white {
  color: #1AAEF1 !important;
  background: white !important;
}
.hero__button--white_on_blue {
  color: white !important;
  background: #1AAEF1 !important;
}
.hero.hero--mode-banner {
  margin: 30px 0;
}
.hero.hero--mode-banner .hero__content {
  height: 14vh;
  min-height: 56px;
  justify-content: center;
}
.hero.hero--mode-banner .hero__content .hero__pretitle,
.hero.hero--mode-banner .hero__content .hero__text {
  display: none;
}
.hero.hero--mode-banner .hero__title {
  font-size: 5.2rem;
}
@media screen and (max-width: 834px) {
  .hero.hero--mode-banner .hero__title {
    font-size: 3.2rem;
  }
}
.hero.hero--mode-banner.hero--width-contained .content {
  width: 100%;
  margin: 0;
}
.hero.hero--mode-banner.hero--width-contained .hero__image img,
.hero.hero--mode-banner.hero--width-contained .hero__overlay {
  height: 14vh;
  min-height: 56px;
}

.instagram .sbi_info {
  text-align: left !important;
}
.instagram .sbi_caption {
  line-height: 1.2 !important;
}

.lightbox-image img {
  width: 100%;
}

/**
* Layouts
**/
table {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  margin-bottom: 7.2rem;
}
table thead th,
table tfoot th {
  background: #cacaca;
}
table th,
table td {
  padding: 0.5em;
  border: 1px solid #d6d6d6;
}
table tr:nth-child(even) {
  background: #e6e6e6;
}
table tr:nth-child(odd) {
  color: rgba(0, 0, 0, 0.95);
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  width: 100%;
  max-width: 48rem;
  background: #efefef;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 0.5em 0.75em;
  margin-bottom: 1em;
  outline: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border: 1px dashed;
}

[type=color]:invalid, [type=date]:invalid, [type=datetime]:invalid, [type=datetime-local]:invalid, [type=email]:invalid, [type=month]:invalid, [type=number]:invalid, [type=password]:invalid, [type=search]:invalid, [type=tel]:invalid, [type=text]:invalid, [type=time]:invalid, [type=url]:invalid, [type=week]:invalid, input:not([type]):invalid, textarea:invalid {
  border: 1px dashed #cc0000;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 2em 1rem 1rem;
  outline: none;
  border-radius: 6px;
  border: 1px solid #D0D3D5;
  background: transparent;
  background-image: url("../img/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  font-size: 1.7rem;
  line-height: 1.15;
}
select:hover {
  cursor: pointer;
}
select:invalid {
  border: 1px dashed #cc0000;
}

select::-ms-expand {
  display: none;
}

form label {
  display: block;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-weight: normal !important;
  font-variant: initial;
  font-size: 1.9rem !important;
  margin-top: 2.7rem;
}
@media screen and (max-width: 480px) {
  .gform_wrapper .gfield_label,
  .gform_wrapper label {
    font-size: 1.7rem !important;
  }
}
.gform_wrapper label {
  margin-top: 0;
  cursor: pointer;
}
.gform_wrapper .gchoice,
.gform_wrapper .ginput_container_consent {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_container_consent label {
  margin-bottom: 0;
}
.gform_wrapper .gform_validation_errors {
  box-shadow: none !important;
  margin: 0 !important;
}
.gform_wrapper .validation_message,
.gform_wrapper .gform_validation_errors h2 {
  color: #E64411 !important;
}
.gform_wrapper .validation_message,
.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_error [aria-invalid=true] {
  background-color: #FFF4F0 !important;
  border: 1px solid #E64411 !important;
}
.gform_wrapper .gfield_error label {
  color: #E64411 !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.95);
}
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  margin: 0;
  cursor: pointer;
  appearance: none;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #1D8DC3;
  margin-right: 1.4rem;
}
.gform_wrapper input[type=radio] {
  border-radius: 50%;
}
.gform_wrapper input[type=radio]:checked {
  background: radial-gradient(#1D8DC3 0%, #1D8DC3 45%, transparent 50%, transparent) !important;
  border-color: #1D8DC3 !important;
}
.gform_wrapper input[type=submit] {
  padding: 1.2rem;
  line-height: 1 !important;
}
.gform_wrapper input[type=checkbox] {
  border-radius: 8px;
  position: relative;
}
.gform_wrapper input[type=checkbox]:checked {
  background: #1D8DC3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #1D8DC3 !important;
}
.gform_wrapper input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  width: 1ex;
  height: 0.4ex;
  background: rgba(0, 0, 0, 0);
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_wrapper .gform_footer .button {
  border-radius: 4px;
  font-weight: normal;
  background-color: #1D8DC3;
  font-size: 1.9rem;
  width: 16rem;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #1AAEF1;
}

.section {
  padding: 9.21984rem 0;
}
.section--no-padding {
  padding: 0;
}
.section--no-margin.section {
  margin: 0;
}

.page-template-tpl-program .is-later [data-time="0"],
.page-template-tpl-map .is-later [data-time="0"] {
  display: none;
}
.page-template-tpl-program .is-sign [data-sign="0"],
.page-template-tpl-map .is-sign [data-sign="0"] {
  display: none;
}

.date {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
  display: inline-block;
}

.content {
  margin: 6rem 0 10rem 0;
  width: 64.5%;
}
.content.fullwidth {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .content {
    margin: 0 0 6rem 0;
  }
}
@media screen and (max-width: 480px) {
  .content {
    margin: 0 0 4.8rem 0;
    width: 100%;
  }
}
.content p a,
.content a {
  text-decoration: underline;
}

#main .container {
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 128.6rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.container--no-padding {
  padding: 0;
}

.component {
  margin-bottom: 6.5856rem;
}

.map-page {
  display: flex;
}
@media screen and (max-width: 834px) {
  .map-page {
    flex-direction: column;
  }
}
.map-page__content {
  width: 33%;
  margin-right: 3rem;
}
@media screen and (max-width: 834px) {
  .map-page__content {
    width: 100%;
    margin-right: 0;
  }
}
.map-page__map {
  width: 65%;
}
@media screen and (max-width: 834px) {
  .map-page__map {
    width: 100%;
    margin-top: 1rem;
  }
}

.site-header {
  padding: 2.5rem 0;
  z-index: 100;
  transition: padding 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, opacity 150ms ease;
  position: relative;
}
.site-header.is-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 0;
  animation: headerSlideIn 200ms ease-out;
}
@media screen and (max-width: 834px) {
  .site-header {
    width: 100%;
  }
}
.site-header__inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .site-header__inner {
    margin-bottom: 0;
    justify-content: space-between;
  }
}
.site-header__logo {
  width: 50%;
  max-width: 24rem;
}
.site-header__logo img {
  max-height: 80px;
}
@media screen and (max-width: 1058px) {
  .site-header__logo {
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  .site-header__logo img {
    max-height: 60px;
  }
}
.site-header__menu-desktop {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .site-header__menu-desktop {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__menu-desktop {
    width: 100%;
  }
}
.site-header__search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.6rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f9fafb;
  color: inherit;
  text-decoration: none;
  border: 1px solid #e5e7eb;
}
.site-header__search-link i {
  font-size: 16px;
}
.site-header__search-link:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #83D0F5;
  border-color: #83D0F5;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .site-header__search-link {
    display: none;
  }
}
.site-header .site-header__mobile-search {
  max-width: 80%;
}

.site-header .menu-parent-no-link,
.site-header .menu-parent-no-link:hover,
.site-header .menu-parent-no-link:focus {
  cursor: default;
}

@keyframes headerSlideIn {
  from {
    transform: translateY(-6px);
    opacity: 0.92;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.site-header__menu-mobile-container {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-header__menu-mobile-container {
    width: 100%;
    display: flex;
  }
}

.site-header__menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #D1EFFC;
  z-index: 10;
  transform: translateX(200%);
  transition: transform 0.2s ease;
  padding: 1rem 2.4rem;
  padding-top: 6rem;
  min-width: 36rem;
  max-width: 50rem;
}
@media screen and (max-width: 834px) {
  .site-header__menu-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .site-header__menu-mobile {
    left: 0;
  }
}
.site-header__menu-mobile--open {
  transform: translateX(0%);
  overflow: scroll;
}

.site-header__menu-toggle {
  display: none;
  margin-left: auto;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .site-header__menu-toggle {
    display: flex;
  }
}
.site-header__menu-toggle i {
  font-size: 32px;
}
.site-header__menu-toggle:hover {
  color: #83D0F5;
}
.site-header__menu-toggle:active {
  color: #1D8DC3;
}

.site-header__menu-close {
  display: flex;
  position: absolute;
  padding: 1rem;
  border-radius: 4px;
  right: 2rem;
  cursor: pointer;
}
.site-header__menu-close svg {
  width: 20px;
}
.site-header__menu-close:hover path {
  fill: #032839;
}

.site-header__menu-mobile-overlay {
  display: none;
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.site-header__menu-mobile-overlay.open {
  display: flex;
}

.site-header__cart-link {
  display: flex;
  align-items: center;
  margin-left: 1.2244897959rem;
}
.site-header__cart-link a {
  display: flex;
  align-items: center;
}
.site-header__cart-link a .cart-icon {
  position: relative;
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2C4.34375 2 4.65625 2.28125 4.71875 2.625L4.78125 3H17.9062C18.5625 3 19.0625 3.65625 18.875 4.28125L17.1875 10.2812C17.0625 10.7188 16.6875 11 16.2188 11H6.3125L6.59375 12.5H16.25C16.6562 12.5 17 12.8438 17 13.25C17 13.6875 16.6562 14 16.25 14H5.96875C5.625 14 5.3125 13.75 5.25 13.4062L3.375 3.5H1.75C1.3125 3.5 1 3.1875 1 2.75C1 2.34375 1.3125 2 1.75 2H4ZM15.8438 9.5L17.25 4.5H5.09375L6.03125 9.5H15.8438ZM5 16.5C5 15.6875 5.65625 15 6.5 15C7.3125 15 8 15.6875 8 16.5C8 17.3438 7.3125 18 6.5 18C5.65625 18 5 17.3438 5 16.5ZM17 16.5C17 17.3438 16.3125 18 15.5 18C14.6562 18 14 17.3438 14 16.5C14 15.6875 14.6562 15 15.5 15C16.3125 15 17 15.6875 17 16.5Z" fill="%231AAEF1"></path></svg>') !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: #f9fafb;
  margin-right: 1.2244897959rem;
}
.site-header__cart-link a .cart-icon div {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background-color: #48bef4;
  border: 1px solid #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__cart-link a .cart-icon div span {
  font-size: 1.2rem;
  color: #f9fafb;
  font-weight: 500;
}

/**
 * Desktop Menu
 */
.desktop-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0 0 0 4rem;
  list-style: none;
}
@media screen and (max-width: 1058px) {
  .desktop-menu {
    padding-left: 0;
  }
}
.desktop-menu li.menu-item {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-menu li.menu-item a {
  color: rgba(0, 0, 0, 0.95);
  font-size: 1.8rem;
}
.desktop-menu li.menu-item a:hover {
  color: #1AAEF1;
}
.desktop-menu li.menu-item.current-menu-item a, .desktop-menu li.menu-item.current_page_parent a, .desktop-menu li.menu-item.current-page-ancestor a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.95);
}
.desktop-menu li.menu-item.menu-item-has-children .sub-icon {
  transform: rotate(-90deg);
  padding: 0 1.6rem;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  width: 21rem;
  max-width: 21rem;
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  display: flex;
  flex-direction: column;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu.position-left {
  right: 100%;
  left: auto;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu.show {
  opacity: 1;
  visibility: visible;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu li {
  width: 100%;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu li:first-child {
  border-radius: 6px 6px 0 0;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 6px 6px;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu li:hover > a, .desktop-menu li.menu-item.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #1AAEF1;
}
.desktop-menu li.menu-item.menu-item-has-children .sub-menu li a {
  padding: 0.8rem 1.6rem;
  word-wrap: break-word;
  display: block;
  font-size: 1.7rem;
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.95);
  text-transform: none;
}
.desktop-menu li.menu-item.startpage a {
  display: flex;
}
.desktop-menu li.menu-item.startpage a:before {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4375 22.5312L11.7188 16.5625C11.5625 16.375 11.5 16.1875 11.5 16C11.5 15.8438 11.5625 15.6562 11.6875 15.5L17.4062 9.53125C17.6875 9.21875 18.1875 9.21875 18.4688 9.5C18.7812 9.78125 18.7812 10.25 18.5 10.5625L13.2812 16L18.5312 21.5C18.8125 21.7812 18.8125 22.2812 18.5 22.5625C18.2188 22.8438 17.7188 22.8438 17.4375 22.5312Z" fill="%230A4660"/></svg>') !important;
  background-size: 32px 32px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-menu li.menu-item.startpage a:after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 24C15.5625 24 15.25 23.6875 15.25 23.25V8.75C15.25 8.34375 15.5625 8 16 8C16.4062 8 16.75 8.34375 16.75 8.75V23.25C16.75 23.6875 16.4062 24 16 24Z" fill="%230A4660"/></svg>') !important;
  background-size: 32px 32px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.2rem;
}
.desktop-menu li.menu-item.cart-link a {
  display: flex;
}
.desktop-menu li.menu-item.cart-link a .cart-icon {
  position: relative;
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2C4.34375 2 4.65625 2.28125 4.71875 2.625L4.78125 3H17.9062C18.5625 3 19.0625 3.65625 18.875 4.28125L17.1875 10.2812C17.0625 10.7188 16.6875 11 16.2188 11H6.3125L6.59375 12.5H16.25C16.6562 12.5 17 12.8438 17 13.25C17 13.6875 16.6562 14 16.25 14H5.96875C5.625 14 5.3125 13.75 5.25 13.4062L3.375 3.5H1.75C1.3125 3.5 1 3.1875 1 2.75C1 2.34375 1.3125 2 1.75 2H4ZM15.8438 9.5L17.25 4.5H5.09375L6.03125 9.5H15.8438ZM5 16.5C5 15.6875 5.65625 15 6.5 15C7.3125 15 8 15.6875 8 16.5C8 17.3438 7.3125 18 6.5 18C5.65625 18 5 17.3438 5 16.5ZM17 16.5C17 17.3438 16.3125 18 15.5 18C14.6562 18 14 17.3438 14 16.5C14 15.6875 14.6562 15 15.5 15C16.3125 15 17 15.6875 17 16.5Z" fill="%231AAEF1"></path></svg>') !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: #f9fafb;
  margin-right: 1.2244897959rem;
}
.desktop-menu li.menu-item.cart-link a .cart-icon div {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background-color: #48bef4;
  border: 1px solid #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-menu li.menu-item.cart-link a .cart-icon div span {
  font-size: 1.2rem;
  color: #f9fafb;
  font-weight: 500;
}
.desktop-menu > li.menu-item {
  padding: 2rem 1rem;
}
.desktop-menu > li.menu-item.menu-item-has-children > .sub-icon {
  transform: rotate(0deg);
  padding: 0;
}
.desktop-menu > li.menu-item.menu-item-has-children > a {
  margin-right: 1rem;
}
.desktop-menu > li.menu-item.menu-item-has-children > .sub-menu {
  top: 100%;
  left: 0;
}
.desktop-menu > li.menu-item.menu-item-has-children > .sub-menu.position-left {
  right: 0;
  left: auto;
}
.woocommerce-page .desktop-menu > li.menu-item.cart-link, .woocommerce-page .desktop-menu > li.menu-item.shop-link, .page-template-tpl-woocommerce .desktop-menu > li.menu-item.cart-link, .page-template-tpl-woocommerce .desktop-menu > li.menu-item.shop-link {
  display: list-item;
}
.woocommerce-page .desktop-menu > li.menu-item.cart-link, .page-template-tpl-woocommerce .desktop-menu > li.menu-item.cart-link, .woocommerce-page .desktop-menu > li.menu-item.woocommerce-link, .page-template-tpl-woocommerce .desktop-menu > li.menu-item.woocommerce-link {
  display: list-item;
}

/**
 * Mobile menu
 */
.mobile-menu {
  margin-top: 5rem;
  padding-left: 0;
}
.mobile-menu ul,
.mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li,
.mobile-menu .page_item {
  position: relative;
}
.mobile-menu li:not(:last-child),
.mobile-menu .page_item:not(:last-child) {
  border-bottom: 1px solid #ACD6E8;
}
.mobile-menu li a,
.mobile-menu .page_item a {
  color: #272A2B;
  display: block;
  padding: 1.2244897959rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.mobile-menu li a:hover,
.mobile-menu .page_item a:hover {
  color: #032839;
}
.mobile-menu li.menu-item-has-children a,
.mobile-menu .page_item.menu-item-has-children a {
  padding-right: 3rem;
}
.mobile-menu li.menu-item-has-children.active > .sub-icon,
.mobile-menu .page_item.menu-item-has-children.active > .sub-icon {
  transform: rotate(180deg);
}
.mobile-menu li.menu-item-has-children.active > .sub-menu,
.mobile-menu .page_item.menu-item-has-children.active > .sub-menu {
  display: block;
}
.mobile-menu li.menu-item-has-children.active > .sub-menu li,
.mobile-menu .page_item.menu-item-has-children.active > .sub-menu li {
  visibility: visible;
  transition: visibility 2s, opacity 2s linear;
}
.mobile-menu li .sub-icon,
.mobile-menu .page_item .sub-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 1;
  padding: 0.8rem 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  color: #054665;
}
.mobile-menu li .sub-icon.active,
.mobile-menu .page_item .sub-icon.active {
  transform: rotate(180deg);
}
.mobile-menu li .sub-icon:hover,
.mobile-menu .page_item .sub-icon:hover {
  color: #032839;
}
.mobile-menu li .sub-menu,
.mobile-menu .page_item .sub-menu {
  padding-left: 1.6rem;
  list-style: none;
  margin: 0;
  display: none;
  overflow: hidden;
  border-top: 1px solid #ACD6E8;
}
.mobile-menu li .sub-menu li,
.mobile-menu .page_item .sub-menu li {
  visibility: hidden;
  transition: visibility 2s, opacity 2s linear;
}
.mobile-menu li .sub-menu.show,
.mobile-menu .page_item .sub-menu.show {
  display: contents;
}
.mobile-menu li .sub-menu li:last-child,
.mobile-menu .page_item .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu li.cart-link,
.mobile-menu .page_item.cart-link {
  display: none;
}

.site-footer {
  background-color: #83D0F5;
  padding-top: 5rem;
  padding-bottom: 9.7rem;
  font-size: 1.8rem;
}
.site-footer span {
  font-weight: 700;
}
.site-footer hr {
  border-color: transparent;
}
@media screen and (max-width: 480px) {
  .site-footer {
    padding-bottom: 2.8rem;
  }
}
.site-footer p {
  max-width: 100%;
  font-size: 1.6rem;
}
.site-footer a {
  color: #000;
  font-size: 1.6rem;
}
.site-footer a:hover {
  color: #000;
  text-decoration: underline;
}
.site-footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .site-footer__container {
    flex-direction: column;
  }
}
.site-footer__item {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .site-footer__item {
    width: 100%;
  }
  .site-footer__item:not(:last-child) {
    margin-bottom: 4.704rem;
  }
}
.site-footer .footer-menu {
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.site-footer .footer-menu li .sub-menu {
  display: none;
}
.site-footer .social-media {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.site-footer .social-media i {
  margin-right: 0.6rem;
}
.site-footer .social-media a span {
  font-weight: 500;
}
.site-footer .social-media a:hover {
  text-decoration: none;
}
.site-footer .social-media a:hover span {
  text-decoration: underline;
}

.row {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}

.col-1 {
  width: calc(8.3333333333% - 2.6rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-1 {
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}

.col-2 {
  width: calc(16.6666666667% - 2.8rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-2 {
  margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}

.col-3 {
  width: calc(25% - 3rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-3 {
  margin-left: calc(25% - 25px + 40px);
}

.col-4 {
  width: calc(33.3333333333% - 3.2rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-4 {
  margin-left: calc(33.3333333333% - 26.6666666667px + 40px);
}

.col-5 {
  width: calc(41.6666666667% - 3.4rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-5 {
  margin-left: calc(41.6666666667% - 28.3333333333px + 40px);
}

.col-6 {
  width: calc(50% - 3.6rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-6 {
  margin-left: calc(50% - 30px + 40px);
}

.col-7 {
  width: calc(58.3333333333% - 3.8rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-7 {
  margin-left: calc(58.3333333333% - 31.6666666667px + 40px);
}

.col-8 {
  width: calc(66.6666666667% - 4rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-8 {
  margin-left: calc(66.6666666667% - 33.3333333333px + 40px);
}

.col-9 {
  width: calc(75% - 4.2rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-9 {
  margin-left: calc(75% - 35px + 40px);
}

.col-10 {
  width: calc(83.3333333333% - 4.4rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-10 {
  margin-left: calc(83.3333333333% - 36.6666666667px + 40px);
}

.col-11 {
  width: calc(91.6666666667% - 4.6rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-11 {
  margin-left: calc(91.6666666667% - 38.3333333333px + 40px);
}

.col-12 {
  width: calc(100% - 4.8rem);
  float: left;
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.col-push-12 {
  margin-left: calc(100% - 40px + 40px);
}

@media (max-width: 1024px) {
  .col-md-1 {
    width: calc(8.3333333333% - 2.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-1 {
    margin-left: calc(8.3333333333% - 2.6rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-2 {
    width: calc(16.6666666667% - 2.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-2 {
    margin-left: calc(16.6666666667% - 2.8rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-3 {
    width: calc(25% - 3rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-3 {
    margin-left: calc(25% - 3rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-4 {
    width: calc(33.3333333333% - 3.2rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-4 {
    margin-left: calc(33.3333333333% - 3.2rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-5 {
    width: calc(41.6666666667% - 3.4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-5 {
    margin-left: calc(41.6666666667% - 3.4rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-6 {
    width: calc(50% - 3.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-6 {
    margin-left: calc(50% - 3.6rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-7 {
    width: calc(58.3333333333% - 3.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-7 {
    margin-left: calc(58.3333333333% - 3.8rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-8 {
    width: calc(66.6666666667% - 4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-8 {
    margin-left: calc(66.6666666667% - 4rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-9 {
    width: calc(75% - 4.2rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-9 {
    margin-left: calc(75% - 4.2rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-10 {
    width: calc(83.3333333333% - 4.4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-10 {
    margin-left: calc(83.3333333333% - 4.4rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-11 {
    width: calc(91.6666666667% - 4.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-11 {
    margin-left: calc(91.6666666667% - 4.6rem + 4.8rem);
  }
}

@media (max-width: 1024px) {
  .col-md-12 {
    width: calc(100% - 4.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .col-md-push-12 {
    margin-left: calc(100% - 4.8rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-1 {
    width: calc(8.3333333333% - 2.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-1 {
    margin-left: calc(8.3333333333% - 2.6rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-2 {
    width: calc(16.6666666667% - 2.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-2 {
    margin-left: calc(16.6666666667% - 2.8rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-3 {
    width: calc(25% - 3rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-3 {
    margin-left: calc(25% - 3rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-4 {
    width: calc(33.3333333333% - 3.2rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-4 {
    margin-left: calc(33.3333333333% - 3.2rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-5 {
    width: calc(41.6666666667% - 3.4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-5 {
    margin-left: calc(41.6666666667% - 3.4rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-6 {
    width: calc(50% - 3.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-6 {
    margin-left: calc(50% - 3.6rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-7 {
    width: calc(58.3333333333% - 3.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-7 {
    margin-left: calc(58.3333333333% - 3.8rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-8 {
    width: calc(66.6666666667% - 4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-8 {
    margin-left: calc(66.6666666667% - 4rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-9 {
    width: calc(75% - 4.2rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-9 {
    margin-left: calc(75% - 4.2rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-10 {
    width: calc(83.3333333333% - 4.4rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-10 {
    margin-left: calc(83.3333333333% - 4.4rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-11 {
    width: calc(91.6666666667% - 4.6rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-11 {
    margin-left: calc(91.6666666667% - 4.6rem + 4.8rem);
  }
}

@media (max-width: 480px) {
  .col-sm-12 {
    width: calc(100% - 4.8rem);
    float: left;
    margin-left: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 480px) {
  .col-sm-push-12 {
    margin-left: calc(100% - 4.8rem + 4.8rem);
  }
}

.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.25em;
  width: 48px;
  height: 48px;
  background-color: #1D8DC4;
  margin: 2.4rem;
  text-decoration: none;
  z-index: 99;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link i {
  color: white;
  font-size: 3.2rem;
}
.top-link:hover {
  background-color: rgb(22.3973214286, 108.8973214286, 150.6026785714);
}

.all-programs {
  display: flex;
  flex-direction: column;
}

.program-container {
  display: flex;
  flex-direction: row;
}
.program-container__left {
  width: 33%;
  margin-right: 3rem;
}
@media screen and (max-width: 834px) {
  .program-container__left {
    width: 100%;
    margin-right: 0;
    border-top: 0;
    padding-top: 2rem;
  }
}
.program-container__right {
  width: 65%;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .program-container__right {
    width: 100%;
    border-top: 0;
    padding-top: 0;
  }
}
.program-container__right .no-results .button {
  text-decoration: none;
  border-radius: 99px;
}
.program-container__right .button {
  text-decoration: none;
  border-radius: 4px;
  font-weight: normal;
  font-size: 1.9rem;
  padding: 1.2rem;
}
.program-container__right .program-item__tag_highlighted {
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.program-container .day {
  font-size: 5.3rem;
  position: sticky;
  top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .program-container .day {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-container {
    flex-direction: column;
  }
}

.single-program,
.single-exhibitor {
  font-size: 1.9rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 480px) {
  .single-program,
  .single-exhibitor {
    font-size: 1.7rem;
  }
}
.single-program iframe,
.single-exhibitor iframe {
  max-width: 100%;
  width: 100%;
  margin-bottom: 3rem;
  height: 45rem;
}
@media screen and (max-width: 480px) {
  .single-program iframe,
  .single-exhibitor iframe {
    height: 25rem;
  }
}
.single-program .container,
.single-exhibitor .container {
  position: relative;
}
.single-program h1,
.single-exhibitor h1 {
  font-size: 3.9rem;
  color: #396600;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .single-program h1,
  .single-exhibitor h1 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
}
.single-program p,
.single-exhibitor p {
  width: 100%;
}
.single-program .calendar,
.single-exhibitor .calendar {
  color: #1D8DC3;
  cursor: pointer;
  display: flex;
  width: max-content;
  text-decoration: none;
}
.single-program .calendar:hover .add,
.single-exhibitor .calendar:hover .add {
  text-decoration: underline;
}
.single-program .calendar .calendar__icon,
.single-exhibitor .calendar .calendar__icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  border: 1px solid #1D8DC3;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.single-program .calendar .calendar__icon img,
.single-exhibitor .calendar .calendar__icon img {
  margin: auto;
}
.single-program__tags,
.single-exhibitor__tags {
  color: #323232;
  margin-bottom: 2rem;
}
.single-program__tags a,
.single-exhibitor__tags a {
  color: #323232;
  text-decoration: none;
}
.single-program__meta-info,
.single-exhibitor__meta-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.single-program__meta-info span,
.single-exhibitor__meta-info span {
  margin-bottom: 1rem;
}
.single-program__meta-info .time,
.single-exhibitor__meta-info .time {
  font-feature-settings: "case" on;
}
.single-program__text,
.single-exhibitor__text {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single-exhibitor .single-program__text {
  border-bottom: none;
}

.page-template-tpl-exhibitor .filter {
  display: none;
}
.page-template-tpl-exhibitor .filter__options {
  justify-content: flex-end;
}
.page-template-tpl-exhibitor .filter__options select:not(:last-child) {
  margin-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-exhibitor .filter__options select:not(:last-child) {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

/**
* Pages
**/
.blog .posts-title {
  border-bottom: 3px solid #CFDC5E;
  display: inline-block;
  padding-bottom: 1.6rem;
}
.blog h2 {
  margin-bottom: 2.1rem;
}
.blog h2 a {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}
.blog h2 a:hover {
  color: rgba(0, 0, 0, 0.95);
}
.blog .post {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 834px) {
  .blog .post {
    margin-bottom: 2.4rem;
  }
}
.blog .post p {
  margin-bottom: 0;
}

.site-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 48rem;
  margin: 0 auto;
}
.site-404__header {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.site-404__title {
  font-size: 5.8rem;
}
.site-404__search {
  display: flex;
  width: 100%;
}

.home .content {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .home .content {
    margin: 6rem 0 6rem 0;
  }
}
@media screen and (max-width: 480px) {
  .home .content {
    margin: 6rem 0 4.8rem 0;
  }
}
.page-template-tpl-live,
.page-template-tpl-stage {
  font-size: 1.9rem;
}
.page-template-tpl-live h1,
.page-template-tpl-stage h1 {
  font-size: 5.3rem;
  margin-bottom: 2.5rem;
  color: #1D8DC3;
}
.page-template-tpl-live p,
.page-template-tpl-stage p {
  font-size: 1.9rem;
  max-width: 80rem;
}

.page-template-tpl-live .live-stages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-live .live-stages {
    flex-direction: column;
  }
}
.page-template-tpl-live .live-stages__stage {
  width: 33%;
  padding-right: 3rem;
  margin-bottom: 3rem;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-live .live-stages__stage {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.page-template-tpl-live .live-stages__stage .stage-player {
  margin-bottom: 2rem;
  width: 100%;
}
.page-template-tpl-live .live-stages__stage .stage-player__name {
  position: absolute;
  padding: 1rem;
  color: white;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.page-template-tpl-live .live-stages__stage .stage-player__name svg {
  margin-right: 0.8rem;
}
.page-template-tpl-live .live-stages__stage .stage-player__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-tpl-live .live-stages__stage .stage-player i {
  font-size: 6rem;
  position: absolute;
  color: white;
  background: #1AAEF1;
  border-radius: 99px;
}
.page-template-tpl-live .live-stages__stage .stage-player img {
  object-fit: cover;
  width: 100%;
  height: 23rem;
}

.page-template-tpl-stage .embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.page-template-tpl-stage .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-stage .live-header {
    display: none;
  }
}
.page-template-tpl-stage .back {
  display: none;
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-stage .back {
    display: block;
  }
}
.page-template-tpl-stage .stage-info__live {
  font-weight: bold;
  font-size: 2.1rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #396600;
}
.page-template-tpl-stage .stage-info__live svg {
  margin-right: 0.8rem;
}
.page-template-tpl-stage .stage-info p {
  max-width: 65rem;
}
.page-template-tpl-stage .live-stages {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-stage .live-stages {
    display: none;
  }
}
.page-template-tpl-stage .live-stages__stage {
  width: 20%;
  padding-right: 2rem;
  margin-bottom: 5rem;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 480px) {
  .page-template-tpl-stage .live-stages__stage {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.page-template-tpl-stage .live-stages__stage .stage-player {
  margin-bottom: 2rem;
  width: 100%;
}
.page-template-tpl-stage .live-stages__stage .stage-player__name {
  position: absolute;
  padding: 1rem;
  color: white;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.page-template-tpl-stage .live-stages__stage .stage-player__name svg {
  margin-right: 0.8rem;
}
.page-template-tpl-stage .live-stages__stage .stage-player__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-tpl-stage .live-stages__stage .stage-player i {
  font-size: 4rem;
  position: absolute;
  color: white;
  background: #1AAEF1;
  border-radius: 99px;
}
.page-template-tpl-stage .live-stages__stage .stage-player img {
  object-fit: cover;
  width: 100%;
  height: 13rem;
}

.page-template-tpl-create {
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
}
.page-template-tpl-create .site-header__inner {
  align-items: center;
  justify-content: space-between;
}
.page-template-tpl-create .site-footer {
  display: none;
}
.page-template-tpl-create .cookie-bar {
  display: none;
}
.page-template-tpl-create .hidden {
  display: none !important;
}
.page-template-tpl-create .user-edit-layout {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 1.7142857143rem;
  grid-template-areas: "sidebar content";
}
@media screen and (max-width: 834px) {
  .page-template-tpl-create .user-edit-layout {
    grid-template-areas: "sidebar" "content";
    column-gap: 0;
  }
}
.page-template-tpl-create .sidebar {
  grid-area: sidebar;
  grid-column: col-start/span 2;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-create .sidebar {
    grid-column: col-start/-1;
  }
}
.page-template-tpl-create .sidebar a {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}
.page-template-tpl-create .content {
  grid-area: content;
  grid-column: col-start 3/-1;
  width: 100%;
  min-height: 100vh;
  margin: -16.6rem 0 0 0;
  padding: 6rem;
  background: white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-template-tpl-create .content {
    grid-column: col-start/-1;
    margin: 0;
    padding: 4rem 2.7rem;
  }
}
.page-template-tpl-create .user-edit__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.5856rem;
}
.page-template-tpl-create .user-edit__header h1 {
  font-size: 3.9rem;
  font-weight: 500;
  margin-bottom: 0;
}
.page-template-tpl-create .user-edit__header a {
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.95);
}
.page-template-tpl-create .user-edit__header a .icon {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2244897959rem;
}
.page-template-tpl-create .user-edit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-create .user-edit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 700px) {
  .page-template-tpl-create .user-edit__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.page-template-tpl-create .user-edit__card {
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  border: 1px solid #c2d0d6;
  border-radius: 8px;
  background: white;
  text-align: left;
}
.page-template-tpl-create .user-edit__card:hover {
  background: rgba(245, 248, 250, 0.65);
}
.page-template-tpl-create .user-edit__card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
}
.page-template-tpl-create .user-edit__card-content svg {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: auto;
}
.page-template-tpl-create .user-edit__card-content p {
  margin-bottom: 1.2244897959rem;
  line-height: 1.3;
}
.page-template-tpl-create .user-edit__card-content p:first-of-type {
  font-weight: 500;
}
.page-template-tpl-create .user-edit__card-content p:last-child {
  margin-bottom: 0;
}
.page-template-tpl-create .user-edit__single h2 {
  font-weight: 500;
  font-size: 3rem;
}
.page-template-tpl-create .user-edit__single h3 {
  font-weight: 500;
  font-size: 2.4rem;
}
.page-template-tpl-create .user-edit__single-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.page-template-tpl-create .user-edit__single-content-header h3 {
  margin: 0;
}
.page-template-tpl-create .acf-fields.-left > .acf-field:before {
  background: none;
  border: none;
}
.page-template-tpl-create .acf-fields.-left > .acf-field > .acf-input {
  padding: 0;
}
.page-template-tpl-create .acf-tooltip {
  font-size: 1.8rem;
}
.page-template-tpl-create div[data-name=program_participators_image]:after {
  content: "När du laddar upp bilder för arrangemanget eller lägger till deltagare garanterar du att du eller din organisation äger rättigheterna till bilden. Din organisation får stå eventuella kostnader som kan uppstå som följd av att bilder utan rättigheter används." !important;
  flex: 1;
  position: relative;
  font-size: 1.5rem !important;
  padding: 12px 12px 0;
  line-height: 1.4;
}
.page-template-tpl-create input[type=text],
.page-template-tpl-create textarea {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  font-size: 1.7rem !important;
  padding: 10px !important;
  margin: 0 0 1.7142857143rem 0;
}
.page-template-tpl-create .mce-top-part,
.page-template-tpl-create .wp-editor-tabs {
  display: none;
}
.page-template-tpl-create textarea {
  height: 60rem;
}
.page-template-tpl-create form label {
  font-weight: normal !important;
  font-variant: initial;
  font-size: 1.9rem !important;
}
.page-template-tpl-create .button,
.page-template-tpl-create input[type=submit] {
  border-radius: 999px;
  font-weight: 500;
  background-color: #1AAEF1;
  font-size: 1.9rem;
  padding: 1.2rem 2.8rem;
  text-align: center;
  margin-bottom: 1.7142857143rem;
  text-decoration: none;
}
.page-template-tpl-create .button:hover,
.page-template-tpl-create input[type=submit]:hover {
  background-color: #83D0F5;
}
.page-template-tpl-create .button.inverted,
.page-template-tpl-create input[type=submit].inverted {
  background-color: #f3f6f7;
  color: #1AAEF1;
}
.page-template-tpl-create p {
  font-size: 1.9rem;
}
@media screen and (max-width: 480px) {
  .page-template-tpl-create p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .page-template-tpl-create #main .container {
    padding: 0;
  }
}
.page-template-tpl-create.fixed-position {
  position: initial;
  overflow: hidden;
}
.page-template-tpl-create .desktop-menu .menu-item-has-children.current > a {
  border-bottom: 1px solid white;
}
.page-template-tpl-create .desktop-menu a {
  color: white;
}
.page-template-tpl-create .desktop-menu a:hover, .page-template-tpl-create .desktop-menu a:active {
  border-bottom: 1px solid white;
  color: white;
}
.page-template-tpl-create .desktop-menu .current-menu-item > a {
  border-bottom: 1px solid white;
}
.page-template-tpl-create .desktop-menu .current-menu-item > a:hover, .page-template-tpl-create .desktop-menu .current-menu-item > a:active {
  border-bottom: 1px solid white;
}
.page-template-tpl-create .desktop-menu .current-page-ancestor a {
  border-bottom: 1px solid white;
}
.page-template-tpl-create .site-header__menu-toggle {
  color: white;
}
.page-template-tpl-create .site-header__menu-toggle:hover, .page-template-tpl-create .site-header__menu-toggle:active {
  color: white;
}
.page-template-tpl-create .acf-fields .acf-field--post-content .acf-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.page-template-tpl-create .acf-fields .acf-field--post-content .acf-input .wp-editor-container {
  border: none;
}
.page-template-tpl-create .acf-fields .acf-field--post-content .acf-input:checked {
  border: 1px solid blue;
}
.page-template-tpl-create .acf-fields .acf-field {
  padding: 0;
  border-top: 0;
}
.page-template-tpl-create .acf-fields .acf-field .acf-label label {
  font-weight: normal !important;
  font-variant: initial;
  font-size: 1.9rem !important;
  font-variant: none !important;
}
@media screen and (max-width: 480px) {
  .page-template-tpl-create .acf-fields .acf-field .acf-label label {
    font-size: 1.7rem !important;
  }
}
.page-template-tpl-create .acf-fields .acf-field .categorychecklist-holder {
  max-height: max-content;
  border: none;
}
.page-template-tpl-create .acf-fields .acf-field .categorychecklist-holder ul {
  padding: 0;
  font-size: 1.9rem !important;
}
.page-template-tpl-create .acf-fields .acf-field .categorychecklist-holder ul:focus-within {
  border-color: transparent;
}
.page-template-tpl-create .acf-fields .acf-field .categorychecklist-holder ul li label {
  font-weight: normal !important;
  font-variant: initial;
  font-size: 1.9rem !important;
  font-variant: none !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 0;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 480px) {
  .page-template-tpl-create .acf-fields .acf-field .categorychecklist-holder ul li label {
    font-size: 1.7rem !important;
  }
}
.page-template-tpl-create .acf-fields .acf-field input[type=checkbox] {
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
  appearance: none;
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
  border-radius: 99px;
}
.page-template-tpl-create .acf-fields .acf-field input[type=checkbox]:checked {
  background: #1AAEF1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #1AAEF1 !important;
}
.page-template-tpl-create .acf-fields .acf-field input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 1.3rem;
  width: 1.2rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 1.7rem;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-row.ui-sortable-helper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: white;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .ui-sortable-placeholder {
  border-radius: 8px;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-row-handle.order {
  background: none;
  padding: 1.7142857143rem;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-row-handle.remove {
  background: none;
  border-left: none;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-row-handle.remove a {
  text-decoration: none;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater label {
  margin: 0;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-field {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-field .acf-basic-uploader {
  margin-top: 0;
  font-size: 1.4rem !important;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .button {
  margin-right: 1.7rem;
  margin-top: 1.7rem;
  background-color: #f3f6f7;
  color: #1AAEF1;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-table {
  border: none;
  background: white;
  border-radius: 8px;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-table tr:nth-child(even) {
  background: white;
}
.page-template-tpl-create .acf-fields .acf-field .acf-repeater .acf-fields.-left > .acf-field::before {
  background-color: white;
}

.page-template-tpl-webb {
  background-color: #041E31;
  color: white;
}
.page-template-tpl-webb .cookie-bar__text {
  color: black;
}
.page-template-tpl-webb__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.page-template-tpl-webb__header h1 {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.page-template-tpl-webb__header span {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-template-tpl-webb__header a {
  color: #83D0F5;
  font-size: 1.6rem;
}
.page-template-tpl-webb__header a:hover {
  color: white;
}
.page-template-tpl-webb__header a svg {
  margin-right: 0.6rem;
  vertical-align: sub;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-webb__header a {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .page-template-tpl-webb__header--link {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.page-template-tpl-webb__header--link:hover svg path {
  fill: white;
}
.page-template-tpl-webb__header--toggle {
  margin-left: auto;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  display: none;
  line-height: 1;
}
.page-template-tpl-webb__header--toggle i {
  font-size: 36px;
}
.page-template-tpl-webb__header--toggle:hover {
  color: #83D0F5;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-webb__header--toggle {
    display: block;
  }
}
.page-template-tpl-webb .site-header {
  background-color: #041E31;
  border-bottom: 1px solid rgba(131, 208, 245, 0.4);
}
@media screen and (max-width: 700px) {
  .page-template-tpl-webb .site-header {
    padding-top: 5rem;
  }
}
.page-template-tpl-webb .site-header__menu-desktop, .page-template-tpl-webb .site-header__menu-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-webb .site-header__inner {
    justify-content: space-between;
  }
}
.page-template-tpl-webb .site-header__logo {
  width: auto;
  margin-right: 4rem;
}
.page-template-tpl-webb .site-header__logo svg {
  max-height: 9rem;
}
.page-template-tpl-webb .site-footer {
  display: none;
}
.page-template-tpl-webb #main .container {
  padding: 0;
}
.page-template-tpl-webb .content {
  margin: 0;
}
.page-template-tpl-webb .container {
  max-width: 100%;
}

.webb-tv {
  display: flex;
  flex-direction: row;
  min-height: 100vh !important;
}
.webb-tv__main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .webb-tv__main {
    width: 100%;
  }
}
.webb-tv__main--bg {
  background: url("../../../assets/public/img/bg-blue-blurred.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
}
.webb-tv__main--container {
  position: relative;
  padding-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .webb-tv__main--container {
    padding-top: 0;
  }
}
.webb-tv__main iframe {
  max-width: 100%;
  width: 100%;
  height: 600px;
}
.webb-tv .participators {
  margin-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
}
.webb-tv .mobile-streams {
  display: none;
  background-color: black;
  padding: 1.4rem 2.4rem;
  justify-content: flex-end;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .webb-tv .mobile-streams {
    display: flex;
  }
}
.webb-tv .mobile-streams__toggle {
  cursor: pointer;
  color: #83D0F5;
  max-width: fit-content;
}
.webb-tv .mobile-streams__toggle svg {
  vertical-align: sub;
  margin-right: 0.6rem;
}
.webb-tv .mobile-streams__toggle:hover {
  color: white;
}
.webb-tv .mobile-streams__toggle:hover svg path {
  fill: white;
}
.webb-tv__stream-list {
  max-width: 50rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #041E31;
}
@media screen and (max-width: 1024px) {
  .webb-tv__stream-list {
    transform: translateX(104%);
    position: fixed;
    top: 0;
    z-index: 10;
    height: 100%;
    padding-right: 2rem;
    visibility: hidden;
    opacity: 0;
    right: 0;
    transition: visibility 0s, opacity 0s linear, transform 0.2s ease;
    margin-top: 14.9rem;
    padding-top: 2rem;
    overflow: scroll;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 700px) {
  .webb-tv__stream-list {
    margin-top: 17.3rem;
  }
}
.webb-tv__stream-list h3 {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 2.4rem;
  margin-top: 0;
}
.webb-tv__stream-list h3.upcoming-title {
  padding-top: 1.5rem;
  margin-top: 3rem;
}
.webb-tv__stream-list h3 svg {
  vertical-align: bottom;
  margin-right: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .webb-tv__stream-list h3 {
    margin-top: 2rem;
  }
}
.webb-tv__stream-list--open {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.webb-tv__stream-list--close {
  display: none;
  justify-content: flex-end;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .webb-tv__stream-list--close {
    display: flex;
  }
}
.webb-tv__stream-list--close svg path {
  fill: #83D0F5;
}
.webb-tv__stream-list--close:hover svg path {
  fill: white;
}
.webb-tv__stream-list .stream-program {
  padding-bottom: 1.4rem;
  margin-top: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.webb-tv__stream-list .stream-program__meta {
  line-height: inherit;
}
.webb-tv__stream-list .stream-program__link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
}
.webb-tv__stream-list .stream-program__link.active {
  border-left: 2px solid #1AAEF1;
  padding-left: 1rem;
  margin-left: -1.2rem;
}
.webb-tv__stream-list .stream-program__link span {
  margin-right: 0.8rem;
}
.webb-tv__stream-list .stream-program__link h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: white;
  font-weight: 500;
  line-height: inherit;
}
.webb-tv__stream-list .stream-program__link div {
  line-height: inherit;
}
.webb-tv__stream-list .stream-program__link svg {
  vertical-align: middle;
}
.webb-tv__stream-list .stream-program__link svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.webb-tv__stream-list .stream-program .more-info {
  text-decoration: none;
  color: #83D0F5;
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
}
.webb-tv__stream-list .stream-program .more-info:hover {
  color: white;
}
.webb-tv__stream-list .stream-program .more-info:hover svg path {
  fill: white;
}
.webb-tv__stream-list .stream-program .more-info svg {
  vertical-align: sub;
  margin-right: 0.5rem;
}
.webb-tv__content {
  display: flex;
  margin: 4rem 0;
  padding: 0 2.4rem;
}
@media screen and (max-width: 480px) {
  .webb-tv__content {
    flex-direction: column;
  }
}
.webb-tv__times {
  width: 33%;
  margin-right: 3rem;
}
@media screen and (max-width: 480px) {
  .webb-tv__times {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.webb-tv__times span {
  display: block;
  opacity: 0.6;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.95);
}
.webb-tv__times h5 {
  font-weight: normal;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.webb-tv__times svg {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.webb-tv__info {
  width: auto;
}
@media screen and (max-width: 480px) {
  .webb-tv__info {
    width: 100%;
  }
}
.webb-tv__info a {
  text-decoration: none;
  color: #83D0F5;
  font-size: 1.6rem;
}
.webb-tv__info a:hover {
  color: white;
}
.webb-tv__info a:hover svg path {
  fill: white;
}
.webb-tv__info a svg {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.webb-tv__info h3 {
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 500;
}
.webb-tv__info hr {
  background-color: rgba(255, 255, 255, 0.15);
}
.webb-tv__info h4 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.webb-tv__info .meta {
  margin-bottom: 1rem;
}
.webb-tv__info span {
  font-size: 1.5rem;
  margin-right: 1.6rem;
}
.webb-tv__info p {
  font-size: 1.9rem;
}

/**
* Components
**/
.button:not(.pswp__button),
button:not(.pswp__button), [type=button]:not(.pswp__button), [type=reset]:not(.pswp__button), [type=submit]:not(.pswp__button) {
  border-radius: 3px;
  display: inline-flex;
  font-weight: bold;
  line-height: 1;
  padding: 1.7142857143rem;
  text-decoration: none;
  user-select: none;
  outline: none;
  vertical-align: middle;
  background: #1AAEF1;
  color: white;
  min-width: 1.1rem;
  border: none;
  align-items: center;
  justify-content: center;
}
.button:disabled,
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  opacity: 0.5;
}
.button + .button, .button button, .button [type=button], .button [type=reset], .button [type=submit],
button + .button,
button button,
button [type=button],
button [type=reset],
button [type=submit], [type=button] + .button, [type=button] button, [type=button] [type=button], [type=button] [type=reset], [type=button] [type=submit], [type=reset] + .button, [type=reset] button, [type=reset] [type=button], [type=reset] [type=reset], [type=reset] [type=submit], [type=submit] + .button, [type=submit] button, [type=submit] [type=button], [type=submit] [type=reset], [type=submit] [type=submit] {
  margin-left: 2.4rem;
}
.button.logout,
button.logout, [type=button].logout, [type=reset].logout, [type=submit].logout {
  background: #E64411;
  margin-bottom: 4.704rem;
}
.button.logout:hover,
button.logout:hover, [type=button].logout:hover, [type=reset].logout:hover, [type=submit].logout:hover {
  background-color: rgb(182.5101214575, 53.95951417, 13.4898785425);
}

i.button__icon {
  margin-left: auto;
  font-size: 2.4rem;
}

.button:focus:not(.pswp__button),
.button:active:not(.pswp__button),
.button:hover:not(.pswp__button),
button:focus:not(.pswp__button), [type=button]:focus:not(.pswp__button), [type=reset]:focus:not(.pswp__button), [type=submit]:focus:not(.pswp__button),
button:active:not(.pswp__button), [type=button]:active:not(.pswp__button), [type=reset]:active:not(.pswp__button), [type=submit]:active:not(.pswp__button),
button:hover:not(.pswp__button), [type=button]:hover:not(.pswp__button), [type=reset]:hover:not(.pswp__button), [type=submit]:hover:not(.pswp__button) {
  background: #1D8DC3;
  color: white;
}

.button--secondary {
  background: #CFDC5E;
  color: white;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  background: rgb(194.5102040816, 210.8928571429, 52.1071428571);
  color: white;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem;
  background: white;
  border-top: 1px solid #efefef;
  box-shadow: 0 5px 31px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(150%);
  transition: transform 0.2s ease;
}
.cookie-bar--visible {
  transform: translateY(0);
}
.cookie-bar__text {
  text-align: center;
  margin-bottom: 2rem;
}
.cookie-bar__actions {
  text-align: center;
}

.simplefavorite-button {
  display: flex;
  align-items: center;
}
.simplefavorite-button i {
  font-size: 17px;
  cursor: pointer;
}
.simplefavorite-button.active {
  color: #396600;
  opacity: 1;
}

.likes {
  display: none;
}

.program-item {
  font-size: 1.7rem;
  line-height: 22px;
  padding-bottom: 3rem;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .program-item {
    flex-direction: column;
  }
}
.program-item:hover .interactions {
  opacity: 1;
}
.program-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.program-item__right {
  width: 100%;
}
.program-item__left {
  width: 22.5%;
  padding-right: 1rem;
}
.program-item__left span {
  display: block;
  margin-bottom: 1rem;
  font-feature-settings: "case" on;
}
@media screen and (max-width: 480px) {
  .program-item__left span {
    display: inline;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .program-item__left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.program-item__left svg {
  vertical-align: middle;
}
.program-item__left .program-item__language-icons {
  margin-top: 1rem;
}
.program-item__left .program-item__language-icons svg {
  width: 20px !important;
  max-width: 20px !important;
  height: auto;
  max-height: 14px !important;
  display: block;
  margin-bottom: 0.5rem;
}
.program-item__title {
  position: relative;
}
.program-item__title h3 {
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  max-width: 90%;
}
.program-item__title h3 a {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}
.program-item__title .interactions {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}
.program-item__title .interactions.active {
  opacity: 1;
}
.program-item__title .interactions svg {
  margin-right: 0.5rem;
  fill: rgba(0, 0, 0, 0.8);
  width: 20px !important;
  max-width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
  min-height: 20px !important;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
}
.program-item__title .interactions svg path {
  fill: rgba(0, 0, 0, 0.8);
}
.program-item__title .interactions svg:hover {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .program-item__content {
    display: none;
  }
}
.program-item__tags {
  font-size: 1.5rem;
  color: #323232;
  margin-bottom: 1rem;
}
.program-item__tags a {
  color: #323232;
  text-decoration: none;
}
.program-item__sender {
  opacity: 0.6;
  margin-top: 1rem;
  display: block;
}
.program-item__broadcast {
  display: flex;
  flex-direction: row;
}
.program-item__broadcast p {
  margin-left: 1rem;
}

.back-container {
  position: relative;
  justify-content: flex-start !important;
}

.back {
  color: #1D8DC3;
  font-size: 1.9rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding: 0 2.4rem;
}
@media screen and (max-width: 480px) {
  .back {
    position: relative;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
}
.back:hover span {
  text-decoration: underline;
}
.back i {
  font-size: 2rem;
  border: 1px solid #1D8DC3;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 2.2rem;
}
.back:hover span {
  text-decoration: underline;
}

.tab {
  overflow: hidden;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  color: black;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-radius: 0;
  color: black;
  font-weight: normal;
  font-size: 2rem;
  width: 50%;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tab__content {
  display: none;
  padding: 1.7142857143rem;
  border: 1px solid #E1E1E1;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.image-slider {
  margin: 6rem 0;
  width: 100vw;
  position: relative;
  display: flex;
  left: calc(-50vw + 50%);
}
@media screen and (max-width: 700px) {
  .image-slider {
    left: unset;
  }
}
.image-slider:hover .slick-prev i, .image-slider:hover .slick-next i {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.image-slider__item {
  display: flex !important;
  flex-direction: column;
  width: 24rem;
  min-width: 24rem;
  max-width: 24rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .image-slider__item {
    width: 16rem;
    min-width: 16rem;
    max-width: 16rem;
  }
}
.image-slider__item a {
  color: #1D8DC3;
}
.image-slider__item img {
  max-height: 32rem;
  max-width: 24rem;
  width: 100%;
  height: 32rem;
  object-fit: cover;
  margin-bottom: 1.7rem;
}
.image-slider__item img.rounded {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .image-slider__item img {
    max-height: 16rem;
    max-width: 16rem;
    height: 16rem;
  }
  .image-slider__item img.rounded {
    height: auto;
    max-height: none;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
}
.image-slider__item p {
  font-size: 1.9rem;
  margin-bottom: 0;
}
.image-slider__item span {
  line-height: 22px;
}
.image-slider__item .tags {
  line-height: normal;
  display: inherit;
}
.image-slider__item .tags span {
  margin-right: 0.4rem;
}
.image-slider__item .tags span,
.image-slider__item .small {
  font-size: 1.4rem;
  color: #323232;
}
.image-slider__item a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.9rem;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-header h2 {
  margin-bottom: 0;
}
.slider-header a {
  text-decoration: none;
  font-size: 1.7rem;
}

.slick-next, .slick-prev {
  font-family: FontAwesome;
  align-self: start;
  font-weight: 400;
  -webkit-text-stroke: 6px #F5F8FA;
  color: #83D0F5;
  background-color: #F5F8FA;
  font-size: 3.9rem;
  width: 3rem;
  margin-top: 19rem;
}
.slick-next i, .slick-prev i {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}
.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  background-color: #F5F8FA;
  font-size: 3.9rem;
  -webkit-text-stroke: 6px #F5F8FA;
  color: #83D0F5;
}

.slick-prev {
  margin-right: 1.6rem;
}

.slick-next {
  margin-left: 1.6rem;
}

.participators h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.9rem;
}
@media screen and (max-width: 480px) {
  .participators h4 {
    font-size: 1.7rem;
  }
}
.participators__items {
  display: flex;
  flex-wrap: wrap;
}
.participators__item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .participators__item {
    width: 100%;
  }
}
.participators__item--info {
  display: flex;
  flex-direction: column;
  font-size: 1.9rem;
  width: auto;
}
.participators__item span {
  display: block;
}
.participators__item .photographer {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.participators__image {
  background-color: rgba(131, 208, 245, 0.2);
  min-width: 96px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  object-position: center;
}

.info-header {
  background-color: #CFDC5E;
  padding: 1rem 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .info-header {
    font-size: 1.5rem;
  }
}
.info-header .container {
  display: flex;
  justify-content: space-between;
}
.info-header a {
  color: black;
  border-bottom: 1px solid black;
  letter-spacing: 0.02em;
}
.info-header a:hover {
  color: #1D8DC3;
}
@media screen and (max-width: 834px) {
  .info-header a {
    display: none;
  }
}
.info-header__alert {
  display: flex;
  align-items: center;
}
.info-header__alert p {
  margin-bottom: 0;
  max-width: 100%;
}
.info-header__alert svg {
  margin-right: 2rem;
}

.favorites-container {
  margin-top: 2rem;
}

.favorites-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .favorites-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .favorites-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .favorites-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.favorite-item {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.favorite-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #1D8DC4;
}

.favorite-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.favorite-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.favorite-card-link:focus {
  outline: none;
}
.favorite-card-link:active {
  outline: none;
  transform: none;
}

.favorite-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.favorite-content h3 {
  margin: 0 0 1rem 0;
  font-size: 2.1rem;
  line-height: 1.3;
  flex-grow: 0;
}
.favorite-content h3 a {
  color: #1D8DC4;
  text-decoration: none;
  font-weight: 600;
}
.favorite-content h3 a:hover {
  text-decoration: underline;
}

.favorite-time {
  display: flex;
  align-items: center;
  margin: 0.75rem 0;
  font-size: 0.85rem;
  color: #333;
  background: #f8f9fa;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}
.favorite-time .time-icon {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.favorite-time .time-text {
  font-weight: 600;
  margin-right: 0.5rem;
  color: #1D8DC4;
}
.favorite-time .date-text {
  color: #666;
  font-size: 0.8rem;
}
.favorite-time .date-text strong {
  color: #333;
  font-weight: 700;
}

.favorite-location {
  display: flex;
  align-items: center;
  margin: 0.75rem 0;
  margin-top: 0;
  line-height: 1rem;
  font-size: 0.85rem;
  color: #333;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}
.favorite-location .location-icon {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.favorite-location .location-text {
  font-weight: 500;
  color: #555;
  font-size: 1.2rem;
}

.favorite-sender {
  color: #666;
  font-size: 0.85rem;
  margin: 0;
  font-style: italic;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #1D8DC4;
  line-height: 1.3rem;
}

.favorite-tags {
  margin: 0.75rem 0;
  flex-grow: 1;
}
.favorite-tags .favorite-tag {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 0.25rem 0.6rem;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-right: 0.4rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
  border: 1px solid #bbdefb;
}

.favorite-language-icons {
  display: flex;
  align-items: center;
  margin: 0.75rem 0;
  gap: 0.5rem;
}
.favorite-language-icons svg {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.favorite-excerpt {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  flex-grow: 0;
}

body.search-results form.search-form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.search-results form.search-form .search-submit {
  max-height: fit-content;
}
body.search-results .spot-search a {
  color: inherit;
  text-decoration: none;
}
body.search-results .spot-search .spot-search__title {
  font-weight: 700;
  color: #000;
}
body.search-results .spot-search .spot-search__text p {
  color: #000;
}
body.search-results .spot-search a:hover .spot-search__title,
body.search-results .spot-search a:focus .spot-search__title,
body.search-results .spot-search a:hover .spot-search__text p,
body.search-results .spot-search a:focus .spot-search__text p {
  color: #1D8DC3;
}
body.search-results nav.pagination {
  margin: 30px 0;
}

/**
 * Define variables if they don't exist.
 * Don't overwrite if they do.
 */
.spot {
  display: flex;
  width: 100%;
  border: 1px solid #b3b3b3;
  margin-bottom: 2rem;
  color: black;
  background: white;
  border: 1px solid rgba(68, 66, 79, 0.1);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 51, 0.1);
  border-radius: 4px;
  /**
    * Variations - Vertical
    */
  /**
    * Variations - Blank
    */
}
.spot > a {
  display: flex;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.spot__image {
  width: 34%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  position: relative;
}
.spot__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  right: 0;
}
.spot__title {
  font-size: 2rem;
}
.spot__text {
  width: 66%;
  padding: 2rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spot__text p:last-child {
  margin-bottom: 0;
}
.spot .button {
  margin-top: auto;
}
.spot--vertical > a {
  display: block;
}
.spot--vertical .spot__image {
  width: 100%;
  min-height: initial;
  padding-bottom: 35%;
}
.spot__text--vertical {
  width: 100%;
}
.spot__text--blank {
  width: 100%;
}

/**
 * Define variables if they don't exist.
 * Don't overwrite if they do.
 */
.person {
  display: flex;
  width: 100%;
  border: 1px solid #b3b3b3;
  background: #fff;
  border: 1px solid rgba(68, 66, 79, 0.1);
  box-shadow: 0 2px 4px 0 rgba(12, 0, 51, 0.1);
  border-radius: 4px;
  margin-bottom: 2rem;
  /**
  * Variations - Half
  */
}
.person > a {
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #000;
  font-weight: 300;
}
.person__image-wrapper {
  width: 58%;
  max-width: 200px;
}
.person__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 100%;
  background-color: #efefef;
  position: relative;
}
.person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  right: 0;
}
.person__title {
  font-size: 2rem;
  font-weight: 600;
}
.person__content {
  width: 100%;
  padding: 2rem;
}
.person--half {
  width: calc(50% - 1rem);
}
.person--half:nth-child(odd) {
  margin-right: auto;
}

.divider {
  height: 0px;
  width: 100%;
  margin: 0;
  padding-top: 4.704rem;
  padding-bottom: 4.704rem;
  display: block;
  position: relative;
  border: none;
}
.divider--border::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d6d6d6;
}

.filter {
  display: flex;
  width: 100%;
  top: 0;
  height: min-content;
  padding-top: 2rem;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .filter {
    flex-direction: column;
  }
}
.filter.scroll {
  z-index: 99;
  background-color: white;
}
.filter__info {
  width: 33%;
  margin-right: 3rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.7rem;
}
.filter__info i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .filter__info {
    border-bottom: none;
    color: #1D8DC3;
    padding-bottom: 0;
    cursor: pointer;
  }
}
.filter__options {
  width: auto;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.filter__options .clear {
  color: #1D8DC3;
  display: none;
  cursor: pointer;
}
.filter__options .sign-language_select {
  width: 15rem;
}
@media screen and (max-width: 1024px) {
  .filter__options .sign-language_select {
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .filter__options {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .filter__options {
    transform: translateX(104%);
    transition: transform 0.2s ease;
    width: 100%;
    flex-direction: column;
    border-bottom: none;
    position: fixed;
  }
  .filter__options.active {
    padding-top: 2rem;
    transform: translateX(0);
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 2rem;
    justify-content: flex-start;
  }
  .filter__options.active .clear {
    display: block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .filter__options.active select {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding-bottom: 2rem;
    padding-left: 0;
  }
  .filter__options.active select:last-child() {
    border-bottom: none;
  }
}
.filter__options select:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .filter__options select:not(:last-child) {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.single-program__language-icons {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  gap: 0.75rem;
}
.single-program__language-icons svg {
  width: 32px;
  height: 22px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/**
* Woocommerce overrides
**/
/**
* General woocommerce overrides
**/
body.page-template-tpl-woocommerce,
body.woocommerce-shop,
body.woocommerce-page,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout {
  background: white;
}
body.page-template-tpl-woocommerce .content,
body.woocommerce-shop .content,
body.woocommerce-page .content,
body.single-product .content,
body.woocommerce-cart .content,
body.woocommerce-checkout .content {
  width: 100%;
}
body.page-template-tpl-woocommerce .page-title,
body.woocommerce-shop .page-title,
body.woocommerce-page .page-title,
body.single-product .page-title,
body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 834px) {
  body.page-template-tpl-woocommerce .page-title,
  body.woocommerce-shop .page-title,
  body.woocommerce-page .page-title,
  body.single-product .page-title,
  body.woocommerce-cart .page-title,
  body.woocommerce-checkout .page-title {
    font-size: 4.2rem;
  }
}
body.page-template-tpl-woocommerce .term-description,
body.woocommerce-shop .term-description,
body.woocommerce-page .term-description,
body.single-product .term-description,
body.woocommerce-cart .term-description,
body.woocommerce-checkout .term-description {
  display: none;
}
body.page-template-tpl-woocommerce article > h1,
body.page-template-tpl-woocommerce article > h2,
body.page-template-tpl-woocommerce article > h3,
body.page-template-tpl-woocommerce article > h4,
body.page-template-tpl-woocommerce article > h5,
body.page-template-tpl-woocommerce article > h6,
body.woocommerce-shop article > h1,
body.woocommerce-shop article > h2,
body.woocommerce-shop article > h3,
body.woocommerce-shop article > h4,
body.woocommerce-shop article > h5,
body.woocommerce-shop article > h6,
body.woocommerce-page article > h1,
body.woocommerce-page article > h2,
body.woocommerce-page article > h3,
body.woocommerce-page article > h4,
body.woocommerce-page article > h5,
body.woocommerce-page article > h6,
body.single-product article > h1,
body.single-product article > h2,
body.single-product article > h3,
body.single-product article > h4,
body.single-product article > h5,
body.single-product article > h6,
body.woocommerce-cart article > h1,
body.woocommerce-cart article > h2,
body.woocommerce-cart article > h3,
body.woocommerce-cart article > h4,
body.woocommerce-cart article > h5,
body.woocommerce-cart article > h6,
body.woocommerce-checkout article > h1,
body.woocommerce-checkout article > h2,
body.woocommerce-checkout article > h3,
body.woocommerce-checkout article > h4,
body.woocommerce-checkout article > h5,
body.woocommerce-checkout article > h6 {
  font-weight: 500;
}

body.page-template-tpl-woocommerce .content article .page-title,
body.page-template-tpl-woocommerce .content article > p,
body.page-template-tpl-woocommerce .content article > h1,
body.page-template-tpl-woocommerce .content article > h2,
body.page-template-tpl-woocommerce .content article > h3,
body.page-template-tpl-woocommerce .content article > h4,
body.page-template-tpl-woocommerce .content article > h5,
body.page-template-tpl-woocommerce .content article > h6,
body.page-template-tpl-woocommerce .content article > ul,
body.page-template-tpl-woocommerce .content article > ol,
body.woocommerce-shop .content article .page-title,
body.woocommerce-shop .content article > p,
body.woocommerce-shop .content article > h1,
body.woocommerce-shop .content article > h2,
body.woocommerce-shop .content article > h3,
body.woocommerce-shop .content article > h4,
body.woocommerce-shop .content article > h5,
body.woocommerce-shop .content article > h6,
body.woocommerce-shop .content article > ul,
body.woocommerce-shop .content article > ol,
body.woocommerce-page .content article .page-title,
body.woocommerce-page .content article > p,
body.woocommerce-page .content article > h1,
body.woocommerce-page .content article > h2,
body.woocommerce-page .content article > h3,
body.woocommerce-page .content article > h4,
body.woocommerce-page .content article > h5,
body.woocommerce-page .content article > h6,
body.woocommerce-page .content article > ul,
body.woocommerce-page .content article > ol {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

body.woocommerce-cart .content,
body.woocommerce-checkout .content {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart p,
body.woocommerce-checkout p {
  max-width: none;
}

/**
* Shop / Listing page overrides
**/
body.page-template-tpl-woocommerce,
body.woocommerce-shop,
body.woocommerce-page {
  background: white;
}
body.page-template-tpl-woocommerce .wp-block-image,
body.woocommerce-shop .wp-block-image,
body.woocommerce-page .wp-block-image {
  max-width: fit-content;
  margin: 2.4rem 23.5%;
}
@media screen and (max-width: 1024px) {
  body.page-template-tpl-woocommerce .wp-block-image,
  body.woocommerce-shop .wp-block-image,
  body.woocommerce-page .wp-block-image {
    max-width: 100%;
    margin: 2.4rem 17.5%;
  }
}
@media screen and (max-width: 700px) {
  body.page-template-tpl-woocommerce .wp-block-image,
  body.woocommerce-shop .wp-block-image,
  body.woocommerce-page .wp-block-image {
    max-width: 100%;
    margin: 2.4rem 17.5%;
  }
}
body.page-template-tpl-woocommerce .shop-hero,
body.woocommerce-shop .shop-hero,
body.woocommerce-page .shop-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.704rem;
}
@media screen and (max-width: 1024px) {
  body.page-template-tpl-woocommerce .shop-hero,
  body.woocommerce-shop .shop-hero,
  body.woocommerce-page .shop-hero {
    flex-direction: column;
  }
}
body.page-template-tpl-woocommerce .shop-hero h1,
body.woocommerce-shop .shop-hero h1,
body.woocommerce-page .shop-hero h1 {
  text-align: left;
  margin-bottom: 0;
}
body.page-template-tpl-woocommerce .shop-hero h3,
body.woocommerce-shop .shop-hero h3,
body.woocommerce-page .shop-hero h3 {
  text-align: left;
  margin: 1.7142857143rem 0;
  font-size: 4.4rem;
  font-weight: 450;
}
body.page-template-tpl-woocommerce .shop-hero p,
body.woocommerce-shop .shop-hero p,
body.woocommerce-page .shop-hero p {
  text-align: left !important;
  font-size: 2.2rem;
}
body.page-template-tpl-woocommerce .shop-hero img,
body.woocommerce-shop .shop-hero img,
body.woocommerce-page .shop-hero img {
  text-align: right;
  max-width: 50%;
}
body.page-template-tpl-woocommerce .woocommerce > .products,
body.woocommerce-shop .woocommerce > .products,
body.woocommerce-page .woocommerce > .products {
  display: flex;
  flex-wrap: wrap;
  margin: 6.5856rem -1.2rem 5rem -1.2rem;
}
body.page-template-tpl-woocommerce .woocommerce > .products::before,
body.woocommerce-shop .woocommerce > .products::before,
body.woocommerce-page .woocommerce > .products::before {
  display: none;
}
body.page-template-tpl-woocommerce .woocommerce > .products .product,
body.woocommerce-shop .woocommerce > .products .product,
body.woocommerce-page .woocommerce > .products .product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: 25%;
  flex-basis: 25%;
  padding: 1.2rem;
}
@media screen and (max-width: 1024px) {
  body.page-template-tpl-woocommerce .woocommerce > .products .product,
  body.woocommerce-shop .woocommerce > .products .product,
  body.woocommerce-page .woocommerce > .products .product {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 700px) {
  body.page-template-tpl-woocommerce .woocommerce > .products .product,
  body.woocommerce-shop .woocommerce > .products .product,
  body.woocommerce-page .woocommerce > .products .product {
    max-width: 100%;
    flex-basis: 100%;
  }
}
body.page-template-tpl-woocommerce .woocommerce > .products .product a,
body.woocommerce-shop .woocommerce > .products .product a,
body.woocommerce-page .woocommerce > .products .product a {
  position: relative;
  display: block;
}
body.page-template-tpl-woocommerce .woocommerce > .products .product a img,
body.woocommerce-shop .woocommerce > .products .product a img,
body.woocommerce-page .woocommerce > .products .product a img {
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  aspect-ratio: 320/280;
}
@media screen and (max-width: 700px) {
  body.page-template-tpl-woocommerce .woocommerce > .products .product a,
  body.woocommerce-shop .woocommerce > .products .product a,
  body.woocommerce-page .woocommerce > .products .product a {
    height: auto;
    padding-bottom: 0;
  }
}
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content,
body.woocommerce-shop .woocommerce > .products .product .item-content,
body.woocommerce-page .woocommerce > .products .product .item-content {
  padding: 2.4rem;
  min-height: 15rem;
  background-color: #f0fafe;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: rgba(0, 0, 0, 0.95);
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 700px) {
  body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content,
  body.woocommerce-shop .woocommerce > .products .product .item-content,
  body.woocommerce-page .woocommerce > .products .product .item-content {
    top: 12rem;
  }
}
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content > div,
body.woocommerce-shop .woocommerce > .products .product .item-content > div,
body.woocommerce-page .woocommerce > .products .product .item-content > div {
  flex-basis: 60%;
}
@media screen and (max-width: 1024px) {
  body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content > div,
  body.woocommerce-shop .woocommerce > .products .product .item-content > div,
  body.woocommerce-page .woocommerce > .products .product .item-content > div {
    flex-basis: auto;
  }
}
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content .woocommerce-loop-product__title,
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content .woocommerce-loop-category__title,
body.woocommerce-shop .woocommerce > .products .product .item-content .woocommerce-loop-product__title,
body.woocommerce-shop .woocommerce > .products .product .item-content .woocommerce-loop-category__title,
body.woocommerce-page .woocommerce > .products .product .item-content .woocommerce-loop-product__title,
body.woocommerce-page .woocommerce > .products .product .item-content .woocommerce-loop-category__title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #1AAEF1;
}
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content .price,
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content p,
body.woocommerce-shop .woocommerce > .products .product .item-content .price,
body.woocommerce-shop .woocommerce > .products .product .item-content p,
body.woocommerce-page .woocommerce > .products .product .item-content .price,
body.woocommerce-page .woocommerce > .products .product .item-content p {
  font-weight: normal;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 0;
}
body.page-template-tpl-woocommerce .woocommerce > .products .product .item-content p,
body.woocommerce-shop .woocommerce > .products .product .item-content p,
body.woocommerce-page .woocommerce > .products .product .item-content p {
  margin-top: 0.4rem;
}

/**
* Single product page overrides
**/
body.single-product .content header,
body.single-product .content .woocommerce-notices-wrapper,
body.single-product .content .price,
body.single-product .content .summary-the-content,
body.single-product .content .cart {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}
body.single-product .form-field label {
  font-variant: normal;
  font-weight: 500;
  font-size: 2rem;
}
body.single-product .date {
  display: none;
}
body.single-product .summary {
  float: none !important;
  width: 100% !important;
}
body.single-product .summary img {
  width: 100%;
  margin: 2.4rem 0 4.704rem;
}
body.single-product .summary > .price {
  color: rgba(0, 0, 0, 0.95) !important;
  text-align: center;
}
body.single-product .summary .summary-the-content {
  font-size: 1.8rem;
  color: #272a2b;
  line-height: 1.2;
  margin-bottom: 4.704rem;
}
body.single-product .stock {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
}
@media screen and (max-width: 834px) {
  body.single-product .stock {
    padding: 2.4rem;
  }
}
body.single-product .in-stock {
  display: none;
}
body.single-product table.variations label {
  margin-top: 0;
}
body.single-product .woocommerce-variation-price {
  margin-bottom: 1em;
}
body.single-product .woocommerce-variation-price .price {
  color: rgba(0, 0, 0, 0.95) !important;
}
body.single-product .reset_variations {
  color: #1AAEF1 !important;
}
body.single-product .quantity {
  margin-right: 20px !important;
}
body.single-product .input-text.qty {
  background: white;
  border-radius: 8px;
}
body.single-product .wc-bookings-booking-form {
  padding: 0;
  border: none;
  margin-bottom: 4.704rem;
}
body.single-product .wc-bookings-booking-form label {
  margin-top: 0;
}
body.single-product .wc-bookings-booking-form fieldset {
  padding: 0;
}
body.single-product .wc-bookings-date-picker-timezone-block {
  display: none;
}
body.single-product .ui-datepicker-title {
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
}
body.single-product .wc-bookings-date-picker {
  font-family: futura-pt, sans-serif;
}
body.single-product .wc-bookings-date-picker .ui-widget-content {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 834px) {
  body.single-product .wc-bookings-date-picker .ui-widget-content {
    padding: 2.4rem;
  }
}
body.single-product .wc-bookings-date-picker .ui-datepicker-header,
body.single-product .wc-bookings-date-picker .ui-datepicker-calendar,
body.single-product .wc-bookings-date-picker th,
body.single-product .wc-bookings-date-picker td {
  border: none;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-header {
  background: none;
  color: rgba(0, 0, 0, 0.95);
  font-size: 1.6rem;
  font-weight: 500;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev,
body.single-product .wc-bookings-date-picker .ui-datepicker-next {
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #1AAEF1;
  border-radius: 99px;
  background: none;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev:before,
body.single-product .wc-bookings-date-picker .ui-datepicker-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1AAEF1;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev .ui-icon,
body.single-product .wc-bookings-date-picker .ui-datepicker-next .ui-icon {
  display: none;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev.ui-state-hover,
body.single-product .wc-bookings-date-picker .ui-datepicker-next.ui-state-hover {
  background: none;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev.ui-datepicker-prev-hover,
body.single-product .wc-bookings-date-picker .ui-datepicker-next.ui-datepicker-prev-hover {
  left: 2px;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev.ui-datepicker-next-hover,
body.single-product .wc-bookings-date-picker .ui-datepicker-next.ui-datepicker-next-hover {
  right: 2px;
}
body.single-product .wc-bookings-date-picker .ui-datepicker-prev:before {
  content: "\f104";
}
body.single-product .wc-bookings-date-picker .ui-datepicker-next:before {
  content: "\f105";
}
body.single-product .wc-bookings-date-picker table.ui-datepicker-calendar {
  table-layout: fixed;
}
body.single-product .wc-bookings-date-picker table.ui-datepicker-calendar thead {
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  color: #747d80 !important;
}
body.single-product .wc-bookings-date-picker table.ui-datepicker-calendar thead span {
  color: #747d80 !important;
}
body.single-product .wc-bookings-date-picker tr {
  background: none;
  font-size: 1.6rem;
  font-weight: normal;
}
body.single-product .wc-bookings-date-picker th {
  color: rgba(0, 0, 0, 0.95);
  background: none;
  padding: 1.7em 0;
}
body.single-product .wc-bookings-date-picker td,
body.single-product .wc-bookings-date-picker td.bookable-range {
  background: none;
  color: rgba(0, 0, 0, 0.95);
}
body.single-product .wc-bookings-date-picker td.ui-state-disabled,
body.single-product .wc-bookings-date-picker td.bookable-range.ui-state-disabled {
  opacity: 0.8;
}
body.single-product .wc-bookings-date-picker td.ui-datepicker-other-month,
body.single-product .wc-bookings-date-picker td.bookable-range.ui-datepicker-other-month {
  opacity: 1;
  background: none;
}
body.single-product .wc-bookings-date-picker td.ui-datepicker-other-month a,
body.single-product .wc-bookings-date-picker td.bookable-range.ui-datepicker-other-month a {
  opacity: 1;
}
body.single-product .wc-bookings-date-picker td span,
body.single-product .wc-bookings-date-picker td.bookable-range span {
  font-family: futura-pt, sans-serif;
}
body.single-product .wc-bookings-date-picker td span.ui-state-default,
body.single-product .wc-bookings-date-picker td.bookable-range span.ui-state-default {
  padding: 1.7em 0;
}
body.single-product .wc-bookings-date-picker td a,
body.single-product .wc-bookings-date-picker td.bookable-range a {
  font-family: futura-pt, sans-serif;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  margin: 0 auto !important;
}
@media screen and (max-width: 700px) {
  body.single-product .wc-bookings-date-picker td a,
  body.single-product .wc-bookings-date-picker td.bookable-range a {
    width: 36px;
    height: 36px;
    padding: 0.55em 0 !important;
  }
}
body.single-product .wc-bookings-date-picker td a.ui-state-default,
body.single-product .wc-bookings-date-picker td.bookable-range a.ui-state-default {
  border: 1px solid #1AAEF1 !important;
  background: none !important;
  color: #1AAEF1 !important;
}
body.single-product .wc-bookings-date-picker td.bookable-range .ui-state-default {
  border-radius: 999px;
  width: 48px;
  height: 48px;
  border: 1px solid #1AAEF1 !important;
  background: #1AAEF1 !important;
  color: white !important;
  padding: 0.75em 0 !important;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  body.single-product .wc-bookings-date-picker td.bookable-range .ui-state-default {
    width: 36px;
    height: 36px;
    padding: 0.55em 0 !important;
  }
}
body.single-product .wc-bookings-date-picker td.fully_booked .ui-state-default {
  border-radius: 999px;
  width: 48px;
  height: 48px;
  padding: 0.75em 0 !important;
  margin: 0 auto;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  body.single-product .wc-bookings-date-picker td.fully_booked .ui-state-default {
    width: 36px;
    height: 36px;
    padding: 0.55em 0 !important;
  }
}
body.single-product .block-picker {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  body.single-product .block-picker {
    padding: 2.4rem;
  }
}
body.single-product .block-picker li.block {
  float: none;
  padding: 4px;
}
body.single-product .block-picker li.block a {
  border: 1px solid #1AAEF1;
  background: none;
  color: #1AAEF1;
  font-size: 1.6rem;
  border-radius: 8px;
}
body.single-product .block-picker li.block a.selected, body.single-product .block-picker li.block a:hover {
  background: #1AAEF1 !important;
}
body.single-product .wc-bookings-booking-cost {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  margin: 0;
}
@media screen and (max-width: 834px) {
  body.single-product .wc-bookings-booking-cost {
    padding: 2.4rem;
  }
}
body.single-product .wc-bookings-booking-form-button {
  width: 100% !important;
  font-weight: 500 !important;
}
body.single-product .button,
body.single-product input[type=submit] {
  border-radius: 999px !important;
  font-weight: 500;
  background-color: #1AAEF1 !important;
  font-size: 1.9rem;
  padding: 1.8rem 2.8rem !important;
  text-align: center;
  margin-bottom: 1.7142857143rem;
  text-decoration: none;
}
body.single-product .button:hover,
body.single-product input[type=submit]:hover {
  background-color: #83D0F5;
}
body.single-product .button.inverted,
body.single-product input[type=submit].inverted {
  background-color: #f3f6f7;
  color: #1AAEF1;
}
body.single-product .button.disabled,
body.single-product input[type=submit].disabled {
  background-color: #c2d0d6 !important;
  color: #e7ecef !important;
  opacity: 1 !important;
}

body.user-has-interacted .wc-bookings-date-picker td a.ui-state-active,
body.user-has-interacted .wc-bookings-date-picker td.bookable-range a.ui-state-active {
  background: #1AAEF1 !important;
  color: white !important;
}

.manual-picker {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .manual-picker {
    padding: 2.4rem;
  }
}
.manual-picker h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1.2244897959rem 0;
  text-align: center;
}
.manual-picker > div {
  display: flex;
  align-items: center;
}
.manual-picker > div input {
  margin: 0;
  cursor: pointer;
}
.manual-picker > div label {
  margin: 0 0 0 1rem;
  font-weight: 300;
  font-variant: normal;
  font-size: 2rem;
  cursor: pointer;
}

.wc-bookings-date-picker {
  display: none;
}

/**
* Addons section overrides
**/
.wc-pao-addons-container {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  margin-bottom: 4.704rem;
}
@media screen and (max-width: 834px) {
  .wc-pao-addons-container {
    padding: 2.4rem;
  }
}
.wc-pao-addons-container .wc-pao-addon-heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 1.2244897959rem 0;
}
.wc-pao-addons-container .wc-pao-addon-description {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.3;
}
.wc-pao-addons-container .wc-pao-addon label, .wc-pao-addons-container .wc-pao-addon legend.wc-pao-addon-name {
  font-weight: 500;
  font-variant: normal;
  font-size: 2rem;
}
.wc-pao-addons-container .wc-pao-addon label .required, .wc-pao-addons-container .wc-pao-addon legend.wc-pao-addon-name .required {
  display: none;
}
.wc-pao-addons-container .wc-pao-addon .wc-pao-addon-checkbox + label {
  font-weight: 300;
}
.wc-pao-addons-container .wc-pao-addon .input-text,
.wc-pao-addons-container .wc-pao-addon .wc-pao-addon-select {
  max-width: none;
  background-color: white;
  border-radius: 8px;
  font-size: 2rem;
}
.wc-pao-addons-container .wc-pao-addon .input-text:invalid,
.wc-pao-addons-container .wc-pao-addon .wc-pao-addon-select:invalid {
  border-style: solid;
}
.wc-pao-addons-container .wc-pao-addon .input-text:hover,
.wc-pao-addons-container .wc-pao-addon .wc-pao-addon-select:hover {
  border: 1px solid #747d80;
}
.wc-pao-addons-container .wc-pao-addon .input-text:focus,
.wc-pao-addons-container .wc-pao-addon .wc-pao-addon-select:focus {
  border: 1px solid #1aaef1;
}
.wc-pao-addons-container .product-addon-totals {
  display: none;
}

/**
* Notices overrides
**/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  padding: 2.4rem 2.4rem 2.4rem 6.2rem !important;
  font-size: 2rem;
  color: #272a2b;
}
@media screen and (max-width: 834px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 2.4rem;
  }
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  top: 2.4rem;
  left: 2rem;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #1D8DC3;
  text-decoration: none;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  color: white !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

.woocommerce-message {
  background: #d1effc !important;
}

.woocommerce-error {
  background: #fcdbd8 !important;
}

.woocommerce-info {
  background: #d1effc !important;
}
.woocommerce-info:before {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23F9FAFB"/><path d="M18 22H17V15C17 14.4688 16.5312 14 16 14H14C13.4375 14 13 14.4688 13 15C13 15.5625 13.4375 16 14 16H15V22H14C13.4375 22 13 22.4375 13 23C13 23.5312 13.4375 24 14 24H18C18.5312 24 19 23.5312 19 23C19 22.4375 18.5312 22 18 22Z" fill="%2348BEF4"/><path opacity="0.4" d="M16 12C16.8125 12 17.5 11.3438 17.5 10.5C17.5 9.6875 16.8125 9.03125 16 9.03125C15.1562 9.03125 14.5 9.6875 14.5 10.5312C14.5 11.3438 15.1562 12 16 12Z" fill="%2348BEF4"/></svg>');
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
}

.woocommerce-thankyou-order-received {
  text-align: center;
}

/**
* Cart page overrides
**/
body.woocommerce-cart .woocommerce {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
}
@media screen and (max-width: 834px) {
  body.woocommerce-cart .woocommerce {
    padding: 2.4rem;
  }
}
body.woocommerce-cart table.woocommerce-cart-form__contents {
  border: none;
  border-bottom: 1px solid #c2d0d6;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail {
  display: none;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .product-remove {
  vertical-align: top;
}
body.woocommerce-cart table.woocommerce-cart-form__contents a.remove {
  position: relative;
  font-size: 0;
  margin-top: 0.8rem;
  margin-right: 1rem;
}
body.woocommerce-cart table.woocommerce-cart-form__contents a.remove:before {
  display: flex;
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.25 5.35596C16.6562 5.35596 17 5.69971 17 6.10596C17 6.54346 16.6562 6.85596 16.25 6.85596H15.875L15.125 17.0122C15.0312 18.0747 14.1875 18.856 13.125 18.856H6.84375C5.78125 18.856 4.9375 18.0747 4.84375 17.0122L4.09375 6.85596H3.75C3.3125 6.85596 3 6.54346 3 6.10596C3 5.69971 3.3125 5.35596 3.75 5.35596H5.90625L7.0625 3.63721C7.375 3.16846 7.9375 2.85596 8.53125 2.85596H11.4375C12.0312 2.85596 12.5938 3.16846 12.9062 3.63721L14.0625 5.35596H16.25ZM8.53125 4.35596C8.4375 4.35596 8.34375 4.41846 8.3125 4.48096L7.71875 5.35596H12.25L11.6562 4.48096C11.625 4.41846 11.5312 4.35596 11.4375 4.35596H8.53125ZM14.375 6.85596H5.59375L6.34375 16.9185C6.375 17.1685 6.59375 17.356 6.84375 17.356H13.125C13.375 17.356 13.5938 17.1685 13.625 16.9185L14.375 6.85596Z" fill="%231AAEF1"/></svg>');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  body.woocommerce-cart table.woocommerce-cart-form__contents a.remove:before {
    align-items: center;
    justify-content: flex-start;
  }
}
body.woocommerce-cart table.woocommerce-cart-form__contents th,
body.woocommerce-cart table.woocommerce-cart-form__contents td {
  background: none !important;
  border: none;
  font-size: 1.8rem;
}
body.woocommerce-cart table.woocommerce-cart-form__contents th.product-name,
body.woocommerce-cart table.woocommerce-cart-form__contents td.product-name {
  width: 100%;
}
body.woocommerce-cart table.woocommerce-cart-form__contents th.product-name a,
body.woocommerce-cart table.woocommerce-cart-form__contents td.product-name a {
  text-decoration: none;
}
body.woocommerce-cart table.woocommerce-cart-form__contents th.product-price, body.woocommerce-cart table.woocommerce-cart-form__contents th.product-quantity, body.woocommerce-cart table.woocommerce-cart-form__contents th.product-subtotal,
body.woocommerce-cart table.woocommerce-cart-form__contents td.product-price,
body.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity,
body.woocommerce-cart table.woocommerce-cart-form__contents td.product-subtotal {
  text-align: right;
  vertical-align: top;
}
body.woocommerce-cart table.woocommerce-cart-form__contents th {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 1.7142857143rem;
}
body.woocommerce-cart table.woocommerce-cart-form__contents tr {
  background: none;
}
body.woocommerce-cart table.woocommerce-cart-form__contents td {
  border-top: 1px solid #c2d0d6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.woocommerce-cart table.woocommerce-cart-form__contents td::before {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  body.woocommerce-cart table.woocommerce-cart-form__contents td {
    border-top: none;
  }
  body.woocommerce-cart table.woocommerce-cart-form__contents td:first-child {
    border-top: 1px solid #c2d0d6;
  }
}
body.woocommerce-cart table.woocommerce-cart-form__contents .actions .coupon {
  display: flex;
  align-items: center;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .actions .input-text {
  background: white;
  border-radius: 8px;
  font-size: 1.6rem;
  height: 4rem;
  margin-right: 2rem !important;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .actions .button {
  border-radius: 999px !important;
  font-weight: 500;
  background-color: #1AAEF1 !important;
  font-size: 1.8rem !important;
  padding: 1rem 2rem !important;
  color: white;
}
body.woocommerce-cart table.woocommerce-cart-form__contents .actions .button:hover {
  background-color: #1AAEF1;
  color: white;
}
body.woocommerce-cart .cart_totals {
  float: none !important;
  width: 100% !important;
  text-align: right;
}
body.woocommerce-cart .cart_totals h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
body.woocommerce-cart .cart_totals table.shop_table {
  font-size: 1.8rem;
  border: none;
  text-align: right;
}
body.woocommerce-cart .cart_totals table.shop_table tr {
  background: none;
}
body.woocommerce-cart .cart_totals table.shop_table th {
  font-weight: 500;
  width: 99%;
}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  border: none;
  background: none !important;
}
body.woocommerce-cart .cart_totals table.shop_table th::before,
body.woocommerce-cart .cart_totals table.shop_table td::before {
  font-weight: 500 !important;
}
body.woocommerce-cart .cart_totals table.shop_table strong {
  font-weight: normal;
}
body.woocommerce-cart .cart_totals table.shop_table .cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
  white-space: nowrap;
}
body.woocommerce-cart .cart_totals table.shop_table .cart-subtotal td .amount,
body.woocommerce-cart .cart_totals table.shop_table .cart-subtotal td bdi,
body.woocommerce-cart .cart_totals table.shop_table .order-total td .amount,
body.woocommerce-cart .cart_totals table.shop_table .order-total td bdi {
  white-space: nowrap;
}
body.woocommerce-cart .cart_totals .includes_tax {
  white-space: nowrap;
}
body.woocommerce-cart .return-to-shop a,
body.woocommerce-cart .checkout-button {
  border-radius: 999px !important;
  font-weight: 500;
  background-color: #1AAEF1 !important;
  font-size: 1.9rem !important;
  padding: 2rem 2.8rem !important;
  text-align: center;
  display: inline-block !important;
  color: white;
}
body.woocommerce-cart .return-to-shop a:hover,
body.woocommerce-cart .checkout-button:hover {
  background-color: #1AAEF1;
  color: white;
}
body.woocommerce-cart .cart-empty {
  position: relative;
  font-size: 1.9rem !important;
  background: none !important;
  border: none;
  text-align: center;
  padding-top: 8rem !important;
  margin-bottom: 1.7142857143rem;
}
body.woocommerce-cart .cart-empty::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="61" height="60" viewBox="0 0 61 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 8.25C3.5 7.03125 4.4375 6 5.75 6H12.5C13.5312 6 14.4688 6.84375 14.6562 7.875L20.2812 37.5H49.25C50.4688 37.5 51.5 38.5312 51.5 39.75C51.5 41.0625 50.4688 42 49.25 42H18.4062C17.375 42 16.4375 41.25 16.25 40.2188L10.625 10.5H5.75C4.4375 10.5 3.5 9.5625 3.5 8.25ZM24.5 49.5C24.5 52.0312 22.4375 54 20 54C17.4688 54 15.5 52.0312 15.5 49.5C15.5 47.0625 17.4688 45 20 45C22.4375 45 24.5 47.0625 24.5 49.5ZM42.5 49.5C42.5 47.0625 44.4688 45 47 45C49.4375 45 51.5 47.0625 51.5 49.5C51.5 52.0312 49.4375 54 47 54C44.4688 54 42.5 52.0312 42.5 49.5Z" fill="%231AAEF1"/><path opacity="0.4" d="M14.8438 9H54.2188C56.1875 9 57.6875 10.9688 57.125 12.8438L52.0625 30.8438C51.6875 32.1562 50.5625 33 49.1562 33H19.4375L14.8438 9Z" fill="%231AAEF1"/></svg>');
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
}
body.woocommerce-cart .return-to-shop {
  margin-bottom: 0;
  text-align: center;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1.2244897959rem 0 0;
}
body.woocommerce-cart .wc-proceed-to-checkout .button {
  margin-bottom: 0;
}

/**
* Cart page overrides
**/
body.woocommerce-checkout form.woocommerce-checkout h3 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 2.6rem;
}
body.woocommerce-checkout form.woocommerce-checkout h3#order_review_heading {
  margin-bottom: 4.704rem;
}
body.woocommerce-checkout form.woocommerce-checkout input,
body.woocommerce-checkout form.woocommerce-checkout textarea {
  max-width: none;
}
body.woocommerce-checkout form.woocommerce-checkout .col2-set {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
}
@media screen and (max-width: 834px) {
  body.woocommerce-checkout form.woocommerce-checkout .col2-set {
    padding: 2.4rem;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  margin: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row label {
  font-weight: 500;
  margin-top: 1em;
  font-size: 1.8rem;
  font-variant: normal;
}
body.woocommerce-checkout form.woocommerce-checkout .input-text {
  background: white;
  border-radius: 8px;
  font-size: 1.6rem;
  height: 4rem;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 4.704rem;
}
body.woocommerce-checkout form.woocommerce-checkout .mailchimp-newsletter {
  display: none;
}
body.woocommerce-checkout .select2-container .select2-container--default,
body.woocommerce-checkout .select2-container .select2-selection--single {
  background: white;
  border-radius: 8px;
  font-size: 1.6rem;
  height: 4rem;
  color: #272a2b;
}
body.woocommerce-checkout .select2-container .select2-container--default .select2-selection__rendered,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2.3;
  padding-left: 12px;
}
body.woocommerce-checkout .select2-container .select2-container--default .select2-selection__rendered,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2.3;
  padding-left: 12px;
}
body.woocommerce-checkout .select2-container .select2-container--default .select2-selection__arrow,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 8px;
}
body.woocommerce-checkout .select2-container .select2-dropdown {
  font-size: 1.6rem;
  border-radius: 8px;
}
body.woocommerce-checkout .select2-container .select2-dropdown--below {
  top: -3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.woocommerce-checkout .select2-container .select2-dropdown--above {
  top: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.woocommerce-checkout .select2-container .select2-search {
  padding: 1rem;
}
body.woocommerce-checkout .select2-container .select2-search__field {
  border-radius: 8px;
  font-size: 1.6rem;
  height: 4rem;
  padding: 6px 12px;
  margin-bottom: 0;
}
body.woocommerce-checkout .select2-container .select2-results__option--highlighted {
  background: #1AAEF1;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
}
@media screen and (max-width: 834px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order-table,
  body.woocommerce-checkout .woocommerce-checkout-payment {
    padding: 2.4rem;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table strong,
body.woocommerce-checkout .woocommerce-checkout-payment strong {
  font-weight: 500 !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  background: none !important;
  border: none;
  font-size: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-price, body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-quantity, body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-price,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-quantity,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-subtotal {
  text-align: right;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  font-size: 1.8rem;
  font-weight: 500 !important;
  padding-bottom: 1.7142857143rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  background: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border-top: 1px solid #c2d0d6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td::before {
  font-weight: 500 !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  vertical-align: middle;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot strong {
  font-weight: 500 !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th {
  border: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th {
  padding-bottom: 0;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  font-size: 2rem;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods label {
  margin-top: 0;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .payment_box {
  border-radius: 20px !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-size: 1.8rem;
  line-height: 1.4;
}
body.woocommerce-checkout .woocommerce-checkout-payment .button {
  border-radius: 999px !important;
  font-weight: 500;
  background-color: #1AAEF1 !important;
  font-size: 1.9rem !important;
  padding: 2rem 2.8rem !important;
  text-align: center;
  display: inline-block !important;
  color: white;
}
body.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background-color: #1AAEF1;
  color: white;
}
body.woocommerce-checkout .woocommerce-form-coupon {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  body.woocommerce-checkout .woocommerce-form-coupon {
    padding: 2.4rem;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon .input-text {
  background: white;
  border-radius: 8px;
  font-size: 1.6rem;
  height: 4rem;
}
body.woocommerce-checkout .woocommerce-form-coupon .button {
  border-radius: 999px !important;
  font-weight: 500;
  background-color: #1AAEF1 !important;
  color: white;
  font-size: 1.9rem;
  padding: 1.2rem 2.8rem;
  text-align: center;
  margin-bottom: 1.7142857143rem;
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-form-coupon .button:hover {
  background-color: #83D0F5;
}
body.woocommerce-checkout .woocommerce-order-overview,
body.woocommerce-checkout .woocommerce-order-details,
body.woocommerce-checkout .woocommerce-customer-details {
  border-radius: 20px !important;
  background: #f9fafb !important;
  padding: 4.704rem;
  border: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  body.woocommerce-checkout .woocommerce-order-overview,
  body.woocommerce-checkout .woocommerce-order-details,
  body.woocommerce-checkout .woocommerce-customer-details {
    padding: 2.4rem;
  }
}
body.woocommerce-checkout .woocommerce-order-overview h2,
body.woocommerce-checkout .woocommerce-order-details h2,
body.woocommerce-checkout .woocommerce-customer-details h2 {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 1.7142857143rem;
}
body.woocommerce-checkout .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .woocommerce-order-overview li {
  font-size: 1.8rem;
  float: none;
  border: none;
  text-transform: none;
  margin: 0 0 1.7142857143rem 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce-order-overview li:last-child {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-order-overview li strong {
  font-size: 1.8rem;
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details {
  border: none;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td {
  background: none !important;
  border: none;
  font-size: 1.8rem;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th.product-name,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td.product-name {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th.product-price, body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th.product-quantity, body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th.product-subtotal,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td.product-price,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td.product-quantity,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td.product-subtotal {
  text-align: right;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details th {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 1.7142857143rem;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tr {
  background: none;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td {
  border-top: 1px solid #c2d0d6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td::before {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td {
    border-top: none;
  }
  body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details td:first-child {
    border-top: 1px solid #c2d0d6;
  }
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details thead th {
  padding-right: 0;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details thead th:last-child {
  text-align: right;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tbody td {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot {
  display: table-caption;
  caption-side: bottom;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 2rem;
  border-top: 1px solid #c2d0d6;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
  padding-bottom: 0;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-child(4) td {
  text-align: left;
  font-weight: 100;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot td {
  border: none;
  font-weight: 500;
  width: 99%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 1.7142857143rem;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details tfoot td span {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-order-details .woocommerce-table--order-details strong {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-order-details .product-name a {
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-order-details .wc-booking-summary {
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.95);
}
body.woocommerce-checkout .woocommerce-order-details .wc-booking-summary .wc-booking-summary-number {
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .woocommerce-order-details .wc-booking-summary .wc-booking-summary-number span {
  background: #fcdbd8;
  color: rgba(0, 0, 0, 0.95);
  padding: 0.4rem 0.8rem;
}
body.woocommerce-checkout .woocommerce-order-details .wc-booking-summary .wc-booking-summary-list {
  padding: 0;
  margin-top: 0.4rem;
}
body.woocommerce-checkout .woocommerce-order-details .wc-booking-summary .wc-booking-summary-list li {
  margin-bottom: 0.2rem;
}
body.woocommerce-checkout .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  border: none;
}