:root {
  --scrollbar-width: 20px;
}

/**
 * Colors
 */
/**
 *   Buttons
 */
/**
 *   Blockquotes
 */
/**
 *   Pagination
 */
/*!
 *  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
 * -------------------------- */

.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.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: .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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  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: #ffffff;
}

/* 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;
}

:root {
  --scrollbar-width: 20px;
}

/**
 * Colors
 */
/**
 *   Buttons
 */
/**
 *   Blockquotes
 */
/**
 *   Pagination
 */
html {
  font-family: "Avenir", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #ffd9d4;
  color: #143d66;
  font-size: 18px;
  line-height: 1.61803399;
  font-family: "Avenir", sans-serif;
}

h1,
h2 {
  font-family: Freigeist, Arial, Lucida, sans-serif;
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.8em;
  line-height: 1.17;
}

h1 {
  font-size: 2.66em;
  padding: 0 0 0.8em 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.44em;
  }
}

@media (min-width: 1260px) {
  h1 {
    font-size: 5.33em;
  }
}

h2 {
  font-size: 1.777em;
  line-height: 1.11;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.667em;
  }
}

@media (min-width: 1260px) {
  h2 {
    font-size: 4em;
  }
}

h3 {
  font-size: 1.777em;
  line-height: 1.333;
  padding: 0 0 0.5em 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.667em;
  }
}

@media (min-width: 1260px) {
  h3 {
    font-size: 3.11em;
  }
}

h4 {
  font-weight: bold;
  font-size: 1.556em;
  line-height: 1.333;
  padding: 0 0 0.5em 0;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.8em;
  }
}

@media (min-width: 1260px) {
  h4 {
    font-size: 2.222em;
  }
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

h1 a,
h2 a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 0;
}

/**************************************************************************************************/
/*      RESPONSIVE IMAGES VIDEOS OBJECTS
/**************************************************************************************************/
embed,
iframe,
object {
  max-width: 100%;
}

/**************************************************************************************************/
/*      IMAGES AND CAPTIONS
/**************************************************************************************************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #ffaca1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

/**************************************************************************************************/
/*      DEFAULT FONT LINK COLOR ETC.     */
/**************************************************************************************************/
a {
  text-decoration: underline;
  color: #143d66;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover {
  text-decoration: underline;
}

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

/**
 *  Buttons
 */
a.button,
a.button:visited,
button.button,
input.button,
input[type="submit"],
.content input.button,
a.view_more,
.comment-reply-link,
span.button a {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
}

a.button:hover,
a.button:visited:hover,
button.button:hover,
input.button:hover,
input[type="submit"]:hover,
.content input.button:hover,
a.view_more:hover,
.comment-reply-link:hover,
span.button a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

a.button:focus,
a.button:visited:focus,
button.button:focus,
input.button:focus,
input[type="submit"]:focus,
.content input.button:focus,
a.view_more:focus,
.comment-reply-link:focus,
span.button a:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

a.button:disabled,
a.button:visited:disabled,
button.button:disabled,
input.button:disabled,
input[type="submit"]:disabled,
.content input.button:disabled,
a.view_more:disabled,
.comment-reply-link:disabled,
span.button a:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

a.button:disabled:hover,
a.button:visited:disabled:hover,
button.button:disabled:hover,
input.button:disabled:hover,
input[type="submit"]:disabled:hover,
.content input.button:disabled:hover,
a.view_more:disabled:hover,
.comment-reply-link:disabled:hover,
span.button a:disabled:hover {
  background-color: #f26d5c;
}

object,
embed {
  outline: 0;
}

ins {
  background-color: #ff0;
  text-decoration: none;
}

dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
  font-style: normal;
}

q,
blockquote {
  font-style: italic;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 0;
  padding: 15px 10px;
}

blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #ffaca1;
}

ul,
ol {
  margin-bottom: 20px;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  display: none;
}

#masthead {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1310px;
  position: relative;
  z-index: 2;
  padding: 25px 0;
  background: transparent;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border-radius: 48px;
}

@media (min-width: 768px) {
  #masthead {
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  #masthead {
    padding: 0 80px;
  }
}

@media (min-width: 768px) {
  #masthead {
    margin-top: 24px;
  }
}

@media (min-width: 1260px) {
  #masthead {
    margin-top: 48px;
  }
}

#masthead.sticky {
  position: fixed;
  margin-top: 16px;
  padding: 7px;
  width: calc(100% - 32px);
  max-width: 1310px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 8px 24px 0 rgba(89, 64, 45, 0.08);
  box-shadow: 0 8px 24px 0 rgba(89, 64, 45, 0.08);
}

@media (min-width: 768px) {
  #masthead.sticky {
    padding: 14px;
  }
}

@media (min-width: 1024px) {
  #masthead.sticky {
    width: calc(100% - 80px);
  }
}

#masthead .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  max-width: 1310px;
}

#masthead .container>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#masthead .container>div.logo-nav-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 1024px) {
  #masthead .container>div.logo-nav-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#masthead .container>div.right>div {
  display: none;
}

@media (min-width: 768px) {
  #masthead .container>div.right>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  #masthead .container>div.right {
    display: none;
  }
}

#masthead .logo-nav-wrap {
  /*position: absolute;
        left: 0;
        right: 0;*/
}

@media (min-width: 1024px) {
  #masthead .logo-nav-wrap {
    /*position: relative;
            left: auto;
            right: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#masthead .logo-nav-wrap .custom-logo-link {
  display: block;
  height: 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  #masthead .logo-nav-wrap .custom-logo-link {
    text-align: left;
    height: 56px;
    margin: 7px 6px;
  }
}

#masthead .logo-nav-wrap .custom-logo-link img {
  height: 100%;
  max-height: 100%;
  width: auto;
}

#masthead .wp-block-buttons .wp-block-button__link {
  margin: 0;
}

#masthead .wp-block-buttons .wp-block-button__link .cart-icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url(../img/cart-icon.svg) top left no-repeat;
  margin-left: 7px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
#masthead.sticky+#content {
  padding-top: 109px;
}

@media (min-width: 768px) {
  #masthead.sticky+#content {
    padding-top: 95px;
  }
}

@media (min-width: 1024px) {
  #masthead.sticky+#content {
    padding-top: 98px;
  }
}

/**
 * Menu toggle mobile
 */
.menu-toggle {
  padding: 0 0 0 16px;
}

.menu-toggle button {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #59402d;
  border: 0;
  padding: 19px 0;
  margin: 0;
  height: 59px;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-toggle button .stripes {
  text-align: center;
  top: 0px;
  outline: 0;
  width: 24px;
}

.menu-toggle button span.stripe {
  position: relative;
  z-index: 2;
  display: block;
  height: 3px;
  background: #59402d;
  margin-bottom: 4px;
  opacity: 1;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.menu-toggle button .text {
  margin-left: 12px;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-active {
  overflow: hidden;
}

.menu-active .menu-toggle span.stripe {
  opacity: 0;
}

.menu-active .menu-toggle span.stripe:first-child {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  margin: 10px 0 0 0;
}

.menu-active .menu-toggle span.stripe:last-child {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  margin: -10px 0 0 0;
}

.menu-active .menu-toggle button .text {
  display: none;
}

.menu-active #masthead {
  background: #fff;
  border-radius: 0;
  width: 100%;
  padding: 25px 0;
  margin-top: 0;
}

.menu-active #site-navigation {
  display: block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  max-height: calc(100vh - 109px);
  overflow: auto;
}

/** 
 * Menu
 */
#site-navigation {
  position: absolute;
  z-index: 999;
  background: #fdebe9;
  -webkit-box-shadow: 0 6px 5px 0 rgba(170, 170, 170, 0.5);
  box-shadow: 0 6px 5px 0 rgba(170, 170, 170, 0.5);
  padding: 50px 20px;
  -webkit-transform: translate(-100vw, 0%);
  transform: translate(-100vw, 0%);
  margin-top: 34px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  left: 0;
  width: calc(100% - 24px);
  text-align: center;
}

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

#site-navigation ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #59402d;
  text-decoration: none;
  text-align: center;
}

#site-navigation ul li a:hover {
  font-weight: bold;
}

#site-navigation ul li a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#site-navigation .wp-block-buttons {
  display: inline-block;
}

#site-navigation .wp-block-buttons .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media (min-width: 768px) {
  #site-navigation .wp-block-buttons {
    display: none;
  }
}

@media (min-width: 1024px) {
  #site-navigation {
    position: relative;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    left: auto;
    right: auto;
    width: auto;
    padding: 0;
    text-align: left;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #site-navigation ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #site-navigation ul li {
    margin-right: 1.5em;
  }

  #site-navigation .wp-block-buttons {
    display: block;
  }
}

@media (min-width: 1140px) {
  #site-navigation ul li {
    margin-right: 2em;
  }
}

@media (min-width: 768px) {
  .single-product-top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }

  .single-product-top .inner>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (min-width: 1024px) {
  .single-product-top .inner {
    gap: 60px;
  }
}

.single-product-top .inner .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-product-top .inner .image {
    margin-bottom: 0;
  }
}

.single-product-top .inner .swiper {
  position: relative;
  overflow: hidden;
}

.single-product-top .inner .swiper .swiper-slide {
  text-align: center;
}

.single-product-top .inner .price-val {
  font-size: 1.333em;
  margin-bottom: 1em;
}

.single-product-top .inner .label {
  font-weight: bold;
  margin-bottom: 10px;
}

body.single-product .single-product-top .swiper-button-next {
  right: 10px;
}

body.single-product .single-product-top .swiper-button-prev {
  left: 10px;
}

body.single-product .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

body.single-product .variations .radio-select input[type=radio] {
  display: none;
}

body.single-product .variations .radio-select input[type=radio]+label:before {
  display: none;
}

body.single-product .variations .radio-select input[type=radio]:checked+label {
  border-color: #f26d5c;
}

body.single-product .variations label {
  display: block;
  padding: 0.2em 0.866em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  background-color: #fdebe9;
  color: #f26d5c;
  border: 2px solid transparent;
}

body.single-product .variations label:hover {
  border-color: #f26d5c;
}

body.single-product .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single-product .buttons-wrap .amount {
  color: #f26d5c;
  font-size: 1.778em;
  font-weight: bold;
  margin: 0 0.3em 0 0;
  min-width: 37px;
}

body.single-product .buttons-wrap button {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
  margin: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single-product .buttons-wrap button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

body.single-product .buttons-wrap button:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

body.single-product .buttons-wrap button:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

body.single-product .buttons-wrap button:disabled:hover {
  background-color: #f26d5c;
}

body.single-product .buttons-wrap button:hover {
  background-color: #f26d5c;
}

body.single-product .buttons-wrap button.min {
  margin-right: 8px;
}

body.single-product .buttons-wrap button.min:after {
  content: '';
  width: 16px;
  height: 4px;
  background: #ffffff;
}

body.single-product .buttons-wrap button.plus:before {
  content: '';
  width: 4px;
  height: 16px;
  background: #ffffff;
}

body.single-product .buttons-wrap button.plus:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 4px;
  background: #ffffff;
}

body.single-product .buttons-wrap button.plus.add-to-cart {
  width: auto;
  padding: 1.3em 2em;
}

body.single-product .buttons-wrap button.plus.add-to-cart:before,
body.single-product .buttons-wrap button.plus.add-to-cart:after {
  display: none;
}

body.single-product .buttons-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-product .cta-wrap .buttons-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.single-product #step-products {
  margin-top: 40px;
}

/**
 * Animations
 */
/**
 * Order funnel
 */
body.in-order-funnel {
  background: #ffd7d1;
  background-image: url(../img/swirl-order-1024.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 85%;
}

body.in-order-funnel .wp-block-featured-products .products .product .card-front .image:after {
  background-color: #ffd7d1;
}

body.in-order-funnel .page-title {
  text-align: left;
  font-size: 1.778em;
  margin-top: 3em;
  padding: 0 0 0.5em 0;
}

#main {
  margin-bottom: 182px;
}

@media (min-width: 510px) {
  #main {
    margin-bottom: 129px;
  }
}

@media (min-width: 600px) {
  #main {
    margin-bottom: 113px;
  }
}

#main .panel {
  padding: 24px;
  margin-bottom: 2.1em;
  background: rgba(255, 255, 255, 0.6);
}

#main .panel p {
  font-size: 16px;
  max-width: 586px;
}

#main .step {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
  /**
         * Discounts
         */
}

#main .step.in {
  opacity: 1;
  height: auto;
  overflow: visible;
}

#main .step .inner {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 2px solid #ffffff;
}

#main .step h2 {
  font-size: 2.222em;
}

@media (min-width: 768px) {
  #main .step h2 {
    text-align: center;
    font-size: 2.6em;
  }
}

#main .step h3 {
  font-size: 1.778em;
}

#main .step p {
  max-width: 610px;
}

#main .step .radio-group {
  margin-bottom: 2.1em;
}

@media (min-width: 768px) {
  #main .step .radio-group .radio-select {
    display: inline-block;
    margin-right: 24px;
  }
}

#main .step .radio-group .radio-select input[type="radio"] {
  display: none;
}

#main .step .radio-group .radio-select input[type="radio"]+label:before {
  display: none;
}

#main .step .radio-group .radio-select label {
  position: relative;
  cursor: pointer;
  display: block;
  background: #ffffff;
  border: 4px solid transparent;
  text-align: center;
  padding: 10px 56px;
  margin-bottom: 24px;
  font-size: 1.111em;
  font-weight: bold;
  color: #f26d5c;
  font-size: 1.333em;
}

#main .step .radio-group .radio-select label .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 1em auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#main .step .radio-group .radio-select label input[type="radio"]:checked+label:before {
  width: 56px;
  height: 56px;
  top: -20px;
  left: -20px;
  background-size: 16px 16px;
}

@media (min-width: 768px) {
  #main .step .radio-group .radio-select label {
    padding: 13px 56px;
  }
}

#main .step .radio-group .radio-select label:hover {
  border-color: #f26d5c;
}

#main .step .radio-group .radio-select input[type="radio"]:checked+label {
  border-color: #f26d5c;
}

#main .step .radio-group .radio-select input[type="radio"]:checked+label:before {
  position: absolute;
  top: -12px;
  left: -12px;
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #f26d5c url(../img/check-mark.svg) 50% 50% no-repeat;
  background-size: 9px 9px;
  border-radius: 100%;
}

#main .step .radio-group .radio-select.delivery label .icon {
  background-image: url(../img/delivery.svg);
}

#main .step .radio-group .radio-select.pickup label .icon,
#main .step .radio-group .radio-select.donuts label .icon {
  background-image: url(../img/pickup.svg);
}

#main .step .radio-group .radio-select.vouchers label .icon {
  background-image: url(../img/shipping.svg);
}

#main .step .panel.discounts {
  max-width: 990px;
  margin: 0 auto 2em auto;
}

#main .step .panel.discounts h3 {
  font-size: 1.333em;
}

#main .step .panel.discounts .discounts {
  margin: 1em 0 1.5em 0;
}

#main .step .panel.discounts .discounts .discount {
  display: inline-block;
  font-weight: bold;
  margin-right: 8px;
  margin-bottom: 11px;
  display: table;
}

#main .step .panel.discounts .discounts .discount:before {
  content: "\2714\fe0e";
  /* color: #00b900; */
  margin-right: 5px;
}

@media (min-width: 600px) {
  #main .step .panel.discounts .discounts .discount {
    display: inline-block;
  }
}

#main .step #letter-donuts-other {
  margin-top: 1em;
}

#main #step-what .radio-group .radio-select {
  display: block;
  padding: 16px;
  text-decoration: none;
}

#main #step-what .radio-group .radio-select label {
  padding: 15px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main #step-what .radio-group .radio-select label .image-wrapper {
  margin: -19px -19px 15px -19px;
}

#main #step-what .radio-group .radio-select label:hover .image-wrapper {
  margin: -15px -15px 15px -15px;
}

#main #step-what .radio-group .radio-select input[type="radio"]:checked+label:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: #f26d5c url(../img/check-mark.svg) 50% 50% no-repeat;
  width: 56px;
  height: 56px;
  top: -20px;
  left: -20px;
  background-size: 16px 16px;
  border-radius: 100%;
}

#main #step-what .radio-group .radio-select input[type="radio"]:checked+label .image-wrapper {
  margin: -15px -15px 15px -15px;
}

#main #step-what .radio-group .radio-select p {
  margin: 0;
}

#main #step-what .radio-group .radio-select p.text-small {
  font-weight: normal;
  font-size: 18px;
}

#main #step-what .radio-group .radio-select.active label {
  border-color: #f26d5c;
}

#main #step-what .radio-group .radio-select.active label .image-wrapper {
  margin: -15px -15px 15px -15px;
}

#main #step-what .radio-group .radio-select.active label:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: #f26d5c url(../img/check-mark.svg) 50% 50% no-repeat;
  width: 56px;
  height: 56px;
  top: -20px;
  left: -20px;
  background-size: 16px 16px;
  border-radius: 100%;
}

@media (min-width: 768px) {
  #main #step-what .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -16px 0 -16px;
  }

  #main #step-what .radio-group .radio-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-right: 0;
  }
}

#main #step-1 .radio-group .radio-select {
  display: block;
}

#main #step-1 .radio-group .radio-select label {
  padding: 32px;
}

@media (min-width: 768px) {
  #main #step-1 .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }

  #main #step-1 .radio-group .radio-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
    margin-right: 0;
  }
}

#main #delivery_address_wrap {
  position: relative;
}

#main #delivery_address_wrap a.icon-edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  padding: 29px 20px;
  background-position: 50% 50%;
}

#main #delivery_address_wrap.editable a.icon-edit {
  display: block;
}

#main #step-pickup h2 {
  padding-bottom: 0.4em;
}

#main .wp-block-buttons.continu {
  margin-top: 2.1em;
}

#main .wp-block-buttons.continu .cta-wrap .buttons-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#main .wp-block-buttons.continu .cta-wrap .buttons-wrap button.plus.add-to-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#main .wp-block-buttons.info .wp-block-button__link {
  padding: 10px 15px;
}

#main .wp-block-buttons.info .wp-block-button__link:before {
  content: 'i';
  width: 32px;
  height: 32px;
  text-align: center;
  color: #143d66;
  background-color: #ffffff;
  border-radius: 32px;
  margin-right: 0.5em;
  margin-left: -3px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main .wp-block-buttons.info .wp-block-button__link .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#main #step-products.vouchers .panel.discounts {
  display: none;
}

#main #step-products.donuts #letter-donuts .panel.discounts {
  display: none;
}

#main #step-products.letter_donuts .panel.discounts {
  display: none;
}

#main #step-products.letter_donuts #letter-donuts .panel.discounts {
  display: block;
}

#main #letter-donuts {
  padding: 0 16px;
  margin-top: 32px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#main #letter-donuts .flex {
  margin-bottom: 2em;
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  #main #letter-donuts .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #main #letter-donuts .flex .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 21px);
    flex: 0 0 calc(50% - 21px);
    width: calc(50% - 21px);
    background-size: cover;
    background-position: 50% 50%;
  }

  #main #letter-donuts .flex .image img {
    display: none;
  }

  #main #letter-donuts .flex .order {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (min-width: 1120px) {
  #main #letter-donuts .flex .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 21px);
    flex: 0 0 calc(33.33% - 21px);
    width: calc(33.33% - 21px);
  }
}

#main #letter-donuts .flex .order {
  padding: 16px;
  color: #59402d;
}

@media (min-width: 500px) {
  #main #letter-donuts .flex .order {
    padding: 32px;
  }
}

@media (min-width: 1024px) {
  #main #letter-donuts .flex .order {
    padding: 40px;
  }
}

#main #letter-donuts .flex .order h4.title {
  color: #59402d;
  font-size: 1.778em;
}

@media (min-width: 600px) {
  #main #letter-donuts .flex .order h4.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #main #letter-donuts .flex .order h4.title .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

#main #letter-donuts .flex .order h4.title .info {
  display: inline-block;
  width: 32px;
  height: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-radius: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #143d66;
  margin-left: 0.5em;
}

#main #letter-donuts .flex .order .label-wrap {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main #letter-donuts .flex .order .label-wrap label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#main #letter-donuts .flex .order input {
  background-color: #fff4f2;
  width: 100%;
  text-transform: uppercase;
}

#main #letter-donuts .flex .order .order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#main #letter-donuts .flex .order .order-wrap .price-value {
  font-size: 1.778em;
  font-weight: bold;
  margin-right: 1em;
}

#main #letter-donuts .flex .order .order-wrap button {
  margin: 0;
}

#main #letter-donuts .flex .order p {
  max-width: 100%;
}

#main #letter-donuts .flex .order .panel {
  background-color: #fdebe9;
  margin: 0;
}

#main #letter-donuts .flex .order .panel h4 {
  color: #143d66;
}

#main #letter-donuts .flex .order .panel p {
  color: #143d66;
  margin: 0;
}

/**
 * Header
 */
#masthead.order-page {
  margin-top: 20px;
  padding: 20px 15px 20px 20px;
}

#masthead.order-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 510px) {
  #masthead.order-page .flex {
    width: 66.67%;
  }
}

#masthead.order-page .flex>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#masthead.order-page .flex .back a {
  text-decoration: none;
}

#masthead.order-page .flex .back a:before {
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 15px;
  display: inline-block;
  background-image: url(../img/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#masthead.order-page .flex .site-branding {
  text-align: right;
}

@media (min-width: 510px) {
  #masthead.order-page .flex .site-branding {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #masthead.order-page .flex .site-branding .custom-logo-link img {
    width: 64px;
    height: 56px;
  }
}

/**
 * Location modal
 */
#modal-location-info .modal-body h4 {
  font-size: 1em;
}

#modal-location-info .modal-body .city h3 {
  font-size: 1.333em;
  border-bottom: 3px solid #f26d5c;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #modal-location-info .modal-body .city .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #modal-location-info .modal-body .city .locations .location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

a.icon-edit {
  display: inline-block;
  width: 18px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/edit-pencil.svg);
}

a.icon-remove {
  display: inline-block;
  width: 18px;
  height: 21px;
  margin-left: 5px;
  background: url(../img/trash.svg);
}

/**
 * Footer
 */
#footer-funnel,
#footer-order-page {
  opacity: 0;
  -webkit-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#footer-funnel.in,
#footer-order-page.in {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#footer-order-page {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#footer-order-page #checkout-bar {
  text-align: center;
  padding: 16px 0;
}

@media (min-width: 510px) {
  #footer-order-page #checkout-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-height: 800px) {
  #footer-order-page #checkout-bar {
    padding: 24px 0;
  }
}

#footer-order-page #checkout-bar #order-summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 1260px) {
  #footer-order-page #checkout-bar #order-summary {
    display: none;
  }
}

#footer-order-page #checkout-bar #order-summary .summary-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  text-align: left;
}

@media (min-height: 800px) {
  #footer-order-page #checkout-bar #order-summary .summary-text {
    margin-bottom: 24px;
  }
}

@media (min-width: 510px) {
  #footer-order-page #checkout-bar #order-summary .summary-text {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#footer-order-page #checkout-bar #order-summary .summary-text .text {
  font-weight: bold;
}

#footer-order-page #checkout-bar #order-summary .summary-text .view-close {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: right;
}

@media (min-width: 510px) {
  #footer-order-page #checkout-bar #order-summary .summary-text .view-close {
    text-align: left;
  }
}

#footer-order-page #checkout-bar #order-summary .summary-text .view-close .close {
  display: none;
}

#footer-order-page #checkout-bar .summary-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 510px) {
  #footer-order-page #checkout-bar .summary-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#footer-order-page #checkout-bar .summary-button .wp-block-button__link {
  margin: 0;
  width: 100%;
}

#footer-order-page #checkout-bar #order-details {
  display: none;
  text-align: left;
}

#footer-order-page #checkout-bar #order-details .block .title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media (max-width: 1259px) {
  #footer-order-page #checkout-bar #order-details {
    background: #ffffff;
    text-align: left;
    position: absolute;
    bottom: 142px;
    left: 0;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #ffd9d4;
  }
}

@media (max-width: 1259px) and (min-width: 510px) {
  #footer-order-page #checkout-bar #order-details {
    bottom: 97px;
  }
}

@media (max-width: 1259px) {
  #footer-order-page #checkout-bar #order-details.in {
    display: block;
  }

  #footer-order-page #checkout-bar #order-details .content,
  #footer-order-page #checkout-bar #order-details .header {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1260px;
  }
}

@media (max-width: 1259px) and (min-width: 768px) {

  #footer-order-page #checkout-bar #order-details .content,
  #footer-order-page #checkout-bar #order-details .header {
    padding: 0 32px;
  }
}

@media (max-width: 1259px) and (min-width: 1024px) {

  #footer-order-page #checkout-bar #order-details .content,
  #footer-order-page #checkout-bar #order-details .header {
    padding: 0 80px;
  }
}

@media (max-width: 1259px) {
  #footer-order-page #checkout-bar #order-details .block {
    margin: 24px 0;
  }

  #footer-order-page #checkout-bar #order-details .block .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #footer-order-page #checkout-bar #order-details .block .value .text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #footer-order-page #checkout-bar #order-details .header:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  #footer-order-page #checkout-bar #order-details .header h3 {
    font-size: 1.33em;
    float: left;
  }

  #footer-order-page #checkout-bar #order-details .header .close {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 99;
    margin-top: -2px;
    background: transparent;
    color: #f26d5c;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    float: right;
    outline: none;
    font-size: 42px;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 39px;
    line-height: 25px;
    color: #143d66;
  }

  #footer-order-page #checkout-bar #order-details .header .close:hover,
  #footer-order-page #checkout-bar #order-details .header .close:focus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 1259px) and (min-width: 768px) {
  #footer-order-page #checkout-bar #order-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #footer-order-page #checkout-bar #order-details .block {
    margin: 0 1em 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #footer-order-page #checkout-bar #order-details .block .value {
    font-size: 0.9em;
    display: block;
  }
}

@media (max-width: 1259px) and (min-width: 810px) {
  #footer-order-page #checkout-bar #order-details .block .value {
    font-size: 1em;
  }
}

@media (min-width: 1260px) {
  #footer-order-page #checkout-bar #order-details {
    display: block;
  }

  #footer-order-page #checkout-bar #order-details .header {
    display: none;
  }

  #footer-order-page #checkout-bar #order-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #footer-order-page #checkout-bar #order-details .block {
    margin-right: 3em;
  }

  #footer-order-page #checkout-bar #order-details .block .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.edit-order .order-products .product img.tiny,
.order-details .order-products .product img.tiny {
  max-width: 48px;
  margin: 0 16px 0 0;
}

.edit-order .order-products .row.total,
.order-details .order-products .row.total {
  font-weight: 700;
  font-size: 1.333em;
}

body.is-checkout-page h2 {
  font-size: 2.667em;
}

@media (min-width: 768px) {
  body.is-checkout-page h2 {
    font-size: 3.11em;
  }
}

body.is-checkout-page #checkout_form {
  /*#billing_btn {
            background: map-get($colors, 'light');
            color: map-get($colors, 'fourth');
        }*/
}

body.is-checkout-page #checkout_form input[type="radio"]+label:before,
body.is-checkout-page #checkout_form input[type="checkbox"]+label:before {
  background-image: url("../img/sprite-pretty-checkable-white.png");
}

body.is-checkout-page #checkout_form input[type="radio"]+label,
body.is-checkout-page #checkout_form input[type="checkbox"]+label {
  display: inline-block;
}

body.is-checkout-page #checkout_form .info {
  display: inline-block;
  width: 32px;
  height: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-radius: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #143d66;
  margin-left: 0.5em;
}

body.is-checkout-page #checkout_form #reusable_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

body.is-checkout-page #checkout_form .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.is-checkout-page #checkout_form .name .cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.is-checkout-page #checkout_form .name .cell:first-child {
  padding-right: 10px;
}

body.is-checkout-page #checkout_form .name .cell:last-child {
  padding-left: 10px;
}

body.is-checkout-page #checkout_form div.date-select {
  max-width: 100%;
}

body.is-checkout-page #checkout_form div.date-select:after {
  top: 46px;
}

body.is-checkout-page #checkout_form .flex .col h3 {
  font-size: 1.778em;
}

@media (min-width: 768px) {
  body.is-checkout-page #checkout_form .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }

  body.is-checkout-page #checkout_form .flex .col {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 16px;
  }
}

@media (min-width: 1260px) {
  body.is-checkout-page #checkout_form .flex {
    margin: 0 -20px;
  }

  body.is-checkout-page #checkout_form .flex .col {
    padding: 0 20px;
  }
}

body.is-checkout-page #checkout_form .panel .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}

body.is-checkout-page #checkout_form .panel .row .left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

body.is-checkout-page #checkout_form .panel .row:last-child {
  margin-bottom: 0;
}

body.is-checkout-page #checkout_form .panel.order-products .row {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.is-checkout-page #checkout_form .panel.order-products .row.removed {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

body.is-checkout-page #checkout_form .panel.order-products .row .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-input .left input {
  width: 100%;
  font-weight: normal;
  text-align: left;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-input .right .button {
  padding: 0.6em 1em;
  margin: 0;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-input #coupon_remove {
  display: none;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-input.has-coupon #coupon_apply {
  display: none;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-input.has-coupon #coupon_remove {
  display: block;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-errors {
  margin: 0;
}

body.is-checkout-page #checkout_form .panel.order-products .row.coupon-errors .coupon-error {
  display: none;
  color: #cc341f;
  font-weight: normal;
  margin: 0.4em 0 1em 0;
}

body.is-checkout-page #checkout_form .panel.order-products .row.subtotal {
  margin-top: 1em;
}

body.is-checkout-page #checkout_form .panel.order-products .row.total {
  margin-top: 0.8em;
}

body.is-checkout-page #checkout_form .panel.order-products img.tiny {
  max-width: 48px;
  margin: 0 16px 0 0;
}

body.is-checkout-page #checkout_form .panel.order-products input {
  width: 55px;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  margin: 0 16px 0 0;
}

body.is-checkout-page #checkout_form .panel.order-products .row.total {
  font-weight: bold;
  font-size: 1.333em;
}

body.is-checkout-page #checkout_form .panel.order-payment-methods {
  background: #ffffff;
}

body.is-checkout-page #checkout_form .panel.order-payment-methods h4 {
  font-size: 1.333em;
}

body.is-checkout-page #checkout_form .panel.order-payment-methods label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.is-checkout-page #checkout_form .panel.order-payment-methods label img {
  margin-left: 0.5em;
}

.form-group {
  margin: 10px 0;
}

input[type="tel"],
input[type="date"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  padding: 1.1em 1.55em;
  border: none;
  max-width: 100%;
  color: #143d66;
  margin: 0 0 1em 0;
  width: 100%;
  display: block;
}

input[type="tel"]:disabled,
input[type="date"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
  background: #ffffff;
  opacity: 0.65;
  cursor: not-allowed;
}

input[type="tel"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: none;
}

input[type="tel"].error,
input[type="tel"].hf-invalid,
input[type="date"].error,
input[type="date"].hf-invalid,
input[type="email"].error,
input[type="email"].hf-invalid,
input[type="date"].error,
input[type="date"].hf-invalid,
input[type="search"].error,
input[type="search"].hf-invalid,
input[type="text"].error,
input[type="text"].hf-invalid,
input[type="email"].error,
input[type="email"].hf-invalid,
input[type="number"].error,
input[type="number"].hf-invalid,
input[type="password"].error,
input[type="password"].hf-invalid,
textarea.error,
textarea.hf-invalid,
select.error,
select.hf-invalid {
  border: 2px solid #cc341f;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-icon.svg) no-repeat #ffffff;
  background-position: calc(100% - 10px) center;
  padding-right: 36px;
}

textarea {
  height: 160px;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69839d;
  opacity: 1;
  /* Firefox */
  text-transform: none;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69839d;
  opacity: 1;
  /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69839d;
  opacity: 1;
  /* Firefox */
  text-transform: none;
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69839d;
  opacity: 1;
  /* Firefox */
  text-transform: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69839d;
  opacity: 1;
  /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #69839d;
  text-transform: none;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #69839d;
  text-transform: none;
}

label {
  font-weight: bold;
}

div.date-select {
  position: relative;
  width: 100%;
  max-width: 500px;
}

div.date-select input {
  width: 100%;
  padding: 1.1em 42px 1.1em 1.55em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.date-select:after {
  content: '';
  right: 20px;
  top: 15px;
  height: 23px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/select-icon-date.svg);
}

div.select {
  max-width: 500px;
}

div.ginput_container.ginput_container_date {
  position: relative;
  width: 100%;
}

div.ginput_container.ginput_container_date input {
  width: 100%;
  padding: 1.1em 42px 1.1em 1.55em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.ginput_container.ginput_container_date:after {
  content: '';
  right: 20px;
  top: 15px;
  height: 23px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/select-icon-date.svg);
}

input[type="radio"] {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  display: block;
}

input[type="radio"]+label {
  cursor: pointer;
}

input[type="radio"]+label:before {
  content: ' ';
  margin: 4px 10px 0 0;
  width: 20px;
  height: 20px;
  float: left;
  background: url("../img/sprite-pretty-checkable.png");
  background-position: 0px 0px;
}

input[type="radio"]:hover+label:before {
  background-position: 60px 0px;
}

input[type="radio"]:checked+label:before {
  background-position: 40px 0px;
}

input[type="radio"]:checked:hover+label:before {
  background-position: 20px 0px;
}

input[type="checkbox"] {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  display: block;
}

input[type="checkbox"]+label {
  cursor: pointer;
}

input[type="checkbox"]+label:before {
  content: ' ';
  margin: 4px 10px 0 0;
  width: 20px;
  height: 20px;
  float: left;
  background: url("../img/sprite-pretty-checkable.png");
  background-position: 0px 20px;
}

input[type="checkbox"]:hover+label:before {
  background-position: 60px 20px;
}

input[type="checkbox"]:checked+label:before {
  background-position: 40px 20px;
}

input[type="checkbox"]:checked:hover+label:before {
  background-position: 20px 20px;
}

/**
 * Validation
 */
span.error {
  display: block;
  color: #cc341f;
  font-weight: normal;
  margin: -0.6em 0 1em 0;
}

.hf-warning {
  /* make sure, \n is preserved in messages. */
  white-space: pre-line;
  font-weight: normal;
  margin-bottom: 1em;
  color: #cc341f;
}

.hf-warning.succes {
  border: 1px solid;
  margin-top: 8px;
  padding: 12.992px 24px;
  margin-bottom: 1.6em;
  background-color: #a0eca7;
  border-color: #104f16;
  color: #143d66;
}

.hf-warning.normal {
  color: #143d66;
}

.hf-warning:empty,
.hf-warning.hidden {
  display: none;
}

.hf-invalid:focus+.hf-warning:not(:empty) {
  display: block;
}

:invalid:focus+.hf-warning:not(:empty) {
  display: block;
}

fieldset {
  padding: 10px 15px;
  margin: 40px 0 40px 0;
  border: 2px dotted #143d66;
}

/**
 * Password strength
 */
.password-strength {
  display: none;
  background-color: none;
  border: 1px solid #dcdcde;
  color: #1d2327;
  margin: -1px 1px 5px;
  padding: 3px 5px;
  text-align: center;
  width: 100%;
}

.password-strength.short,
.password-strength.unknown,
.password-strength.mismatch {
  display: block;
  background-color: #f6c8c1;
  border-color: #cc341f;
}

.password-strength.bad {
  display: block;
  background-color: #f6c8c1;
  border-color: #cc341f;
}

.password-strength.good {
  display: block;
  background-color: #febe7e;
  border-color: #af5801;
}

.password-strength.strong {
  display: block;
  background-color: #50db5d;
  border-color: #104f16;
}

.radio-group span.error,
.checkbox-group span.error {
  margin: 1em 0 0 0;
}

/**
 * Gravity forms stijling
 */
#content .gform_wrapper input[type="tel"],
#content .gform_wrapper input[type="date"],
#content .gform_wrapper input[type="email"],
#content .gform_wrapper input[type="date"],
#content .gform_wrapper input[type="search"],
#content .gform_wrapper input[type="text"],
#content .gform_wrapper input[type="email"],
#content .gform_wrapper input[type="number"],
#content .gform_wrapper input[type="password"],
#content .gform_wrapper textarea,
#content .gform_wrapper select {
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  padding: 1.1em 1.55em;
  border: none;
  max-width: 100%;
  color: #143d66;
  margin: 0 0 1em 0;
  width: 100%;
  display: block;
}

#content .gform_wrapper input[type="tel"]:disabled,
#content .gform_wrapper input[type="date"]:disabled,
#content .gform_wrapper input[type="email"]:disabled,
#content .gform_wrapper input[type="date"]:disabled,
#content .gform_wrapper input[type="search"]:disabled,
#content .gform_wrapper input[type="text"]:disabled,
#content .gform_wrapper input[type="email"]:disabled,
#content .gform_wrapper input[type="number"]:disabled,
#content .gform_wrapper input[type="password"]:disabled,
#content .gform_wrapper textarea:disabled,
#content .gform_wrapper select:disabled {
  background: #ffffff;
  opacity: 0.65;
  cursor: not-allowed;
}

#content .gform_wrapper input[type="tel"]:focus,
#content .gform_wrapper input[type="date"]:focus,
#content .gform_wrapper input[type="email"]:focus,
#content .gform_wrapper input[type="date"]:focus,
#content .gform_wrapper input[type="search"]:focus,
#content .gform_wrapper input[type="text"]:focus,
#content .gform_wrapper input[type="email"]:focus,
#content .gform_wrapper input[type="number"]:focus,
#content .gform_wrapper input[type="password"]:focus,
#content .gform_wrapper textarea:focus,
#content .gform_wrapper select:focus {
  outline: none;
  border: none;
}

#content .gform_wrapper input[type="tel"].error,
#content .gform_wrapper input[type="tel"].hf-invalid,
#content .gform_wrapper input[type="date"].error,
#content .gform_wrapper input[type="date"].hf-invalid,
#content .gform_wrapper input[type="email"].error,
#content .gform_wrapper input[type="email"].hf-invalid,
#content .gform_wrapper input[type="date"].error,
#content .gform_wrapper input[type="date"].hf-invalid,
#content .gform_wrapper input[type="search"].error,
#content .gform_wrapper input[type="search"].hf-invalid,
#content .gform_wrapper input[type="text"].error,
#content .gform_wrapper input[type="text"].hf-invalid,
#content .gform_wrapper input[type="email"].error,
#content .gform_wrapper input[type="email"].hf-invalid,
#content .gform_wrapper input[type="number"].error,
#content .gform_wrapper input[type="number"].hf-invalid,
#content .gform_wrapper input[type="password"].error,
#content .gform_wrapper input[type="password"].hf-invalid,
#content .gform_wrapper textarea.error,
#content .gform_wrapper textarea.hf-invalid,
#content .gform_wrapper select.error,
#content .gform_wrapper select.hf-invalid {
  border: 2px solid #cc341f;
}

#content .gform_wrapper input[type=submit] {
  background-color: #fcbc58;
  color: #59402d;
}

#content .gform_wrapper input[type=submit]:hover,
#content .gform_wrapper input[type=submit]:focus {
  color: #59402d;
  background-color: #ffcf85;
}

#content .gform_wrapper .gfield_required {
  color: #143d66;
}

#content .gform_wrapper div.validation_error {
  border: none;
  color: #cc341f;
  text-align: left;
}

#content .gform_wrapper .gfield_error .gfield_label,
#content .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
#content .gform_wrapper li.gfield_error ul.gfield_checkbox,
#content .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #143d66;
}

#content .gform_wrapper li.gfield.gfield_error,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
}

#content .gform_wrapper li.gfield.gfield_error input[type="tel"],
#content .gform_wrapper li.gfield.gfield_error input[type="date"],
#content .gform_wrapper li.gfield.gfield_error input[type="email"],
#content .gform_wrapper li.gfield.gfield_error input[type="date"],
#content .gform_wrapper li.gfield.gfield_error input[type="search"],
#content .gform_wrapper li.gfield.gfield_error input[type="text"],
#content .gform_wrapper li.gfield.gfield_error input[type="email"],
#content .gform_wrapper li.gfield.gfield_error input[type="number"],
#content .gform_wrapper li.gfield.gfield_error input[type="password"],
#content .gform_wrapper li.gfield.gfield_error textarea,
#content .gform_wrapper li.gfield.gfield_error select,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="tel"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="date"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="email"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="date"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="search"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="text"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="email"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="number"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="password"],
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select {
  border: 2px solid #cc341f;
}

#content .gform_wrapper .validation_message {
  font-size: 1em;
  padding: 0;
  margin: -.6em 0 0 0;
  font-weight: normal;
  color: #cc341f;
}

#content .gform_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#content .ginput_container_checkbox,
#content .ginput_container_radio {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 1em;
}

#content .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
#content .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: 0px !important;
}

#content .gform_wrapper .gsection {
  padding-bottom: 1em;
  border-bottom: 2px solid #ffffff;
}

/**
 * Datepicker (gravity forms) tweaks
 */
.ui-datepicker .ui-datepicker-title select {
  padding: 0.5em;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  background: #f26d5c;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/arrow-gf-datepicker.png);
}

.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled {
  background: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #f26d5c;
  text-shadow: none;
  margin: 0;
  border: none;
  color: #fff;
}

body #content .gform_wrapper img.ui-datepicker-trigger {
  display: none;
}

@-webkit-keyframes "fpFadeInDown" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes "fpFadeInDown" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowRight:before {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before {
  top: 100%;
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  top: 100%;
  border-top-color: #fff;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input {
  display: inline-block;
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer {
  padding: 1px 0 0 0;
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.prevMonthDay.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.nextMonthDay.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.prevMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.prevMonthDay:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.prevMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.nextMonthDay:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected {
  background: #f26d5c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #f26d5c;
}

.flatpickr-day.selected:focus {
  background: #f26d5c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #f26d5c;
}

.flatpickr-day.selected:hover {
  border-color: #f26d5c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #f26d5c;
}

.flatpickr-day.startRange {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.startRange:focus {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.startRange:hover {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange:focus {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange:hover {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.inRange {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.startRange.inRange {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange.inRange {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.prevMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.startRange.prevMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange.prevMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.startRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.notAllowed.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
  background: #eee;
}

.flatpickr-time input:hover {
  background: #eee;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute {
  font-weight: 400;
}

.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover {
  background: #eee;
}

.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

.custom-select-container {
  position: relative;
  z-index: 998;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em 0;
  width: 100%;
  max-width: 500px;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-container .custom-select-option {
  padding: 0.5em;
  cursor: pointer;
}

.custom-select-container .custom-select-option.has-focus,
.custom-select-container .custom-select-option.is-selected {
  font-weight: bold;
}

.custom-select-container .custom-select-option.is-selected::before {
  font-weight: bold;
}

.custom-select-container.is-disabled {
  opacity: .65;
}

.custom-select-container.is-disabled .custom-select-option,
.custom-select-container.is-disabled .custom-select-opener {
  cursor: not-allowed;
}

.custom-select-container .custom-select-opener {
  position: relative;
  background: #ffffff;
  font-size: 1rem;
  padding: 1.1em 1.55em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container .custom-select-opener:focus {
  outline: none;
}

.custom-select-container .custom-select-opener:after {
  position: absolute;
  right: 20px;
  content: '';
  height: 32px;
  width: 20px;
  display: inline-block;
  background: url(../img/select-icon.svg) no-repeat #ffffff;
  background-position: 50% 50%;
}

.custom-select-container.is-open .custom-select-opener:after {
  -webkit-transform: ratote();
  transform: ratote();
}

.custom-select-container.is-open .custom-select-panel {
  max-height: none;
  overflow-y: auto;
  margin-bottom: 1em;
}

.custom-select-panel {
  margin-top: 0.5em;
  max-height: 0;
  -webkit-transition: max-height .3s ease-out, overflow-y 0.1s 0.3s;
  transition: max-height .3s ease-out, overflow-y 0.1s 0.3s;
  overflow: hidden;
  background-color: #ffffff;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000001;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.centered .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.centered.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.modal.centered.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #fdebe9;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-header {
  padding: 32px 20px 0 32px;
  min-height: 68px;
}

.modal-header .close {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 99;
  margin-top: -2px;
  background: transparent;
  color: #f26d5c;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  outline: none;
  font-size: 42px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.modal-header .close:hover,
.modal-header .close:focus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-header .modal-title {
  font-size: 1.556em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 32px;
}

.modal-body h4 {
  font-size: 1.333em;
}

.modal-footer {
  padding: 25px;
  text-align: center;
}

.modal-footer .wp-block-button {
  display: inline-block;
}

.modal-footer .wp-block-button.is-style-donut .wp-block-button__link {
  padding-left: 4.2em;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/**
 * Fix header glitch
 */
body.modal-open #masthead.sticky {
  right: calc(var(--scrollbar-width));
  width: calc((100vw - var(--scrollbar-width)) - 32px);
}

@media (min-width: 768px) {
  body.modal-open #masthead.sticky {
    width: calc((100vw - var(--scrollbar-width)) - 64px);
  }
}

@media (min-width: 1024px) {
  body.modal-open #masthead.sticky {
    width: calc((100vw - var(--scrollbar-width)) - 160px);
  }
}

@media (min-width: 1440px) {
  body.modal-open #masthead.sticky {
    right: var(--scrollbar-width);
  }
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: #f26d5c;
  background-size: 16px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
  right: auto;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy40IDEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik03LjQsMTAuNkwyLjgsNmw0LjYtNC42TDYsMEwwLDZsNiw2TDcuNCwxMC42eiIvPjwvc3ZnPg0K);
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background: #f26d5c;
  background-size: 16px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 0px;
  left: auto;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy40IDEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik0wLDEuNEw0LjYsNkwwLDEwLjZMMS40LDEybDYtNmwtNi02TDAsMS40eiIvPjwvc3ZnPg);
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  margin-top: 1em;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  border: tramsparent;
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f26d5c;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f26d5c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-container-android .swiper-slide {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/**
 * Index page
 */
.blog #main article,
.archive #main article,
.search #main article {
  margin: 0 0 25px 0;
  padding: 20px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.blog #main article .entry-title,
.archive #main article .entry-title,
.search #main article .entry-title {
  font-size: 2.222em;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.blog #main article .content-wrap,
.archive #main article .content-wrap,
.search #main article .content-wrap {
  display: block;
}

@media (min-width: 600px) {

  .blog #main article .content-wrap,
  .archive #main article .content-wrap,
  .search #main article .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog #main article .content-wrap .featured-image,
.archive #main article .content-wrap .featured-image,
.search #main article .content-wrap .featured-image {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

@media (min-width: 600px) {

  .blog #main article .content-wrap .featured-image,
  .archive #main article .content-wrap .featured-image,
  .search #main article .content-wrap .featured-image {
    margin-bottom: 0;
  }
}

.blog #main article .content-wrap .text,
.archive #main article .content-wrap .text,
.search #main article .content-wrap .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {

  .blog #main article .content-wrap .text,
  .archive #main article .content-wrap .text,
  .search #main article .content-wrap .text {
    padding: 0 0 0 20px;
  }
}

.blog #main article .content-wrap .text .excerpt,
.archive #main article .content-wrap .text .excerpt,
.search #main article .content-wrap .text .excerpt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.blog #main article .content-wrap .text .more,
.archive #main article .content-wrap .text .more,
.search #main article .content-wrap .text .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 600px) {

  .blog #main article .content-wrap .text .more,
  .archive #main article .content-wrap .text .more,
  .search #main article .content-wrap .text .more {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.blog #main article .content-wrap .text .more a,
.archive #main article .content-wrap .text .more a,
.search #main article .content-wrap .text .more a {
  margin-bottom: 0;
}

/**
 * Single post
 */
.single-post .single-nav-area {
  padding: 33px 0px;
  margin-bottom: 45px;
}

.single-post .single-nav-area .single-nav-left,
.single-post .single-nav-area .single-nav-right {
  text-transform: uppercase;
  font-weight: normal;
}

.single-post .single-nav-area .single-nav-left .fa,
.single-post .single-nav-area .single-nav-right .fa {
  margin: 0 5px;
}

.single-post .single-nav-area .single-nav-right {
  float: right;
}

.single-post .single-nav-area a {
  text-decoration: none;
}

/**
 * Custom login form
 */
#checkout_login {
  border: 2px dotted #143d66;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px 25px;
  margin-bottom: 45px;
  /*:invalid + .hf-warning {
    position: relative;
  }*/
}

#checkout_login .row {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #checkout_login .row {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px;
  }
}

#checkout_login input[type="email"],
#checkout_login input[type="password"] {
  width: 100%;
}

#checkout_login input[type="submit"] {
  margin-bottom: 0;
}

.account-block #loginform,
.account-block #lost_password,
.account-block #set_password_form {
  border: 2px dotted;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px 25px;
  margin-bottom: 45px;
}

.account-block #loginform input,
.account-block #lost_password input,
.account-block #set_password_form input {
  width: 100%;
}

.account-block #loginform :invalid+.hf-warning,
.account-block #lost_password :invalid+.hf-warning,
.account-block #set_password_form :invalid+.hf-warning {
  position: relative;
}

.account-block #loginform input[type=submit],
.account-block #loginform input.button,
.account-block #lost_password input[type=submit],
.account-block #lost_password input.button,
.account-block #set_password_form input[type=submit],
.account-block #set_password_form input.button {
  width: auto;
}

.account-block #menu_account {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-block #menu_account li {
  padding: 10px 0;
}

.account-block #menu_account li a {
  font-weight: bold;
  text-decoration: none;
}

.account-block ul.orders {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.account-block ul.orders li {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px dotted;
}

@media (min-width: 550px) {
  .account-block ul.orders li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.account-block ul.orders li>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-block ul.orders li>div.order-date {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.account-block ul.orders li>div.order-id {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.account-block ul.orders li>div.order-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 70px;
}

.account-block ul.orders li>div.button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
}

.account-block ul.orders li>div .label {
  color: #999;
}

.account-block ul.orders li>div .value {
  font-weight: bold;
}

.account-block ul.orders li>div a.button {
  text-align: center;
}

.account-block .panel-right h3 {
  font-size: 26px;
}

/**
 * The product list can be shown on other places to
 */
div.order-details h3 {
  font-size: 26px;
}

div.order-details .order-summary,
div.order-details .address-company-wrap {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px dotted;
  padding: 15px 0;
}

@media (min-width: 782px) {
  div.order-details .order-summary {
    display: block;
  }
}

@media (min-width: 1024px) {
  div.order-details .order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  div.order-details .order-summary>.wp-block-column:first-child {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  div.order-details .order-summary>.wp-block-column:last-child {
    -ms-flex-preferred-size: 168px;
    flex-basis: 168px;
  }
}

div.order-details .order-summary .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.order-details .order-summary .row .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  font-weight: bold;
}

div.order-details .order-summary .row .value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

div.order-details .order-summary .button.invoice,
div.order-details .order-summary .button.track-delivery {
  text-align: center;
  width: 100%;
  font-size: 12px;
}

div.order-details .panel {
  padding: 24px;
  margin-bottom: 2.1em;
  background: rgba(255, 255, 255, 0.6);
}

.delivery-live-tracking #order_status {
  margin-top: 3em;
  margin-bottom: 3em;
}

.delivery-live-tracking #order_status #donut_progress .meter {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: auto;
  background: url(../img/donut-btn-primary.svg);
  background-size: 100%;
  border-radius: 50%;
}

.delivery-live-tracking #order_status #donut_progress .meter .progress {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.delivery-live-tracking #order_status #donut_progress .meter.delivered {
  background-image: url(../img/donut-btn-primary-eat.svg);
}

.delivery-live-tracking #order_status #donut_progress .meter.delivered .progress {
  display: none;
}

.delivery-live-tracking #order_status #text {
  background: #fdebe9;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.delivery-live-tracking #order_status #text h2 {
  font-size: 28px;
}

.delivery-live-tracking .order-summary {
  text-align: center;
}

/**************************************************************************************************/
/*     PAGINATION
/**************************************************************************************************/
.pagination-wrap {
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
}

.pagination-wrap .pagination {
  margin-bottom: 0;
  margin-top: 0;
}

.pagination-wrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
}

.pagination-wrap .pagination>li {
  display: inline;
}

.pagination-wrap .pagination>li>a,
.pagination-wrap .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  margin: 1px;
  border-radius: 5px;
  border-bottom: none;
  color: #143d66;
  padding: 10px 15px;
  background: #ffaca1;
}

.pagination-wrap .pagination>li>a:hover,
.pagination-wrap .pagination>li>span:hover,
.pagination-wrap .pagination>li>a:focus,
.pagination-wrap .pagination>li>span:focus {
  color: #143d66;
}

.pagination-wrap .pagination .current {
  background-color: #f26d5c;
  color: #fff;
}

.pagination-wrap .pagination .current:hover,
.pagination-wrap .pagination .current span:hover {
  color: #fff;
}

:root {
  --scrollbar-width: 20px;
}

/**
 * Colors
 */
/**
 *   Buttons
 */
/**
 *   Blockquotes
 */
/**
 *   Pagination
 */

/**
 * Full width
 */
@media (min-width: 830px) {
  body.front .alignwide {
    max-width: 1260px;
  }
}

@media (min-width: 1024px) {
  body.front .alignwide {
    margin-left: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2 + 80px);
    margin-right: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2 + 80px);
  }
}

@media (min-width: 1440px) {
  body.front .alignwide {
    margin-left: -215px;
    margin-right: -215px;
  }
}

body.front .alignfull {
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 768px) {
  body.front .alignfull {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media (min-width: 1024px) {
  body.front .alignfull {
    margin-right: -80px;
    margin-left: -80px;
  }
}

@media (min-width: 830px) {
  body.front .alignfull {
    margin-left: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2);
    margin-right: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2);
    max-width: 100vw;
  }
}

/**
 * Custom narrow stijling
 */
.is-style-narrow {
  max-width: 612px;
}

.is-style-narrow.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Font sizes
 */
.has-small-font-size {
  font-size: 0.9em;
}

.has-medium-font-size {
  font-size: 1.5em;
  line-height: 1;
}

.has-large-font-size {
  font-size: 1.8em;
  line-height: 1;
}

@media (min-width: 480px) {
  .has-large-font-size {
    font-size: 2.1em;
  }
}

@media (min-width: 960px) {
  .has-large-font-size {
    font-size: 2.6em;
  }
}

.has-huge-font-size {
  font-size: 2.1em;
  line-height: 1;
}

@media (min-width: 480px) {
  .has-huge-font-size {
    font-size: 2.5em;
  }
}

@media (min-width: 960px) {
  .has-huge-font-size {
    font-size: 3.6em;
  }
}

/**
 * Buttons
 */
.wp-block-button {
  margin: 0;
  display: block;
}

.wp-block-button .wp-block-button__link {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*&.has-primary-background-color:hover,
            &.has-primary-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-secondary-background-color:hover,
            &.has-secondary-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-secondary-alt-background-color:hover,
            &.has-secondary-alt-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-third-background-color:hover,
            &.has-third-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-fourth-background-color:hover,
            &.has-fourth-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-fifth-background-color:hover,
            &.has-fifth-background-color:focus {
                border-color: $color;
            }*/
  /*&.has-light-background-color:hover,
            &.has-light-background-color:focus {
                border-color: $color;
            }*/
}

.wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

.wp-block-button .wp-block-button__link:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

.wp-block-button .wp-block-button__link:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link:disabled:hover {
  background-color: #f26d5c;
}

@media (min-width: 510px) {
  .wp-block-button .wp-block-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}

.wp-block-button .wp-block-button__link.has-primary-color,
.wp-block-button .wp-block-button__link.has-primary-color:hover,
.wp-block-button .wp-block-button__link.has-primary-color:focus {
  color: #f26d5c;
}

.wp-block-button .wp-block-button__link.has-primary-background-color {
  background-color: #f26d5c;
}

.wp-block-button .wp-block-button__link.has-secondary-color,
.wp-block-button .wp-block-button__link.has-secondary-color:hover,
.wp-block-button .wp-block-button__link.has-secondary-color:focus {
  color: #ffd4d0;
}

.wp-block-button .wp-block-button__link.has-secondary-background-color {
  background-color: #ffd4d0;
}

.wp-block-button .wp-block-button__link.has-secondary-alt-color,
.wp-block-button .wp-block-button__link.has-secondary-alt-color:hover,
.wp-block-button .wp-block-button__link.has-secondary-alt-color:focus {
  color: #fdebe9;
}

.wp-block-button .wp-block-button__link.has-secondary-alt-background-color {
  background-color: #fdebe9;
}

.wp-block-button .wp-block-button__link.has-third-color,
.wp-block-button .wp-block-button__link.has-third-color:hover,
.wp-block-button .wp-block-button__link.has-third-color:focus {
  color: #143d66;
}

.wp-block-button .wp-block-button__link.has-third-background-color {
  background-color: #143d66;
}

.wp-block-button .wp-block-button__link.has-fourth-color,
.wp-block-button .wp-block-button__link.has-fourth-color:hover,
.wp-block-button .wp-block-button__link.has-fourth-color:focus {
  color: #59402d;
}

.wp-block-button .wp-block-button__link.has-fourth-background-color {
  background-color: #59402d;
}

.wp-block-button .wp-block-button__link.has-fifth-color,
.wp-block-button .wp-block-button__link.has-fifth-color:hover,
.wp-block-button .wp-block-button__link.has-fifth-color:focus {
  color: #fcbc58;
}

.wp-block-button .wp-block-button__link.has-fifth-background-color {
  background-color: #fcbc58;
}

.wp-block-button .wp-block-button__link.has-light-color,
.wp-block-button .wp-block-button__link.has-light-color:hover,
.wp-block-button .wp-block-button__link.has-light-color:focus {
  color: #ffffff;
}

.wp-block-button .wp-block-button__link.has-light-background-color {
  background-color: #ffffff;
}

.wp-block-button.is-style-donut .wp-block-button__link {
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button.is-style-donut .wp-block-button__link .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wp-block-button.is-style-donut .wp-block-button__link:after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 1.2em;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-primary-background-color {
  background-color: #fa9082;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-secondary-background-color {
  background-color: #ffe7e3;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-secondary-alt-background-color {
  background-color: #ffe7e3;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-third-background-color {
  background-color: #325581;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-fourth-background-color {
  background-color: #664c39;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-fifth-background-color {
  background-color: #ffcf85;
}

.wp-block-button.is-style-donut .wp-block-button__link:hover.has-light-background-color {
  background-color: #fff4f2;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url("../img/donut-btn-light-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-primary-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-primary-background-color:focus {
  background-color: #f26d5c;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-primary-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-primary-color:after {
  background-image: url("../img/donut-btn-primary-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-secondary-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-secondary-background-color:focus {
  background-color: #ffd4d0;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-secondary-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-secondary-color:after {
  background-image: url("../img/donut-btn-secondary-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-secondary-alt-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-secondary-alt-background-color:focus {
  background-color: #fdebe9;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-secondary-alt-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-secondary-alt-color:after {
  background-image: url("../img/donut-btn-secondary-alt-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-third-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-third-background-color:focus {
  background-color: #143d66;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-third-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-third-color:after {
  background-image: url("../img/donut-btn-third-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-fourth-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-fourth-background-color:focus {
  background-color: #59402d;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-fourth-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-fourth-color:after {
  background-image: url("../img/donut-btn-fourth-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-fifth-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-fifth-background-color:focus {
  background-color: #fcbc58;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-fifth-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-fifth-color:after {
  background-image: url("../img/donut-btn-fifth-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-light-background-color:focus,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-light-background-color:focus {
  background-color: #ffffff;
}

.wp-block-button.is-style-donut .wp-block-button__link:focus.has-light-color:after,
.wp-block-button.is-style-donut .wp-block-button__link.focused.has-light-color:after {
  background-image: url("../img/donut-btn-light-eat.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled:after {
  background-image: url("../img/donut-btn-light-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-primary-color:after {
  background-image: url("../img/donut-btn-primary-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-secondary-color:after {
  background-image: url("../img/donut-btn-secondary-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-secondary-alt-color:after {
  background-image: url("../img/donut-btn-secondary-alt-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-third-color:after {
  background-image: url("../img/donut-btn-third-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-fourth-color:after {
  background-image: url("../img/donut-btn-fourth-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-fifth-color:after {
  background-image: url("../img/donut-btn-fifth-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link:disabled.has-light-color:after {
  background-image: url("../img/donut-btn-light-disabled.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-primary-color:after {
  background-image: url("../img/donut-btn-primary.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-secondary-color:after {
  background-image: url("../img/donut-btn-secondary.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-secondary-alt-color:after {
  background-image: url("../img/donut-btn-secondary-alt.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-third-color:after {
  background-image: url("../img/donut-btn-third.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-fourth-color:after {}

.wp-block-button.is-style-donut .wp-block-button__link.has-fifth-color:after {
  background-image: url("../img/donut-btn-fifth.svg");
}

.wp-block-button.is-style-donut .wp-block-button__link.has-light-color:after {}

.wp-block-buttons .wp-block-button {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 510px) {
  .wp-block-buttons .wp-block-button {
    display: inline-block;
  }
}

.wp-block-buttons.aligncenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/**
 * Images
 */
.wp-block-image {
  margin: 0 auto 1.5em auto;
}

/**
 * File block
 */
.wp-block-file a {
  display: block;
}

.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
  margin: 1em 0 0 0;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

.wp-block-file .wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

.wp-block-file .wp-block-file__button:disabled,
.wp-block-file a.wp-block-file__button:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

.wp-block-file .wp-block-file__button:disabled:hover,
.wp-block-file a.wp-block-file__button:disabled:hover {
  background-color: #f26d5c;
}

/**
 * Colors
 */
.has-primary-color,
.has-primary-color p,
.has-primary-color h1,
.has-primary-color h2,
.has-primary-color h3,
.has-primary-color h4,
.has-primary-color h5,
.has-primary-color h6 {
  color: #f26d5c !important;
}

.has-primary-background-color {
  background-color: #f26d5c;
}

.has-secondary-color,
.has-secondary-color p,
.has-secondary-color h1,
.has-secondary-color h2,
.has-secondary-color h3,
.has-secondary-color h4,
.has-secondary-color h5,
.has-secondary-color h6 {
  color: #ffd4d0 !important;
}

.has-secondary-background-color {
  background-color: #ffd4d0;
}

.has-secondary-alt-color,
.has-secondary-alt-color p,
.has-secondary-alt-color h1,
.has-secondary-alt-color h2,
.has-secondary-alt-color h3,
.has-secondary-alt-color h4,
.has-secondary-alt-color h5,
.has-secondary-alt-color h6 {
  color: #fdebe9 !important;
}

.has-secondary-alt-background-color {
  background-color: #fdebe9;
}

.has-third-color,
.has-third-color p,
.has-third-color h1,
.has-third-color h2,
.has-third-color h3,
.has-third-color h4,
.has-third-color h5,
.has-third-color h6 {
  color: #143d66 !important;
}

.has-third-background-color {
  background-color: #143d66;
}

.has-fourth-color,
.has-fourth-color p,
.has-fourth-color h1,
.has-fourth-color h2,
.has-fourth-color h3,
.has-fourth-color h4,
.has-fourth-color h5,
.has-fourth-color h6 {
  color: #59402d !important;
}

.has-fourth-background-color {
  background-color: #59402d;
}

.has-fifth-color,
.has-fifth-color p,
.has-fifth-color h1,
.has-fifth-color h2,
.has-fifth-color h3,
.has-fifth-color h4,
.has-fifth-color h5,
.has-fifth-color h6 {
  color: #fcbc58 !important;
}

.has-fifth-background-color {
  background-color: #fcbc58;
}

.has-light-color,
.has-light-color p,
.has-light-color h1,
.has-light-color h2,
.has-light-color h3,
.has-light-color h4,
.has-light-color h5,
.has-light-color h6 {
  color: #ffffff !important;
}

.has-light-background-color {
  background-color: #ffffff;
}

/**
 * Groups
 */
.wp-block-group__inner-container {
  padding: 20px;
}

.wp-block-group__inner-container .wp-block-image.size-large {
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
}

.wp-block-group__inner-container h3 {
  font-size: 1.556em;
}

@media (min-width: 768px) {
  .wp-block-group__inner-container h3 {
    font-size: 1.778em;
  }
}

@media (min-width: 1280px) {
  .wp-block-group__inner-container h3 {
    font-size: 2.667em;
  }
}

@media (min-width: 1024px) {
  .wp-block-group__inner-container {
    padding: 30px;
  }

  .wp-block-group__inner-container .wp-block-image.size-large {
    margin-top: -30px;
    margin-right: -30px;
    margin-left: -30px;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  width: auto;
}

.wp-block-cover.has-primary-color,
.wp-block-cover.has-primary-color p,
.wp-block-cover.has-primary-color h1,
.wp-block-cover.has-primary-color h2,
.wp-block-cover.has-primary-color h3,
.wp-block-cover.has-primary-color h4,
.wp-block-cover.has-primary-color h5,
.wp-block-cover.has-primary-color h6,
.wp-block-cover-image.has-primary-color,
.wp-block-cover-image.has-primary-color p,
.wp-block-cover-image.has-primary-color h1,
.wp-block-cover-image.has-primary-color h2,
.wp-block-cover-image.has-primary-color h3,
.wp-block-cover-image.has-primary-color h4,
.wp-block-cover-image.has-primary-color h5,
.wp-block-cover-image.has-primary-color h6 {
  color: #f26d5c !important;
}

.wp-block-cover.has-primary-background-color,
.wp-block-cover-image.has-primary-background-color {
  background-color: #f26d5c;
}

.wp-block-cover.has-secondary-color,
.wp-block-cover.has-secondary-color p,
.wp-block-cover.has-secondary-color h1,
.wp-block-cover.has-secondary-color h2,
.wp-block-cover.has-secondary-color h3,
.wp-block-cover.has-secondary-color h4,
.wp-block-cover.has-secondary-color h5,
.wp-block-cover.has-secondary-color h6,
.wp-block-cover-image.has-secondary-color,
.wp-block-cover-image.has-secondary-color p,
.wp-block-cover-image.has-secondary-color h1,
.wp-block-cover-image.has-secondary-color h2,
.wp-block-cover-image.has-secondary-color h3,
.wp-block-cover-image.has-secondary-color h4,
.wp-block-cover-image.has-secondary-color h5,
.wp-block-cover-image.has-secondary-color h6 {
  color: #ffd4d0 !important;
}

.wp-block-cover.has-secondary-background-color,
.wp-block-cover-image.has-secondary-background-color {
  background-color: #ffd4d0;
}

.wp-block-cover.has-secondary-alt-color,
.wp-block-cover.has-secondary-alt-color p,
.wp-block-cover.has-secondary-alt-color h1,
.wp-block-cover.has-secondary-alt-color h2,
.wp-block-cover.has-secondary-alt-color h3,
.wp-block-cover.has-secondary-alt-color h4,
.wp-block-cover.has-secondary-alt-color h5,
.wp-block-cover.has-secondary-alt-color h6,
.wp-block-cover-image.has-secondary-alt-color,
.wp-block-cover-image.has-secondary-alt-color p,
.wp-block-cover-image.has-secondary-alt-color h1,
.wp-block-cover-image.has-secondary-alt-color h2,
.wp-block-cover-image.has-secondary-alt-color h3,
.wp-block-cover-image.has-secondary-alt-color h4,
.wp-block-cover-image.has-secondary-alt-color h5,
.wp-block-cover-image.has-secondary-alt-color h6 {
  color: #fdebe9 !important;
}

.wp-block-cover.has-secondary-alt-background-color,
.wp-block-cover-image.has-secondary-alt-background-color {
  background-color: #fdebe9;
}

.wp-block-cover.has-third-color,
.wp-block-cover.has-third-color p,
.wp-block-cover.has-third-color h1,
.wp-block-cover.has-third-color h2,
.wp-block-cover.has-third-color h3,
.wp-block-cover.has-third-color h4,
.wp-block-cover.has-third-color h5,
.wp-block-cover.has-third-color h6,
.wp-block-cover-image.has-third-color,
.wp-block-cover-image.has-third-color p,
.wp-block-cover-image.has-third-color h1,
.wp-block-cover-image.has-third-color h2,
.wp-block-cover-image.has-third-color h3,
.wp-block-cover-image.has-third-color h4,
.wp-block-cover-image.has-third-color h5,
.wp-block-cover-image.has-third-color h6 {
  color: #143d66 !important;
}

.wp-block-cover.has-third-background-color,
.wp-block-cover-image.has-third-background-color {
  background-color: #143d66;
}

.wp-block-cover.has-fourth-color,
.wp-block-cover.has-fourth-color p,
.wp-block-cover.has-fourth-color h1,
.wp-block-cover.has-fourth-color h2,
.wp-block-cover.has-fourth-color h3,
.wp-block-cover.has-fourth-color h4,
.wp-block-cover.has-fourth-color h5,
.wp-block-cover.has-fourth-color h6,
.wp-block-cover-image.has-fourth-color,
.wp-block-cover-image.has-fourth-color p,
.wp-block-cover-image.has-fourth-color h1,
.wp-block-cover-image.has-fourth-color h2,
.wp-block-cover-image.has-fourth-color h3,
.wp-block-cover-image.has-fourth-color h4,
.wp-block-cover-image.has-fourth-color h5,
.wp-block-cover-image.has-fourth-color h6 {
  color: #59402d !important;
}

.wp-block-cover.has-fourth-background-color,
.wp-block-cover-image.has-fourth-background-color {
  background-color: #59402d;
}

.wp-block-cover.has-fifth-color,
.wp-block-cover.has-fifth-color p,
.wp-block-cover.has-fifth-color h1,
.wp-block-cover.has-fifth-color h2,
.wp-block-cover.has-fifth-color h3,
.wp-block-cover.has-fifth-color h4,
.wp-block-cover.has-fifth-color h5,
.wp-block-cover.has-fifth-color h6,
.wp-block-cover-image.has-fifth-color,
.wp-block-cover-image.has-fifth-color p,
.wp-block-cover-image.has-fifth-color h1,
.wp-block-cover-image.has-fifth-color h2,
.wp-block-cover-image.has-fifth-color h3,
.wp-block-cover-image.has-fifth-color h4,
.wp-block-cover-image.has-fifth-color h5,
.wp-block-cover-image.has-fifth-color h6 {
  color: #fcbc58 !important;
}

.wp-block-cover.has-fifth-background-color,
.wp-block-cover-image.has-fifth-background-color {
  background-color: #fcbc58;
}

.wp-block-cover.has-light-color,
.wp-block-cover.has-light-color p,
.wp-block-cover.has-light-color h1,
.wp-block-cover.has-light-color h2,
.wp-block-cover.has-light-color h3,
.wp-block-cover.has-light-color h4,
.wp-block-cover.has-light-color h5,
.wp-block-cover.has-light-color h6,
.wp-block-cover-image.has-light-color,
.wp-block-cover-image.has-light-color p,
.wp-block-cover-image.has-light-color h1,
.wp-block-cover-image.has-light-color h2,
.wp-block-cover-image.has-light-color h3,
.wp-block-cover-image.has-light-color h4,
.wp-block-cover-image.has-light-color h5,
.wp-block-cover-image.has-light-color h6 {
  color: #ffffff !important;
}

.wp-block-cover.has-light-background-color,
.wp-block-cover-image.has-light-background-color {
  background-color: #ffffff;
}

.wp-block-cover.inview,
.wp-block-cover-image.inview {
  min-height: 430px !important;
}

@media (min-width: 768px) {

  .wp-block-cover.inview,
  .wp-block-cover-image.inview {
    min-height: 600px !important;
  }
}

.wp-block-cover.is-style-swirl-white,
.wp-block-cover-image.is-style-swirl-white {
  background-size: 115%;
  background-color: transparent;
  background-position: 0px 100%;
  padding-top: 160px;
  padding-bottom: 208px;
  background-repeat: no-repeat;
}

.wp-block-cover.is-style-swirl-white:before,
.wp-block-cover-image.is-style-swirl-white:before {
  content: '';
  position: absolute;
  background: #fff;
  opacity: 1 !important;
  height: 50%;
}

@media (min-width: 768px) {

  .wp-block-cover.is-style-swirl-white,
  .wp-block-cover-image.is-style-swirl-white {
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 350px;
  }
}

@media (min-width: 1024px) {

  .wp-block-cover.is-style-swirl-white,
  .wp-block-cover-image.is-style-swirl-white {
    padding-top: 200px;
    padding-bottom: 350px;
  }
}

.wp-block-cover.is-style-swirl-white .wp-block-cover__inner-container,
.wp-block-cover-image.is-style-swirl-white .wp-block-cover__inner-container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {

  .wp-block-cover.is-style-swirl-white .wp-block-cover__inner-container,
  .wp-block-cover-image.is-style-swirl-white .wp-block-cover__inner-container {
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {

  .wp-block-cover.is-style-swirl-white .wp-block-cover__inner-container,
  .wp-block-cover-image.is-style-swirl-white .wp-block-cover__inner-container {
    padding: 0 80px;
  }
}

.wp-block-cover img,
.wp-block-cover-image img {
  height: 100%;
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-group.has-light-background-color,
.wp-block-cover-image .wp-block-cover__inner-container .wp-block-group.has-light-background-color {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Move block up if first child */
#main .article-content:first-child .is-style-swirl-white,
#main .page-content:first-child .is-style-swirl-white {
  margin-top: -109px;
}

@media (min-width: 768px) {

  #main .article-content:first-child .is-style-swirl-white,
  #main .page-content:first-child .is-style-swirl-white {
    margin-top: -182px;
  }
}

/**
 * Columns
 */
.wp-block-columns.is-style-flex {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .wp-block-columns.is-style-flex {
    margin-bottom: 28px;
  }
}

.wp-block-columns.is-style-flex .wp-block-column {
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .wp-block-columns.is-style-flex .wp-block-column {
    margin-bottom: 0;
  }
}

.wp-block-columns.is-style-flex .wp-block-column .wp-block-group {
  height: 100%;
}

.wp-block-columns.is-style-flex-reverse {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .wp-block-columns.is-style-flex-reverse .wp-block-column:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .wp-block-columns.is-style-flex-reverse .wp-block-column:first-child .wp-block-image {
    margin-left: 32px;
    margin-right: -32px;
  }

  .wp-block-columns.is-style-flex-reverse .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}

/**
 * Details / summary
 */
.wp-block-details {
  margin-bottom: 1em;
}

.wp-block-details.has-background {
  padding: 15px;
}

.wp-block-details p {
  margin-bottom: 1.5em;
}

.wp-block-details[open] summary {
  margin-bottom: 15px;
}

.wp-block-columns.charity-donut {
  margin-top: 6em;
  margin-bottom: 6em;
}

.wp-block-columns.charity-donut .wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.wp-block-columns.charity-donut .wp-block-column:first-child .wp-block-image {
  margin-right: -16px;
}

@media (min-width: 600px) {
  .wp-block-columns.charity-donut .wp-block-column:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .wp-block-columns.charity-donut .wp-block-column:first-child .wp-block-image {
    margin-left: 32px;
    margin-right: -32px;
  }

  .wp-block-columns.charity-donut .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns.charity-donut .wp-block-column:first-child .wp-block-image {
    margin-left: 48px;
    margin-right: -80px;
  }
}

@media (min-width: 1260px) {
  .wp-block-columns.charity-donut .wp-block-column:first-child .wp-block-image {
    margin-left: 80px;
  }

  .wp-block-columns.charity-donut .wp-block-column:nth-child(2n) {
    padding-right: 60px;
  }
}

.wp-block-columns.letter-donuts {
  margin-top: 2em;
  margin-bottom: 6em;
}

.wp-block-columns.letter-donuts .wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.wp-block-columns.letter-donuts .wp-block-column:first-child .wp-block-image {
  margin-left: -16px;
}

@media (min-width: 600px) {
  .wp-block-columns.letter-donuts .wp-block-column:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .wp-block-columns.letter-donuts .wp-block-column:first-child .wp-block-image {
    margin-right: 32px;
    margin-left: -32px;
  }

  .wp-block-columns.letter-donuts .wp-block-column:nth-child(2n) {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns.letter-donuts .wp-block-column:first-child .wp-block-image {
    margin-right: 48px;
    margin-left: -80px;
  }
}

@media (min-width: 1260px) {
  .wp-block-columns.letter-donuts .wp-block-column:first-child .wp-block-image {
    margin-right: 60px;
  }

  .wp-block-columns.letter-donuts .wp-block-column:nth-child(2n) {
    padding-left: 80px;
  }
}

/**
 * Featured products
 */
:root {
  --time: 0.5s;
}

.wp-block-featured-products .products {
  margin: 0 0 2em 0;
}

@media (min-width: 550px) {
  .wp-block-featured-products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.wp-block-featured-products .products .product {
  margin: 0 0 1em 0;
}

@media (min-width: 550px) {
  .wp-block-featured-products .products .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
}

@media (min-width: 1120px) {
  .wp-block-featured-products .products .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

.wp-block-featured-products .products .product .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: var(--time) transform;
  transition: var(--time) transform;
  height: 100%;
}

.wp-block-featured-products .products .product .card .card-front,
.wp-block-featured-products .products .product .card .card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
}

.wp-block-featured-products .products .product .card .card-back {
  -webkit-transform: rotateY(-180deg) translate(100%, 0);
  transform: rotateY(-180deg) translate(100%, 0);
  position: relative;
  z-index: 1;
}

.wp-block-featured-products .products .product .card.is-flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: transparent;
}

.wp-block-featured-products .products .product .card .card-front {
  height: 100%;
  position: relative;
  z-index: 0;
}

.wp-block-featured-products .products .product .card {
  background: #ffffff;
}

.wp-block-featured-products .products .product .card-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-featured-products .products .product .card-front .image {
  padding: 0 1.5em 100% 1.5em;
  position: relative;
  z-index: 1;
}

.wp-block-featured-products .products .product .card-front .image img {
  position: absolute;
  width: 85%;
  z-index: 1;
}

.wp-block-featured-products .products .product .card-front .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 48%;
  width: calc(100% + 1px);
  background-color: #ffd9d4;
}

.wp-block-featured-products .products .product .card-front .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #59402d;
  width: 100%;
  padding: 42% 1em 1em 1em;
  margin-top: -58%;
}

.wp-block-featured-products .products .product .card-front .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  position: relative;
  z-index: 1;
}

.wp-block-featured-products .products .product .card-front .info .label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wp-block-featured-products .products .product .card-front .info .info-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border-radius: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #143d66;
  margin-left: 0.5em;
}

.wp-block-featured-products .products .product .card-front .title {
  position: relative;
  z-index: 1;
  color: #59402d;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1.333em;
}

.wp-block-featured-products .products .product .card-front .title a {
  color: #59402d;
  text-decoration: none;
}

@media (min-width: 768px) {
  .wp-block-featured-products .products .product .card-front .title {
    font-size: 1.333em;
  }
}

@media (min-width: 1260px) {
  .wp-block-featured-products .products .product .card-front .title {
    font-size: 1.778em;
  }
}

.wp-block-featured-products .products .product .card-front .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.wp-block-featured-products .products .product .card-front .variations .radio-select input[type=radio] {
  display: none;
}

.wp-block-featured-products .products .product .card-front .variations .radio-select input[type=radio]+label:before {
  display: none;
}

.wp-block-featured-products .products .product .card-front .variations .radio-select input[type=radio]:checked+label {
  border-color: #f26d5c;
}

.wp-block-featured-products .products .product .card-front .variations label {
  display: block;
  padding: 0.2em 0.866em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  background-color: #fdebe9;
  color: #f26d5c;
  border: 2px solid transparent;
}

.wp-block-featured-products .products .product .card-front .variations label:hover {
  border-color: #f26d5c;
}

.wp-block-featured-products .products .product .card-front .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wp-block-featured-products .products .product .card-front .price .price-val {
  font-size: 1.333em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wp-block-featured-products .products .product .card-front .price .amount {
  color: #f26d5c;
  font-size: 1.778em;
  font-weight: bold;
  margin: 0 0.3em;
}

.wp-block-featured-products .products .product .card-front .price .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-featured-products .products .product .card-front .price .buttons button {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
  margin: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-featured-products .products .product .card-front .price .buttons button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

.wp-block-featured-products .products .product .card-front .price .buttons button:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

.wp-block-featured-products .products .product .card-front .price .buttons button:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

.wp-block-featured-products .products .product .card-front .price .buttons button:disabled:hover {
  background-color: #f26d5c;
}

.wp-block-featured-products .products .product .card-front .price .buttons button:hover {
  background-color: #f26d5c;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.min {
  margin-right: 8px;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.min:after {
  content: '';
  width: 16px;
  height: 4px;
  background: #ffffff;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.plus:before {
  content: '';
  width: 4px;
  height: 16px;
  background: #ffffff;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.plus:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 4px;
  background: #ffffff;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.plus.add-to-cart {
  width: auto;
  padding: 1.3em 2em;
}

.wp-block-featured-products .products .product .card-front .price .buttons button.plus.add-to-cart:before,
.wp-block-featured-products .products .product .card-front .price .buttons button.plus.add-to-cart:after {
  display: none;
}

.wp-block-featured-products .products .product .card-front .co-branding-image {
  max-width: 120px;
}

.wp-block-featured-products .products .product .card-back {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.wp-block-featured-products .products .product .card-back .content {
  height: 100%;
  padding: 1em 1em 1em 1em;
}

.wp-block-featured-products .products .product .card-back .content .card-header {
  min-height: 68px;
}

.wp-block-featured-products .products .product .card-back .content .card-header .card-title {
  font-size: 1.556em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
}

.wp-block-featured-products .products .product .card-back .content .card-header .close {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 99;
  margin-top: -2px;
  background: transparent;
  color: #f26d5c;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  outline: none;
  font-size: 42px;
  line-height: 1em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 24px;
  height: 24px;
  margin: 0;
  font-size: 39px;
  line-height: 25px;
}

.wp-block-featured-products .products .product .card-back .content .card-header .close:hover,
.wp-block-featured-products .products .product .card-back .content .card-header .close:focus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wp-block-featured-products .products .product .card-back img.co-branding-image {
  max-width: 100px;
  float: right;
}

/**
 * Product category block
 */
.wp-block-product-categories {
  margin-top: 6em;
  margin-bottom: 2em;
}

.wp-block-product-categories .product-category {
  margin: 4em 0 2em 0;
}

.wp-block-product-categories .product-category h2 {
  font-size: 1.77em;
  line-height: 1.11;
}

@media (min-width: 768px) {
  .wp-block-product-categories .product-category h2 {
    font-size: 2.667em;
  }
}

@media (min-width: 1260px) {
  .wp-block-product-categories .product-category h2 {
    font-size: 3.11em;
  }
}

/**
 * Team
 */
.wp-block-team-members {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .wp-block-team-members {
    margin-left: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2) !important;
    margin-right: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2) !important;
    max-width: 100vw;
    padding: 0 32px;
  }
}

.wp-block-team-members .swiper {
  position: relative;
  overflow: hidden;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  .wp-block-team-members .swiper {
    padding-right: 25px;
  }
}

.wp-block-team-members .swiper .swiper-wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner {
  position: relative;
}

.wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner .text {
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background-color: #f26d5c;
  border-radius: 2em !important;
  bottom: 16px;
  right: -16px;
  color: #ffffff;
  font-size: 16px;
}

.wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner .text h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner .text:after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 1.2em;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media (min-width: 1024px) {
  .wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner .text {
    right: -20px;
  }
}

@media (min-width: 1280px) {
  .wp-block-team-members .swiper .swiper-wrapper .swiper-slide .inner .text {
    right: -25px;
  }
}

.wp-block-team-members .swiper-button-prev {
  left: -16px;
}

@media (min-width: 1024px) {
  .wp-block-team-members .swiper-button-prev {
    left: 5px;
  }
}

@media (min-width: 1024px) {
  .wp-block-team-members .swiper-button-next {
    right: 30px;
  }
}

/**
 * Locations
 */
.wp-block-locations .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-locations .filter-list .btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  background-color: #f26d5c;
  border: none;
  border-bottom: 5px solid transparent;
  padding: 1em 1.3em;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  color: #ffffff;
  margin-right: 15px;
}

@media (min-width: 530px) {
  .wp-block-locations .filter-list .btn {
    margin-right: 20px;
  }
}

.wp-block-locations .filter-list .btn:last-child {
  margin-right: 0px;
}

.wp-block-locations .filter-list .btn:hover,
.wp-block-locations .filter-list .btn.active {
  border-bottom: 5px solid #143d66;
}

@media (min-width: 600px) {
  .wp-block-locations .locations {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -20px 1em -20px;
  }
}

.wp-block-locations .locations .mix {
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .wp-block-locations .locations .mix {
    padding: 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

.wp-block-locations .locations .mix figure {
  margin: 0;
  padding: 0;
}

.wp-block-locations .locations .mix figure img {
  margin: 0;
  padding: 0;
}

.wp-block-locations .locations .mix .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fcbc58;
  padding: 20px;
}

@media (min-width: 1024px) {
  .wp-block-locations .locations .mix .text {
    padding: 30px;
  }
}

.wp-block-locations .locations .mix h3 {
  color: #59402d;
}

@media (min-width: 768px) {
  .wp-block-locations .locations .mix h3 {
    font-size: 1.778em;
  }
}

.wp-block-locations .locations .mix .wheelchair-friendly {
  display: inline-block;
  width: 20px;
  height: 23px;
  background-size: contain;
}

.wp-block-locations .locations .mix .airco {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.wp-block-locations .locations .mix.hidden {
  display: block !important;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  padding: 0;
  width: 0;
  height: 0;
}

/**
 * Flipcards
 */
.wp-block-flipcard-grid {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 550px) {
  .wp-block-flipcard-grid .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
  }
}

.wp-block-flipcard-grid .cards .card {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  cursor: pointer;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

@media (min-width: 550px) {
  .wp-block-flipcard-grid .cards .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-top: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 1120px) {
  .wp-block-flipcard-grid .cards .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-top: 33.333%;
  }
}

.wp-block-flipcard-grid .cards .card .card-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wp-block-flipcard-grid .cards .card .card-front,
.wp-block-flipcard-grid .cards .card .card-back {
  position: absolute;
  left: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 550px) {

  .wp-block-flipcard-grid .cards .card .card-front,
  .wp-block-flipcard-grid .cards .card .card-back {
    padding: 0 16px 16px 0;
  }
}

.wp-block-flipcard-grid .cards .card.is-flipped .card-inner,
.wp-block-flipcard-grid .cards .card:hover .card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wp-block-flipcard-grid .cards .card .card-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-flipcard-grid .cards .card .card-front img {
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-flipcard-grid .cards .card .card-back {
  font-size: 15px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wp-block-flipcard-grid .cards .card .card-back .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 16px;
}

/**
 * Interviews
 */
.wp-block-interviews-slider {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
}

.wp-block-interviews-slider .swiper {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 640px) {
  .wp-block-interviews-slider .swiper {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 1024px) {
  .wp-block-interviews-slider .swiper {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.wp-block-interviews-slider .swiper .swiper-wrapper {
  margin: 0;
}

.wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f26d5c;
}

@media (min-width: 460px) {
  .wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 32px);
    flex: 0 0 calc(50% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 50px);
    flex: 0 0 calc(33.33% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}

.wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide .inner .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 1em;
  padding-right: 1.2em;
  padding-bottom: 0.25em;
  padding-left: 1.2em;
  background-color: #f26d5c;
  color: #ffffff;
  font-size: 16px;
}

.wp-block-interviews-slider .swiper .swiper-wrapper .swiper-slide .inner .text h4 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

@media (min-width: 1130px) {
  .wp-block-interviews-slider.alignwide .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 50px);
    flex: 0 0 calc(25% - 50px);
  }
}

/**
 * Image text slider
 */
.wp-block-image-text-slider {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
}

.wp-block-image-text-slider .swiper {
  position: relative;
  overflow: hidden;
}

.wp-block-image-text-slider .swiper .swiper-wrapper {
  margin: 0;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  max-width: 700px;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #143d66;
  opacity: 0.8;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text>* {
  position: relative;
  z-index: 1;
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text p {
  font-size: 16px;
  margin-bottom: 0;
  word-break: break-word;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 500px) {
  .wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text p {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 550px) {
  .wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text p {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 768px) {
  .wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner .text p {
    -webkit-line-clamp: 6;
  }
}

.wp-block-image-text-slider .swiper .swiper-wrapper .swiper-slide .inner:hover .text {
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.screen-reader-text {
  display: none;
}

.container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 80px;
  }
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.adyen-checkout__button {
  font-family: "Avenir", sans-serif;
  background-color: #f26d5c;
  /* Old browsers */
  font-weight: bold;
  line-height: 1em;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  border-radius: 2em !important;
  font-size: 18px;
  line-height: 1em;
  padding: 1.3em 2em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  outline: none;
  text-decoration: none;
  background-color: #f26d5c !important;
}

.adyen-checkout__button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fa9082;
}

.adyen-checkout__button:focus {
  background-color: #f26d5c;
  -webkit-box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
  box-shadow: 0 4px 16px 0 rgba(89, 64, 45, 0.16);
}

.adyen-checkout__button:disabled {
  background-color: #f26d5c;
  opacity: 0.65;
  cursor: not-allowed;
}

.adyen-checkout__button:disabled:hover {
  background-color: #f26d5c;
}

.site-message {
  background-color: #ffd4d0;
  padding: 10px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}

.site-message .button {
  margin-bottom: 0;
}

.site-message a {
  text-decoration: none;
}

/**
 * Page stijling
 */
/*#page {
  position: relative;
  height: 100vh;
  overflow: auto;
}*/
#content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  #main {
    margin-top: 64px;
  }
}

body.has-page-swirl {
  background-image: url(../img/swirl-menu-320.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media (min-width: 1260px) {
  body.has-page-swirl {
    background-size: 1216px;
  }
}

@media (min-width: 2020px) {
  body.has-page-swirl {
    background-image: url(../img/swirl-menu-large.svg);
    background-size: 1600px;
  }
}

.page-featured-image {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .page-featured-image {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media (min-width: 1024px) {
  .page-featured-image {
    margin-right: -80px;
    margin-left: -80px;
  }
}

@media (min-width: 830px) {
  .page-featured-image {
    margin-left: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2);
    margin-right: calc((-100vw + var(--scrollbar-width)) / 2 + 100% / 2);
    max-width: 100vw;
  }
}

.page-featured-image img {
  width: 100%;
}

.page-featured-image.has-mobile-header img.attachment-header_image {
  display: none;
}

@media (min-width: 768px) {
  .page-featured-image.has-mobile-header img.attachment-header_image {
    display: inline;
  }
}

@media (min-width: 768px) {
  .page-featured-image.has-mobile-header img.mobile-header {
    display: none;
  }
}

.page-title {
  margin-top: 1.4em;
  padding: 0 0 0.2em 0;
  color: #f26d5c;
  text-align: center;
}

@media (min-width: 1260px) {
  .page-title {
    margin-top: 1.2em;
  }
}

body.has-featured-image .page-title {
  margin-top: 3rem;
  color: #143d66;
  font-size: 2.667em;
}

@media (min-width: 768px) {
  body.has-featured-image .page-title {
    font-size: 3.556em;
  }
}

@media (min-width: 1024px) {
  body.has-featured-image .page-title {
    font-size: 4.444em;
  }
}

@media (min-width: 1440px) {
  body.has-featured-image .page-title {
    font-size: 5.333em;
  }
}

/**
 * Shortcode for letter donut flavours.
 */
.letter-donut-flavours {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .letter-donut-flavours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .letter-donut-flavours .flavour {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.letter-donut-flavours .flavour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.letter-donut-flavours .flavour img {
  width: 60px;
  margin-right: 1em;
}

/**
 * Page not founr search form
 */
.error404 .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.error404 .searchform .search-input-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.error404 .searchform .search-input-wrap input {
  height: 100%;
  margin: 0;
}

.error404 .searchform .search-submit-wrap button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hidden {
  display: none !important;
}

/**
 * Animations
 */
.fromTopIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromTopOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0.0;
}

.fromBottomIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromBottomOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0.0;
}

.fromLeftIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromLeftOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  opacity: 0.0;
}

.fromRightIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromRightOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0.0;
}

.scaleUpIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1.0;
}

.scaleUpOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0.0;
}

.scaleDownIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1.0;
}

.scaleDownOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  opacity: 0.0;
}

.footer {
  padding-top: 1em;
  color: #ffffff;
  margin-top: 5em;
}

.footer #footer-swirl {
  height: 150px;
  background-size: 100% auto;
}

@media (min-width: 720px) {
  .footer #footer-swirl {
    height: 500px;
    background-position: 26% 0%;
    background-size: 2758px 100%;
  }
}

@media (min-width: 1024px) {
  .footer #footer-swirl {
    height: 670px;
    background-position: 0% 0%;
  }
}

.footer #footer-logo {
  padding-bottom: 40px;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -1px;
}

.footer #footer-logo img {
  max-width: 288px;
}

@media (min-width: 720px) {
  .footer #footer-logo {
    margin-top: -395px;
  }
}

@media (min-width: 1024px) {
  .footer #footer-logo {
    margin-top: -530px;
  }
}

.footer a {
  color: #ffffff;
}

.footer .background-fill {
  background: #143d66;
}

.footer .widget-area {
  padding-bottom: 2em;
}

.footer .widget-area .widget {
  margin-bottom: 2em;
  /**
             * Buttons
             */
  /**
             * Inputs
             */
}

.footer .widget-area .widget h3 {
  font-size: 1.333em;
}

.footer .widget-area .widget a {
  font-size: 0.888em;
}

.footer .widget-area .widget ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.footer .widget-area .widget ul li ul {
  padding-left: 15px;
}

.footer .widget-area .widget ul li {
  padding: 0.2em 0;
}

.footer .widget-area .widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer .widget-area .widget ul li:first-child {
  padding-top: 0;
}

.footer .widget-area .widget ul li:before {
  padding-left: 0px;
  padding-right: 10px;
  font-size: 16px;
  color: #143d66;
}

.footer .widget-area .widget input[type="button"],
.footer .widget-area .widget input[type="reset"],
.footer .widget-area .widget input[type="submit"],
.footer .widget-area .widget button[type="button"],
.footer .widget-area .widget button[type="reset"],
.footer .widget-area .widget button[type="submit"] {
  width: auto;
}

.footer .widget-area .widget select,
.footer .widget-area .widget input[type="text"],
.footer .widget-area .widget input[type="email"] {
  width: 100%;
}

.footer .widget-area .widget label {
  display: block;
}

.footer .widget-area .widget .menu a {
  text-decoration: none;
}

.footer .widget-area .widget .gform_wrapper.gravity-theme input[type="email"],
.footer .widget-area .widget .gform_wrapper.gravity-theme div.image,
.footer .widget-area .widget .mc4wp-form-fields input[type="email"],
.footer .widget-area .widget .mc4wp-form-fields div.image {
  max-width: 395px;
  display: block;
}

.footer .widget-area .widget .gform_wrapper.gravity-theme input[type="email"],
.footer .widget-area .widget .mc4wp-form-fields input[type="email"] {
  font-size: 1rem;
  padding: 1.1em 1.55em;
}

.footer .widget-area .widget form.klaviyo-form {
  padding: 0 !important;
}

.footer .widget-area .widget form.klaviyo-form>div.needsclick {
  display: block !important;
}

.footer .widget-area .widget form.klaviyo-form h3 {
  display: none;
}

@media (min-width: 1024px) {
  .footer .widget-area .lang-switcher {
    text-align: right !important;
  }
}

.footer .widget-area .lang-switcher a {
  text-transform: uppercase;
  text-decoration: none;
}

.footer .widget-area .lang-switcher a.active {
  font-weight: bold;
}

.footer .widget-area .lang-switcher .devider {
  margin: -1px .5em;
  padding: 4px 0;
  height: 1.1em;
  display: inline-block;
  overflow: hidden;
}

.footer .widget-area .lang-switcher .devider:after {
  content: '';
  border-left: 1px solid #ffffff;
}

/**
 * Regular footer
 */
@media (min-width: 768px) {
  #footer .widget-area {
    text-align: right;
    margin: 0 -32px;
  }

  #footer .widget-area .widget {
    padding: 0 32px;
    width: 50%;
    display: inline-block;
    text-align: left;
  }

  #footer .widget-area .widget:first-child {
    float: left;
  }
}

@media (min-width: 1024px) {
  #footer .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #footer .widget-area .widget {
    width: auto;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    float: none;
  }
}

/**
 * In funnel
 */
#footer-funnel {
  background-image: url(../img/footer-funnel-320.svg);
  background-size: 100% auto;
  padding-top: 90px;
}

@media (min-width: 500px) {
  #footer-funnel {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  #footer-funnel {
    padding-top: 100px;
    background-image: url(../img/footer-funnel-768.svg);
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  #footer-funnel {
    background-image: url(../img/footer-funnel-1024.svg);
    background-position: 50% 0%;
    background-size: 100%;
  }
}

#footer-funnel .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
}

#footer-funnel .flex .widget-area {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

#footer-funnel .flex .widget-area .widget {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  #footer-funnel .flex .widget-area .widget>div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #footer-funnel .flex .widget-area .widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #footer-funnel .flex .widget-area .widget ul li {
    padding: 0;
    margin-left: 2em;
  }

  #footer-funnel .flex .widget-area .widget ul li a {
    font-size: 1em;
  }
}

#footer-funnel .background-fill {
  background: #143d66;
}