@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
::-moz-selection {
  background: #707070;
  color: #FEF8F2;
}

::selection {
  background: #707070;
  color: #FEF8F2;
}

.btn,
[type=submit] {
  background: none;
  border: none;
  color: #671117;
  cursor: pointer;
  display: inline-block;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.btn:hover, .btn:focus, .btn:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active {
  color: #472A2B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: all 0.3s ease-out;
}

.btn.solid {
  background: #231F20;
  color: #FEF8F2;
  cursor: pointer;
  display: inline-block;
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 4.4px;
  line-height: 1;
  padding: 15px 13px 13px 13px;
  position: relative;
  text-transform: uppercase;
  transform: scale(1, 1);
  transition: all 0.3s ease-out;
}
.btn.solid:hover, .btn.solid:focus, .btn.solid:active {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.03, 1.03);
  transition: all 0.3s ease-out;
}

.alm-load-more-btn,
.sbi_load_btn,
.sbi_follow_btn a {
  background: none !important;
  color: #671117 !important;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 20px !important;
  line-height: 1 !important;
  padding: 0 !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  margin: 0 10px !important;
}
.alm-load-more-btn:hover, .alm-load-more-btn:focus, .alm-load-more-btn:active,
.sbi_load_btn:hover,
.sbi_load_btn:focus,
.sbi_load_btn:active,
.sbi_follow_btn a:hover,
.sbi_follow_btn a:focus,
.sbi_follow_btn a:active {
  background: none !important;
  box-shadow: none !important;
  color: #472A2B !important;
}

.modules .feature-slider {
  position: relative;
}
.modules .feature-slider .feature-slider-container {
  width: 100%;
}
.modules .feature-slider .feature-slider-container .image_overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(67, 43, 44, 0.46) 100%);
  height: 215px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .feature-slider .feature-slider-container .feature-content-container {
  display: flex;
  margin: 0 auto;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content {
  float: none;
  padding: 17% 3%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 {
  color: #FEF8F2;
  margin-bottom: 30px;
  text-shadow: 0px 3px 6px #231F20;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content p {
  color: #FEF8F2;
  font-size: 20px !important;
  line-height: 30px !important;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .heading5 {
  color: #FEF8F2;
  font-size: 16px !important;
  letter-spacing: 4.8px;
  line-height: 31px !important;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .btn {
  margin-top: 30px;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 span:nth-child(1) {
  animation: fadeIn 3s forwards;
  display: block;
  opacity: 0;
  animation-delay: 0.5s;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 span:nth-child(2) {
  animation: fadeIn 3s forwards;
  display: block;
  opacity: 0;
  animation-delay: 0.9s;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 span:nth-child(3) {
  animation: fadeIn 3s forwards;
  display: block;
  opacity: 0;
  animation-delay: 1.1s;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .play {
  animation: fadeIn 3s forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .play:hover {
  opacity: 0.8 !important;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 0px);
    transition: all 0.3s ease-in;
  }
  100% {
    opacity: 1;
    transform: translate(0px, -25px);
    transition: all 0.3s ease-in;
  }
}
.modules .feature-slider .swiper-slide {
  background-position: bottom center !important;
  background-size: cover !important;
  display: block;
}
.modules .feature-slider .swiper-slide-active {
  opacity: 1 !important;
}
.modules .feature-slider .feature-video a {
  width: 100%;
}
.modules .feature-slider .feature-video a img {
  width: 100%;
}
.modules .feature-slider .feature-slider-controls {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}
.modules .feature-slider .swiper-pagination-bullet {
  background: #ffffff;
  border: none;
  display: inline-block;
  height: 2px;
  margin: 0 7px;
  outline: none !important;
  text-indent: -99999em;
  width: 20px;
}
.modules .feature-slider .swiper-pagination-bullet-active {
  background: #FEF8F2;
  border: none;
}
@media only screen and (max-width: 750px) {
  .modules .feature-slider {
    margin: 0;
  }
  .modules .feature-slider .feature-slider-container {
    height: 375px;
  }
  .modules .feature-slider .feature-slider-container .feature-content-container {
    height: 100%;
  }
  .modules .feature-slider .feature-slider-container .swiper-slide {
    background-size: cover !important;
    height: 100% !important;
  }
  .modules .feature-slider .feature-slider-container .feature-content {
    align-self: center;
    padding: 0 !important;
  }
  .modules .feature-slider .feature-slider-container .feature-content h1 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 !important;
  }
  .modules .feature-slider .feature-slider-container .feature-content .play {
    width: 50px;
    margin-top: 20px;
  }
  .modules .feature-slider .feature-slider-container .feature-content .btn {
    margin: 30px auto 0 auto;
  }
  .modules .feature-slider .feature-slider-controls {
    bottom: -10px !important;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    width: 100%;
  }
}
.modules .content-slider {
  margin: 90px 0;
  position: relative;
}
.modules .content-slider .content-slider-container {
  width: 100%;
}
.modules .content-slider .content-slider-container .row {
  height: 100%;
  margin: 0 3%;
  max-width: 100%;
}
.modules .content-slider .content-slider-container .row.left {
  flex-direction: row;
}
.modules .content-slider .content-slider-container .row.right {
  flex-direction: row-reverse;
}
.modules .content-slider .content-slider-container .row .main-content {
  padding-right: 5%;
  text-align: left;
}
.modules .content-slider .content-slider-container .row .main-content h1 {
  margin: 30px 0;
}
.modules .content-slider .content-slider-container .row .main-content h2 {
  margin: 30px 0;
}
.modules .content-slider .content-slider-container .row .main-content .btn {
  margin: 50px 0;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-wrapper {
  height: auto !important;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide {
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  position: relative;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button:hover {
  opacity: 0.8;
}
.modules .content-slider-controls {
  bottom: 20px !important;
  left: 20px !important;
  position: absolute;
  right: auto !important;
  text-align: center;
  width: auto !important;
  z-index: 4112;
}
.modules .swiper-pagination-bullet {
  background: #FEF8F2;
  border: 2px solid #231F20;
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  margin: 16px 4px;
  outline: none !important;
  text-indent: -99999em;
  width: 14px;
}
.modules .swiper-pagination-bullet-active {
  background: #231F20;
  border: 2px solid #231F20;
}
@media only screen and (max-width: 750px) {
  .modules .content-slider {
    margin: 0 0 75px 0;
  }
  .modules .content-slider .content-slider-container {
    margin: 30px 0;
  }
  .modules .content-slider .content-slider-container .row {
    margin: 0 !important;
  }
  .modules .content-slider .content-slider-container .main-content {
    padding: 0 8%;
  }
  .modules .content-slider .content-slider-container .swiper-slide {
    margin-top: 50px !important;
    width: 100%;
  }
  .modules .content-slider .content-slider-controls {
    bottom: 20px !important;
    left: 10px !important;
  }
}
.modules .content-split-left {
  padding: 60px 0;
}
.modules .content-split-left .wrapper {
  text-align: center;
}
.modules .content-split-left .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.modules .content-split-left .content .copy {
  position: relative;
  padding: 0 80px;
  text-align: left;
}
.modules .content-split-left .content .copy h2 {
  margin-bottom: 20px;
}
.modules .content-split-left .content .copy .btn {
  margin-top: 20px;
}
.modules .content-split-left .image-block .img_wrapper {
  display: inline-block;
  overflow: hidden;
}
.modules .content-split-left .image-block img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modules .content-split-left .image-block img:hover {
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 751px) and (max-width: 1160px) {
  .modules .content-split-left {
    padding: 0;
  }
  .modules .content-split-left .content {
    margin-top: 0;
  }
  .modules .content-split-left .content .copy {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .modules .content-split-left {
    padding: 50px 0 0 0 !important;
  }
  .modules .content-split-left .content {
    order: 2;
    padding: 0;
  }
  .modules .content-split-left .content .copy {
    padding: 0 35px;
  }
  .modules .content-split-left .btn {
    margin: 5px auto 30px auto !important;
  }
}
.modules .content-split-right {
  padding: 60px 0;
}
.modules .content-split-right .content {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  justify-content: center;
  position: relative;
}
.modules .content-split-right .content .copy {
  position: relative;
  padding: 0 40px;
}
.modules .content-split-right .content .copy h2 {
  margin-bottom: 20px;
}
.modules .content-split-right .content .copy .btn {
  margin-top: 20px;
}
.modules .content-split-right .image-block .img_wrapper {
  display: inline-block;
  overflow: hidden;
}
.modules .content-split-right .image-block img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modules .content-split-right .image-block img:hover {
  transform: scale(1.04);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 750px) {
  .modules .content-split-right {
    padding: 50px 0 0 0 !important;
  }
  .modules .content-split-right .btn {
    margin: 5px auto 30px auto !important;
  }
  .modules .content-split-right .content {
    padding-top: 35px;
  }
}
.modules .content-block {
  position: relative;
  padding: 0;
  z-index: 5;
}
.modules .content-block .text-align-left {
  text-align: left !important;
}
.modules .content-block .plain {
  padding: 3% 5%;
}
.modules .content-block .plain img {
  margin: 30px 0;
}
.modules .content-block .plain .btn {
  margin: 25px 0 0 0;
}
.modules .content-block .plain a {
  color: #472A2B;
}
.modules .content-block .basic {
  background-position: center center !important;
  background-size: 100% !important;
  cursor: pointer;
  padding: 15% 5%;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.modules .content-block .basic:hover {
  background-size: 102% !important;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.modules .content-block .basic.left {
  flex-direction: row;
}
.modules .content-block .basic.right {
  flex-direction: row-reverse;
}
.modules .content-block .basic .cell {
  z-index: 4;
}
.modules .content-block .basic .heading2 {
  color: #FEF8F2;
  margin-bottom: 30px;
  text-shadow: 0px 3px 6px #231F20;
}
.modules .content-block .basic .btn {
  color: #FEF8F2;
  display: block;
}
.modules .content-block .two_column {
  padding: 0;
}
.modules .content-block .two_column .cell {
  background-position: center center !important;
  background-size: 100% !important;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.modules .content-block .two_column .cell:hover {
  background-size: 102% !important;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.modules .content-block .two_column .cell a:hover {
  color: #FEF8F2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media screen and (min-width: 751px) and (max-width: 1160px) {
  .modules .content-block .basic {
    background-position: left center !important;
    background-size: cover !important;
    padding: 112px 0;
  }
  .modules .content-block .plain {
    padding: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .modules .content-block .basic {
    background-position: center center !important;
    background-size: cover !important;
    padding: 112px 0;
  }
  .modules .content-block .basic:hover {
    background-size: cover !important;
  }
  .modules .content-block .plain {
    padding: 35px;
  }
}
.modules .content-wine-slider {
  margin: 60px auto;
  position: relative;
}
.modules .content-wine-slider .wine-slider-container {
  width: 100%;
}
.modules .content-wine-slider .wine-slider-container .main-content {
  margin: 0 auto;
  text-align: center;
}
.modules .content-wine-slider .wine-slider-container .main-content h5 {
  margin-bottom: 70px;
}
.modules .content-wine-slider .wine-slider-container .wine_slider {
  background: none;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide {
  position: relative;
  text-align: center;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide img {
  height: 415px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide img:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide .btn {
  display: block;
  margin-top: 20px;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-prev {
  cursor: pointer;
  height: 37px;
  left: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 10;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-prev:hover {
  opacity: 0.6;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-next {
  cursor: pointer;
  height: 37px;
  right: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 10;
}
.modules .content-wine-slider .wine-slider-container .wine_slider .wine-swiper-container .swiper-next:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  .modules .content-wine-slider {
    margin: 60px 30px;
  }
}

.padding {
  padding: 5rem 0;
}

.padding-small {
  padding: 2rem 0;
}

.padding-large {
  padding: 5rem 0;
}

.no-padding {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase !important;
}

.white {
  color: #ffffff;
}

.black {
  color: #231F20;
}

.beige {
  color: #FEF8F2;
}

.grey {
  color: #707070;
}

.maroon {
  color: #671117;
}

.fancybox-toolbar {
  top: 45px !important;
}

input::placeholder {
  color: #231F20;
}

.inner-grid {
  position: relative;
  left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
}

.inner-grid-medium {
  position: relative;
  left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
}

.inner-grid-small {
  position: relative;
  left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateX(-50%);
  max-width: 1023px;
  width: 100%;
}

.inner-grid-xsmall {
  position: relative;
  left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateX(-50%);
  max-width: 610px;
  width: 100%;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "garamond-premier-pro", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #231F20;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #231F20;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #231F20;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #231F20;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #231F20;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #231F20;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

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

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #231F20;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #231F20;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #231F20;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #231F20;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #ffffff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #231F20;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #231F20;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #231F20;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #231F20;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #ffffff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #231F20;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #ffffff;
}
.badge.primary {
  background: #1779ba;
  color: #ffffff;
}
.badge.secondary {
  background: #767676;
  color: #ffffff;
}
.badge.success {
  background: #3adb76;
  color: #231F20;
}
.badge.warning {
  background: #ffae00;
  color: #231F20;
}
.badge.alert {
  background: #cc4b37;
  color: #ffffff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #231F20;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #ffffff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #ffffff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #ffffff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #231F20;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #231F20;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #231F20;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #231F20;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #ffffff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-radius: 0;
  background-color: white;
  color: #231F20;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #231F20;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #231F20;
}
.callout.success {
  background-color: #e1faea;
  color: #231F20;
}
.callout.warning {
  background-color: #fff3d9;
  color: #231F20;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #231F20;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #231F20;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #231F20;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #231F20;
  box-shadow: 0 7px 0 #231F20, 0 14px 0 #231F20;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #ffffff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #ffffff;
}
.label.primary {
  background: #1779ba;
  color: #ffffff;
}
.label.secondary {
  background: #767676;
  color: #ffffff;
}
.label.success {
  background: #3adb76;
  color: #231F20;
}
.label.warning {
  background: #ffae00;
  color: #231F20;
}
.label.alert {
  background: #cc4b37;
  color: #ffffff;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(35, 31, 32, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(35, 31, 32, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(35, 31, 32, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(35, 31, 32, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(35, 31, 32, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(35, 31, 32, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #231F20;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #231F20;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(35, 31, 32, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f2f2f2;
  color: #231F20;
}

tfoot {
  background: #f2f2f2;
  color: #231F20;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #ededed;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #231F20;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(35, 31, 32, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #231F20;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #231F20;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #231F20 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #231F20;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #231F20 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #231F20;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

/*
font-family: "garamond-premier-pro", serif;
font-weight: 600;
font-style: normal;

font-family: "garamond-premier-pro", serif;
font-weight: 500;
font-style: normal;

font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-style: normal;

font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-style: italic;

font-family: "felt-tip-roman", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "noka", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "noka", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "noka", sans-serif;
font-weight: 800;
font-style: normal;

*/
body {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal;
}

h1,
.heading1 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 0) {
  h1,
.heading1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  h1,
.heading1 {
    font-size: 71px;
    line-height: 1;
  }
}

h2,
.heading2 {
  color: #472A2B;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  letter-spacing: -1.18px;
}
@media screen and (min-width: 0) {
  h2,
.heading2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  h2,
.heading2 {
    font-size: 47px;
    line-height: 54px;
  }
}

h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
}
@media screen and (min-width: 0) {
  h3 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 40px;
    line-height: 42px;
  }
}

h4,
.heading4 {
  color: #671117;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}
@media screen and (min-width: 0) {
  h4,
.heading4 {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  h4,
.heading4 {
    font-size: 23px;
    line-height: 31px;
  }
}

h5,
.heading5 {
  color: #231F20;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 0) {
  h5,
.heading5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h5,
.heading5 {
    font-size: 16px;
    line-height: 31px;
  }
}

h6,
.heading6 {
  color: #231F20;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 0) {
  h6,
.heading6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h6,
.heading6 {
    font-size: 14px;
    line-height: 28px;
  }
}

p {
  color: #231F20;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 31px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

small {
  line-height: 20px;
}

hr {
  background: #707070;
  border: none;
  height: 1px;
  margin: 9px 0 12px 0;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
}

.content {
  margin-top: 45px;
}

#modal_screen {
  background: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120000;
}

#modal_content {
  background: linear-gradient(0deg, white 80%, rgba(178, 167, 167, 0.21) 100%);
  height: 100%;
  left: 0 !important;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0 !important;
  width: 100%;
  z-index: 120001;
}
#modal_content .age_gate_logo {
  height: auto;
  margin: 150px auto 70px auto;
  width: 450px;
}
#modal_content h1 {
  color: #472A2B;
  font-size: 47px;
  line-height: 54px;
}
#modal_content p {
  color: #707070;
  position: relative;
  z-index: 10;
}
#modal_content p small {
  color: #231F20;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin: 35px auto;
  max-width: 30%;
}
#modal_content .age_gate_tree {
  max-width: 30%;
  position: absolute;
  right: 0;
  top: 25%;
}
#modal_content .content_wrapper {
  text-align: center;
}
#modal_content .agree {
  color: #231F20;
  font-size: 16px;
  line-height: 30px;
  margin: 35px 0 0 0;
  text-transform: uppercase;
}
#modal_content .agree input[type=checkbox] {
  appearance: none;
  height: 30px;
  border: 2px solid #671117 !important;
  background: transparent;
  border-radius: 0;
  color: #231F20;
  font-size: 28px !important;
  margin: 0 15px 5px 0;
  outline: none;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: 30px;
}
#modal_content .agree input[type=checkbox]:checked:after {
  color: #671117;
  content: "✔";
  height: 30px;
  width: 30px;
}
#modal_content .agree input[type=checkbox]:checked:hover {
  color: #671117;
}
#modal_content .agree a {
  color: #231F20 !important;
  text-decoration: underline;
}
#modal_content .agree a:hover {
  color: #707070 !important;
}
#modal_content nav {
  text-align: center;
  position: relative;
  z-index: 10;
}
#modal_content nav:after {
  content: "";
  display: block;
  clear: both;
}
#modal_content nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#modal_content nav ul li {
  display: inline-block;
  text-align: center;
  width: auto;
}
#modal_content nav .av_go {
  color: #671117;
  cursor: pointer;
  display: inline-block;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 31px;
  margin-right: 28px;
  padding: 26px 46px;
  position: relative;
  text-transform: uppercase;
}
#modal_content nav .av_go:hover, #modal_content nav .av_go:focus, #modal_content nav .av_go:active {
  color: #671117;
  font-weight: 700;
  padding: 25px 45px;
}
#modal_content nav .av_no {
  color: #671117;
  cursor: pointer;
  display: inline-block;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 31px;
  padding: 26px 46px;
  position: relative;
  text-transform: uppercase;
}
#modal_content nav .av_no:hover, #modal_content nav .av_no:focus, #modal_content nav .av_no:active {
  color: #472A2B;
  font-weight: 700;
  padding: 25px 45px;
}
#modal_content #modal_regret_wrapper {
  height: 100%;
  padding: 20px;
}
#modal_content #modal_regret_wrapper h2 {
  margin-top: 100px;
}
#modal_content .footer {
  bottom: 0;
  margin-top: 100px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#modal_content .footer small {
  max-width: 100%;
}

.page-id-2 #content-split-right-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  padding: 120px 0 60px 0;
}
.page-id-2 #content-split-right-0 .barrels {
  margin: -100px 0 30px 0;
  animation: barrel 12s ease infinite alternate;
}
@keyframes barrel {
  0% {
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
}
.page-id-2 #content-split-left-0 .guitar {
  animation: guitar 1.5s infinite;
  margin: -100px -100px 0 0;
}
@keyframes guitar {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-2 #content-block-0 {
  position: relative;
}
.page-id-2 #content-block-0 .cloud1 {
  animation: clouds 110s linear infinite;
  position: absolute;
  left: 15%;
  top: 40px;
}
.page-id-2 #content-block-0 .cloud2 {
  animation: clouds 90s linear infinite;
  position: absolute;
  left: 60%;
  bottom: 0;
}
.page-id-2 #content-block-0 .balloon {
  animation: balloon 30s linear forwards, tilt 6s infinite;
  position: absolute;
  right: 10%;
  top: 0;
  width: 165px;
}
.page-id-2 #content-block-0 h4 {
  margin: 145px auto;
  max-width: 40%;
}
@keyframes clouds {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1000px;
  }
}
@keyframes balloon {
  from {
    bottom: -10%;
  }
  to {
    bottom: 100%;
  }
}
@keyframes tilt {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 10px 0;
    transform: rotate(3deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -10px 0;
    transform: rotate(-3deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-2 #content-split-left-2 {
  background: linear-gradient(180deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}

.page-id-61 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-61 #content-block-0 .plain .cell h2 {
  margin-bottom: 35px;
}
.page-id-61 #content-block-0 .plain .cell p {
  margin: 0 auto;
  max-width: 60%;
}
.page-id-61 #content-block-1 {
  margin: 100px auto;
  padding: 0 15%;
}
.page-id-61 #content-block-1 .cell {
  align-self: center;
}
.page-id-61 #content-block-1 .cell .barrels {
  animation: barrels 12s ease infinite alternate;
}
@keyframes barrels {
  0% {
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
}
.page-id-61 #content-block-2 .cell .content {
  align-items: center;
  display: flex;
  height: 550px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.page-id-61 #content-block-2 .cell .content h2 {
  color: #FEF8F2;
  max-width: 100%;
  text-shadow: 0px 3px 6px #231F20;
}

.page-id-65 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-65 #content-block-0 h1 {
  color: #472A2B;
  font-size: 47px;
  line-height: 54px;
}
.page-id-65 .adventure,
.page-id-65 .instagram {
  display: none;
}

.page-id-3 #content-block-0,
.page-id-67 #content-block-0,
.page-id-70 #content-block-0,
.page-id-288 #content-block-0,
.page-id-503 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-3 #content-block-0 h1,
.page-id-67 #content-block-0 h1,
.page-id-70 #content-block-0 h1,
.page-id-288 #content-block-0 h1,
.page-id-503 #content-block-0 h1 {
  color: #472A2B;
  font-size: 47px;
  line-height: 54px;
}
.page-id-3 .adventure,
.page-id-3 .instagram,
.page-id-3 .newsletter,
.page-id-3 .footer .btn.solid,
.page-id-67 .adventure,
.page-id-67 .instagram,
.page-id-67 .newsletter,
.page-id-67 .footer .btn.solid,
.page-id-70 .adventure,
.page-id-70 .instagram,
.page-id-70 .newsletter,
.page-id-70 .footer .btn.solid,
.page-id-288 .adventure,
.page-id-288 .instagram,
.page-id-288 .newsletter,
.page-id-288 .footer .btn.solid,
.page-id-503 .adventure,
.page-id-503 .instagram,
.page-id-503 .newsletter,
.page-id-503 .footer .btn.solid {
  display: none;
}
.page-id-3 .footer,
.page-id-67 .footer,
.page-id-70 .footer,
.page-id-288 .footer,
.page-id-503 .footer {
  padding: 300px 0 40px 0;
  position: relative;
}
.page-id-3 .footer .footer_logo,
.page-id-67 .footer .footer_logo,
.page-id-70 .footer .footer_logo,
.page-id-288 .footer .footer_logo,
.page-id-503 .footer .footer_logo {
  top: 0px;
}

.page-id-191 #feature-slider-0 {
  margin-bottom: 0;
}
.page-id-191 #feature-slider-0 .swiper-slide {
  background-position: top center !important;
}
.page-id-191 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-191 #content-block-0 h2 {
  margin-bottom: 35px;
}
.page-id-191 #content-block-0 p {
  margin: 0 auto;
  max-width: 70%;
}
.page-id-191 #content-split-right-0 .grid-x > .large-7 {
  text-align: right;
  width: 50%;
}
.page-id-191 #content-split-right-0 .grid-x > .large-5 {
  width: 50%;
}
.page-id-191 #content-split-right-0 .grapes {
  animation: squish 2s ease infinite alternate;
  margin-bottom: 65px;
}
.page-id-191 #content-split-right-0 h4 {
  text-align: center;
}
.page-id-191 #content-block-1 h2 {
  margin-bottom: 35px;
}
.page-id-191 #content-block-1 p {
  margin: 0 auto;
  max-width: 60%;
}
.page-id-191 #content-split-right-1 .grid-x > .large-7 {
  text-align: right;
  width: 50%;
}
.page-id-191 #content-split-right-1 .grid-x > .large-5 {
  width: 50%;
}
.page-id-191 #content-split-right-1 .notes {
  animation: notes 1.5s infinite;
  margin: 0 0 65px 50%;
}
.page-id-191 #content-split-right-1 .notes2 {
  animation: notes 1s infinite;
}
.page-id-191 #content-split-right-1 h4 {
  text-align: center;
}
.page-id-191 .adventure {
  background: none;
}
@keyframes squish {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.1);
  }
}
@keyframes notes {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}

.page-id-193 #feature-slider-0 {
  margin-bottom: 0;
}
.page-id-193 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-193 #content-block-0 h1 {
  font-size: 47px;
  line-height: 54px;
  letter-spacing: -1.18px;
  margin-bottom: 35px;
}
.page-id-193 #content-block-0 p,
.page-id-193 #content-block-0 small {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 70%;
}
.page-id-193 #content-block-1 .relaxing {
  animation: smash 3s ease infinite alternate;
  float: left;
  margin: -1% 0 0 0;
}
.page-id-193 #content-block-1 .notes {
  animation: notes 1s infinite;
  float: right;
  margin: -18% 0 0 0;
}
.page-id-193 #content-block-1 h4 {
  margin: 0 auto 15px auto;
  max-width: 55%;
}
@keyframes smash {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1.05);
  }
}
@keyframes notes {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-193 #content-split-right-0 .grid-x > .large-7 {
  text-align: right;
  width: 50%;
}
.page-id-193 #content-split-right-0 .grid-x > .large-5 {
  width: 50%;
}
.page-id-193 #content-split-right-0 .grapes {
  margin-bottom: 65px;
}
.page-id-193 #content-split-right-0 h4 {
  text-align: center;
}
.page-id-193 #content-block-2 h2 {
  margin-bottom: 35px;
}
.page-id-193 #content-block-2 p,
.page-id-193 #content-block-2 small {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 70%;
}
.page-id-193 #content-split-left-0 {
  display: none;
}
.page-id-193 #content-split-left-0 h4 {
  text-align: center;
}
.page-id-193 #content-split-left-0 p {
  color: #671117;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 39px;
}
.page-id-193 .adventure {
  background: none;
}

.page-id-264 .intro,
.page-id-420 .intro {
  margin: 0 auto;
  max-width: 45%;
}
.page-id-264 .intro h1,
.page-id-420 .intro h1 {
  color: #671117;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 47px;
  line-height: 54px;
  margin: 40px auto;
}
.page-id-264 .intro p,
.page-id-420 .intro p {
  margin: 0 auto 40px auto;
}
.page-id-264 .intro form,
.page-id-420 .intro form {
  max-width: 80%;
  margin: 30px auto;
}
.page-id-264 .intro form [type=email],
.page-id-420 .intro form [type=email] {
  text-align: center;
}
.page-id-264 .plain ul,
.page-id-420 .plain ul {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style: none;
  margin: 40px auto;
}
.page-id-264 .plain ul li,
.page-id-420 .plain ul li {
  width: 33.33333333%;
}
.page-id-264 .plain ul li:nth-child(2) img,
.page-id-420 .plain ul li:nth-child(2) img {
  margin: 0 auto 30px 0 !important;
}
.page-id-264 .plain ul li h6,
.page-id-420 .plain ul li h6 {
  color: #671117;
  font-size: 23px;
  letter-spacing: normal;
  line-height: 54px;
}
.page-id-264 .plain ul li p,
.page-id-420 .plain ul li p {
  font-size: 18px;
  line-height: 31px;
  margin: 0 auto;
  max-width: 70%;
}

.page-id-269 .intro,
.page-id-418 .intro,
.page-id-429 .intro {
  margin: 0 auto;
  max-width: 50%;
}
.page-id-269 .intro h1,
.page-id-418 .intro h1,
.page-id-429 .intro h1 {
  color: #26255D;
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 47px;
  letter-spacing: -1.18px;
  line-height: 54px;
  margin: 15px auto;
  text-transform: uppercase;
}
.page-id-269 .intro .heading5,
.page-id-418 .intro .heading5,
.page-id-429 .intro .heading5 {
  color: #E33E4A;
  font-family: "noka", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 6.4px;
}
.page-id-269 .intro img,
.page-id-418 .intro img,
.page-id-429 .intro img {
  margin: 0 auto 5px auto !important;
}
.page-id-269 .intro form,
.page-id-418 .intro form,
.page-id-429 .intro form {
  max-width: 60%;
  margin: 30px auto;
}
.page-id-269 .intro form [type=email],
.page-id-418 .intro form [type=email],
.page-id-429 .intro form [type=email] {
  background: #fdf4e5;
  border-color: #472A2B;
  font-family: "noka", sans-serif;
  text-align: center;
}
.page-id-269 .intro form [type=submit],
.page-id-418 .intro form [type=submit],
.page-id-429 .intro form [type=submit] {
  color: #E33E4A;
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.65px;
  line-height: 54px;
  margin: 0 !important;
  text-decoration: underline;
}
.page-id-269 .plain,
.page-id-418 .plain,
.page-id-429 .plain {
  background: #FCECCE;
  padding-top: 0 !important;
}
.page-id-269 .plain .cell,
.page-id-418 .plain .cell,
.page-id-429 .plain .cell {
  padding-top: 0 !important;
}
.page-id-269 .plain ul,
.page-id-418 .plain ul,
.page-id-429 .plain ul {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style: none;
  margin: 40px auto;
}
.page-id-269 .plain ul li,
.page-id-418 .plain ul li,
.page-id-429 .plain ul li {
  width: 33.33333333%;
}
.page-id-269 .plain ul li:nth-child(2) img,
.page-id-418 .plain ul li:nth-child(2) img,
.page-id-429 .plain ul li:nth-child(2) img {
  margin: 0 auto 30px 0 !important;
}
.page-id-269 .plain ul li h6,
.page-id-418 .plain ul li h6,
.page-id-429 .plain ul li h6 {
  color: #E33E4A;
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 23px;
  letter-spacing: -0.65px;
  line-height: 54px;
}
.page-id-269 .plain ul li p,
.page-id-418 .plain ul li p,
.page-id-429 .plain ul li p {
  font-size: 18px;
  line-height: 31px;
  margin: 0 auto;
  max-width: 70%;
}
.page-id-269 .plain p,
.page-id-418 .plain p,
.page-id-429 .plain p {
  font-family: "noka", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.32px;
}
.page-id-269 .adventure,
.page-id-418 .adventure,
.page-id-429 .adventure {
  background: linear-gradient(180deg, #fceccd 0%, white 15%);
}

.page-id-419 .feature-slider .swiper-slide {
  background-position: center center !important;
}
.page-id-419 h1 {
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  letter-spacing: 1.5px;
  line-height: 70px;
}
.page-id-419 h1 small {
  color: #FEF8F2 !important;
  font-size: 45px;
}
.page-id-419 .heading3 {
  font-size: 23px !important;
  line-height: 54px;
}
.page-id-419 .notes {
  animation: notes 1.5s infinite;
  margin: 0 !important;
}
@keyframes notes {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}

/* Shop */
.page-id-430.varietal .feature-slider,
.page-id-430.varietal .plain {
  display: none;
}
.page-id-430.checkout .feature-slider,
.page-id-430.checkout .plain,
.page-id-430.checkout #load,
.page-id-430.checkout .content-menu,
.page-id-430.checkout .parallax-mirror,
.page-id-430.checkout .hide_dropdowns,
.page-id-430.checkout .promotional_message {
  display: none;
}
.page-id-430.hide_dropdowns label {
  display: none;
}
.page-id-430.my_account .basic,
.page-id-430.my_account .headings,
.page-id-430.my_account #load,
.page-id-430.my_account .content-menu,
.page-id-430.my_account .parallax-mirror,
.page-id-430.my_account .wine_extras,
.page-id-430.my_account .promotional_message {
  display: none;
}
.page-id-430 .adventure {
  background: none;
}
.page-id-430 #content-block-0 {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
}
.page-id-430 #content-block-0 .plain p {
  margin: 0 auto 20px auto;
  max-width: 60%;
}
.page-id-430 #content-block-1 .plain {
  padding-top: 0 !important;
}

.error404 .content-not-found {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  padding: 60px 0 100px 0;
  text-align: center;
}
.error404 .content-not-found h1 {
  color: #472A2B;
  font-size: 47px;
  line-height: 54px;
  margin: 25px auto 40px auto;
}
.error404 .content-not-found h4 {
  margin: 0 auto 40px auto;
  max-width: 690px;
}
.error404 .adventure,
.error404 .instagram,
.error404 .footer .btn.solid {
  display: none;
}
.error404 .footer {
  padding: 300px 0 40px 0;
  position: relative;
}
.error404 .footer .footer_logo {
  top: 0px;
}

.content-wines .cell {
  text-align: center;
}
.content-wines .cell h4 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
}
.content-wines .cell img {
  margin-bottom: 35px;
  max-height: 415px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
}
.content-wines .cell:hover img {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-wines .cell p {
  margin: 0 auto;
  max-width: 55%;
}
.content-wines .cell .btn {
  margin-top: 25px;
}

.single-wine .product-slider .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  height: 550px;
  position: relative;
}
.single-wine .product-slider .swiper-slide .play_button {
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
}
.single-wine .swiper-nav {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}
.single-wine .swiper-nav .swiper-pagination-bullet {
  background: #ffffff;
  border: none;
  display: inline-block;
  height: 2px;
  margin: 0 7px;
  outline: none !important;
  text-indent: -99999em;
  width: 20px;
}
.single-wine .swiper-nav .swiper-pagination-bullet-active {
  background: #FEF8F2;
  border: none;
}
.single-wine .product_info .cell {
  align-self: center;
}
.single-wine .product_meta {
  padding: 48px;
}
.single-wine .product_meta h1 {
  color: #231F20;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: -1.18px;
  line-height: 54px;
  margin-bottom: 25px;
}
.single-wine .product_meta .btn {
  margin: 30px 50px 0 0;
}
.single-wine .product_meta .award_image {
  margin: 25px 15px 0 0;
  width: 125px;
}
.single-wine .boxed_quote {
  border: 1px solid #472A2B;
  margin: 80px auto;
  max-width: 900px;
  padding: 40px;
  text-align: center;
}
.single-wine .boxed_quote .heading5 {
  display: block;
  margin-bottom: 20px;
}
.single-wine .boxed_quote p {
  color: #671117;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 39px;
  margin: 0 auto;
  max-width: 70%;
}
.single-wine .quote {
  margin: 55px auto;
  padding: 40px;
  text-align: center;
  width: 100%;
}
.single-wine .quote .heading5 {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 45%;
}
.single-wine .quote h4 {
  color: #671117;
  margin: 0 auto;
  max-width: 45%;
}
.single-wine .quote img {
  float: right;
  animation: quote 4s ease infinite alternate;
}
@keyframes quote {
  0% {
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
}
.single-wine .content-video .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  position: relative;
}
.single-wine .content-video .content .copy {
  position: relative;
  padding-bottom: 4rem;
}
.single-wine .content-video .content .copy h2 {
  font-size: 47px;
}
.single-wine .content-video .content .copy h4 {
  margin-bottom: 20px;
  position: relative;
}
.single-wine .content-video .image-block {
  background-size: cover !important;
  background-position: center !important;
  height: 550px;
  position: relative;
}
.single-wine .content-video .image-block .play_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.single-wine .content-video h6 {
  color: #671117;
  margin-top: 35px;
}
.single-wine .recipe_callout {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding: 15% 5%;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.single-wine .recipe_callout:hover {
  background-size: 102% !important;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.single-wine .recipe_callout .heading2 {
  color: #FEF8F2;
  margin-bottom: 30px;
  text-shadow: 0px 3px 6px #231F20;
}
.single-wine .recipe_callout .btn {
  color: #FEF8F2;
  display: block;
}
.single-wine .wine-slider-container {
  margin: 80px auto;
  position: relative;
}
.single-wine .wine-slider-container .main-content {
  margin: 0 auto;
  text-align: center;
}
.single-wine .wine-slider-container .main-content h5 {
  margin-bottom: 70px;
}
.single-wine .wine-slider-container .wine_slider {
  background: none;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide {
  position: relative;
  text-align: center;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide img {
  height: 415px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide img:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-slide .btn {
  display: block;
  margin-top: 20px;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-prev {
  cursor: pointer;
  height: 37px;
  left: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 10;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-prev:hover {
  opacity: 0.6;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-next {
  cursor: pointer;
  height: 37px;
  right: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 10;
}
.single-wine .wine-slider-container .wine_slider .wine-swiper-container .swiper-next:hover {
  opacity: 0.6;
}

.blog .main {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  padding-top: 35px;
  text-align: center;
}
.blog .main h1 {
  font-size: 47px;
  line-height: 54px;
  margin-bottom: 35px;
}
.blog .main p {
  margin: 0 auto 35px auto;
  max-width: 55%;
}
.blog .main .table {
  animation: animate 3s ease infinite alternate;
  margin-bottom: 20px;
}
@keyframes animate {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1.05);
  }
}
.blog .main .posts {
  margin: 50px 12%;
}
.blog .main .posts h4 {
  margin: 20px auto;
  max-width: 275px;
}
.blog .main .posts h4 a {
  color: #671117;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
.blog .main .posts .cell img {
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blog .main .posts .cell img:hover {
  transform: scale(1.01);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.blog .adventure {
  background: #ffffff !important;
}

.single-post {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  padding-top: 70px;
}
.single-post .entry-content .intro {
  margin-bottom: 70px;
  text-align: center;
}
.single-post .entry-content .intro .wp-post-image {
  margin: 0 auto 50px auto;
}
.single-post .entry-content .intro h1 {
  color: #472A2B;
  font-size: 47px;
  line-height: 54px;
  margin: 0 auto 35px auto;
  max-width: 60%;
}
.single-post .entry-content .intro h4 {
  line-height: 40px;
}
.single-post .entry-content .intro p {
  margin: 0 auto 35px auto;
  max-width: 87%;
}
.single-post .entry-content .intro .cook_times p {
  color: #671117;
  font-style: italic;
}
.single-post .entry-content .ingredients .cell:nth-child(1) {
  padding-left: 0;
}
.single-post .entry-content .ingredients p {
  display: inline-block;
}
.single-post .entry-content h5 {
  color: #671117;
  font-size: 23px;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 0;
}
.single-post .entry-content p {
  margin-bottom: 5px;
}
.single-post .entry-content ul {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 31px;
  margin: 0 0 50px 0;
}
.single-post .entry-content ul li {
  list-style: none;
}
.single-post .entry-content ol {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 31px;
  margin-bottom: 50px;
}
.single-post .posts h4 {
  margin: 20px auto;
  max-width: 80%;
}
.single-post .posts h4 a {
  color: #671117;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}
.single-post .explore {
  margin: 150px 0 50px 0;
  text-align: center;
}
.single-post .explore h3 {
  margin-bottom: 60px;
}
.single-post .explore .btn {
  margin: 60px auto;
}

.responsive-iframe {
  aspect-ratio: 16/9;
  border: 0;
  height: 100%;
  margin: 50px 0;
  width: 100%;
}

.wpcf7 {
  position: relative;
  max-width: 65%;
  margin: 45px auto 100px auto !important;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: 1px solid #707070;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  margin: 0 !important;
}
.wpcf7 select {
  border: 1px solid #671117;
}
.wpcf7 .small {
  float: left;
  margin: 0 2% 1% 0;
  max-width: 31%;
  width: 100%;
}
.wpcf7 .medium {
  float: left;
  margin: 0 2% 1% 0;
  max-width: 47.5%;
  width: 100%;
}
.wpcf7 .large {
  float: left;
  margin: 0 0 1% 0;
  max-width: 96.5%;
  text-align: left;
  width: 100%;
}
.wpcf7 .clear {
  clear: both;
}
.wpcf7 label {
  color: #231F20;
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 5.2px;
  text-align: left;
  text-transform: uppercase;
}
.wpcf7 legend {
  display: none;
}
.wpcf7 input[type=submit] {
  background: none;
  border: none;
  color: #671117;
  cursor: pointer;
  float: left;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  padding: 13px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:active {
  color: #472A2B;
  transition: all 0.3s ease-out;
}

.wpcf7-response-output {
  float: left;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  line-height: 16px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

@media screen and (min-width: 751px) and (max-width: 1160px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  h4 {
    line-height: 31px;
  }

  .content-wine-slider {
    margin: 60px 10% !important;
  }

  .announcement .heading4 {
    line-height: 1;
  }

  .page-id-2 #content-block-0 .cloud1,
.page-id-2 #content-block-0 .cloud2 {
    width: 200px;
  }
  .page-id-2 #content-block-0 h4 {
    margin: 100px auto;
    max-width: 90%;
  }
  .page-id-2 #content-block-0 .balloon {
    right: -20px;
    width: 102px;
  }
  .page-id-2 #content-split-left-2 {
    padding-bottom: 60px;
  }

  .page-id-65 .main .plain {
    padding: 0;
  }
  .page-id-65 .main .plain h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .page-id-65 .main .plain img {
    display: block;
    margin: 0 auto;
    height: 30%;
  }
  .page-id-65 .footer .footer_logo {
    top: auto;
  }

  .page-id-67 .main .plain {
    padding: 0;
  }
  .page-id-67 .main .plain h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .page-id-67 .main .plain img {
    margin: 35px auto;
    width: 30%;
  }

  .page-id-191 #feature-slider-0 .swiper-slide {
    background-position: center center !important;
  }
  .page-id-191 #content-block-0 p,
.page-id-191 #content-block-1 p {
    max-width: 100%;
  }
  .page-id-191 #content-split-right-0 {
    text-align: center;
  }
  .page-id-191 #content-split-right-0 .grid-x .large-7,
.page-id-191 #content-split-right-0 .grid-x .large-5 {
    width: 100%;
  }
  .page-id-191 #content-split-right-0 .grapes {
    margin: 35px 0;
  }
  .page-id-191 #content-split-right-1 {
    text-align: center;
  }
  .page-id-191 #content-split-right-1 .grid-x .large-7,
.page-id-191 #content-split-right-1 .grid-x .large-5 {
    width: 100%;
  }
  .page-id-191 #content-split-right-1 .notes {
    margin: 35px 0;
  }

  .page-id-193 #content-block-0 p, .page-id-193 #content-block-0 small {
    max-width: 100%;
  }
  .page-id-193 #content-block-1 h4 {
    max-width: 100%;
  }
  .page-id-193 #content-block-1 .relaxing {
    float: none;
    margin: -50px 0 30px 0;
    width: 30%;
  }
  .page-id-193 #content-block-1 .notes {
    margin: 35px 0;
  }
  .page-id-193 #content-split-right-0 .grid-x .large-7,
.page-id-193 #content-split-right-0 .grid-x .large-5 {
    width: 100%;
  }

  .single-wine .product-slider .swiper-slide {
    height: 480px;
  }
  .single-wine .product_meta {
    padding: 35px;
  }
  .single-wine .boxed_quote {
    margin: 25px 10%;
    padding: 25px 18px;
  }
  .single-wine .boxed_quote p {
    max-width: 100%;
  }
  .single-wine .quote {
    margin: 0 auto;
    padding: 25px 150px;
  }
  .single-wine .quote img {
    float: none;
    margin: 35px auto;
    width: 30%;
  }
  .single-wine .quote .heading5,
.single-wine .quote h4 {
    max-width: 100%;
  }
  .single-wine .content-video .content {
    padding: 25px 100px;
  }
  .single-wine .content-video .content .copy {
    font-size: 20px;
  }
  .single-wine .content-video .image-block {
    height: 480px;
  }

  .blog .main {
    padding: 25px;
  }
  .blog .main h1 {
    font-size: 38px;
  }
  .blog .main p {
    max-width: 100%;
  }
  .blog .main .posts {
    margin: 50px 0;
  }

  .footer {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .content {
    margin-top: 44px;
  }

  h4 {
    font-size: 23px;
    line-height: 31px;
  }

  #modal_content .age_gate_logo {
    margin: 90px auto;
    width: 300px;
  }
  #modal_content h1 {
    color: #671117;
    font-size: 44px;
    line-height: 48px;
  }
  #modal_content p small {
    font-size: 11px;
    max-width: 100%;
  }
  #modal_content .age_gate_tree {
    display: none;
  }

  .announcement .heading4 {
    font-size: 18px !important;
    line-height: 1;
  }

  .page-id-2 #feature-slider-0 {
    margin-top: 50px;
  }
  .page-id-2 #content-block-0 .cloud1,
.page-id-2 #content-block-0 .cloud2 {
    width: 200px;
  }
  .page-id-2 #content-block-0 h4 {
    margin: 145px auto;
    max-width: 90%;
  }
  .page-id-2 #content-block-0 .balloon {
    right: -20px;
    width: 102px;
  }
  .page-id-2 #content-split-right-0 .barrels {
    margin: 0px 0 30px 0;
  }
  .page-id-2 #content-split-left-0 .guitar {
    margin: 0 50px 30px 0;
  }
  .page-id-2 #content-split-left-2 {
    padding: 50px 0 !important;
  }

  .page-id-61 .feature-slider .feature-slider-container .swiper-slide .feature-content-container {
    padding: 0 25px;
  }
  .page-id-61 #content-block-0 .plain {
    padding: 35px;
  }
  .page-id-61 #content-block-0 .plain .cell p {
    max-width: 100%;
  }
  .page-id-61 #content-block-1 {
    margin: 0 auto;
    padding: 35px;
  }
  .page-id-61 #content-block-1 img {
    margin: 35px auto;
    width: 50%;
  }
  .page-id-61 #content-block-2 .cell .content {
    height: 290px;
    margin: 0;
  }

  .page-id-65 .main .plain {
    padding: 0;
  }
  .page-id-65 .main .plain h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .page-id-65 .main .plain img {
    display: block;
    margin: 0 auto;
    height: 50%;
  }
  .page-id-65 .footer .footer_logo {
    top: auto;
  }

  .page-id-67 .main .plain {
    padding: 0 20px;
  }
  .page-id-67 .main .plain h1 {
    font-size: 38px;
    margin-bottom: 35px;
  }
  .page-id-67 .main .plain img {
    margin: 35px auto;
    width: 50%;
  }
  .page-id-67 .main .plain .large,
.page-id-67 .main .plain .medium,
.page-id-67 .main .plain .small,
.page-id-67 .main .plain select {
    margin: 0 0 3% 0;
    max-width: 100%;
  }

  .page-id-191 #feature-slider-0 .swiper-slide {
    background-position: -60px 0 !important;
  }
  .page-id-191 #content-block-0 p,
.page-id-191 #content-block-1 p {
    max-width: 100%;
  }
  .page-id-191 #content-split-right-0 {
    text-align: center;
  }
  .page-id-191 #content-split-right-0 .grid-x .large-7,
.page-id-191 #content-split-right-0 .grid-x .large-5 {
    width: 100%;
  }
  .page-id-191 #content-split-right-0 .grapes {
    margin: 35px 0;
  }
  .page-id-191 #content-split-right-1 {
    text-align: center;
  }
  .page-id-191 #content-split-right-1 .grid-x .large-7,
.page-id-191 #content-split-right-1 .grid-x .large-5 {
    width: 100%;
  }
  .page-id-191 #content-split-right-1 .notes {
    margin: 35px 0;
  }

  .page-id-193 #content-block-0 h1 br {
    display: none;
  }
  .page-id-193 #content-block-0 p, .page-id-193 #content-block-0 small {
    max-width: 100%;
  }
  .page-id-193 #content-block-1 h4 {
    max-width: 100%;
  }
  .page-id-193 #content-block-1 .relaxing {
    float: none;
    margin: -50px 0 30px 0;
    width: 50%;
  }
  .page-id-193 #content-block-1 .notes {
    margin: 35px 0;
  }
  .page-id-193 #content-block-2 h2 {
    margin: 0 auto 35px auto;
    max-width: 80%;
  }
  .page-id-193 #content-block-2 p, .page-id-193 #content-block-2 small {
    max-width: 100%;
  }
  .page-id-193 #content-split-right-0 .grid-x .large-7,
.page-id-193 #content-split-right-0 .grid-x .large-5 {
    width: 100%;
  }

  .page-id-264 .intro,
.page-id-420 .intro,
.page-id-269 .intro,
.page-id-418 .intro,
.page-id-429 .intro {
    max-width: 100%;
  }
  .page-id-264 .intro form,
.page-id-420 .intro form,
.page-id-269 .intro form,
.page-id-418 .intro form,
.page-id-429 .intro form {
    max-width: 100%;
  }
  .page-id-264 .plain p br,
.page-id-420 .plain p br,
.page-id-269 .plain p br,
.page-id-418 .plain p br,
.page-id-429 .plain p br {
    display: none;
  }
  .page-id-264 .plain ul,
.page-id-420 .plain ul,
.page-id-269 .plain ul,
.page-id-418 .plain ul,
.page-id-429 .plain ul {
    flex-direction: column;
  }
  .page-id-264 .plain ul li,
.page-id-420 .plain ul li,
.page-id-269 .plain ul li,
.page-id-418 .plain ul li,
.page-id-429 .plain ul li {
    margin-bottom: 50px;
    width: 100%;
  }
  .page-id-264 .plain ul li:nth-child(2) img,
.page-id-420 .plain ul li:nth-child(2) img,
.page-id-269 .plain ul li:nth-child(2) img,
.page-id-418 .plain ul li:nth-child(2) img,
.page-id-429 .plain ul li:nth-child(2) img {
    margin: 30px 0 !important;
  }
  .page-id-264 .plain ul li p,
.page-id-420 .plain ul li p,
.page-id-269 .plain ul li p,
.page-id-418 .plain ul li p,
.page-id-429 .plain ul li p {
    max-width: 90%;
  }

  .page-id-419 #content-block-0 .plain {
    padding: 0;
  }
  .page-id-419 #content-block-0 .plain .heading3 {
    font-size: 23px !important;
    line-height: 32px;
    margin: 20px auto;
    display: block;
    max-width: 80%;
  }
  .page-id-419 #content-block-0 .plain .responsive-iframe {
    height: 1000px;
  }

  .page-id-430 #content-block-0 .plain p {
    max-width: 100% !important;
  }
  .page-id-430 .ecp_CategoryWithProducts h1 {
    text-align: center !important;
  }
  .page-id-430 .dcomm-store-main .ecp_ProductDetail h3 {
    text-align: center !important;
  }
  .page-id-430 .dcomm-store-main .ecp_ProductDetail .ecp-form {
    justify-content: center;
  }

  .single-wine .product_meta {
    padding: 35px;
  }
  .single-wine .boxed_quote {
    margin: 25px;
    padding: 25px 18px;
  }
  .single-wine .boxed_quote p {
    max-width: 100%;
  }
  .single-wine .quote {
    margin: 0 auto;
    padding: 25px;
  }
  .single-wine .quote img {
    float: none;
    margin: 35px auto;
    width: 50%;
  }
  .single-wine .quote .heading5,
.single-wine .quote h4 {
    max-width: 100%;
  }
  .single-wine .content-video .content {
    padding: 25px;
  }
  .single-wine .content-video .content .copy h2 {
    line-height: 54px;
  }
  .single-wine .content-video .image-block {
    height: 278px;
  }
  .single-wine .wine-slider-container {
    margin: 80px 0;
  }

  .blog .main {
    padding: 20px;
  }
  .blog .main .posts {
    margin: 0;
  }
  .blog .main .posts .cell {
    margin-bottom: 30px;
    padding: 0;
  }
  .blog .main .posts .cell img {
    margin: 0;
    width: 100%;
  }
  .blog .main h1 {
    font-size: 38px;
  }
  .blog .main h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .blog .main p {
    max-width: 90%;
  }
  .blog .main .btn {
    font-size: 16px;
  }

  .single-post .entry-content {
    padding: 0 40px;
  }
  .single-post .entry-content .intro h1,
.single-post .entry-content .intro p {
    max-width: 100%;
  }
  .single-post .explore {
    margin: 40px 20px;
  }
  .single-post .explore .cell {
    margin-bottom: 50px;
  }
  .single-post .explore .cell:nth-child(3) {
    display: none;
  }
  .single-post .explore h4 {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
  }
  .single-post .explore .btn {
    margin: 10px auto 30px auto;
  }
  .single-post .adventure {
    background: #ffffff;
  }

  .product-slider {
    margin: 0;
  }
  .product-slider .swiper-container {
    height: 300px;
  }
  .product-slider .swiper-container .swiper-slide {
    height: 278px !important;
    padding: 0;
  }
  .product-slider .swiper-container .swiper-slide img {
    height: 100%;
    width: auto;
  }
  .product-slider .swiper-pagination {
    bottom: -10px !important;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    width: 100%;
  }

  .wpcf7 {
    max-width: 100%;
  }
  .wpcf7 label {
    letter-spacing: 1px;
  }

  .newsletter {
    margin: 0 auto;
    padding: 40px 20px !important;
    width: 90% !important;
  }
  .newsletter p {
    max-width: 90% !important;
  }
  .newsletter [type=email] {
    max-width: 80% !important;
  }

  .adventure .heading2 br {
    display: none;
  }

  .popup {
    overflow: hidden;
    top: 55% !important;
    transform: translateY(-55%) !important;
    width: 90% !important;
  }
  .popup .popup-close {
    height: 20px !important;
    right: 5px !important;
    top: 5px !important;
    width: 20px !important;
  }
  .popup .popup-container .grid-x .the_image {
    height: 180px !important;
  }
  .popup .popup-container .grid-x .the_content {
    padding: 20px !important;
  }
  .popup .popup-container .grid-x .the_content form {
    max-width: 100% !important;
  }
}
.adventure {
  background: linear-gradient(0deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  padding: 70px;
  text-align: center;
  width: 100%;
}
.adventure img {
  display: block;
  margin: 0 auto 30px auto;
}
.adventure .heading2 {
  color: #671117;
  display: block;
  margin-bottom: 30px;
}
.adventure .btn {
  margin: 0 15px;
}

.instagram {
  padding: 70px;
  text-align: center;
  width: 100%;
}
.instagram img {
  display: block;
  margin: 0 auto 30px auto;
}
.instagram .heading2 {
  display: block;
  margin-bottom: 30px;
}
.instagram a {
  color: #231F20;
  transition: all 0.3s ease-out;
}
.instagram a:hover {
  color: #671117;
  transition: all 0.3s ease-out;
}
.instagram #sbi_load {
  margin-top: 20px;
}

.newsletter {
  border: 1px solid #AC9FA0;
  padding: 60px;
  text-align: center;
  width: 100%;
}
.newsletter .heading2 {
  color: #671117;
  display: block;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 25px auto 35px auto;
}
.newsletter p {
  margin: 0 auto 40px auto;
  max-width: 70%;
}
.newsletter [type=email] {
  margin: 0 auto 20px auto;
  max-width: 50%;
  text-align: center;
}

.footer {
  background: linear-gradient(180deg, white 0%, rgba(237, 232, 226, 0.21) 75%, rgba(178, 167, 167, 0.21) 100%);
  clear: both;
  margin-top: 40px;
  padding: 105px 0 40px 0;
  text-align: center;
  width: 100%;
}
.footer .btn.solid {
  margin: 75px auto 160px auto;
  text-align: center;
}
.footer .footer_logo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .footer_nav {
  text-align: center;
}
.footer .footer_nav #menu-footer-navigation {
  justify-content: center;
  margin-bottom: 20px;
}
.footer .footer_nav #menu-footer-navigation li.active > a {
  background: none;
  color: #707070;
}
.footer .footer_nav #menu-footer-navigation li.is-active > a {
  color: #707070;
}
.footer .footer_nav #menu-footer-navigation a {
  background: none !important;
  border-right: 1px solid #231F20;
  color: #231F20;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 10px;
  margin-bottom: 5px;
  padding: 0 5px !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.footer .footer_nav #menu-footer-navigation a:hover {
  color: #707070;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.footer .footer_nav #menu-footer-navigation li:last-child a {
  border-right: none;
}
.footer .footer_nav p {
  color: #231F20;
  font-size: 12px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  margin: 0;
}

.reveal-overlay {
  z-index: 100000000;
}

.popup {
  background: #FEF8F2;
  display: none;
  height: auto;
  left: 0;
  margin: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  width: 650px;
  z-index: 1000000;
}
.popup .popup-close {
  cursor: pointer;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 10px;
}
.popup .popup-container {
  position: relative;
}
.popup .popup-container .top_row {
  background: #231F20;
  padding: 8px;
  text-align: center;
}
.popup .popup-container .top_row .heading5 {
  color: #ffffff;
}
.popup .popup-container .grid-x .the_image {
  background-size: cover !important;
  height: 350px;
}
.popup .popup-container .grid-x .the_content {
  padding: 45px;
  text-align: center;
}
.popup .popup-container .grid-x .the_content h2 {
  color: #671117;
}
.popup .popup-container .grid-x .the_content form {
  margin: 0 auto;
  max-width: 70%;
}
.popup .popup-container .grid-x .the_content form [type=email] {
  background: #FEF8F2;
  border: 1px solid #231F20;
  box-shadow: none;
  text-align: center;
}
.popup .popup-container .grid-x .the_content form [type=email]:focus {
  box-shadow: none;
}

@media only screen and (min-width: 320px) and (max-width: 750px) {
  .adventure {
    padding: 70px 30px;
  }

  .instagram {
    padding: 70px 0;
  }
  .instagram .heading5 {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }

  .footer {
    margin-top: 0;
    padding: 40px 0;
  }
  .footer .footer_nav #menu-item-93 > a,
.footer .footer_nav #menu-item-94 > a {
    border-right: none;
  }
}
.header {
  background: #231F20;
  height: 45px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.header .top-bar, .header .top-bar ul {
  background-color: #231F20;
}
.header .top-bar {
  padding: 0 3%;
}
.header .logo {
  background: url("https://www.dreamingtreewines.com/wp-content/themes/dreaming-theme/assets/images/dreaming-tree-logo-white.svg") no-repeat;
  background-size: contain;
  height: 24px;
  top: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: -999999em;
  top: 17px;
  width: 200px;
}
.header .menu li {
  margin-right: 12px;
}
.header .menu li.active > a {
  background: none;
  color: #FEF8F2;
}
.header .menu li.is-active > a {
  color: #671117;
}
.header .menu a {
  background: none !important;
  color: #ffffff;
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 35px;
  padding: 5px 21px !important;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.header .menu a:hover {
  color: #FEF8F2;
  opacity: 0.6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: all 0.3s ease-out;
}
.header .top-bar-right a {
  color: #FEF8F2;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 15px;
  text-transform: uppercase;
}
.header .top-bar-right a:hover {
  text-decoration: underline;
}
.header .top-bar-right .shop_nav {
  background: #231F20;
  display: none;
  list-style: none;
  padding: 10px 10px 10px 0;
  position: absolute;
  text-align: center;
}
.header .top-bar-right .shop_nav.show {
  display: block;
}

.menu_button {
  display: inline-block !important;
}

.announcement {
  background: #FEF8F2;
  padding: 4px 0;
  text-align: center;
}

.page-id-2 .logo {
  background: url("https://www.dreamingtreewines.com/wp-content/themes/dreaming-theme/assets/images/dreaming-tree-logo-white.svg") no-repeat;
  background-size: 100%;
  height: 24px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: -99999em;
  top: 15px;
  transition: all 0.3s ease-out;
  width: 218px;
}

#offCanvas {
  background: #FEF8F2 url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/bg-paper.png") repeat;
  margin-top: 45px;
  height: 760px;
  transform: translateY(-760px);
  padding: 100px 75px;
  width: 100%;
  z-index: 10000 !important;
}
#offCanvas .menu_logo {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30px;
}
#offCanvas .tree {
  right: -200px;
  position: absolute;
  top: 100px;
  width: 40%;
}
#offCanvas .close-button {
  top: 40px;
}
#offCanvas .menu {
  margin: 0;
}
#offCanvas .menu li a {
  background: none;
  color: #472A2B;
  font-size: 45px;
  line-height: 1;
  margin: 0;
  padding: 12px 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvas .menu li a:focus {
  color: #671117;
}
#offCanvas .menu li a:hover {
  color: #671117;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvas .menu li.menu-item-98 {
  flex-grow: 1;
  position: relative;
}
#offCanvas .menu li.menu-item-98:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvas .menu li.menu-item-98:hover:after {
  width: 140px;
}
#offCanvas .menu li.menu-item-357 {
  flex-grow: 1;
  position: relative;
}
#offCanvas .menu li.menu-item-357:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvas .menu li.menu-item-357:hover:after {
  width: 140px;
}
#offCanvas .menu li.menu-item-507 {
  flex-grow: 1;
  position: relative;
}
#offCanvas .menu li.menu-item-507:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvas .menu li.menu-item-507:hover:after {
  width: 140px;
}
#offCanvas .menu li .submenu {
  background: none;
  border: none;
  left: 280px;
  margin-top: 8px;
}
#offCanvas .menu li .submenu li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#offCanvas .menu li .submenu li:nth-child(1) {
  -webkit-animation: fadein1 1s 0.5s forwards;
  animation: fadein1 1s 0.5s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(2) {
  -webkit-animation: fadein2 1s 0.6s forwards;
  animation: fadein2 1s 0.6s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(3) {
  -webkit-animation: fadein3 1s 0.7s forwards;
  animation: fadein3 1s 0.7s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(4) {
  -webkit-animation: fadein4 1s 0.8s forwards;
  animation: fadein4 1s 0.8s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(5) {
  -webkit-animation: fadein5 1s 0.9s forwards;
  animation: fadein5 1s 0.9s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(6) {
  -webkit-animation: fadein6 1s 1s forwards;
  animation: fadein6 1s 1s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(7) {
  -webkit-animation: fadein7 1s 1.1s forwards;
  animation: fadein7 1s 1.1s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(8) {
  -webkit-animation: fadein8 1s 1.2s forwards;
  animation: fadein8 1s 1.2s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(9) {
  -webkit-animation: fadein9 1s 1.3s forwards;
  animation: fadein9 1s 1.3s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li:nth-child(10) {
  -webkit-animation: fadein10 1s 1.4s forwards;
  animation: fadein10 1s 1.4s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein10 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein10 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvas .menu li .submenu li a {
  color: #671117;
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvas .menu li .submenu li a:hover {
  color: #472A2B;
  margin-left: 4px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvas .menu li.active > a {
  background: none;
  color: #671117;
}
#offCanvas .social_networks img {
  margin: 18px 18px 0 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvas .social_networks img:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#offCanvasDesktop {
  background: #FEF8F2 url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/bg-paper.png") repeat;
  margin-top: 45px;
  height: 760px;
  left: 0 !important;
  top: 0 !important;
  transform: translateY(-760px);
  overflow: hidden;
  padding: 100px 75px;
  width: 100%;
  z-index: 10000 !important;
}
#offCanvasDesktop.open_me {
  transform: translateY(0) !important;
}
#offCanvasDesktop.is-open {
  top: 0 !important;
  transform: translateY(0) !important;
}
#offCanvasDesktop .menu_logo {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30px;
}
#offCanvasDesktop .tree {
  right: -200px;
  position: absolute;
  top: 100px;
  width: 40%;
}
#offCanvasDesktop .close-button {
  top: 40px;
}
#offCanvasDesktop .menu {
  margin: 0;
}
#offCanvasDesktop .menu li a {
  background: none;
  color: #472A2B;
  font-size: 45px;
  line-height: 1;
  margin: 0;
  padding: 12px 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvasDesktop .menu li a:focus {
  color: #671117;
}
#offCanvasDesktop .menu li a:hover {
  color: #671117;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvasDesktop .menu li.menu-item-98 {
  flex-grow: 1;
  position: relative;
}
#offCanvasDesktop .menu li.menu-item-98:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvasDesktop .menu li.menu-item-98:hover:after {
  width: 140px;
}
#offCanvasDesktop .menu li.menu-item-357 {
  flex-grow: 1;
  position: relative;
}
#offCanvasDesktop .menu li.menu-item-357:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvasDesktop .menu li.menu-item-357:hover:after {
  width: 140px;
}
#offCanvasDesktop .menu li.menu-item-507 {
  flex-grow: 1;
  position: relative;
}
#offCanvasDesktop .menu li.menu-item-507:after {
  background: #671117;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  -moz-transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
  transition: all 0.6s cubic-bezier(0.27, 0.76, 0.4, 1.01);
}
#offCanvasDesktop .menu li.menu-item-507:hover:after {
  width: 140px;
}
#offCanvasDesktop .menu li .submenu {
  background: none;
  border: none;
  left: 280px;
  margin-top: 8px;
}
#offCanvasDesktop .menu li .submenu li {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#offCanvasDesktop .menu li .submenu li:nth-child(1) {
  -webkit-animation: fadein1 1s 0.5s forwards;
  animation: fadein1 1s 0.5s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(2) {
  -webkit-animation: fadein2 1s 0.6s forwards;
  animation: fadein2 1s 0.6s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(3) {
  -webkit-animation: fadein3 1s 0.7s forwards;
  animation: fadein3 1s 0.7s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(4) {
  -webkit-animation: fadein4 1s 0.8s forwards;
  animation: fadein4 1s 0.8s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(5) {
  -webkit-animation: fadein5 1s 0.9s forwards;
  animation: fadein5 1s 0.9s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(6) {
  -webkit-animation: fadein6 1s 1s forwards;
  animation: fadein6 1s 1s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(7) {
  -webkit-animation: fadein7 1s 1.1s forwards;
  animation: fadein7 1s 1.1s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(8) {
  -webkit-animation: fadein8 1s 1.2s forwards;
  animation: fadein8 1s 1.2s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(9) {
  -webkit-animation: fadein9 1s 1.3s forwards;
  animation: fadein9 1s 1.3s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li:nth-child(10) {
  -webkit-animation: fadein10 1s 1.4s forwards;
  animation: fadein10 1s 1.4s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein10 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein10 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#offCanvasDesktop .menu li .submenu li a {
  color: #671117;
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvasDesktop .menu li .submenu li a:hover {
  color: #472A2B;
  margin-left: 4px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvasDesktop .menu li.active > a {
  background: none;
  color: #671117;
}
#offCanvasDesktop .social_networks img {
  margin: 18px 18px 0 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#offCanvasDesktop .social_networks img:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media screen and (min-width: 751px) and (max-width: 1160px) {
  .off-canvas {
    background: #FEF8F2 url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/bg-paper.png") repeat;
    box-shadow: none !important;
    height: auto;
    margin: 45px 0;
    padding: 50px;
    transform: translateX(100%);
    width: 100% !important;
    z-index: 100000 !important;
  }
  .off-canvas .tree {
    max-width: 40%;
    top: auto;
    bottom: 50px;
  }
  .off-canvas.is-open {
    transform: translate(0) !important;
  }
  .off-canvas .menu {
    margin-top: 50px;
  }
  .off-canvas .menu .submenu {
    border: none;
    margin: 0 !important;
    left: 0 !important;
  }
  .off-canvas .menu .submenu li {
    border: none !important;
    display: inline-block;
    text-align: center;
  }
  .off-canvas .menu .submenu li a {
    color: #671117;
    border: none !important;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 18px !important;
    font-style: normal;
    line-height: 38px !important;
    padding: 2px 0 !important;
    text-align: left;
  }
  .off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    background: url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/icon-nav-arrow.svg") no-repeat;
    border: none !important;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 10px !important;
    position: relative;
    right: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 14px;
  }
  .off-canvas .accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .header {
    height: 45px;
  }
  .header .top-bar {
    padding: 0;
  }
  .header .logo {
    margin: 22px 0 0 30px;
  }

  .logo {
    background: url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/dreaming-tree-logo.svg") no-repeat;
    background-size: contain;
    height: 24px;
    left: 0;
    margin: auto !important;
    position: absolute;
    right: 0;
    text-indent: -99999em;
    top: 16px;
    transition: all 0.3s ease-out;
    width: 218px;
  }

  .page-id-2 .logo {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 16px;
    transition: all 0.3s ease-out;
    width: 218px;
  }
  .page-id-2 .logo.shrink {
    top: 16px;
    transition: all 0.3s ease-out;
    width: 218px;
  }

  .off-canvas {
    background: #FEF8F2 url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/bg-paper.png") repeat;
    box-shadow: none !important;
    height: 100vh;
    padding: 50px;
    width: 100% !important;
    z-index: 100000 !important;
  }
  .off-canvas .tree {
    display: none;
  }
  .off-canvas .close-button {
    top: 60px !important;
  }
  .off-canvas.is-open {
    transform: translate(0) !important;
  }
  .off-canvas .menu {
    margin-top: 50px;
  }
  .off-canvas .menu .submenu {
    border: none;
    margin: 0 !important;
    left: 0 !important;
  }
  .off-canvas .menu .submenu li {
    border: none !important;
    display: inline-block;
    text-align: center;
  }
  .off-canvas .menu .submenu li a {
    color: #671117;
    border: none !important;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 18px !important;
    font-style: normal;
    line-height: 38px !important;
    padding: 2px 0 !important;
    text-align: left;
  }
  .off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    background: url("https://dreamingtreewi.wpengine.com/wp-content/themes/dreaming-theme/assets/images/icon-nav-arrow.svg") no-repeat;
    border: none !important;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 10px !important;
    position: relative;
    right: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 14px;
  }
  .off-canvas .accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: rotate(0deg);
  }
}
.ecp_AddedToCart .ecp-list-wrapper ul.ecp-horizontal-list li img {
  max-width: 100px !important;
  max-height: 200px !important;
}

.ecp-sidekick .ecp-horizontal-list a {
  color: #472A2B !important;
}
.ecp-sidekick .ecp-sidekick-header {
  background-color: #231F20;
  border: none;
}
.ecp-sidekick .ecp-sidekick-header h2,
.ecp-sidekick .ecp-sidekick-header a {
  font-family: garamond-premier-pro, sans-serif;;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
}
.ecp-sidekick .ecp-sidekick-header a {
  position: relative;
  z-index: 44;
}
.ecp-sidekick .ecp-columns-right {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ecp-sidekick .ecp-grid {
  text-align: center;
}
.ecp-sidekick .ecp-grid button {
  background: #231F20 !important;
  border: none !important;
  margin: 0 5px 0 5% !important;
  width: 90%;
  padding: 20px 0;
  line-height: 22px !important;
  cursor: pointer;
  letter-spacing: normal;
  color: #ffffff !important;
  font-family: garamond-premier-pro, sans-serif;;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.ecp-sidekick .ecp-grid button:hover, .ecp-sidekick .ecp-grid button:focus, .ecp-sidekick .ecp-grid button:active {
  color: #ffffff !important;
  background: #231F20 !important;
  text-decoration: underline;
}

.dcomm-store-main {
  padding-top: 50px;
}

.cart_GeneralCart label {
  font-size: 20px;
}
.cart_GeneralCart select {
  font-size: 22px;
}
.cart_GeneralCart .ecp-box-content {
  font-size: 22px;
}
.cart_GeneralCart .ecp-callout-box {
  font-size: 22px;
  font-weight: 500;
}

.page-template-page-shop-new.events .winemaker-notes,
.page-template-page-shop-new .events .awards,
.page-template-page-shop-new .events .notes-container {
  display: none !important;
}

.notes-container {
  margin-top: 20px;
}
.notes-container .heading-3 {
  margin-bottom: 0 !important;
}

.ecp_ProductDetail.events {
  padding-top: 0.9375rem !important;
  padding-bottom: 4rem !important;
}

.product-block .heading-3 {
  text-align: center;
}
.product-block .heading-3 a {
  color: #231F20 !important;
  font-family: garamond-premier-pro, sans-serif;;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ecp-html-subtitle,
.ecp-html-content {
  font-family: garamond-premier-pro, serif;;
  font-weight: 400;
  font-size: 18px;
  font-style: normal !important;
  letter-spacing: 0.36px;
  line-height: 31px;
}

.ecp-html-content {
  line-height: 1.5 !important;
}
.ecp-html-content ul > li {
  font-size: 16px !important;
}

.ecp_CategoryWithProducts .header_image {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.ecp_CategoryWithProducts .thumbnail_image {
  margin-bottom: 30px;
  max-width: 99%;
}

.ecp_ProductDetail .heading-3 {
  text-align: left !important;
  width: 100%;
}

.ecp_ProducDetail .ecp-html-content.ecp-note div {
  text-align: left !important;
}

.ecp-price {
  color: #671117;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px !important;
  letter-spacing: 0.4px;
  line-height: 31px;
  text-transform: uppercase;
}
.ecp-price i {
  font-family: garamond-premier-pro, serif;;
  color: #671117;
  font-weight: 600;
  font-size: 20px;
  font-style: normal !important;
}

.product-block-addtocart .ecp-form {
  justify-content: center;
}

.dcomm-menu-column a {
  text-transform: capitalize !important;
}

.dcomm-menu-filter-wrapper .dcomm-menu-single {
  justify-content: center;
  text-transform: uppercase !important;
  font-family: garamond-premier-pro, serif;;
  color: #671117;
  font-weight: 500;
  font-size: 23px;
}
@media screen and (min-width: 1024px) {
  .dcomm-menu-filter-wrapper .dcomm-menu-single {
    justify-content: flex-start;
  }
}
.dcomm-menu-filter-wrapper .dcomm-menu-single .heading-3 {
  position: relative;
  padding-bottom: 20px !important;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .dcomm-menu-filter-wrapper .dcomm-menu-single .heading-3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .dcomm-menu-filter-wrapper .dcomm-menu-single .heading-3 {
    padding-bottom: 0 !important;
  }
}
.dcomm-menu-filter-wrapper .dcomm-menu-single .heading-3 span {
  font-size: 12px !important;
  top: 55% !important;
  right: -20px !important;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .dcomm-menu-filter-wrapper .dcomm-menu-single .heading-3 span {
    top: 20% !important;
  }
}

.ecp_RemixCart .wine-row {
  padding: 30px 0;
}

.dcomm-store-main a {
  color: #671117;
}
.dcomm-store-main ul li {
  color: #231F20;
  font-weight: 400;
  font-size: 20px;
}
.dcomm-store-main .faq-callout {
  padding: 20px 40px 0 0;
  width: 100%;
}
.dcomm-store-main .faq-callout span {
  display: block;
  font-weight: bold !important;
}
.dcomm-store-main .faq-callout a {
  color: #472A2B !important;
  font-weight: bold !important;
}
.dcomm-store-main .time-selection button {
  background: #3e3739 !important;
  border: 2px solid #231F20 !important;
  color: #231F20 !important;
}
.dcomm-store-main .time-selection button:hover {
  background: #231F20 !important;
  color: #231F20 !important;
}
.dcomm-store-main .btn-default {
  min-height: 75px;
  background: #231F20 !important;
  border: 2px solid #231F20 !important;
  line-height: 22px !important;
  transition: 0.45s ease-in-out;
  padding: 0 45px;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: garamond-premier-pro, sans-serif;;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.dcomm-store-main .btn-default:hover, .dcomm-store-main .btn-default:focus, .dcomm-store-main .btn-default:active {
  color: #231F20 !important;
  background: #231F20 !important;
}
.dcomm-store-main .heading-2 {
  text-align: center;
}
.dcomm-store-main .heading-2 a {
  color: #231F20;
  text-transform: uppercase;
}
.dcomm-store-main .heading-2 a:hover {
  color: #707070;
}
.dcomm-store-main .ecp_CategoryWithProducts {
  text-align: center;
}
.dcomm-store-main .ecp_CategoryWithProducts .heading-1 {
  text-align: center !important;
  padding: 2rem 0;
}
.dcomm-store-main .ecp_CategoryWithProducts #ecpi_categorywithproducts_info {
  max-width: 60%;
  margin: 0 auto 50px auto;
}
.dcomm-store-main .ecp-form-fieldset-scrunched {
  margin: 20px 0 20px -15px !important;
  display: inline-flex !important;
}
.dcomm-store-main .ecp-form-fieldset-scrunched input[type=password], .dcomm-store-main .ecp-form-fieldset-scrunched input[type=text], .dcomm-store-main .ecp-form-fieldset-scrunched select {
  margin-bottom: 1rem !important;
}
.dcomm-store-main .ecp-box-header {
  background: #231F20 !important;
}
.dcomm-store-main .ecp-box-header a {
  font-family: garamond-premier-pro, serif;;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px !important;
}
.dcomm-store-main .ecp-callout-box {
  background: #231F20;
  color: #ffffff;
  border: none;
}
.dcomm-store-main .ecp-callout-box span.ecp-grid-col-8 {
  font-family: garamond-premier-pro, serif;;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px !important;
}
.dcomm-store-main .ecp-callout-footer {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
}
.dcomm-store-main select {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
}
.dcomm-store-main .ecp-secondary,
.dcomm-store-main button {
  background-color: #231F20 !important;
  display: inline-block;
  padding: 17.5px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 2px solid #231F20 !important;
  width: auto !important;
}
.dcomm-store-main .ecp-secondary:hover,
.dcomm-store-main button:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.dcomm-store-main .ecp-section label {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 20px;
}
.dcomm-store-main .ecp-card {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 20px;
}
.dcomm-store-main .ecp-card h4 {
  font-family: garamond-premier-pro, sans-serif;;
  color: #671117;
  font-weight: 400;
  font-size: 40px;
}
.dcomm-store-main small {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px !important;
}
.dcomm-store-main .ecp-form-checkboxes {
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 22px;
}
.dcomm-store-main .ecp-option,
.dcomm-store-main .account a,
.dcomm-store-main .ecp_CreateCustomerThankYou a {
  text-rendering: optimizeLegibility;
  font-family: garamond-premier-pro, sans-serif;;
  color: #671117;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .dcomm-store-main .ecp_ProductDetail .btn-black {
    font-size: 20px !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .dcomm-store-main .ecp_ProductDetail div[data-ecp-handle=not_available] {
    width: 100% !important;
    text-align: center;
  }
  .dcomm-store-main .ecp_ProductDetail h1 {
    width: 100%;
    text-align: center !important;
    margin-top: 20px;
  }
}
.dcomm-store-main .product-block h2 {
  color: #671117 !important;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: normal !important;
  line-height: 54px;
  text-transform: uppercase;
}
.dcomm-store-main .product-block h2 a {
  color: #671117 !important;
}
.dcomm-store-main .product-block .title-wrap {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 374px) {
  .dcomm-store-main .product-block {
    width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  .dcomm-store-main .product-block h2 {
    font-size: 16px !important;
  }
}
.dcomm-store-main div[data-ecp-handle=feature_text] {
  margin-top: 0 !important;
}
@media screen and (max-width: 479px) {
  .dcomm-store-main div[data-ecp-handle=feature_text] {
    font-size: 16px !important;
  }
}
.dcomm-store-main select {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem !important;
}
.dcomm-store-main .custom-category-with-products select {
  border: 5px solid #231F20 !important;
  cursor: pointer;
  width: 56px !important;
  height: 55px;
  padding: 0 !important;
  background: none !important;
}
.dcomm-store-main .product-detail select {
  border: 5px solid #231F20 !important;
  cursor: pointer;
  width: 56px !important;
  height: 55px;
  padding: 0 !important;
  background: none !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .dcomm-store-main .ecp_CategoryWithProducts select[name=product_qty],
.dcomm-store-main .ecp_ProductDetail select[name=product_qty] {
      text-indent: calc(100% / 2.5);
    }
  }
}
.dcomm-store-main div[data-ecp-handle=not_available],
.dcomm-store-main #not-available {
  position: relative;
  top: 0;
  display: inline-flex;
  height: auto;
  border: none !important;
}
@media screen and (min-width: 640px) {
  .dcomm-store-main div[data-ecp-handle=not_available],
.dcomm-store-main #not-available {
    height: 55px;
  }
}
.dcomm-store-main div[data-ecp-handle=not_available] .ecp-callout-box,
.dcomm-store-main #not-available .ecp-callout-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px !important;
  border: none !important;
}
@media screen and (min-width: 640px) {
  .dcomm-store-main div[data-ecp-handle=not_available] .ecp-callout-box,
.dcomm-store-main #not-available .ecp-callout-box {
    padding: 0 25px !important;
  }
}
.dcomm-store-main div[data-ecp-handle=not_available] .ecp-callout-box span,
.dcomm-store-main #not-available .ecp-callout-box span {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .dcomm-store-main div[data-ecp-handle=not_available] .ecp-callout-box span,
.dcomm-store-main #not-available .ecp-callout-box span {
    font-size: 16px;
    padding: 0 25px !important;
  }
}
.dcomm-store-main .ecp_ProductDetail .ecp-price {
  color: #671117;
  font-family: "felt-tip-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px !important;
  letter-spacing: 0.4px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 15px 0 30px 0;
}
.dcomm-store-main .ecp_ProductDetail a:hover {
  color: #000;
}
.dcomm-store-main .ecp_ProductDetail .ecp-form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.dcomm-store-main .ecp-payform-frame {
  width: 100%;
}
.dcomm-store-main .cart_EmptyCart,
.dcomm-store-main .cart_GeneralCart,
.dcomm-store-main .ecp_LocateAccount,
.dcomm-store-main .ecp_CreateAccount,
.dcomm-store-main .checkout_ShippingAddress,
.dcomm-store-main .ecp_SelectPickupLocation,
.dcomm-store-main .checkout_BillingAddress,
.dcomm-store-main .ecp_CreatePaymentMethod--checkout,
.dcomm-store-main .ecp_EditBillingAddress--checkout,
.dcomm-store-main .ecp_EditShippingAddress--checkout,
.dcomm-store-main .ecp_SelectShippingAddress,
.dcomm-store-main .account-found,
.dcomm-store-main .cart_Remove,
.dcomm-store-main .account_Dashboard,
.dcomm-store-main .account_EditProfile,
.dcomm-store-main .account_EditBillingAddress,
.dcomm-store-main .account_ShippingAddresses,
.dcomm-store-main .ecp_EditShippingAddress,
.dcomm-store-main .ecp_CreatePaymentMethod,
.dcomm-store-main .account_ChangePassword,
.dcomm-store-main .ecp_ChangePasswordComplete,
.dcomm-store-main .logout,
.dcomm-store-main .forgot-password,
.dcomm-store-main .signup,
.dcomm-store-main .eCellar-modal,
.dcomm-store-main .ecp_CreateShippingAddress,
.dcomm-store-main .ecp_EditClubSubscription,
.dcomm-store-main .ecp_OrderDetail,
.dcomm-store-main .ecp_Orders,
.dcomm-store-main .ecp_PaymentMethods,
.dcomm-store-main .ecp_ReplacePaymentMethod,
.dcomm-store-main .ecp_Reservations,
.dcomm-store-main .ecp_OrderReview,
.dcomm-store-main .ecp_ReplacePaymentMethod--checkout,
.dcomm-store-main .ecp_SelectPaymentMethod,
.dcomm-store-main .ecp_SelectPickupLocation,
.dcomm-store-main .ecp_SelectShippingAddress,
.dcomm-store-main .ecp_ResetPassword,
.dcomm-store-main .ecp_CreateCustomer,
.dcomm-store-main .ecp_JoinClub,
.dcomm-store-main .ecp_JoinClub__CreateBillingAddress,
.dcomm-store-main .ecp_JoinClub__CreateCustomer,
.dcomm-store-main .ecp_JoinClub__CreateShippingAddress,
.dcomm-store-main .ecp-component {
  padding-bottom: 4rem;
}
.dcomm-store-main .ecp_JoinList .intro a {
  color: #671117 !important;
}
.dcomm-store-main input,
.dcomm-store-main select {
  border: 1px solid #231F20 !important;
}
.dcomm-store-main .ecp-stepper .ecp-stepper-step,
.dcomm-store-main .ecp-stepper .ecp-stepper-line {
  border: 1px solid #231F20;
  color: #231F20;
  line-height: 1.9rem !important;
  cursor: pointer;
}
.dcomm-store-main .ecp-stepper .ecp-stepper-active {
  background: #231F20;
  color: #ffffff;
}
.dcomm-store-main dl.ecp-address dd {
  padding-bottom: 0;
}
.dcomm-store-main .ecp_OrderReview .ecp-section-menu {
  color: #ab6a2c;
}
.dcomm-store-main .ecp_OrderReview h3 {
  display: block;
}
.dcomm-store-main .ecp_OrderReview h4 {
  font-family: garamond-premier-pro, serif;;
  color: #671117;
  font-weight: 500;
  font-size: 23px;
  color: #671117;
  text-rendering: optimizeLegibility;
  text-align: center;
  text-transform: uppercase !important;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .dcomm-store-main .ecp_OrderReview h4 {
    font-size: 20px;
    line-height: 20px;
    margin-left: 0;
  }
}
.dcomm-store-main .ecp_OrderReview label {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}
.dcomm-store-main .ecp_OrderReview .ecp-section {
  width: 100%;
}
.dcomm-store-main .ecp_OrderReview .ecp-section .ecp-grid {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}
.dcomm-store-main input[type=text],
.dcomm-store-main input[type=email],
.dcomm-store-main input[type=password],
.dcomm-store-main input[type=zip] {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #472A2B !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
}
.dcomm-store-main input[type=text]::placeholder,
.dcomm-store-main input[type=email]::placeholder,
.dcomm-store-main input[type=password]::placeholder,
.dcomm-store-main input[type=zip]::placeholder {
  color: #472A2B !important;
}
.dcomm-store-main select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #472A2B !important;
  box-shadow: none !important;
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
}
.dcomm-store-main select::placeholder {
  color: #472A2B !important;
}
.dcomm-store-main .ecp_RemixCart select {
  border-top: 1px solid #472A2B !important;
  border-left: 1px solid #472A2B !important;
  border-right: 1px solid #472A2B !important;
  border-bottom: 1px solid #472A2B !important;
  box-shadow: none !important;
  font-family: garamond-premier-pro, serif;;
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
}
.dcomm-store-main .ecp_RemixCart select::placeholder {
  color: #472A2B !important;
}

.cartCount {
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0px;
}

.ecp_MiniCart a:hover .cartCount {
  transition: 0.5s ease-in-out;
  background: #231F20;
  color: #ffffff;
  border: 1px solid #231F20;
}
.ecp_MiniCart a:before {
  display: none !important;
}

.dcomm-menu h4 {
  font-family: garamond-premier-pro, serif;;
  color: #671117;
  font-weight: 500;
  font-size: 23px;
  text-rendering: optimizeLegibility;
  text-align: center;
  text-transform: uppercase !important;
}
.dcomm-menu .dcomm-menu-single {
  padding-bottom: 0;
}
.dcomm-menu .dcomm-toggle-menu {
  background: #ffffff;
  border: 1px solid #231F20;
  border-top: none;
  box-shadow: 0px 3px 4px -2px rgba(110, 109, 110, 0.58);
}
.dcomm-menu a {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: #231F20;
}
@media screen and (min-width: 640px) {
  .dcomm-menu a {
    font-size: 20px;
  }
}
.dcomm-menu a:hover {
  opacity: 0.7;
}

/* Wine Slider */
.wine-slider-container {
  height: 550px;
  margin: 0 auto;
  width: 100%;
}
.wine-slider-container .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.wine-slider {
  height: 550px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.wine-top {
  height: 88%;
  text-align: center;
  width: 100%;
}
.wine-top .swiper-slide {
  text-align: center;
}
.wine-top .image_1 {
  max-height: 95%;
}
.wine-top .image_2 {
  max-height: 95%;
}
.wine-top .image_3 {
  max-height: 95%;
}

.wine-thumbs {
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 0;
}

.wine-thumbs .swiper-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  height: 78px;
  margin-right: 15px;
  opacity: 0.6;
  width: 74px !important;
}

.wine-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.wine-slider-controls {
  bottom: 10px !important;
  height: 30px;
  left: auto !important;
  position: absolute;
  right: 0 !important;
  text-align: right;
  width: 100px !important;
  z-index: 4;
}
.wine-slider-controls .swiper-pagination-bullet {
  background: #231F20;
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  margin: 0 7px;
  outline: none !important;
  width: 20px;
}
.wine-slider-controls .swiper-pagination-bullet-active {
  background: #231F20;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 9999992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 999997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 999994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 999994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 999995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 999995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.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-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.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: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.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,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


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