/* Typography */
/* = 11px/14px */
.cs-icons-sprite-sheet {
  position: absolute;
  left: -10000px;
  opacity: 0; }

.space-large {
  margin-bottom: 30px; }

.small-text {
  font-size: 12px;
  line-height: 16px; }

#mainView.show-flag {
  position: relative;
  margin-top: 56px; }

@media (max-width: 500px) {
  #mainView.show-flag {
    margin-top: 70px; } }

div.text-block-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 28px; }
  div.text-block-content span.h1-text-block,
  div.text-block-content span.h2-text-block,
  div.text-block-content span.h3-text-block,
  div.text-block-content span.h4-text-block,
  div.text-block-content span.h5-text-block,
  div.text-block-content span.h6-text-block {
    display: block; }

span.h1-block,
span.h2-block,
span.h3-block,
span.h4-block,
span.h5-block,
span.h6-block {
  display: block; }

span.h6-block {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 28px;
  display: block; }

span.h4-block {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -.02em;
  margin-top: 0;
  display: block; }




.admin {
  margin: 28px 0px; }
  .admin .admin-header {
    text-align: center; }




.animate-switch-fade {
  opacity: 1;
  -webkit-transition: opacity linear 1000ms;
          transition: opacity linear 1000ms;
  display: block; }

.animate-switch-fade.ng-animate {
  opacity: 1; }

.animate-switch-fade.ng-leave.ng-leave-active,
.animate-switch-fade.ng-enter {
  opacity: 0; }

.animate-switch-fade.ng-leave,
.animate-switch-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.animate-if-fade.ng-enter, .animate-if-fade.ng-leave {
  -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms; }

.animate-if-fade.ng-enter,
.animate-if-fade.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-if-fade.ng-leave,
.animate-if-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.animate-show-fade {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms; }

.animate-show-fade.ng-hide {
  opacity: 0; }

.animate-show-collapse {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, 0.5, 1) 500ms; }

.animate-show-collapse.ng-hide {
  -webkit-box-flex: 0.001;
  -webkit-flex: 0.001 1 20px;
      -ms-flex: 0.001 1 20px;
          flex: 0.001 1 20px; }

.animate-if-slide-down.ng-enter, .animate-if-slide-down.ng-leave {
  -webkit-transition: -webkit-transform cubic-bezier(0, 0, 0.5, 1) 500ms, opacity ease 500ms;
          transition: transform cubic-bezier(0, 0, 0.5, 1) 500ms, opacity ease 500ms; }

.animate-if-slide-down.ng-enter,
.animate-if-slide-down.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px); }

.animate-if-slide-down.ng-leave,
.animate-if-slide-down.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }




/* Typography */
/* = 11px/14px */




.aspect-1-1 {
  position: relative;
  overflow: hidden; }
  .aspect-1-1:before {
    content: '';
    display: block;
    padding-top: 100%; }

.aspect-3-2 {
  position: relative;
  overflow: hidden; }
  .aspect-3-2:before {
    content: '';
    display: block;
    padding-top: 66.66%; }

.aspect-2-1 {
  position: relative;
  overflow: hidden; }
  .aspect-2-1:before {
    content: '';
    display: block;
    padding-top: 50%; }

.aspect-16-9 {
  position: relative;
  overflow: hidden; }
  .aspect-16-9:before {
    content: '';
    display: block;
    padding-top: 56.25%; }

.aspect-3-1 {
  position: relative;
  overflow: hidden; }
  .aspect-3-1:before {
    content: '';
    display: block;
    padding-top: 33.33%; }

.aspect-2-3 {
  position: relative;
  overflow: hidden; }
  .aspect-2-3:before {
    content: '';
    display: block;
    padding-top: 66.66%; }

.aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }




.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i, .button span {
    line-height: 1; }
  .button:not(.static):hover, .button:not(.static):active, .button.active, .button:focus {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.off {
  color: #b8b6b4;
  border-color: #b8b6b4; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:not(.static):hover, .button.outline:not(.static):active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:not(.static):hover, .button.outline.light:not(.static):active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline,
.button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active,
  .button.button-underline:hover,
  .button.button-underline:active,
  .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline,
.theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active,
  .theme-gray .button.button-underline:hover,
  .theme-gray .button.button-underline:active,
  .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline,
.theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active,
  .theme-orange .button.button-underline:hover,
  .theme-orange .button.button-underline:active,
  .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i, .button-circle-play span {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i, .button-circle-play-large span {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

.button-circle.button-circle-gray,
.button.button-circle-facebook,
.button.button-circle-twitter,
.button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #7a7876;
  background-color: #7a7876;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active,
  .button.button-circle-facebook:hover,
  .button.button-circle-facebook:active,
  .button.button-circle-facebook.active,
  .button.button-circle-twitter:hover,
  .button.button-circle-twitter:active,
  .button.button-circle-twitter.active,
  .button.button-circle-chefsteps:hover,
  .button.button-circle-chefsteps:active,
  .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline,
  .button.button-circle-facebook.outline,
  .button.button-circle-twitter.outline,
  .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #7a7876;
    color: #7a7876; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active,
    .button.button-circle-facebook.outline:hover,
    .button.button-circle-facebook.outline:active,
    .button.button-circle-facebook.outline.active,
    .button.button-circle-twitter.outline:hover,
    .button.button-circle-twitter.outline:active,
    .button.button-circle-twitter.outline.active,
    .button.button-circle-chefsteps.outline:hover,
    .button.button-circle-chefsteps.outline:active,
    .button.button-circle-chefsteps.outline.active {
      border-color: #7a7876;
      background-color: #7a7876;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #7a7876; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }




.number-circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #43413f;
  color: #43413f;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: 'akkurat';
  font-weight: bold;
  font-size: 16px; }
  .number-circle.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
    .number-circle.solid.orange:hover, .number-circle.solid.orange:active {
      opacity: 0.8; }




.component-full {
  width: 100%; }

.component-standard {
  width: 100%;
  padding-left: calc((100% - 1110px)/2);
  padding-right: calc((100% - 1110px)/2);
  box-sizing: border-box; }

.component-small {
  width: 100%;
  padding-left: calc((100% - 700px)/2);
  padding-right: calc((100% - 700px)/2);
  box-sizing: border-box; }

@media (max-width: 1166px) {
  .component-standard {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 700px) {
  .component-small {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }

.component {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative; }
  .component .component-content {
    width: 100%; }

.component.theme-light {
  background-color: white; }

.component.theme-dark {
  background-color: #43413f;
  color: white; }

.component.theme-gray {
  background-color: #edecea; }

.component.theme-orange {
  background-color: #ff674d;
  color: white; }

.component.theme-light-with-bottom-line {
  background-color: white; }

.padded {
  padding-top: 42px;
  padding-bottom: 42px; }

.padded-large {
  padding-top: 84px; }

@media (max-width: 960px) {
  .component.padded {
    padding-top: 28px;
    padding-bottom: 28px; }
  .component.padded.padded-large {
    padding-top: 56px; } }

.component.theme-light.padded + .component.theme-light.padded {
  padding-top: 0px; }

.component.theme-dark.padded + .component.theme-dark.padded {
  padding-top: 0px; }

.component.theme-orange.padded + .component.theme-orange.padded {
  padding-top: 0px; }

.component.theme-gray.padded + .component.theme-gray.padded {
  padding-top: 0px; }

.component.theme-light.padded + .component.theme-light.component-divider .divider,
.component.theme-light.component-divider + .component.theme-light.padded {
  padding-top: 0px; }

.component.theme-dark.padded + .component.theme-dark.component-divider .divider,
.component.theme-dark.component-divider + .component.theme-dark.padded {
  padding-top: 0px; }

.component.theme-orange.padded + .component.theme-orange.component-divider .divider,
.component.theme-orange.component-divider + .component.theme-orange.padded {
  padding-top: 0px; }

.component.theme-gray.padded + .component.theme-gray.component-divider .divider,
.component.theme-gray.component-divider + .component.theme-gray.padded {
  padding-top: 0px; }

.component.component-hidden {
  display: none; }

.component.component-editing {
  display: block;
  min-height: 200px; }




@charset "UTF-8";
/********
CAUTION!!!!!  Never add classes or styles to this file directly.
Only copy/paste from the IcoMoon files.
If you’d like to add other styles (like color, etc) do that on another SASS file.
*********/
@font-face {
  font-family: 'Chefsteps';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBk4AAAC8AAAAYGNtYXC73rxtAAABHAAAAHxnYXNwAAAAEAAAAZgAAAAIZ2x5Zq/CHwYAAAGgAAAmeGhlYWQQILDBAAAoGAAAADZoaGVhCYIFywAAKFAAAAAkaG10eJMvA0oAACh0AAAAnGxvY2Gu1ra4AAApEAAAAFBtYXhwADIBDgAAKWAAAAAgbmFtZawRvsEAACmAAAABnnBvc3QAAwAAAAArIAAAACAAAwP6AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAYAAAABQAEAADAAQAAQAg6QnpE+kZ6SDpJekq//3//wAAAAAAIOkA6QvpFekb6SLpKv/9//8AAf/jFwQXAxcCFwEXABb8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABQAK/8AEcwPAABUALQAvAD0ASQAABSEiJicmNDcBPgEzMhYXARYUBw4BIwEiBiMBOAExMBQVMBYzITI2MzwBMQEuAQExJSImNRE0NjMyFhURFAYXFAYjIiY1NDYzMhYEKPwyGisLCwsB6g4mFhcpCwHqCwsLJhr+FgMDBP4XBwgDzgcEBP4WAwj96wIWDxkWEhMVGSMdFRQeHhQVHUAbFxMvEwNRDxkWF/yvFysTFxYDtQX8rwYECgUEBgNRBAb8ucgVEwFiDxkVE/6ZDxSCFR0dFRUdHQAAAQAA/8AFtwOqACcAAAEUBiMhARYUBw4BIyImJwEuATU8ATEuATU0NjcBNjIXFhQHASEyFhUFty4b+4sBOhYWCxgQEBgL/kkGCQUCCwsBtxY6FhYW/sYEdSEoAcAhKP7FFjoWCwsLCwG3BQsGBQIGCwUQGAsBtxYWFjoW/sUuGwAEAAD/zgQAA8UAEwAnAEsAVwAABSIuAjU0PgIzMh4CFRQOAgMiDgIVFB4CMzI+AjU0LgIDIiY1NDY3PgE1NCYnJgYVFAYjIiY1NDYzMhYVFAYHDgEVFgYXFAYjIiY1NDYzMhYCAmm7jFJTjbtnarmLUFCLuWpZn3hGRXefW1ugd0VFd6BfDxczGRUWDgogahMPDhhfOjlfKBYVJAQXIRwTFBwcFBMcMk+JuGlouYtSUIu5amm4iU8Dr0Z3oFlZnnZERHaeWVugd0T9wBQSQEodFSIVFSQOIR1LDhgYDlJVVVIrOBkZMysOGGkTHBwTFBwcAAAABgAX/8cE4QOqAG4AcgB+AIoAlwCkAAABLgEjIScuASMnKgEjMSIGBwYWMx8BFBYXEx4BFzAUMRQWMTAWMTAUMzIUMzAUMzIUFzgBFzIUFzgBFxYyFTAWMTIWMTAWMTIWMTAWMTIWMzAWMzAyFzAyFzAyFzAyMxYyMzgBMTgBMSEyNjcTNiYDIQMhASIGFRQWMzI2NTQmByImNTQ2MzIWFRQGJSIGFRQWMzI2NTQmIxciJjU0NjMyFhUUBiME1wcUDPykJgQZELgCAgEIHwYHIBSWJAEBfAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEDBgICihAbBHwCBbv9pWIDG/2dOE1NODdOTjUYIyIZGCIiAZk3Tk43N05ONwIYIiEZGCIiGAL2CQt0EBQIARcUHwaFAgQD/j8DAwEBAQICAQIBAQEBAQEBAQEBAQEBAQEBAQEBARQQAcEMFv5FAYz+E004N05ONzhNviMXGCMjGBcjvk04N05ONzhNviMXGCMjGBcjAAMBSACtArgCzwAxADUAOQAAJSImJy4BPQEHBiYnJjY/AScuATc+AR8BNTQ2NzYWHwEeARUUBg8BFx4BFRQGDwEOASM3FTcnNRU3JwICAwUCBwl5BxUHCAQHhYgIAwcIEgp4CAUIDgScBQUFBX6FBQUFBZwFBgUWW1tfX60BAwINB8dfBwMIBxUHaGwHEwkIAwdfxwcLBAMBBXsDDAUFCQVsaAIMBQUKBXsDBN2SSEr7lktLAAoAAP/EA6UDwAAjADwAPgBMAFoAbAB6AIsAmQClAAAlIyImPQE0JicuATU0PgIzMh4CFRYGBw4BBw4BBxUHDgEjJzM1NzQ2NT4BNz4BJzQmIyIGFRQWFx4BFTMxFyMiJjU0NjsBMhYVFAYDIiY9ATQ2MzIWHQEUBgciJi8BJjQ3NjIfARYUBw4BIwcjIiY1NDY7ATIWFRQGJSImJyY0PwE2MhcWFA8BDgEXIyImNTQ2OwEyFhUUBgEUBiMiJjU0NjMyFgIlsRkRBgYfJyI7TissTjsiAyglAwIDBAIDCAMNDZ2ECQQGCQobHQNfPj5aHBkTDo0IlQwVEg+VDBUVVg0UERAPDRDbBgsEZwkJChYKZwkJAwwGUpEMFRIPkQwVFQHfBgwDCQlnChsJCQlnBwzhkA0UERCQDRQU/m8bEhMbGxMSG8wYCQ0JPQwfUTEsTDohIjtMKitbHwYaCRAUCREIAwo+BAUGDAYiJAkVPx8+W1o6IzsWE0sWtREQDxISDxARAp0REIwMFRUMkQwQUwIGZwoWCgkJZwobCQMBzhAMDRQREA8NzgIGChoKZwkJCRsKZwYCzhEQDxISDxAR/iETGxsTEhsbAAEAFv/AA+oDqgAjAAAlFhQHDgEjIiYnCQEGIicmNDcJASY0NzYyFwkBNjIXFhQHCQED6hYWCxgQERcL/nz+fBY6FhYWAYT+fBYWFjoWAYQBhBY6FhYW/nwBhDwWOhYLCwsLAYT+fBYWFjoWAYQBhBY6FhYW/nwBhBYWFjoW/nz+fAAAAAQAAP/ABAADwAB5APMA/wELAAAFIiYvAQYiJwcOAScuAScuATU3LgEnByImJy4BJzQ2PwE0JjU0NjcnLgE1PgE3PgEzFz4BNyc0Njc+ATc2Fh8BNjIXNz4BFx4BFx4BFQceARc3MhYXHgEXFgYPARQWFRQGBxceAQcOAQcOASMnDgEHFxQGBw4BByoBIycyFh8BPgE3JzQ2Nz4BNz4BMxc+ATcnLgE3PgE1NCYnNDY/AS4BJwciJicuAScuAT0BLgEnBw4BJyYGByImLwEOAQcXFAYHDgEHDgEjJw4BBxceARUOARUUFhcUBg8BHgEXNzIWFx4BFx4BFQceARc3PgEXFjI3JjYxJyImNTQ2MzIWFRQGAyIGFRQWMzI2NTQmAogHDwc5HS4ZOQcVCh05HQcMBRIjElYLEwMPFgsCCEIFAgNCCAIHGg8DEwtWEiMSBQkKGTogChUHOR0uGTkHFQodOR0HDAUSIxJWCxMDDxYLBAYIQgUCA0IIBgQHGg8DEwtWEiMSBQkKGTogAwMDSAcPBzkOHQ4FCAcZKQ8DEgdWBw0EPgcGAwQBAQQDBz4EDQdWCg8DEioVBwgOHA85BxAKHTUhChAHNBIZDgQHBxkrEgMSB1YHDQQ+BwcDBgEEAwc+BA0HVgoPAxIrGQcHBA4cDzkHEAogNyADAz5LampLS2ptSC4/Py4vP0NABgRCAwNCCAYEBxoPAxMLVhIjEgUJChk6IAoVBzkOGA4PFw80BxUKHTkdBwwFEiMSVgsTAw8WCwQGCEIDA0IIBgQHGg8DEwtWEiMSBQkKGTogChUHOQ4YDg8XDzkHFAsdORwLCAkSIxJWCxMDDxYLmAYDPgQNB1YKDwMSKhUHBwQOHA85BxAKEh0KCyAPChAHOQ4dDgUIBxkpDwMSB1YHDQQ+BwYDBAEHAgdDBA0HVgoPAxIrGQcHBA4ZEjkDEgcSHg4PHA8KEAc5Dh0OBQgHFSoSAxIHVgcNBD4HBgMEBAMBtWpLS2ZqS0tmAR4/Li8/Py8uPwAAAAAEAE//wgQwA6MAEwAXAD0AYAAABSEiJjUxETQ2MzEhMhYVMREUBiMlIREhAyMiJjUxETQ2MzEhMhYVMRUUBiMiJjUxNSERMx4BFRQGIzAiOQEnIyImNTERNDYzMSEyFhUxFRQGIyImNTE1IREzMhYVFAYjMQQD/eATGhoTAiASGxsS/g0Bxv46LbQTGhoTAiESGxsSExr+OocTGhsSAbmtExsbEwIgEhsbEhMb/juAEhsbEj4bEgIgExsbE/3gEhtaAcb+kxsSAiATGxsTtBMaGhOH/jsBGhMSG7QaEwIgEhsbEq0TGhoTf/47GhMTGgAEAAD/wAQAA8AAeQDzAP8BCwAABSImLwEGIicHDgEnLgEnLgE1Ny4BJwciJicuASc0Nj8BNCY1NDY3Jy4BNT4BNz4BMxc+ATcnNDY3PgE3NhYfATYyFzc+ARceARceARUHHgEXNzIWFx4BFxYGDwEUFhUUBgcXHgEHDgEHDgEjJw4BBxcUBgcOAQcqASMnMhYfAT4BNyc0Njc+ATc+ATMXPgE3Jy4BNz4BNTQmJzQ2PwEuAScHIiYnLgEnLgE9AS4BJwcOAScmBgciJi8BDgEHFxQGBw4BBw4BIycOAQcXHgEVDgEVFBYXFAYPAR4BFzcyFhceARceARUHHgEXNz4BFxYyNyY2MSciJjU0NjMyFhUUBgMiBhUUFjMyNjU0JgKIBw8HOR0uGTkHFQodOR0HDAUSIxJWCxMDDxYLAghCBQIDQggCBxoPAxMLVhIjEgUJChk6IAoVBzkdLhk5BxUKHTkdBwwFEiMSVgsTAw8WCwQGCEIFAgNCCAYEBxoPAxMLVhIjEgUJChk6IAMDA0gHDwc5Dh0OBQgHGSkPAxIHVgcNBD4HBgMEAQEEAwc+BA0HVgoPAxIqFQcIDhwPOQcQCh01IQoQBzQSGQ4EBwcZKxIDEgdWBw0EPgcHAwYBBAMHPgQNB1YKDwMSKxkHBwQOHA85BxAKIDcgAwM+S2pqS0tqbUguPz8uLz9DQAYEQgMDQggGBAcaDwMTC1YSIxIFCQoZOiAKFQc5DhgODxcPNAcVCh05HQcMBRIjElYLEwMPFgsEBghCAwNCCAYEBxoPAxMLVhIjEgUJChk6IAoVBzkOGA4PFw85BxQLHTkcCwgJEiMSVgsTAw8WC5gGAz4EDQdWCg8DEioVBwcEDhwPOQcQChIdCgsgDwoQBzkOHQ4FCAcZKQ8DEgdWBw0EPgcGAwQBBwIHQwQNB1YKDwMSKxkHBwQOGRI5AxIHEh4ODxwPChAHOQ4dDgUIBxUqEgMSB1YHDQQ+BwYDBAQDAbVqS0tmaktLZgEePy4vPz8vLj8AAAAABQAA/7wD3gPAACIALQAyAEAATgAABSEiJjUROAE5ATgBMTgBMTQ2NxM+ATMhMhYXExQWFREOASMBERQWMyEyNjURITchAyEDJSEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBgN0/PYpQQEDnQQRCQJgCREEnQQDPin8zBoQAwoQGvyiEQM8g/3KgwK5/cINFRIQAj4MFhZy/o4NFRIQAXIMFhZEQSkB6QMGAwGUCgcMCf5sAwYE/hgnPwIx/jUQGxsQAcs/AVT+rEQWDA0VEhAQEo0SEA8TEw8QEgAAAAACABT/wAO9A6wAFgAtAAAFIiYnASY0NzYyFwkBNjIXFhQHAQ4BIxEiJicBJjQ3NjIXCQE2MhcWFAcBDgEjAekPFgr+WhQUFDYUAXcBdhQ2FBQU/loKFQ8PFgr+WhQUFDYUAXcBdhQ2FBQU/loKFQ9ACgoBphQ1FBUV/ooBdhUVFDUU/loKCgHUCwoBpRQ2FBQU/okBdxQUFDYU/lsKCwAAAwAA/8AFQwPAABYAJgA2AAABIiYnAS4BNz4BFwkBNhYXFgYHAQ4BIwEyFhURFAYjISImNRE0NjMlISIGFREUFjMhMjY1ETQmAqIICwj9rwwCCQwfEAI2AjYMIwwMBQ39sAgLCAIbGB4eGPvKGR0dGQQ2+8o5Tk45BDY4Tk4BegcEAcoMHxAMAgn+RwG5DQYMDCMM/jAEAQH1HRn9DhkdHRkC8hkdUU45/Q45Tk45AvI5TgAACAAA/8ADuQO8AA8AGgAlAEcAVABiAIUAkgAABSEiJjURNDYzITIWFREOASUhMjY1ETQmIyERASIGFREUFjMhESEXIiY1NDYzPgM3OAExPgEXHgEHDgMHDgMHOAExASIGBz4BNzQmJzAiIwEhIiY1NDYzITIWFRQGJzgBMS4DJy4DJyY2NzYeAhceARceAxcyFhUOAQEqASMOARUeARcuASMDPv0+MkpHNQLCMUoDR/6NAT0YHSEU/sP+gBgdIRQBPf7DUw0REQ0PRE1IFEJ+LigqBwUkQl8+G1RZTxYBxx5BIVZOBAgXBgMBAPyNDRYWDQNzDRYWvRZRWVQZPV5CJgUEKCshPzs2GQMCBBRHS0IPDRIDE/4nAwIDGAcDUlIdRR5ARjECFjJKRzX96jFGPiEUAhoXHv18AokhFP3qGB0CgMcNDQ4WARcuSTOzUBANRCseOS4fBDVMMxkCAblSTQpHHgogBv2bExARDhMQEQ6sAhs2UTkBHy87HShCDggWO2JEAwsDMkctFwEWDg0NAb4HIAoeRgpMUwAAAAUAAP/AA/YDwAAmAEgAVQBiAG4AAAUiJicuAScOASMuAzU0PgIzMh4CFRQOAgceARcWBgcOASMBIg4CFRQeAjMyNjc2FhceATMuATU0Njc+ATU0LgIjAxYGBwYmJyY2NzYWFzMWBgcGJicmNjc2FhczFgYHBiYnJjY3NhYDjg8yMhErCy5sPGq5i1BQi7lqabiJTg4bKRsEDw4EAQcECgr+cFqfeEZFd6BbOV4nDiVEBxMICwkDBzIyRHaeWYsCHBYVIQICHBYWIQG/Ah0VFiECARwWFSECugEcFhUhAgIdFRYhQA4PBw0DFRoCUIq4aWq5i1BQi7lqKlVRSiAdWRkLFAcLCAO5RXegW1medkQVFgcKFQQGKEgIBw0DOpRLWp94Rv5JFiECARwVFiECAh0VFiECARwVFiECAh0VFiECARwVFiECAh0AAAAAAgAL/8AEbAO1ACwAQwAABSEiJjURIxEUBiMhIiY1ETQ2MzIWFREzETQ2OwEyFhURMxE0NjMyFhURDgEjEyImJwkBBiYnJjY3ATYyFwEeAQcOASMDsP77ER2DGBX++hEcGBUVGbAYFdkRHLEYFRUZCRoRoAkLCf4M/gsRIQ0IAQ0CEQ0eCAIRDQYNBBAIQBgWARH+7xIcGBYCcREdGBb9vAERER0ZFf7vAkQRHRgW/Y8SHAIGBwQBif53CAENESEMAaAICP5gDCERCQgABwBi/8UDhwPAABAAIgAwAD4ATABaAGgAAAEyFhURFAYjISImNRE0NjMhNSEiBhURFBYzITI2NRE0JiMxAyEiJjU0NjMhMhYVFAYHISImNTQ2MyEyFhUUBgchIiY1NDYzITIWFRQGByEiJjU0NjMhMhYVFAYHISImNTQ2MyEyFhUUBgMXEhgYEv2/ERkZEQJB/b8xQ0ItAkYuQkIuIP4AFRoaFQIAFRkdEf4AFRoaFQIAFRkdEf4AFRoaFQIAFRkdN/4mFRoaFQHaFRoayv7bFRoaFQElFRkdA3YZEfzkEhgYEgMgEhhGQi785C1CQi0DHC5C/vcZFRUaGhUVGZUZFRUaGhUVGZEaFRUaGhUVGpAaFRUZGRUVGpUaFRUZGRUVGgAAAAMAAP/AAtMDwAAaACsANQAABSEiJjURNDY3NTQ+AjMyHgIdAR4BFREUBgEiBhURFBYzITI2NRE0JiMhNzM1NCYjIgYdAQIT/q1Sbj0wJkNcNDVbRCY1Pm7+Wx0jIx0BUx0jIx3+rS3zSjAwSUBuUgEtOVwYbDVbRCYmRFs1bBhcOf7TUm4CLSMd/tMdIyMdAS0dI4BZMEpKMFkAAAIACP/AAcMDwAAWACQAABciJi8BJjQ3NjIfATc2MhcWFA8BDgEjMSImNRE0NjMyFhURFAbnBQsFygkJCBgItbYIGAgJCcYFCwYLEhILDBERQAMFygkXCQgItrYICAkXCcoFAxEMA8YMEREM/DoMEQABAAD/wAOjA8AAGwAAARQGBwEOASMiJicuATURNDY3PgEzMhYXAR4BFQOjIR39TQshEhEbEhcfIR0MHwsSGxECsx0hAcAjNgz+dQYKCgYRNh0DGB02EQYKCgb+dQw2IwACAAAAUQMXA8AALAA6AAAlIi4CNTQ2NzYyFxYUBw4BFRQeAjMyPgI1NCYnJjQ3NjIXHgEVDgMjESImNRE0NjMyFhURFAYBjFGQbD86OA0kDQ0NKy0wU3BBPnBUMS0rDQ0NJA01PQI/a49QFBgYFBMYG1E+a5BTS447Dg4NIw0ubjs/cFQxMFNwQTtxKw0jDQ4ONJFPUZBsPwG4GBMBYBQYGBT+oBMYAAAGAAD/wAQAA8AAEwAnADMAPwBSAGUAAAUiLgI1ND4CMzIeAhUUDgIDIg4CFRQeAjMyPgI1NC4CAyImNTQ2MzIWFRQGAyIGFRQWMzI2NTQmASImNTQ2NzYWFxYGBw4BFRQGIyEiJjU0JicuATc+ARceARUWBiMCAmu7jFBQjLtrarmLUFCLuWpbn3dFQ3ahXFugd0VFd6BbQFhYQEFYXD0jLi4jITAw/ssOGDg2DhoHBwYKJCkTDgIkDhgpIw8GCwceCzI7BBcOQFCMu2tsuolPUIy7a2y6iU8DuUV3oFtboXhHRXegW1uheEf+I3FTUnFxUlNxAT9JMjJKSjIySf3rFBIyWSEHBgsOGggVPBwWFRQSIDgWBx4KDwUKIFoyDhMAAAAAA//1/7UECwPLABwAMABCAAAFISImNRE0NjsBMhYVFAYrAREhNTQ2MzIWHQEUBhMiJjURISImNTQ2MyEyFhURFAYjBSImJyY0NwE2MhcWFAcBDgEjA1v80xofHxrBGh8fGokCvB8aGh8fXRkf/ukaHx8aAU8aHyMW/fUNEgkREQH7ES0RERH+BgkSDUsfGgMtGh8fGhof/USJGh8fGsEWIwJVHxoBFx8ZGh8fGv6xGh+8CQgRLhEB+hERES0R/gUICQAAAAgADv/AA/sDsgAgAEQAVQBmAHgAqwDIAOAAAAUiJicBBiYvASY0PwE2Mh8BHgEVFAYHAR4BFRQGBw4BIwE4ATEyFhcBMjY3PgE1AS4BNzQ2Nz4BNTQmLwEHFx4BNz4BMyciJi8BJjQ3NjIfARYUBw4BByImLwEmNDc2Mh8BFhQHDgEHIiYvASY0NzYyHwEWFAcOASMTIiYnLgE1NDY3MD4CNzYyFxYUBw4DBxQWFx4BMz4DNzYyFxYUBw4DMQ4BIwEiJicuATc+ATcxPgE3NhYXHgEHDgEHDgEHKgEjAw4BBwYWFx4BNz4BNz4BNzYmJy4BBw4BA2MHDQT+Mh07FnILC78KGwpzDg4GAwHhAwYKISBKA/4fBw0EAdcLGgsKCf4VBwYEBwcHAwYEW4pbAxESBA0HDwcNA48LCwsaCo8LCwMNZwcNBI4LCwofC48LCwcPZgcNBI8KCgsaC48LCwQNBxgERSAdDgYEKkZZLgsfCwoKJkk+MA0JCggXCAwwPUckCx8LCgorVUQrBw4HAjsgPRUZGQcEJx0gRycrRxkZGQgDJx0gSCcDDgchFRwDBA0ODykZHTIVFhsEAw0ODioZGTZABgQB5Q4IGXMKGwq/CwtyDycSCxQH/jIEDQcDSiAkDAJABgP+EAwHCxoLAdwEDQcHDQQEDAMEDANbilsEBg8HAuoGA48LGgsKCo8LHwsDAWAGBJQKHgcLC5MLHwsDAl8GBI8KGgsLC48KHwsEAf2VChwdSgcHDQMpQlQrCwsLHwshRTwuCwoZCAoJDTFASCQLCwsfCyxZRiwEAQItFhUZSicoSxwgJAQHGRkZSicoSxwgJAQBFBU2GRkpDg8NBAMcFRY1GRkqDg4NAwQbAAAAAAMAHP/LA80DtQAUACgAOgAAJSIuAjU0PgIzMh4CFRQOAiMRIg4CFRQeAjMyPgI1Ni4CASImJwEmNDc2MhcBFhQHDgEjAZRPiWU7PGeITU2IZzs6ZYlPOF9HKCpHYDU3YEYpAihHYgHaDRIJ/rwREREtEgFEEREEFw3GO2eITU2IZzw8Z4hNTYhnOwKDKkhfNThfRygqR2A1NV9IKvyCCQgBRREtERER/rwRLRIMBQAAAQAA/7kEMgPAAC4AAAEHExYGBw4BIyImJyUFDgEjIiYnLgE3EycuATc+ATclEz4BMzIWFxMFMhYXFgYHBB3tSAUKEQoPCgsNBf73/vcFEgYKFAUQCwVI7RAKBQUdEAEtgQseEBAfCoEBLRAdBQUKEAH93v7pESULBQkCBaWlBQIJBQslEQEX3gslEBAWBR0BHgsSFBD+4h0bEAsjCwAAAAEAFwC9A4ACsAAWAAAlIiYnASY0NzYyFwkBNjIXFhQHAQ4BIwHMChkJ/ncTExIyEwFdAV4TMhITE/53CRQPvQkKAYkTMhITE/6jAV0TExIyE/53CgkAAAABABX/wAIxA6sAFgAAFyImJyY0NwkBJjQ3NjIXARYUBwEOASNGEBYLFRUBif53FRUVOBUBuhUV/kYKFxBACwoVOBUBiQGJFTgVFRX+RhU4Ff5GCgsAAAAAAwAp/+kDogNsACgARwBdAAAXIiYnOAExJjQ3AT4BNz4DNz4CFhceAQ4BBw4DBw4BBwEOASMnFjI3AT4BNz4BNz4CJicuAQ4BBw4BBw4BBwEGFBcBIiYnJjQ3PgEXMhYVFAYjJgYHDgEjYQ4fCxUVAYACDAcLGiIpGjNhWE4gIRUVQDUbQ0VEHBAkBP6DCh0OFgkZCgGAByAgNowvHToiBCEhTExGGi8+EwwMB/6ACQkCVwQJAgcHF1RECQwPCjNBFQUJBRcKCxg+GAF2BSETHERHQhoyPRQWHyFMVmA1GSsiHAoHDQL+jAsKOAoKAXMHDQwSPy8cREhJISEDIDYZL442ISAH/okHGgcCpQQCCBQHFzwFEAkJDQUxFgIEAAAACAAA/8AELQPAAA0AKABWAHQAjQCbAKkAtwAAASEiJjU0NjMhMhYVFAYhIiYnLgE1NDY3PgE3PgEzNhYXHgEVFAYHDgEDIiYnIiYnMCYxNCY1LgE1PAE1NDY3NjIXHgEVHAEVFAYVFAYVFAYxDgEjDgEjESImJy4BNTQ2Nz4BNz4BMzYWFx4BFR4BFRQGBw4BAyImJy4BNTQ2Nz4BNzYyFx4BFRQGBw4BIwEhIiY1NDYzITIWFRQGEyEiJjU0NjMhMhYVFAYBISImNTQ2MyEyFhUUBgPt/UAdIyMdAsAdIyP8Ng4VCgkKAgQFAwUFCgQUJA8JCgoJChUOBRAFBAoFBgcEAgoJEzQTCQoGBwYFCgQFEAUOFQoJCgIEBQMFBQoEFCQPBQgEAgoJChUODhUKCQoCBAUDBRM0EwkKCgkKFQ4C0/4aHSMjHQHmHSMjvf1AHSMjHQLAHSMj/kn+2h0jIx0BJh0jIwNAIx0dIyMdHSMKCQoVDgUQBQQKBQUICQgOChUODhUKCQr+0wIFCAQHBQMFBAQEBQMFDxQKExMKFA8FAwUEBAQFAwUFAgQIBQL+2gkKChQPBRAEBQoFBAgKCA4FCgUEEAUPFAoKCf7TCgkKFQ4FEAUECgUTEwoVDg4VCgkKAlMjHR0jIx0dI/7aIx0dIyMdHSP+0yMdHSMjHR0jAAAAAgAT/8ADXAOyAFIAggAAEyImNTQ+AjMhJyY0NzYyHwE4ATE4ATkBOAE5ATgBOQE4ATE4ATE4ATEeARceARUUBgcUBgc4ATE4ATkBOAExOAE5AQcGIicmND8BISIGFRQGIxMiJi8BLgE1NDY/ATYyFxYUDwEhMhYXPgE1NDYzMhYVFA4CIyImJyEXFhQHDgEjRBYbHjlTNQHGaw4ODyYPvAQCBAQBAQQGBLwPJg8ODmv+OihWGxXBCxAHwQcICAfBDyYPDg5rAcIDDAQkRhsVFhseOVM0CAgE/k5vDg4IDwsB2BsVOlw/Im8OJw8ODsIDCAMEDAQDDAQDCAO9Dg4PJg9qMGYVG/3oBwfCBxALChAHvQ4ODyYPagEEBDhfFRsbFTxeQCICA28OJw8HBwAAAAEARf/RBOMDjQAQAAAFASY0NzYyHwEBNjIXFhQHAQHG/n8fHx9SH+oClB9THh8f/OMvAYEfUh8fH+kClB8fH1Mf/NUACAAM/8AEgQPAACoAPABNAGQAcAB8AIgAlAAABSIuAjU+ATMyFhUUHgIzMj4CNTQuAiMiJjU0NjMyHgIVFA4CIwEiJicmND8BNjIXFhQPAQ4BIzMiJi8BJjQ3NjIfARYUBw4BFyImJyY0PwERNDYzMhYVERQGDwEOASMXFAYjIiY1NDYzMhY3FAYjIiY1NDYzMhY3FAYjIiY1NDYzMhYnFAYjIiY1NDYzMhYCfmq7jFIEGRIRHkNzmVZVmXRDQ3SZVRIdHRJpu41SUYu8a/2xCRIIDQ2ADiYNDQ2BCRAE+wgQBYENDQ4mDYENDQkSxAkQBA0NexkWFhgHBIcNEwm2HBMUGxsUExzMGxMUGxsUExtSGxMUGxsUExtSGxMUGxsUExtAUIy7bBEYGRZYmXJCQ3OZVlaZc0MZFhYZUIy7bGu6ik4BtwMJDSYNgQ0NDiYNgAkDAwmADSYODQ2BDSYNCQN7BwUNJg17AQcSHRkW/uIJEAWGCQNSExwcExMcHEUUGxsUExwctBQbGxQTHBy0FBsbFBMcHAAABAAA/8AEUwPAADUAaQCNAJcAAAUiLgI1ND4CMzIeAhceAQcOASc4ATEuAQ4BBw4BHgEXHgE+ATc+ATU0NjMyFhUOAyM1Ii4CNTQ+AjMyFhceAQcOAScuAQ4BBw4BHgEXHgE+ATc+ATc0NjMyFhUwFDEOAyMBJzc2JicqASMHDgEPAQUOARceATclFzIWMzI2PwE+ASc0JiMHJz8BBwYWHwEHAgBquotRUIq7ay1WUUwjCgULChoOR6ipnDs7LxJSR0eoqJ06MTUTEhEUAlOMumo7Zk0rK01mOy1SIgsECgcdCiRSUEcaGhIOLCQlUk9IGhEQBBcNDhMFMEpgNgJBRhcEDQ4HCQedBggEHP7VDggDBBwOASxTBAYEAwcEmA4MAwwGpjgTRQkEDAocRUBRi7pqarqLUQ8eKxsLGg4KBQo7MRBRR0epqps5OTASUEc7k0wNGBQRbLyMUecrTWY7O2ZNKxoYCxoOCgYHGhENLSQkUlBHGhoSDiwkFTUcDhIXDgQ0W0MnAe0cRQ4YBEYDDQdXjwcaDQ4IA48gBQEESgMdDgcLQBc3IBsOGAQJIAAAAwAb/8AFygPAACMARgBSAAAlIiYnLgMjIg4CBwYiJyY0Nz4DMzIeAhceAQcOASMTIiYnLgMjIg4CBwYiJyY0Nz4DMzIeAhcWFAcOAQEUBiMiJjU0NjMyFgSiDiQNKVRZXzI2YlpRJRtIGxoaMG57hkdDgHlzNhsCFBUfFOkNJA48jJqjVFWjmow8G0gbGxtKqrnFZmXFuapKGxsNHv3aTzc4T084N0/fDg0lNyMRFCU1IhsbG0gbL0oyGxgxSjMbSBsNDgEgDQ45Wj8gID9aORsbG0gbRm9LKChLb0YbSBsODf5IOE9PODhOTgABAAAAAQAAOPDF018PPPUACwQAAAAAANWhNiIAAAAA1aE2Iv/1/7UFygPLAAAACAACAAAAAAAAAAEAAAPA/8AAAAXu//X/9QXKAAEAAAAAAAAAAAAAAAAAAAAnBAAAAAAAAAAAAAAAAgAAAASCAAoFtwAABAAAAATuABcEAAFIA6UAAAQAABYEAAAABJUATwQAAAAD1gAAA9EAFAVDAAADtQAAA/YAAAR3AAsDowBiAtMAAAHPAAgDowAAAxMAAAQAAAAEAP/1BAAADgQAABwEMgAAA8kAFwJGABUD5wApBC0AAAN0ABMFNgBFBIEADARYAAAF7gAbAAAAAAAKABQAHgCKAMoBRAIMAmYDSgOMBQ4FhgcIB3gHyAgiCPAJlgn8Co4K3AsUC0QLmAwqDIwN1g4uDn4Oqg7WD2YQaBEAESIR7hLGEzwAAQAAACcBDAAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvENoZWZzdGVwcwBDAGgAZQBmAHMAdABlAHAAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMENoZWZzdGVwcwBDAGgAZQBmAHMAdABlAHAAc0NoZWZzdGVwcwBDAGgAZQBmAHMAdABlAHAAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAckNoZWZzdGVwcwBDAGgAZQBmAHMAdABlAHAAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Chefsteps' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cog:before {
  content: "\e909"; }

.icon-support:before {
  content: "\e902"; }

.icon-cart:before {
  content: "\e903"; }

.icon-alert:before {
  content: "\e900"; }

.icon-arrow:before {
  content: "\e901"; }

.icon-bluetooth:before {
  content: "\e904"; }

.icon-bulb:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e906"; }

.icon-cog2:before {
  content: "\e907"; }

.icon-collection:before {
  content: "\e908"; }

.icon-cook-history:before {
  content: "\e90b"; }

.icon-double-chevron-down:before {
  content: "\e90c"; }

.icon-email:before {
  content: "\e90d"; }

.icon-gift-small:before {
  content: "\e90e"; }

.icon-help:before {
  content: "\e90f"; }

.icon-home-menu:before {
  content: "\e910"; }

.icon-legal:before {
  content: "\e911"; }

.icon-lock:before {
  content: "\e912"; }

.icon-pairing-arrow:before {
  content: "\e913"; }

.icon-play:before {
  content: "\e915"; }

.icon-power:before {
  content: "\e916"; }

.icon-profile:before {
  content: "\e917"; }

.icon-punch-out:before {
  content: "\e918"; }

.icon-recipes:before {
  content: "\e919"; }

.icon-search:before {
  content: "\e91b"; }

.icon-small-filled-star:before {
  content: "\e91c"; }

.icon-spanner-down:before {
  content: "\e91d"; }

.icon-spanner:before {
  content: "\e91e"; }

.icon-spoon:before {
  content: "\e91f"; }

.icon-steps:before {
  content: "\e920"; }

.icon-switcher:before {
  content: "\e922"; }

.icon-tick:before {
  content: "\e923"; }

.icon-time-small:before {
  content: "\e924"; }

.icon-training-small:before {
  content: "\e925"; }

.icon-wifi:before {
  content: "\e92a"; }




.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-full {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; }

.flex-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 600px;
      -ms-flex: 0 600px;
          flex: 0 600px; }

.flex-aside {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 280px;
      -ms-flex: 1 280px;
          flex: 1 280px; }
  .flex-aside.flex-aside-left {
    padding-right: 10px; }

.flex-dropdown {
  position: relative; }
  .flex-dropdown .flex-dropdown-toggle {
    position: relative; }
  .flex-dropdown .flex-dropdown-menu {
    position: absolute;
    top: 60px;
    right: 0px;
    background: white;
    padding: 14px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #cccccc;
    white-space: nowrap;
    z-index: 1;
    box-sizing: border-box; }
    .flex-dropdown .flex-dropdown-menu ul {
      margin: 0px;
      list-style: none;
      text-align: left; }
      .flex-dropdown .flex-dropdown-menu ul li {
        margin: 10px 0px;
        color: rgba(51, 51, 51, 0.5);
        -webkit-transition: all 300ms;
                transition: all 300ms;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .flex-dropdown .flex-dropdown-menu ul li .flex-dropdown-icon {
          margin-right: 10px;
          min-width: 27px; }
        .flex-dropdown .flex-dropdown-menu ul li:hover {
          color: #333333;
          cursor: pointer; }
      .flex-dropdown .flex-dropdown-menu ul .flex-medium-only {
        display: none; }
    .flex-dropdown .flex-dropdown-menu.open {
      display: block; }
    .flex-dropdown .flex-dropdown-menu.closed {
      display: none; }
    .flex-dropdown .flex-dropdown-menu:after {
      content: " ";
      position: absolute;
      top: -7px;
      right: 15px;
      width: 15px;
      height: 15px;
      background: white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      box-shadow: -1px -1px 1px #e8e8e8; }

.flex-large-only {
  display: block; }

.flex-medium-only {
  display: none; }

@media (max-width: 1240px) {
  .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .flex-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 600px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 600px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .flex-aside.flex-aside-left {
      padding-right: 0px; }
  .flex-large-only {
    display: none; }
  .flex-medium-only {
    display: block; }
  .flex-tool-abtest {
    width: 100%; }
  .flex-aside .flex-tools {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 640px) {
  .flex-item.flex-full {
    width: 100%; }
    .flex-item.flex-full .flex-title {
      width: 100%; }
  .flex-main {
    width: 100%; }
  .flex-aside {
    width: 100%; } }

.course-wrapper .flex-item {
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 700px;
      -ms-flex: 0 700px;
          flex: 0 700px; }

.course-wrapper .flex-item.flex-full .flex-title {
  max-width: 700px;
  margin-bottom: 14px; }

.flex-title {
  margin: 0 auto;
  width: 600px; }
  .flex-title .flex-title-item {
    margin-bottom: 14px; }

.flex-tools-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-tools {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px; }
  .flex-tools .flex-tool {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
    -webkit-transition: all 300ms;
            transition: all 300ms; }

.flex-aside-right .flex-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.flex-social-title {
  margin-bottom: 14px;
  color: rgba(51, 51, 51, 0.5); }

.flex-social {
  width: 175px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box; }
  .flex-social .flex-social-item {
    color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 300ms;
            transition: all 300ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flex-social .flex-social-item svg {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .flex-social .flex-social-item .flex-dropdown-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .flex-social .flex-social-item .flex-dropdown-toggle svg {
        align: self(center); }
    .flex-social .flex-social-item:hover {
      color: #333333;
      cursor: pointer; }
    .flex-social .flex-social-item .flex-dropdown-menu {
      color: rgba(51, 51, 51, 0.5);
      top: 45px;
      right: -10px; }
    .flex-social .flex-social-item.active {
      color: #333333; }
      .flex-social .flex-social-item.active .flex-button-circle {
        border-color: #333333; }

.flex-suggestions {
  padding: 14px; }

@media (max-width: 1240px) {
  .flex-tools-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-right: 0px; }
    .flex-tools .flex-tool {
      -webkit-align-self: inherit;
          -ms-flex-item-align: inherit;
              align-self: inherit;
      margin-bottom: 10px; } }




/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .col-xs img,
  .col-xs-1 img,
  .col-xs-2 img,
  .col-xs-3 img,
  .col-xs-4 img,
  .col-xs-5 img,
  .col-xs-6 img,
  .col-xs-7 img,
  .col-xs-8 img,
  .col-xs-9 img,
  .col-xs-10 img,
  .col-xs-11 img,
  .col-xs-12 img {
    max-width: 100%; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
          flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
          flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
          flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
          flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
          flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
          flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
          flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
          flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

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

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

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

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

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

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; } }




html, body {
  margin: 0px !important;
  padding: 0px;
  color: #43413f;
  min-height: 100%; }

#main-view {
  position: relative;
  z-index: 0; }

.main-view {
  min-height: calc(100vh - 200px); }

.text-light {
  color: white; }

.text-dark {
  color: #43413f; }

.text-orange {
  color: #ff674d; }

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

input, select, textarea {
  border: 1px solid #b8b6b4;
  height: 42px;
  padding: 0px 7px;
  font-size: 18px;
  box-sizing: border-box;
  background-color: transparent;
  line-height: 28px;
  color: #43413f; }
  input:focus, select:focus, textarea:focus {
    outline: none; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b8b6b4; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #b8b6b4; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #b8b6b4; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b8b6b4; }
  input.dotted, select.dotted, textarea.dotted {
    border-width: 0px;
    border-bottom: 1px;
    border-style: dashed;
    border-color: #b8b6b4; }
  input.light, select.light, textarea.light {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent; }
    input.light::-webkit-input-placeholder, select.light::-webkit-input-placeholder, textarea.light::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light:-moz-placeholder, select.light:-moz-placeholder, textarea.light:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light::-moz-placeholder, select.light::-moz-placeholder, textarea.light::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light:-ms-input-placeholder, select.light:-ms-input-placeholder, textarea.light:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }

textarea {
  min-height: 112px; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .input-group .label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box; }
  .input-group .input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%; }

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

i[cs-icon], span[cs-icon] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #edecea;
  margin: 28px 0; }

.theme-gray hr {
  border-bottom: 1px solid #DAD8D6; }

.theme-dark hr, .theme-orange hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 641px) {
  hr {
    margin: 21px 0; } }








/* Typography */
/* = 11px/14px */
/* Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * chefsteps.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015 */
@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("ttf"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bookItalic.eot");
  src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookItalic.woff") format("woff"), url("../fonts/lineto-circular-bookItalic.ttf") format("ttf"), url("../fonts/lineto-circular-bookItalic.svg#lineto-circular-bookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff"), url("../fonts/lineto-circular-medium.ttf") format("ttf"), url("../fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff"), url("../fonts/lineto-circular-bold.ttf") format("ttf"), url("../fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-regular.eot");
  src: url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-bold.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

* {
  font-family: Circular;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures; }

h1, div.text-block-content span.h1-text-block,
span.h1-block {
  font-size: 63px;
  line-height: 63px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h1, div.text-block-content span.h1-text-block,
    span.h1-block {
      font-size: 40px;
      line-height: 42px; } }

h2,
div.text-block-content span.h2-text-block,
span.h2-block {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h2,
    div.text-block-content span.h2-text-block,
    span.h2-block {
      font-size: 32px;
      line-height: 35px; } }

h3,
div.text-block-content span.h3-text-block,
span.h3-block {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h3,
    div.text-block-content span.h3-text-block,
    span.h3-block {
      font-size: 24px;
      line-height: 28px; } }

h4,
div.text-block-content span.h4-text-block,
.banner-text > span.h4-head,
span.h4-block {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h4,
    div.text-block-content span.h4-text-block,
    .banner-text > span.h4-head,
    span.h4-block {
      font-size: 18px;
      line-height: 24px; } }

h5,
div.text-block-content span.h5-text-block,
span.h5-block {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h5,
    div.text-block-content span.h5-text-block,
    span.h5-block {
      font-size: 18px;
      line-height: 24px; } }

h6,
div.text-block-content span.h6-text-block,
span.h6-block {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-top: 0px;
  margin-bottom: 28px; }

body, p, div.text-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    body, p, div.text-content {
      font-size: 16px;
      line-height: 24px; } }

.intro-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

::-moz-selection {
  background: #F6A99B; }

::selection {
  background: #F6A99B; }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  text-decoration: none; }

p a:link, p a:visited, p a:hover, .underline-links a:link, .underline-links a:visited, .underline-links a:hover {
  text-decoration: underline; }

.component-matrix .item-text p,
.component-feed .item-text p,
.component-text-block p,
.component-text-block div.paragraph-content,
.component-fifty-fifty p,
.component-fifty-fifty div.text-content {
  opacity: 0.85; }

.underline-hover {
  position: relative;
  display: inline;
  text-decoration: none !important;
  white-space: pre-wrap;
  background-size: 300% 2px;
  background-position: 100% 97%;
  background-image: -webkit-linear-gradient(left, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  background-image: linear-gradient(to right, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  /* W3C */
  background-repeat: no-repeat no-repeat;
  -webkit-transition: background-position 0.1s ease;
          transition: background-position 0.1s ease; }
  .underline-hover:hover {
    background-position: 0% 97%;
    -webkit-transition: background-position 0.3s ease;
            transition: background-position 0.3s ease;
    cursor: pointer; }

.active .underline-hover {
  background-position: 0% 97%; }

div::-moz-selection .underline, .underline-hover::-moz-selection {
  text-shadow: 0.03em 0.07em #F6A99B, -0.03em 0.07em #F6A99B, 0 0.03em #F6A99B, 0 -0.03em #F6A99B, 0.06em 0.07em #F6A99B, -0.06em 0.07em #F6A99B, 0.09em 0.07em #F6A99B, -0.09em 0.07em #F6A99B, 0.12em 0.07em #F6A99B, -0.12em 0.07em #F6A99B, 0.15em 0.07em #F6A99B, -0.15em 0.07em #F6A99B; }

div::selection .underline, .underline-hover::selection {
  text-shadow: 0.03em 0.07em #F6A99B, -0.03em 0.07em #F6A99B, 0 0.03em #F6A99B, 0 -0.03em #F6A99B, 0.06em 0.07em #F6A99B, -0.06em 0.07em #F6A99B, 0.09em 0.07em #F6A99B, -0.09em 0.07em #F6A99B, 0.12em 0.07em #F6A99B, -0.12em 0.07em #F6A99B, 0.15em 0.07em #F6A99B, -0.15em 0.07em #F6A99B; }

.theme-light .underline-hover {
  text-shadow: 0.03em 0.07em white, -0.03em 0.07em white, 0 0.03em white, 0 -0.03em white, 0.06em 0.07em white, -0.06em 0.07em white, 0.09em 0.07em white, -0.09em 0.07em white, 0.12em 0.07em white, -0.12em 0.07em white, 0.15em 0.07em white, -0.15em 0.07em white; }

.theme-gray .underline-hover {
  text-shadow: 0 0.07em #edecea, 0 0.07em #edecea, 0.03em 0.07em #edecea, -0.03em 0.07em #edecea, 0.06em 0.07em #edecea, -0.06em 0.07em #edecea, 0.09em 0.07em #edecea, -0.09em 0.07em #edecea, 0.12em 0.07em #edecea, -0.12em 0.07em #edecea, 0.15em 0.07em #edecea, -0.15em 0.07em #edecea; }

.theme-dark .underline-hover {
  text-shadow: 0.03em 0.07em #43413f, -0.03em 0.07em #43413f, 0 0.03em #43413f, 0 -0.03em #43413f, 0.06em 0.07em #43413f, -0.06em 0.07em #43413f, 0.09em 0.07em #43413f, -0.09em 0.07em #43413f, 0.12em 0.07em #43413f, -0.12em 0.07em #43413f, 0.15em 0.07em #43413f, -0.15em 0.07em #43413f; }

.theme-orange .underline-hover {
  text-shadow: 0.03em 0.07em #ff674d, -0.03em 0.07em #ff674d, 0 0.03em #ff674d, 0 -0.03em #ff674d, 0.06em 0.07em #ff674d, -0.06em 0.07em #ff674d, 0.09em 0.07em #ff674d, -0.09em 0.07em #ff674d, 0.12em 0.07em #ff674d, -0.12em 0.07em #ff674d, 0.15em 0.07em #ff674d, -0.15em 0.07em #ff674d; }

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

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

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

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

.print-only {
  display: none; }

@media print {
  .print-only {
    display: initial !important; }
  .no-print, .step-image-only {
    display: none !important; }
  h1.activity-print-title {
    color: #43413f !important;
    font-size: 32px !important;
    line-height: 32px !important;
    padding: 0 !important;
    margin: 40px 0 30px !important;
    text-align: center; }
  p, a, span {
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left !important;
    text-decoration: none !important; }
  p:last-of-type {
    margin-bottom: 0 !important; }
  h2, h3 {
    text-align: left !important; }
  .activity-info {
    padding: 30px 20px 0 !important;
    margin: 0 0 10px !important;
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important; }
    .activity-info h3, .activity-info h4 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px !important; }
  .activity-ingredients {
    padding: 0 20px 0 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 40% !important;
        -ms-flex: 1 1 40% !important;
            flex: 1 1 40% !important;
    width: 40% !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important; }
    .activity-ingredients .ingredients-wrapper {
      padding-top: 0px !important;
      padding-bottom: 30px !important; }
  .activity-amounts {
    padding: 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 60% !important;
        -ms-flex: 1 1 60% !important;
            flex: 1 1 60% !important;
    width: 60% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
    .activity-amounts .activity-amounts-equipment,
    .activity-amounts .activity-amounts-timing-yield {
      -webkit-box-flex: 1 !important;
      -webkit-flex: 1 1 50% !important;
          -ms-flex: 1 1 50% !important;
              flex: 1 1 50% !important;
      width: 50% !important;
      padding: 0 20px 0 !important;
      margin: 0 !important;
      border: none !important;
      display: block; }
  .ingredients-wrapper {
    padding-top: 0 !important;
    text-align: left !important; }
  .ingredient,
  .ingredient-quantity,
  .ingredient-title-desc {
    line-height: 16px !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important; }
  .ingredient-quantity {
    width: 50px !important;
    min-width: 50px !important; }
  .activity-info .activity-amounts .activity-amounts-item,
  .activity-info .cs-long-equipment .activity-amounts-item,
  .activity-info .cs-missing-timing-yield .activity-amounts-item,
  .activity-info .cs-missing-all-amounts .activity-amounts-item,
  .step-contents-title {
    text-align: left !important; }
  .activity-amounts-item {
    line-height: 16px !important;
    font-size: 12px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important; }
  cs-steps {
    padding: 0 !important;
    width: 100% !important;
    position: relative !important; }
    cs-steps .component, cs-steps .component-small {
      padding: 0 !important; }
    cs-steps .step-contents-container {
      margin: 20px 0 0 !important; }
    cs-steps .step-contents-wrapper {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    cs-steps .component-small {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 60% !important;
          -ms-flex: 0 0 60% !important;
              flex: 0 0 60% !important;
      width: 60% !important; }
    cs-steps .cs-step-ingredients {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 40% !important;
          -ms-flex: 0 0 40% !important;
              flex: 0 0 40% !important;
      width: 40% !important; }
  .step-contents-title {
    margin: 0 0 0 40% !important;
    padding: 0 !important; }
    .step-contents-title h3, .step-contents-title span, .step-contents-title .step-number {
      display: inline-block;
      font-size: 16px !important;
      line-height: 16px !important; }
  .step-number {
    border: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important; }
    .step-number h3 {
      font-family: circular;
      font-weight: bold;
      font-size: 16px !important;
      line-height: 16px !important; }
  .step-directions {
    margin-bottom: 0px !important; }
    .step-directions h1, .step-directions h2, .step-directions h3, .step-directions h4 {
      font-size: 12px !important;
      line-height: 12px !important; }
    .step-directions cs-fetch-activity-shortcode {
      display: none; }
  .component-step {
    page-break-inside: avoid !important; }
  .step-directions.cs-short-step > p:first-child {
    font-style: normal !important; }
  .step-directions > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none !important; }
  .cs-step-ingredients .ingredients {
    margin-top: -30px !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin-right: 40px !important; }
  a:link {
    color: #43413f; } }




/* Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * chefsteps.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015 */
@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("ttf"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bookItalic.eot");
  src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookItalic.woff") format("woff"), url("../fonts/lineto-circular-bookItalic.ttf") format("ttf"), url("../fonts/lineto-circular-bookItalic.svg#lineto-circular-bookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff"), url("../fonts/lineto-circular-medium.ttf") format("ttf"), url("../fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff"), url("../fonts/lineto-circular-bold.ttf") format("ttf"), url("../fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-regular.eot");
  src: url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-bold.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

* {
  font-family: Circular;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures; }

h1, div.text-block-content span.h1-text-block,
span.h1-block {
  font-size: 63px;
  line-height: 63px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h1, div.text-block-content span.h1-text-block,
    span.h1-block {
      font-size: 40px;
      line-height: 42px; } }

h2,
div.text-block-content span.h2-text-block,
span.h2-block {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h2,
    div.text-block-content span.h2-text-block,
    span.h2-block {
      font-size: 32px;
      line-height: 35px; } }

h3,
div.text-block-content span.h3-text-block,
span.h3-block {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h3,
    div.text-block-content span.h3-text-block,
    span.h3-block {
      font-size: 24px;
      line-height: 28px; } }

h4,
div.text-block-content span.h4-text-block,
.banner-text > span.h4-head,
span.h4-block {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h4,
    div.text-block-content span.h4-text-block,
    .banner-text > span.h4-head,
    span.h4-block {
      font-size: 18px;
      line-height: 24px; } }

h5,
div.text-block-content span.h5-text-block,
span.h5-block {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h5,
    div.text-block-content span.h5-text-block,
    span.h5-block {
      font-size: 18px;
      line-height: 24px; } }

h6,
div.text-block-content span.h6-text-block,
span.h6-block {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-top: 0px;
  margin-bottom: 28px; }

body, p, div.text-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    body, p, div.text-content {
      font-size: 16px;
      line-height: 24px; } }

.intro-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

::-moz-selection {
  background: #F6A99B; }

::selection {
  background: #F6A99B; }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  text-decoration: none; }

p a:link, p a:visited, p a:hover, .underline-links a:link, .underline-links a:visited, .underline-links a:hover {
  text-decoration: underline; }

.component-matrix .item-text p,
.component-feed .item-text p,
.component-text-block p,
.component-text-block div.paragraph-content,
.component-fifty-fifty p,
.component-fifty-fifty div.text-content {
  opacity: 0.85; }

.underline-hover {
  position: relative;
  display: inline;
  text-decoration: none !important;
  white-space: pre-wrap;
  background-size: 300% 2px;
  background-position: 100% 97%;
  background-image: -webkit-linear-gradient(left, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  background-image: linear-gradient(to right, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  /* W3C */
  background-repeat: no-repeat no-repeat;
  -webkit-transition: background-position 0.1s ease;
          transition: background-position 0.1s ease; }
  .underline-hover:hover {
    background-position: 0% 97%;
    -webkit-transition: background-position 0.3s ease;
            transition: background-position 0.3s ease;
    cursor: pointer; }

.active .underline-hover {
  background-position: 0% 97%; }

div::-moz-selection .underline, .underline-hover::-moz-selection {
  text-shadow: 0.03em 0.07em #F6A99B, -0.03em 0.07em #F6A99B, 0 0.03em #F6A99B, 0 -0.03em #F6A99B, 0.06em 0.07em #F6A99B, -0.06em 0.07em #F6A99B, 0.09em 0.07em #F6A99B, -0.09em 0.07em #F6A99B, 0.12em 0.07em #F6A99B, -0.12em 0.07em #F6A99B, 0.15em 0.07em #F6A99B, -0.15em 0.07em #F6A99B; }

div::selection .underline, .underline-hover::selection {
  text-shadow: 0.03em 0.07em #F6A99B, -0.03em 0.07em #F6A99B, 0 0.03em #F6A99B, 0 -0.03em #F6A99B, 0.06em 0.07em #F6A99B, -0.06em 0.07em #F6A99B, 0.09em 0.07em #F6A99B, -0.09em 0.07em #F6A99B, 0.12em 0.07em #F6A99B, -0.12em 0.07em #F6A99B, 0.15em 0.07em #F6A99B, -0.15em 0.07em #F6A99B; }

.theme-light .underline-hover {
  text-shadow: 0.03em 0.07em white, -0.03em 0.07em white, 0 0.03em white, 0 -0.03em white, 0.06em 0.07em white, -0.06em 0.07em white, 0.09em 0.07em white, -0.09em 0.07em white, 0.12em 0.07em white, -0.12em 0.07em white, 0.15em 0.07em white, -0.15em 0.07em white; }

.theme-gray .underline-hover {
  text-shadow: 0 0.07em #edecea, 0 0.07em #edecea, 0.03em 0.07em #edecea, -0.03em 0.07em #edecea, 0.06em 0.07em #edecea, -0.06em 0.07em #edecea, 0.09em 0.07em #edecea, -0.09em 0.07em #edecea, 0.12em 0.07em #edecea, -0.12em 0.07em #edecea, 0.15em 0.07em #edecea, -0.15em 0.07em #edecea; }

.theme-dark .underline-hover {
  text-shadow: 0.03em 0.07em #43413f, -0.03em 0.07em #43413f, 0 0.03em #43413f, 0 -0.03em #43413f, 0.06em 0.07em #43413f, -0.06em 0.07em #43413f, 0.09em 0.07em #43413f, -0.09em 0.07em #43413f, 0.12em 0.07em #43413f, -0.12em 0.07em #43413f, 0.15em 0.07em #43413f, -0.15em 0.07em #43413f; }

.theme-orange .underline-hover {
  text-shadow: 0.03em 0.07em #ff674d, -0.03em 0.07em #ff674d, 0 0.03em #ff674d, 0 -0.03em #ff674d, 0.06em 0.07em #ff674d, -0.06em 0.07em #ff674d, 0.09em 0.07em #ff674d, -0.09em 0.07em #ff674d, 0.12em 0.07em #ff674d, -0.12em 0.07em #ff674d, 0.15em 0.07em #ff674d, -0.15em 0.07em #ff674d; }

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

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

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

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




body.show-modals {
  overflow: hidden; }

modals {
  position: relative; }

.modals {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000; }
  .modals i.close-x, .modals span.close-x {
    padding: 14px;
    position: fixed;
    top: 14px;
    right: 14px;
    cursor: pointer;
    z-index: 99; }

.modal-message {
  color: #ff674d; }

.modal {
  max-width: 520px;
  max-height: 100vh;
  width: 100%;
  background-color: white;
  color: #43413f;
  box-sizing: border-box;
  padding: 56px 84px;
  border: 1px solid #edecea;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto; }
  .modal .modal-top {
    text-align: center; }
    .modal .modal-top .modal-error {
      color: #ff674d; }
  .modal .modal-body {
    text-align: center; }
    .modal .modal-body .form-input {
      width: 100%;
      margin-bottom: 14px; }
      .modal .modal-body .form-input .form-input-error {
        text-align: left; }
      .modal .modal-body .form-input input {
        width: 100%;
        border-color: #43413f;
        border-radius: 0; }
        .modal .modal-body .form-input input::-webkit-input-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input:-moz-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input::-moz-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input:-ms-input-placeholder {
          color: #43413f;
          font-weight: 500; }
      .modal .modal-body .form-input:last-of-type {
        margin-bottom: 56px; }
    .modal .modal-body .button {
      margin-bottom: 28px; }
    .modal .modal-body .modal-submit {
      min-width: 210px; }
  .modal .modal-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    color: #b8b6b4;
    text-align: center; }
    .modal .modal-bottom small {
      margin-bottom: 0; }
    .modal .modal-bottom a {
      text-decoration: underline;
      -webkit-transition: color 200ms ease;
              transition: color 200ms ease; }
      .modal .modal-bottom a:hover {
        cursor: pointer;
        color: #43413f; }

@media (max-width: 640px) {
  body.show-modals {
    position: fixed; }
  .modals {
    background-color: white; }
    .modals i.close-x, .modals span.close-x {
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 4px; }
  .modal {
    height: 100%;
    max-width: 100%;
    padding: 56px 42px;
    border: none; }
    .modal .modal-top, .modal .modal-body, .modal .modal-bottom {
      width: 100%; }
    .modal .modal-bottom {
      padding-bottom: 84px; } }

.modals-animate-fade, .modal-animate-fade {
  opacity: 1;
  -webkit-transition: opacity ease 400ms;
          transition: opacity ease 400ms; }

.modals-animate-fade.ng-hide, .ng-hide .modal-animate-fade {
  opacity: 0; }

.modal-animate-slide.ng-animate,
.modal-animate-fade.ng-animate {
  -webkit-transition: -webkit-transform ease 400ms, opacity ease 400ms;
          transition: transform ease 400ms, opacity ease 400ms; }

.modal-animate-slide.ng-enter,
.modal-animate-fade.ng-enter {
  -webkit-transition: -webkit-transform ease 400ms 400ms, opacity ease 400ms 400ms;
          transition: transform ease 400ms 400ms, opacity ease 400ms 400ms; }

.modal-animate-fade.ng-leave.ng-leave-active,
.modal-animate-fade.ng-enter {
  opacity: 0; }

.modal-animate-fade.ng-leave,
.modal-animate-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.modal-animate-slide.ng-leave.ng-leave-active,
.modal-animate-slide.ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(0, -65%, 0);
          transform: translate3d(0, -65%, 0); }

.modal-animate-slide.ng-leave,
.modal-animate-slide.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }




.page-manage {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 9999;
  padding: 14px 0; }
  .page-manage .button {
    margin: 0 7px; }
    .page-manage .button i {
      margin-left: 3px; }

.page-actions {
  position: fixed;
  bottom: 0px;
  background-color: white;
  width: 100%;
  z-index: 9999;
  padding: 14px 0;
  border-top: 1px solid #edecea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-actions .button {
    margin: 0 7px; }

@media (max-width: 800px) {
  .page-manage {
    display: none; } }




.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.form-section {
  width: 100%; }

.form-item {
  border: 1px solid #b8b6b4;
  padding: 28px;
  box-sizing: border-box;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.form-input {
  position: relative;
  padding-top: 14px; }
  .form-input .form-input-error {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    font-size: 14px;
    color: #ff674d; }

.component-form {
  background-color: #edecea;
  padding: 56px 0; }
  .component-form .input-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-form .input-group input, .component-form .input-group textarea, .component-form .input-group select {
      background-color: white;
      border: none;
      border-radius: 4px;
      margin: 0;
      padding: 7px;
      font-size: 16px; }
    .component-form .input-group .upload-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 75%;
          -ms-flex: 0 1 75%;
              flex: 0 1 75%; }
      .component-form .input-group .upload-input input {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .component-form .input-group .upload-input .filepicker {
        margin-left: 7px; }
    .component-form .input-group label {
      padding-right: 14px;
      font-weight: bold;
      font-size: 16px;
      color: #b8b6b4; }
    .component-form .input-group .input-tip {
      width: 100%;
      border: 1px solid #b8b6b4;
      border-radius: 4px;
      padding: 14px;
      box-sizing: border-box;
      margin: 14px 0;
      background-color: white; }
      .component-form .input-group .input-tip h5, .component-form .input-group .input-tip p {
        margin-bottom: 7px;
        font-size: 14px; }
  .component-form .component-settings, .component-form .component-type-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .component-form .component-settings .input-group, .component-form .component-type-settings .input-group {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .component-form .component-settings .input-group:nth-of-type(even) label, .component-form .component-type-settings .input-group:nth-of-type(even) label {
        box-sizing: border-box;
        padding-left: 14px;
        text-align: right; }
      .component-form .component-settings .input-group.input-group-full, .component-form .component-type-settings .input-group.input-group-full {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .component-form .component-settings .input-group.input-group-full label, .component-form .component-type-settings .input-group.input-group-full label {
          width: 100%;
          margin-bottom: 14px; }
        .component-form .component-settings .input-group.input-group-full textarea, .component-form .component-type-settings .input-group.input-group-full textarea {
          width: 100%;
          min-height: 140px; }
    .component-form .component-settings h3, .component-form .component-settings h4, .component-form .component-type-settings h3, .component-form .component-type-settings h4 {
      width: 100%; }
  .component-form .component-type-settings {
    padding-top: 28px; }
    .component-form .component-type-settings .matrix {
      width: 100%;
      padding-top: 56px; }
      .component-form .component-type-settings .matrix .matrix-item .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .component-form .component-type-settings .matrix .matrix-item .input-group label, .component-form .component-type-settings .matrix .matrix-item .input-group input, .component-form .component-type-settings .matrix .matrix-item .input-group textarea, .component-form .component-type-settings .matrix .matrix-item .input-group .upload-input {
          width: 100%; }
        .component-form .component-type-settings .matrix .matrix-item .input-group label {
          padding: 0;
          margin-bottom: 7px;
          text-align: left; }
      .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline label {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
        .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline input {
          width: inherit;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
  .component-form .input-country:checked + .country-flag {
    outline: 3px solid #43413f;
    outline-offset: 4px; }
  .component-form .country-flag {
    font-size: 28px !important;
    margin-right: 22px;
    cursor: pointer; }

.component-form-preview {
  margin-bottom: 112px; }

.component-save {
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 1000; }
  .component-save .button {
    margin: 14px 7px; }

.tabs {
  margin-bottom: 0; }

.tab-content {
  border: 2px solid #ff674d;
  padding: 14px; }

.left_label {
  text-align: left !important;
  padding-left: 0 !important; }

@media (max-width: 961px) {
  input {
    font-size: 16px; } }








carousel .carousel-more-block {
  display: block; }
  carousel .carousel-more-block .simple-carousel-with-description-more .more-image {
    position: relative;
    width: 100%;
    margin-bottom: 28px; }
    carousel .carousel-more-block .simple-carousel-with-description-more .more-image svg {
      position: absolute;
      bottom: 0; }
  carousel .carousel-more-block .simple-carousel-with-description-more .more-image.hover {
    display: none; }
  carousel .carousel-more-block .simple-carousel-with-description-more:hover .more-image {
    display: none; }
  carousel .carousel-more-block .simple-carousel-with-description-more:hover .more-image.hover {
    display: block; }
  carousel .carousel-more-block .simple-carousel-more .more-image {
    position: relative;
    width: 196px;
    height: 196px;
    margin-bottom: 14px; }
    carousel .carousel-more-block .simple-carousel-more .more-image svg {
      position: absolute;
      bottom: 0; }
  carousel .carousel-more-block .simple-carousel-more .more-image.hover {
    display: none; }
  carousel .carousel-more-block .simple-carousel-more:hover .more-image {
    display: none; }
  carousel .carousel-more-block .simple-carousel-more:hover .more-image.hover {
    display: block; }
  carousel .carousel-more-block .full-carousel-more .more-image {
    position: relative;
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
    overflow: hidden; }
    carousel .carousel-more-block .full-carousel-more .more-image:before {
      content: '';
      display: block;
      padding-top: 66.66%; }
    carousel .carousel-more-block .full-carousel-more .more-image svg {
      position: absolute;
      bottom: 0; }
  carousel .carousel-more-block .full-carousel-more .more-image.hover {
    display: none; }
  carousel .carousel-more-block .full-carousel-more:hover .more-image {
    display: none; }
  carousel .carousel-more-block .full-carousel-more:hover .more-image.hover {
    display: block; }
  carousel .carousel-more-block .more-text h4, carousel .carousel-more-block .more-text span.h4-block {
    margin-bottom: 7px; }
  carousel .carousel-more-block .more-text-full {
    padding: 28px 0 !important; }
    carousel .carousel-more-block .more-text-full h4, carousel .carousel-more-block .more-text-full span.h4-block {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 0; }

carousel .hero-type-standard::after {
  content: none; }

carousel .hero-type-standard .matrix-media {
  margin-top: 56px; }

carousel .hero-type-standard .h1-block {
  margin-top: 14px; }

carousel .hero-type-standard .header > span {
  color: white; }

carousel .hero-type-standard .circle-block .content {
  top: 40%; }

carousel .owl-dot.active > span {
  background: #ff674d !important; }

carousel .no-carousel.owl-stage-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

carousel .extend-padded {
  padding-right: calc((100% - 1150px)/2); }

carousel .truncate-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.carousel {
  position: relative; }
  .carousel .matrix-media {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent; }
  .carousel .simple-carousel-with-description:not(.is-mobile-carousel),
  .carousel .full-carousel:not(.is-mobile-carousel) {
    padding-right: 10px;
    padding-left: 10px; }
  .carousel .h2-block {
    margin-bottom: 23.8px; }
  .carousel .right-border-continue:not(.is-mobile-carousel) {
    border-right: 2px solid #FF917E; }
    .carousel .right-border-continue:not(.is-mobile-carousel).simple-carousel {
      padding-right: 0; }
  .carousel .left-border-continue:not(.is-mobile-carousel) {
    border-left: 2px solid #FF917E; }
    .carousel .left-border-continue:not(.is-mobile-carousel).simple-carousel {
      padding-left: 0; }
  .carousel .matrix-media:not(.left-border-continue):not(.is-mobile-carousel) .owl-stage {
    padding-left: 0 !important; }
  .carousel .matrix-media.is-mobile-carousel .owl-stage {
    padding-left: 15px !important; }
  .carousel .matrix-media.is-mobile-carousel .owl-nav {
    display: none; }
  .carousel button.owl-prev {
    position: absolute;
    top: 42%;
    left: -6%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    border-radius: 50% !important;
    border: 2px solid !important; }
    .carousel button.owl-prev span.icon-spanner-down {
      position: absolute;
      top: 33%;
      left: 30%; }
    .carousel button.owl-prev.disabled {
      display: none; }
  .carousel button.owl-next {
    position: absolute;
    top: 42%;
    right: -6%;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    border-radius: 50% !important;
    border: 2px solid !important; }
    .carousel button.owl-next span.icon-spanner-down {
      position: absolute;
      top: 33%;
      left: 30%; }
    .carousel button.owl-next.disabled {
      display: none; }
  .carousel .owl-nav.disabled > * {
    display: none; }

.component.theme-light .carousel .owl-nav button.owl-prev:hover, .component.theme-light .carousel .owl-nav button.owl-next:hover, .component.theme-light-with-bottom-line .carousel .owl-nav button.owl-prev:hover, .component.theme-light-with-bottom-line .carousel .owl-nav button.owl-next:hover {
  color: #43413f !important;
  background-color: #43413f !important; }
  .component.theme-light .carousel .owl-nav button.owl-prev:hover span.icon-spanner-down, .component.theme-light .carousel .owl-nav button.owl-next:hover span.icon-spanner-down, .component.theme-light-with-bottom-line .carousel .owl-nav button.owl-prev:hover span.icon-spanner-down, .component.theme-light-with-bottom-line .carousel .owl-nav button.owl-next:hover span.icon-spanner-down {
    color: white !important; }

.component.theme-dark .carousel .owl-nav button.owl-prev:hover, .component.theme-dark .carousel .owl-nav button.owl-next:hover {
  background-color: white !important; }
  .component.theme-dark .carousel .owl-nav button.owl-prev:hover span.icon-spanner-down, .component.theme-dark .carousel .owl-nav button.owl-next:hover span.icon-spanner-down {
    color: #43413f !important; }

.component.theme-gray .carousel .owl-nav button.owl-prev, .component.theme-gray .carousel .owl-nav button.owl-next {
  background-color: #edecea !important; }
  .component.theme-gray .carousel .owl-nav button.owl-prev:hover, .component.theme-gray .carousel .owl-nav button.owl-next:hover {
    color: #43413f !important;
    background-color: #43413f !important; }
    .component.theme-gray .carousel .owl-nav button.owl-prev:hover span.icon-spanner-down, .component.theme-gray .carousel .owl-nav button.owl-next:hover span.icon-spanner-down {
      color: white !important; }

.component.theme-orange .carousel .owl-nav button.owl-prev:hover, .component.theme-orange .carousel .owl-nav button.owl-next:hover {
  background-color: white !important; }
  .component.theme-orange .carousel .owl-nav button.owl-prev:hover span.icon-spanner-down, .component.theme-orange .carousel .owl-nav button.owl-next:hover span.icon-spanner-down {
    color: #ff674d !important; }

.component.theme-orange .owl-dot.active > span {
  background: #7a7876 !important; }

.empty-myrecipe a {
  margin-top: 14px; }

hr.divider {
  margin: 0 0 !important; }

@media (max-width: 360px) {
  .more-image {
    position: relative;
    overflow: hidden; }
    .more-image:before {
      content: '';
      display: block;
      padding-top: 50%; } }




.claim-subscription-gift .gift-message-container {
  text-align: center; }

.claim-subscription-gift .button .loading-spinner {
  margin-left: 14px;
  display: inline; }

.claim-subscription-gift .claimed-gifts {
  margin-top: 14px; }
  .claim-subscription-gift .claimed-gifts .text-block {
    max-width: 600px;
    margin: 0 auto; }
    .claim-subscription-gift .claimed-gifts .text-block p {
      margin-bottom: 0; }
  .claim-subscription-gift .claimed-gifts .gift-message {
    border: 1px solid #b8b6b4;
    border-radius: 4px;
    padding: 14px;
    margin: 14px 0;
    text-align: center; }
    .claim-subscription-gift .claimed-gifts .gift-message .time {
      font-style: italic;
      font-size: 14px;
      display: block;
      margin-top: 14px; }
    .claim-subscription-gift .claimed-gifts .gift-message h5, .claim-subscription-gift .claimed-gifts .gift-message span.h5-block {
      margin-bottom: 7px; }
    .claim-subscription-gift .claimed-gifts .gift-message h5,
    .claim-subscription-gift .claimed-gifts .gift-message span.h5-block,
    .claim-subscription-gift .claimed-gifts .gift-message p {
      word-wrap: break-word; }




.claim-subscription.gift-form ul {
  width: 100%; }




.component-comments .component-menu {
  height: inherit; }

.comments .comments-title {
  margin-bottom: 42px; }
  .comments .comments-title h2, .comments .comments-title span.h2-block {
    margin-bottom: 14px; }
  .comments .comments-title h5, .comments .comments-title span.h5-block {
    margin-bottom: 0; }

.comments .comments-login {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.comments .comment-input {
  margin-bottom: 14px;
  background-color: white;
  color: #43413f;
  padding: 14px;
  border-radius: 4px;
  position: relative; }
  .comments .comment-input text-angular {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14px; }
    .comments .comment-input text-angular .ta-toolbar {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 14px; }
      .comments .comment-input text-angular .ta-toolbar .button-group {
        margin: 0;
        margin-right: 14px;
        z-index: 1; }
      .comments .comment-input text-angular .ta-toolbar .button {
        padding: 7px 14px;
        font-size: 14px; }
    .comments .comment-input text-angular .ta-editor {
      border: 1px solid #b8b6b4;
      min-height: 84px; }
      .comments .comment-input text-angular .ta-editor p {
        margin-bottom: 0px; }
      .comments .comment-input text-angular .ta-editor img {
        width: 100%; }
  .comments .comment-input .comment-input-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    width: 100%;
    bottom: 28px;
    right: 14px; }
    .comments .comment-input .comment-input-actions .button {
      margin-left: 14px; }

.comments .comments-list {
  display: block;
  background-color: white;
  color: #43413f;
  padding: 14px; }

.comments .loading-spinner {
  padding: 14px; }

.comment {
  width: 100%;
  box-sizing: border-box; }
  .comment .comment-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 21px; }
  .comment .comment-author {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px; }
    .comment .comment-author img {
      width: 42px;
      border-radius: 50%; }
  .comment .comment-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px; }
    .comment .comment-body .comment-top {
      color: #b8b6b4; }
      .comment .comment-body .comment-top strong {
        color: #43413f; }
    .comment .comment-body .comment-content {
      word-break: break-word; }
      .comment .comment-body .comment-content p {
        margin-bottom: 0px; }
      .comment .comment-body .comment-content img {
        width: 100%;
        margin: 14px 0; }
  .comment .comment-children {
    display: block;
    box-sizing: border-box; }
  .comment .comment-liked {
    color: #d44950; }
  .comment .comment-top .fa.fa-reply {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .comment .comment-bottom {
    color: #7a7876;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400; }
    .comment .comment-bottom .comment-item {
      margin-right: 14px;
      -webkit-transition: color 200ms ease-in-out;
              transition: color 200ms ease-in-out; }
      .comment .comment-bottom .comment-item:hover {
        cursor: pointer;
        color: #43413f;
        text-decoration: underline; }
    .comment .comment-bottom .comment-item.comment-like {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .comment .comment-bottom .comment-item.comment-like .comment-likes-count {
        margin-left: 7px; }
      .comment .comment-bottom .comment-item.comment-like:hover {
        color: #d44950;
        text-decoration: none; }
  .comment .comment-input {
    margin-top: 14px; }

.comment-indent {
  padding-left: 56px; }

.comments-paginations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  color: #7a7876; }
  .comments-paginations .comments-pagination {
    border: 1px solid #7a7876;
    border-right: 0px;
    padding: 0 14px;
    -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out; }
    .comments-paginations .comments-pagination:first-of-type {
      border-radius: 4px 0 0 4px; }
    .comments-paginations .comments-pagination:last-of-type {
      border-right: 1px solid #b8b6b4;
      border-radius: 0 4px 4px 0; }
    .comments-paginations .comments-pagination:hover {
      background-color: #b8b6b4;
      color: white;
      cursor: pointer;
      border-color: #b8b6b4; }
    .comments-paginations .comments-pagination.active {
      background-color: #7a7876;
      color: white;
      border-color: #7a7876; }

@media (max-width: 961px) {
  .component.component-comments {
    padding-left: 42px;
    padding-right: 42px; } }

@media (max-width: 641px) {
  .component.component-comments {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 641px) {
  .comment .comment-content {
    margin-left: -49px; }
  .comment .comment-children {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #edecea; }
  .comment .comment-children .comment-children {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
  .comment .comment-top {
    min-height: 42px; }
  .comment .comment-author img {
    width: 35px; }
  .comment-indent {
    padding-left: 7px; }
  .comments .comment-input.comment-input-reply text-angular .ta-toolbar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 14px;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .comments .comment-input.comment-input-reply .comment-input-actions {
    position: relative;
    bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }




custom-button-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  custom-button-form .custom-button-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  custom-button-form .button-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.custom-button {
  display: block; }

.multi-sub {
  width: 100%; }
  .multi-sub > .matrix.matrix-2-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .multi-sub > .matrix.matrix-2-col .button {
      min-width: 300px; }
    .multi-sub > .matrix.matrix-2-col > .matrix-item {
      margin-left: 0; }

.component-text-block .custom-button {
  margin-bottom: 28px; }




fifty-fifty {
  display: block; }

.fifty-fifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fifty-fifty .fifty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative; }
  .fifty-fifty .fifty.fifty-text {
    padding: 140px 112px;
    box-sizing: border-box; }
    .fifty-fifty .fifty.fifty-text .fifty-text-wrapper {
      max-width: 600px;
      margin: 0 auto; }
      .fifty-fifty .fifty.fifty-text .fifty-text-wrapper p:last-of-type,
      .fifty-fifty .fifty.fifty-text .fifty-text-wrapper div.text-content:last-of-type {
        margin-bottom: 0; }
      .fifty-fifty .fifty.fifty-text .fifty-text-wrapper .button {
        margin-top: 28px; }

.fifty-fifty.fifty-fifty-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fifty-fifty.fifty-fifty-style-padded {
  padding: 42px;
  box-sizing: border-box;
  margin: auto;
  max-width: 1500px; }

@media (min-width: 961px) and (max-width: 1166px) {
  .fifty-fifty .fifty.fifty-text {
    padding: 84px; } }

@media (min-width: 641px) and (max-width: 960px) {
  .fifty-fifty .fifty.fifty-text {
    padding: 56px; }
  .fifty-fifty.fifty-fifty-style-padded {
    padding: 28px; }
    .fifty-fifty.fifty-fifty-style-padded .fifty.fifty-text {
      padding: 56px 56px 56px 28px; }
  .fifty-fifty.fifty-fifty-style-padded.fifty-fifty-align-right {
    padding: 28px; }
    .fifty-fifty.fifty-fifty-style-padded.fifty-fifty-align-right .fifty.fifty-text {
      padding: 56px 28px 56px 56px; } }

@media (max-width: 640px) {
  .fifty-fifty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fifty-fifty .fifty.fifty-text {
      padding: 56px 42px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .fifty-fifty .fifty.fifty-image {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .fifty-fifty .fifty.fifty-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
  .fifty-fifty.fifty-fifty-align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fifty-fifty.fifty-fifty-style-padded {
    padding: 14px; }
    .fifty-fifty.fifty-fifty-style-padded .fifty.fifty-text {
      padding: 56px 42px; } }

.component-fifty-fifty.theme-orange .button {
  border-color: white;
  color: white; }
  .component-fifty-fifty.theme-orange .button:hover {
    background-color: white;
    color: #ff674d; }

.component-fifty-fifty.theme-dark .button {
  border-color: white;
  color: white; }
  .component-fifty-fifty.theme-dark .button:hover {
    background-color: white;
    color: #43413f; }




.component-divider .component-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 100;
  padding: 0 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .component-divider .component-menu .button {
    margin: -21px 3px 0 3px; }

.component-divider {
  overflow: visible; }
  .component-divider .divider {
    padding-top: 84px;
    padding-bottom: 84px; }
    .component-divider .divider hr {
      margin: 0; }

.component-divider .divider.divider-height-short {
  padding-top: -42px;
  padding-bottom: 42px; }

@media (max-width: 641px) {
  .component-divider .divider {
    padding-top: 56px;
    padding-bottom: 56px; }
  .component-divider .divider.divider-height-short {
    padding-top: 0;
    padding-bottom: 0; } }




.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.hero-high-z {
  z-index: 700; }

.component.component-hero.theme-dark {
  background-color: transparent; }

.hero-video {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.hero-video-portrait .cs-embed-video-wrapper {
  width: 100%;
  height: 56.25vw; }

.hero-video-landscape .cs-embed-video-wrapper {
  height: 90%;
  width: calc(16/9 * .9 * 80vh); }

.button.hero-close-button {
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 14px;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
          transition: opacity ease 300ms; }
  .button.hero-close-button:hover {
    color: #43413f;
    border-color: white;
    background-color: white; }

.hero-high-z .button.hero-close-button {
  opacity: 1; }

.component-standard.component-hero .hero {
  border-radius: 4px; }




.hero.hero-type-collection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero.hero-type-collection h1 {
    margin-bottom: 21px;
    text-align: center; }
  .hero.hero-type-collection .subhead-row {
    margin-bottom: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hero.hero-type-collection .fav-btn {
    margin-bottom: 14px; }
  .hero.hero-type-collection .button-circle-text {
    display: none; }
  .hero.hero-type-collection .type-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 14px;
    margin-bottom: 14px;
    padding-right: 15px; }
    .hero.hero-type-collection .type-label i, .hero.hero-type-collection .type-label span {
      margin-right: 7px;
      width: 18px;
      height: 18px; }
    .hero.hero-type-collection .type-label h6, .hero.hero-type-collection .type-label span.h6-block {
      margin-bottom: 0;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
  .hero.hero-type-collection .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px; }
    .hero.hero-type-collection .social-buttons .button-circle-container {
      padding: 0 4px; }
    .hero.hero-type-collection .social-buttons .button-circle-comments {
      display: none; }
  .hero.hero-type-collection .main-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hero.hero-type-collection .main-row div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
    .hero.hero-type-collection .main-row .video-group {
      margin-right: 56px; }
      .hero.hero-type-collection .main-row .video-group .cs-image {
        margin-bottom: 28px; }

@media (max-width: 1194px) {
  .hero.hero-type-collection {
    padding-left: 42px;
    padding-right: 42px; } }

@media (max-width: 900px) {
  .hero.hero-type-collection .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero.hero-type-collection .main-row div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%; }
    .hero.hero-type-collection .main-row .video-group {
      margin-right: 0; } }

@media (max-width: 640px) {
  .hero.hero-type-collection {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 28px; }
    .hero.hero-type-collection h1 {
      margin-bottom: 14px; }
    .hero.hero-type-collection .subhead-row {
      margin-bottom: 7px; }
    .hero.hero-type-collection .type-label, .hero.hero-type-collection .social-buttons {
      width: 60%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 14px;
      border-bottom: 1px solid #edecea; }
    .hero.hero-type-collection .fav-btn {
      margin-bottom: 25px; } }




.nav-ghost .component-hero:nth-child(1) .hero-text,
.nav-ghost .component-hero:nth-child(2) .hero-text {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.hero-type-standard {
  width: 100%;
  min-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .hero-type-standard .hero-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%; }
  .hero-type-standard .hero-text {
    text-align: center;
    width: 100%;
    max-width: 700px;
    padding: 42px 0;
    box-sizing: border-box;
    overflow: hidden;
    /* To make sure z-index works in Safari */
    position: relative;
    z-index: 2; }
    .hero-type-standard .hero-text .button-circle-play-large {
      margin: 0 auto 14px;
      z-index: 3; }
    .hero-type-standard .hero-text h1 {
      margin-bottom: 14px;
      font-weight: bold;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      position: relative; }
    .hero-type-standard .hero-text h4, .hero-type-standard .hero-text span.h4-block {
      font-size: 30px; }
    .hero-type-standard .hero-text h5, .hero-type-standard .hero-text span.h5-block {
      font-size: 22px;
      margin-bottom: 28px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  .hero-type-standard::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* W3C */ }
  .hero-type-standard.hero-no-overlay::after {
    display: none; }
  .hero-type-standard.light {
    color: white; }
  .hero-type-standard.orange {
    color: #ff674d; }
  .hero-type-standard.hero-text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .hero-type-standard.hero-text-left .hero-text {
      text-align: left;
      margin-left: calc((100% - 1080px)/2); }
  .hero-type-standard.hero-text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .hero-type-standard.hero-text-right .hero-text {
      text-align: right;
      margin-right: calc((100% - 1080px)/2); }

.nav-ghost .page .component:first-of-type .hero-type-standard .hero-text {
  padding-top: 77px; }

.component-small.component-hero .hero-type-standard {
  border-radius: 4px; }
  .component-small.component-hero .hero-type-standard .hero-text {
    padding: 42px 28px; }

.hero-type-standard.hero-height-short {
  min-height: 420px; }

.hero-type-standard.hero-height-tall {
  min-height: 90vh; }

.hero-type-standard.hero-align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .hero-type-standard.hero-align-left .hero-text {
    text-align: left;
    padding-left: 84px; }

.hero-type-standard.hero-align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .hero-type-standard.hero-align-right .hero-text {
    text-align: right;
    padding-right: 84px; }

.hero-type-standard.hero-background-video .cs-embed-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.hero-type-standard.hero-background-video .video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1136px) {
  .hero-type-standard .hero-text {
    padding: 84px 28px 42px; }
  .hero-type-standard.hero-text-left .hero-text, .hero-type-standard.hero-text-right .hero-text {
    margin: 0; }
  .nav-ghost .component-hero:first-of-type .hero-type-standard .hero-text {
    padding: 84px 28px 42px; } }

@media (max-width: 800px) {
  .hero-type-standard.hero-align-left .hero-text {
    padding-left: 56px; }
  .hero-type-standard.hero-align-right .hero-text {
    padding-right: 56px; } }

@media (max-width: 640px) {
  .hero-type-standard {
    min-height: 532px; }
    .hero-type-standard .hero-text h5 {
      font-size: 20px; }
  .hero-type-standard.hero-height-short {
    min-height: 350px; }
  .hero-type-standard.hero-height-tall {
    min-height: 532px; }
  .component-standard.component-hero, .component-small.component-hero {
    padding: 0; }
    .component-standard.component-hero .hero, .component-small.component-hero .hero {
      border-radius: 0; }
  .hero-type-standard.hero-align-left .hero-text {
    padding-left: 28px; }
  .hero-type-standard.hero-align-right .hero-text {
    padding-right: 28px; } }




.header {
  box-sizing: border-box;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px; }
  .header h2, .header span.h2-block {
    margin-bottom: 14px; }
  .header h5, .header span.h5-block {
    margin-bottom: 14px; }

@media (max-width: 640px) {
  .header {
    padding-left: 28px;
    padding-right: 28px; }
    .header h5 {
      margin-bottom: 14px; } }




/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }




.hero-slider {
  position: relative;
  width: 100%;
  min-height: 80vh; }
  .hero-slider .hero-type-standard, .hero-slider .hero-height-tall {
    min-height: 80vh; }
  .hero-slider.slider-height-tall {
    min-height: 90vh; }
    .hero-slider.slider-height-tall .hero-type-standard, .hero-slider.slider-height-tall .hero-height-tall {
      min-height: 90vh; }
  .hero-slider .hero-slider-item {
    position: absolute;
    left: 0;
    width: 100%; }
  .hero-slider .hero-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 250ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 250ms;
            transition: transform cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 250ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 250ms; }
  .hero-slider .is-selected .hero-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.flickity-prev-next-button svg {
  display: none; }

.flickity-prev-next-button {
  width: 49px;
  height: 49px;
  background: white;
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1) translateY(-50%);
          transform: scale3d(0.9, 0.9, 1) translateY(-50%);
  -webkit-transition: -webkit-transform cubic-bezier(0.35, 0.13, 0.22, 1) 300ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 300ms;
          transition: transform cubic-bezier(0.35, 0.13, 0.22, 1) 300ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 300ms; }
  .flickity-prev-next-button:before, .flickity-prev-next-button:after {
    content: "";
    display: block;
    position: absolute;
    background: #43413f;
    border-radius: 10px;
    width: 2px;
    height: 12px;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.3); }
  .flickity-prev-next-button:before {
    top: 14px; }
  .flickity-prev-next-button:after {
    top: 22px; }
  .flickity-prev-next-button:hover {
    cursor: pointer;
    opacity: 1 !important; }

.flickity-prev-next-button.previous:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 51%; }

.flickity-prev-next-button.previous:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 51%; }

.flickity-prev-next-button.next:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 51%; }

.flickity-prev-next-button.next:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 51%; }

.hero-slider:hover .flickity-prev-next-button {
  opacity: 0.5;
  -webkit-transform: scale3d(1, 1, 1) translateY(-50%);
          transform: scale3d(1, 1, 1) translateY(-50%); }

.flickity-page-dots {
  bottom: 21px; }
  .flickity-page-dots .dot {
    position: relative;
    background-color: transparent;
    border: 2px solid white;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: background-color cubic-bezier(0.35, 0.13, 0.22, 1) 300ms;
            transition: background-color cubic-bezier(0.35, 0.13, 0.22, 1) 300ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
    .flickity-page-dots .dot:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      background: white;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 0);
              transform: translate(-50%, -50%) scale3d(0, 0, 0);
      opacity: 0.2;
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.35, 0.13, 0.22, 1), opacity 300ms cubic-bezier(0.35, 0.13, 0.22, 1);
              transition: transform 300ms cubic-bezier(0.35, 0.13, 0.22, 1), opacity 300ms cubic-bezier(0.35, 0.13, 0.22, 1); }
    .flickity-page-dots .dot.is-selected:before, .flickity-page-dots .dot:hover:before {
      -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
              transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
      opacity: 1;
      cursor: pointer; }

@media (max-width: 640px) {
  .hero-slider {
    min-height: 532px; }
    .hero-slider .hero-type-standard, .hero-slider .hero-height-tall {
      min-height: 532px; }
    .hero-slider.slider-height-tall {
      min-height: 532px; }
      .hero-slider.slider-height-tall .hero-type-standard, .hero-slider.slider-height-tall .hero-height-tall {
        min-height: 532px; }
    .hero-slider .hero-text {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
              transform: translate3d(0, 20px, 0);
      -webkit-transition: -webkit-transform cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 0ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 0ms;
              transition: transform cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 0ms, opacity cubic-bezier(0.35, 0.13, 0.22, 1) 400ms 0ms; }
    .hero-slider .flickity-prev-next-button {
      display: none; } }




.matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.matrix .matrix-item {
  margin: 0 14px 35px;
  box-sizing: border-box; }

@media (min-width: 1195px) {
  .component-full .matrix {
    padding: 0px 42px; }
  .matrix.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n + 1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n + 3) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 84px)/4);
        -ms-flex: 0 1 calc((100% - 84px)/4);
            flex: 0 1 calc((100% - 84px)/4);
    -webkit-flex-basis: calc((100% - 84px)/4);
        -ms-flex-preferred-size: calc((100% - 84px)/4);
            flex-basis: calc((100% - 84px)/4); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(4n + 1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(4n + 4) {
      margin-right: 0px; }
  .matrix.matrix-5-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 112px)/5);
        -ms-flex: 0 1 calc((100% - 112px)/5);
            flex: 0 1 calc((100% - 112px)/5);
    -webkit-flex-basis: calc((100% - 112px)/5);
        -ms-flex-preferred-size: calc((100% - 112px)/5);
            flex-basis: calc((100% - 112px)/5); }
    .matrix.matrix-5-col .matrix-item:nth-of-type(5n + 1) {
      margin-left: 0px; }
    .matrix.matrix-5-col .matrix-item:nth-of-type(5n + 5) {
      margin-right: 0px; } }

@media (min-width: 951px) and (max-width: 1194px) {
  .matrix {
    padding: 0px 42px; }
  .matrix.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n + 1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n + 3) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(3n + 1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(3n + 3) {
      margin-right: 0px; }
  .matrix.matrix-5-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-5-col .matrix-item:nth-of-type(3n + 1) {
      margin-left: 0px; }
    .matrix.matrix-5-col .matrix-item:nth-of-type(3n + 3) {
      margin-right: 0px; } }

@media (min-width: 641px) and (max-width: 950px) {
  .matrix {
    padding: 0px 42px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix.matrix-5-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-5-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix.matrix-5-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; } }

@media (max-width: 640px) {
  .matrix {
    padding: 0px 14px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-5-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; } }

.item-icons {
  position: absolute;
  height: 28px;
  padding: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }

.item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  .item-info .item-info-counters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 14px; }
    .item-info .item-info-counters i {
      margin-right: 7px;
      margin-top: 2px; }
  .item-info .item-info-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-style: italic; }

.is-mobile .item-info {
  top: initial;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px; }
  .is-mobile .item-info .item-info-counters {
    font-size: 20px;
    margin-bottom: 0; }
    .is-mobile .item-info .item-info-counters i {
      margin-top: 1px; }
  .is-mobile .item-info .item-info-more {
    display: none; }

.item-text:hover h4, .item-text:hover h6 {
  cursor: pointer;
  text-decoration: none; }

.item-text:hover h4 .underline-hover {
  background-position: 0% 97%;
  -webkit-transition: background-position 0.4s ease;
          transition: background-position 0.4s ease; }

.zoom-hover {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  cursor: pointer; }
  .zoom-hover cs-image {
    background-color: #43413f; }
    .zoom-hover cs-image img {
      -webkit-filter: brightness(1);
              filter: brightness(1);
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .zoom-hover .zoom-hover-hide {
    -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
    opacity: 1; }
  .zoom-hover .zoom-hover-show {
    -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    opacity: 0; }

.zoom-hover-active cs-image img {
  cursor: pointer;
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
          transform: scale3d(1.06, 1.06, 1.06); }

.zoom-hover-active .zoom-hover-hide {
  opacity: 0; }

.zoom-hover-active .zoom-hover-show {
  opacity: 1; }

.zoom-hover-active.zoom-hover-active-dim cs-image img {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4); }




.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i, .button span {
    line-height: 1; }
  .button:not(.static):hover, .button:not(.static):active, .button.active, .button:focus {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.off {
  color: #b8b6b4;
  border-color: #b8b6b4; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:not(.static):hover, .button.outline:not(.static):active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:not(.static):hover, .button.outline.light:not(.static):active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline,
.button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active,
  .button.button-underline:hover,
  .button.button-underline:active,
  .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline,
.theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active,
  .theme-gray .button.button-underline:hover,
  .theme-gray .button.button-underline:active,
  .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline,
.theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active,
  .theme-orange .button.button-underline:hover,
  .theme-orange .button.button-underline:active,
  .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i, .button-circle-play span {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i, .button-circle-play-large span {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

.button-circle.button-circle-gray,
.button.button-circle-facebook,
.button.button-circle-twitter,
.button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #7a7876;
  background-color: #7a7876;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active,
  .button.button-circle-facebook:hover,
  .button.button-circle-facebook:active,
  .button.button-circle-facebook.active,
  .button.button-circle-twitter:hover,
  .button.button-circle-twitter:active,
  .button.button-circle-twitter.active,
  .button.button-circle-chefsteps:hover,
  .button.button-circle-chefsteps:active,
  .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline,
  .button.button-circle-facebook.outline,
  .button.button-circle-twitter.outline,
  .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #7a7876;
    color: #7a7876; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active,
    .button.button-circle-facebook.outline:hover,
    .button.button-circle-facebook.outline:active,
    .button.button-circle-facebook.outline.active,
    .button.button-circle-twitter.outline:hover,
    .button.button-circle-twitter.outline:active,
    .button.button-circle-twitter.outline.active,
    .button.button-circle-chefsteps.outline:hover,
    .button.button-circle-chefsteps.outline:active,
    .button.button-circle-chefsteps.outline.active {
      border-color: #7a7876;
      background-color: #7a7876;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #7a7876; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }

jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  jobs .jobs {
    margin-bottom: 14px;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box; }
    jobs .jobs .job {
      margin-bottom: 84px; }
  jobs custom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden; }

text-angular {
  width: 100%; }
  text-angular .ta-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    text-angular .ta-toolbar .button-group {
      margin-bottom: 14px;
      margin-right: 14px; }
    text-angular .ta-toolbar .button {
      height: 35px;
      line-height: 14px;
      padding: 9px 14px 6px; }
      text-angular .ta-toolbar .button.active {
        background: #43413f;
        color: white; }
  text-angular .ta-editor {
    background: white;
    border: 1px solid white;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box; }
    text-angular .ta-editor .ta-bind {
      outline: none;
      padding: 14px;
      min-height: 112px; }
      text-angular .ta-editor .ta-bind::before {
        color: #b8b6b4;
        font-style: italic; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 4px 0 0 4px; }
  .button-group .button:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right-width: 1px; }
  .button-group .button:only-child {
    border-radius: 4px; }

.component-full .jobs {
  padding: 0 42px; }

.component-small jobs {
  max-width: 700px; }

@media (max-width: 1194px) {
  .component-standard {
    padding-left: 0;
    padding-right: 0; }
  .component-standard .jobs {
    padding: 0 42px; } }

@media (max-width: 756px) {
  .component-full,
  .component-standard,
  .component-small {
    padding-left: 0;
    padding-right: 0; }
  .component-full .jobs,
  .component-standard .jobs,
  .component-small .jobs {
    padding: 0 28px; } }




.matrix-collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 28px;
  margin: 0 0 28px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  cursor: pointer; }
  .matrix-collapsible-header h3, .matrix-collapsible-header span.h3-block {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px; }
  .matrix-collapsible-header .button-group-inline {
    min-width: 70px; }
  .matrix-collapsible-header i, .matrix-collapsible-header span.fa {
    color: #b8b6b4;
    font-size: 28px; }
  .matrix-collapsible-header span.fa {
    margin-left: 0;
    margin-right: 0; }

.matrix-collapsible .matrix.matrix-list .matrix-item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.disable-non-premium .matrix-collapsible-header {
  opacity: 0.6; }

.disable-non-premium .matrix-collapsible .matrix.matrix-list .matrix-item a {
  pointer-events: none;
  opacity: 0.6; }

@media (max-width: 1194px) {
  .matrix-collapsible-header {
    margin: 0 28px 28px; } }

@media (max-width: 550px) {
  .component-matrix-collapsible.component.padded {
    padding-top: 28px;
    padding-bottom: 14px; }
  .matrix-collapsible-header {
    padding: 14px;
    margin: 0 14px 14px; }
    .matrix-collapsible-header h3, .matrix-collapsible-header span.h3-block {
      font-size: 18px; }
  .matrix-collapsible {
    margin-bottom: 14px; }
    .matrix-collapsible .number-circle, .matrix-collapsible .item-number {
      width: 21px;
      height: 21px;
      font-size: 14px; } }




.matrix-filter h2 {
  text-align: center; }

.matrix-filter .matrix-filter-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 42px; }
  .matrix-filter .matrix-filter-tags .matrix-filter-tag {
    margin: 0 14px;
    font-weight: 500;
    white-space: normal; }
    .matrix-filter .matrix-filter-tags .matrix-filter-tag .underline-hover {
      background-position: 100% 97%; }
    .matrix-filter .matrix-filter-tags .matrix-filter-tag.tag-inactive .underline-hover {
      -webkit-transition: background-position 0.3s ease, color 300ms ease-in-out;
              transition: background-position 0.3s ease, color 300ms ease-in-out;
      color: #b8b6b4;
      background-position: 100% 97%; }
      .matrix-filter .matrix-filter-tags .matrix-filter-tag.tag-inactive .underline-hover:hover {
        cursor: pointer;
        color: #43413f;
        background-position: 0% 97%; }

.matrix-filter .matrix-filter-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 42px; }




.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i, .button span {
    line-height: 1; }
  .button:not(.static):hover, .button:not(.static):active, .button.active, .button:focus {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.off {
  color: #b8b6b4;
  border-color: #b8b6b4; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:not(.static):hover, .button.outline:not(.static):active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:not(.static):hover, .button.outline.light:not(.static):active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline,
.button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active,
  .button.button-underline:hover,
  .button.button-underline:active,
  .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline,
.theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active,
  .theme-gray .button.button-underline:hover,
  .theme-gray .button.button-underline:active,
  .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline,
.theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active,
  .theme-orange .button.button-underline:hover,
  .theme-orange .button.button-underline:active,
  .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i, .button-circle-play span {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i, .button-circle-play-large span {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

.button-circle.button-circle-gray,
.button.button-circle-facebook,
.button.button-circle-twitter,
.button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #7a7876;
  background-color: #7a7876;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active,
  .button.button-circle-facebook:hover,
  .button.button-circle-facebook:active,
  .button.button-circle-facebook.active,
  .button.button-circle-twitter:hover,
  .button.button-circle-twitter:active,
  .button.button-circle-twitter.active,
  .button.button-circle-chefsteps:hover,
  .button.button-circle-chefsteps:active,
  .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline,
  .button.button-circle-facebook.outline,
  .button.button-circle-twitter.outline,
  .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #7a7876;
    color: #7a7876; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active,
    .button.button-circle-facebook.outline:hover,
    .button.button-circle-facebook.outline:active,
    .button.button-circle-facebook.outline.active,
    .button.button-circle-twitter.outline:hover,
    .button.button-circle-twitter.outline:active,
    .button.button-circle-twitter.outline.active,
    .button.button-circle-chefsteps.outline:hover,
    .button.button-circle-chefsteps.outline:active,
    .button.button-circle-chefsteps.outline.active {
      border-color: #7a7876;
      background-color: #7a7876;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #7a7876; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }

olapic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  olapic h4, olapic span.h4-block {
    text-align: center;
    margin-left: 14px;
    margin-right: 14px; }
  olapic .olapic {
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 28px; }
  olapic custom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.component-small olapic {
  max-width: 700px; }

@media (max-width: 1194px) {
  .component-standard {
    padding-left: 0;
    padding-right: 0; }
  .component-standard .olapic {
    padding: 0 14px 28px; } }

@media (max-width: 756px) {
  .component-full,
  .component-standard,
  .component-small {
    padding-left: 0;
    padding-right: 0; }
  .component-full .olapic,
  .component-standard .olapic,
  .component-small .olapic {
    padding: 0 0 21px; } }




media {
  display: block; }

.media-video-container {
  position: relative;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden; }
  .media-video-container:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .media-video-container .media-button-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .media-video-container cs-embed-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.component-media .cs-image {
  margin-bottom: 28px; }

.media-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box; }
  .media-bottom .price-tag {
    padding: 0; }
  .media-bottom .media-description {
    font-style: italic;
    font-weight: 400;
    margin-right: 28px; }

.component-full .media-bottom {
  padding: 0 28px; }

@media (max-width: 1166px) {
  .component-standard .media-bottom {
    padding: 0 0 28px; } }

@media (max-width: 756px) {
  .component-small .media-bottom {
    padding: 0 28px; } }

@media (max-width: 500px) {
  .media-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .media-bottom h6, .media-bottom span.h6-block {
      margin-bottom: 14px; } }




.media-multi .hero-high-z {
  z-index: 1; }

.media-multi .hero {
  height: 625px;
  min-height: auto; }
  .media-multi .hero:after {
    background: rgba(0, 0, 0, 0.5); }
  .media-multi .hero .hero-video-landscape .cs-embed-video-wrapper {
    height: 500px;
    width: 888.88889px; }

@media (min-width: 1110px) {
  .component-standard .media-multi .hero .cs-embed-video-wrapper {
    height: 625px;
    width: 1111.11111px; } }

.media-multi-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.media-multi-item-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .media-multi-item-wrapper::-webkit-scrollbar {
    display: none; }

.media-multi-item {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding: 7px; }
  .media-multi-item:hover {
    cursor: pointer; }
  .media-multi-item.active .item-image {
    border: 4px solid #ff674d;
    border-radius: 4px; }
    .media-multi-item.active .item-image .cs-image-hover-content {
      border-radius: 0; }
  .media-multi-item .cs-image-hover-info .info-more {
    text-transform: none; }

@media (max-width: 550px) {
  .media-multi .hero {
    height: 400px;
    min-height: 400px; }
  .media-multi-item-wrapper {
    padding: 21px 14px; }
  .media-multi-item {
    width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    padding: 7px; }
    .media-multi-item .cs-image-hover-info .info-more {
      font-size: 12px;
      padding: 0 7px; } }




.subscription-class .custom-button {
  padding: 24px 0 0 14px; }

.price-tag {
  padding: 24px 0 0 14px; }
  .price-tag .icon {
    position: relative;
    top: 1px;
    margin-right: 6px; }
  .price-tag .price {
    color: #b8b6b4;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: 20px; }
  .price-tag .tag-info {
    color: #43413f;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.01px;
    display: block; }
    .price-tag .tag-info.dark {
      color: white; }




.component.component-pageNav {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #f5f5f5;
  background-color: white; }

.component.component-pageNav.theme-dark {
  background-color: #282828; }
  .component.component-pageNav.theme-dark .page-nav-item svg .a, .component.component-pageNav.theme-dark .page-nav-item svg .b {
    stroke: white; }
  .component.component-pageNav.theme-dark .page-nav-item svg .fill {
    fill: white; }

.page-nav-items {
  padding: 16px 0 26px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-nav-items.subnav {
    background-color: #edecea;
    padding: 30px 0; }

.page-nav-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 200ms opacity ease-in-out, color 200ms ease-in-out;
          transition: 200ms opacity ease-in-out, color 200ms ease-in-out;
  font-size: 14px;
  font-weight: 500;
  padding: 0 14px;
  -webkit-animation: scale-in 1.5s 0ms 1;
          animation: scale-in 1.5s 0ms 1;
  min-width: 70px; }
  .page-nav-item:nth-child(1) {
    -webkit-animation-delay: -200ms;
            animation-delay: -200ms; }
  .page-nav-item:nth-child(2) {
    -webkit-animation-delay: -100ms;
            animation-delay: -100ms; }
  .page-nav-item:nth-child(3) {
    -webkit-animation-delay: 00ms;
            animation-delay: 00ms; }
  .page-nav-item svg {
    width: 50px;
    height: 50px;
    margin-bottom: 0; }
    .page-nav-item svg .a, .page-nav-item svg .b {
      stroke-width: 1.7px;
      stroke: #43413f;
      -webkit-transition: 200ms stroke ease-in-out, 200ms fill ease-in-out;
              transition: 200ms stroke ease-in-out, 200ms fill ease-in-out; }
    .page-nav-item svg .fill {
      fill: #43413f;
      -webkit-transition: 200ms stroke ease-in-out, 200ms fill ease-in-out;
              transition: 200ms stroke ease-in-out, 200ms fill ease-in-out; }
  .page-nav-item:hover {
    opacity: 0.5; }

.page-nav-item.selected span {
  position: relative; }
  .page-nav-item.selected span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #43413f;
    bottom: 3px;
    left: 0;
    -webkit-transition: background-color 300ms ease;
            transition: background-color 300ms ease; }

.page-nav-item.new {
  position: relative; }
  .page-nav-item.new::before {
    content: "New";
    position: absolute;
    top: 3px;
    right: 10px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 8px;
    line-height: 8px;
    height: 8px;
    width: 28px;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #ff674d; }

.page-nav-item.selected:hover {
  opacity: 1; }

@media (max-width: 700px) {
  .page-nav-items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 16px 28px 26px;
    -webkit-overflow-scrolling: touch; }
    .page-nav-items::-webkit-scrollbar {
      display: none; }
    .page-nav-items .last-item-mobile {
      padding-right: 28px; }
  .page-nav-items::-webkit-scrollbar {
    display: none; }
  .page-nav-item {
    padding: 0 7px;
    min-width: 70px;
    font-size: 12px; }
  .page-nav-item.new::before {
    right: 2px; } }

@media (max-width: 350px) {
  .page-nav-items .page-nav-item {
    min-width: 60px; } }




.slider {
  position: relative; }
  .slider .slides {
    position: relative;
    overflow: hidden;
    background-color: #43413f;
    max-height: 90vh; }
    .slider .slides:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box; }
    .slider .slide .slide-content {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .slider .slide .slide-content .slide-video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .slider .slide .slide-content .slide-video:before {
          content: '';
          display: block;
          padding-top: 56.25%; }
        .slider .slide .slide-content .slide-video cs-embed-video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .slider .slide .slide-content .slide-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        z-index: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 28px 112px 112px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: background-color ease 300ms;
                transition: background-color ease 300ms;
        -webkit-transition: opacity ease 300ms;
                transition: opacity ease 300ms;
        opacity: 1; }
        .slider .slide .slide-content .slide-text .slide-text-wrapper {
          max-width: 700px;
          color: white; }
        .slider .slide .slide-content .slide-text .slide-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 28px; }
          .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            margin-bottom: 14px;
            -webkit-transition: all 300ms ease;
                    transition: all 300ms ease; }
          .slider .slide .slide-content .slide-text .slide-title h2 {
            font-size: 70px;
            line-height: 70px;
            font-weight: bold;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity ease 300ms;
                    transition: opacity ease 300ms; }
        .slider .slide .slide-content .slide-text p, .slider .slide .slide-content .slide-text .button {
          opacity: 1;
          -webkit-transition: opacity ease 300ms;
                  transition: opacity ease 300ms; }
  .slider .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
    .slider .slider-controls .slider-prev, .slider .slider-controls .slider-next {
      z-index: 500;
      opacity: 0.85;
      margin: 84px 7px 0; }
      .slider .slider-controls .slider-prev .button-circle-large, .slider .slider-controls .slider-next .button-circle-large {
        -webkit-transform: scale(0.8, 0.8);
            -ms-transform: scale(0.8, 0.8);
                transform: scale(0.8, 0.8);
        border: 1px solid #b8b6b4; }
      .slider .slider-controls .slider-prev i.fa, .slider .slider-controls .slider-next i.fa {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }

.slider.video-playing .slide .slide-content .slide-text {
  background-color: transparent; }
  .slider.video-playing .slide .slide-content .slide-text h2, .slider.video-playing .slide .slide-content .slide-text p, .slider.video-playing .slide .slide-content .slide-text .button {
    opacity: 0; }
  .slider.video-playing .slide .slide-content .slide-text .button-circle-play-large {
    opacity: 0; }

.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }
  .slider-nav .slider-nav-items {
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 84px 28px 42px;
    color: white;
    border-radius: 4px;
    -webkit-transition: -webkit-transform ease 300ms;
            transition: transform ease 300ms; }
    .slider-nav .slider-nav-items .slider-nav-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      .slider-nav .slider-nav-items .slider-nav-item.has-line {
        position: relative; }
        .slider-nav .slider-nav-items .slider-nav-item.has-line:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: calc(100% - 16px);
          height: 0px;
          border-top: 2px solid rgba(255, 255, 255, 0.5); }
        .slider-nav .slider-nav-items .slider-nav-item.has-line:before {
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-circle {
        position: relative;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 14px;
        width: 14px;
        height: 14px;
        margin-bottom: 14px;
        -webkit-transition: 300ms all ease-in-out;
                transition: 300ms all ease-in-out; }
        .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-circle:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 14px;
          height: 14px;
          background-color: white;
          border-radius: 100%;
          -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 1);
                  transform: translate(-50%, -50%) scale3d(0, 0, 1);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: -webkit-transform 300ms ease;
                  transition: transform 300ms ease; }
      .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-title {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 300ms all ease-in-out;
                transition: 300ms all ease-in-out; }
      .slider-nav .slider-nav-items .slider-nav-item:hover {
        cursor: pointer; }
        .slider-nav .slider-nav-items .slider-nav-item:hover .slider-nav-item-circle {
          border: 2px solid white; }
        .slider-nav .slider-nav-items .slider-nav-item:hover .slider-nav-item-title {
          color: white; }
      .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-circle {
        border: 2px solid white;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
                transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition: -webkit-transform 300ms ease;
                transition: transform 300ms ease; }
        .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-circle:before {
          -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
                  transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-title {
        color: white; }

.slider-mobile-cta {
  display: none; }

.slider .slide {
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
  .slider .slide.slide-no-transition {
    -webkit-transition: all 0ms;
            transition: all 0ms; }

.slide-in {
  opacity: 1; }

@media (max-width: 900px) {
  .slider .slide .slide-content .slide-text .slide-title h2 {
    font-size: 56px;
    line-height: 56px; } }

@media (max-width: 750px) {
  .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1); }
  .slider .slide .slide-content .slide-text .slide-title h2 {
    font-size: 35px;
    line-height: 35px; }
  .slider .slider-nav-item-title {
    max-width: 150px;
    white-space: wrap; } }

@media (max-width: 600px) {
  .slider .slides {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); }
    .slider .slides:before {
      content: '';
      display: block;
      padding-top: 150%; }
    .slider .slides:before {
      padding-top: 120%; }
  .slider .slide {
    margin: 42px;
    margin-bottom: 112px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    background-color: white; }
    .slider .slide .slide-content {
      display: block; }
      .slider .slide .slide-content .slide-video {
        width: 100%;
        height: 60%;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .slider .slide .slide-content .slide-video .button-circle-play-large {
          z-index: 3; }
      .slider .slide .slide-content .slide-text {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        width: 100%;
        height: 40%;
        padding: 28px;
        background-color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        vertical-align: center; }
        .slider .slide .slide-content .slide-text .slide-title {
          margin-bottom: 0; }
          .slider .slide .slide-content .slide-text .slide-title h2 {
            max-width: 300px;
            font-size: 21px;
            line-height: 28px;
            font-weight: 500;
            color: #43413f;
            margin-bottom: 0; }
          .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
            display: none; }
        .slider .slide .slide-content .slide-text p {
          display: none; }
  .slider .slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .slider .slider-nav {
    display: none; }
  .slider .slider-mobile-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .slider .slider-mobile-cta .button {
      margin-bottom: 42px; } }








.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i, .button span {
    line-height: 1; }
  .button:not(.static):hover, .button:not(.static):active, .button.active, .button:focus {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.off {
  color: #b8b6b4;
  border-color: #b8b6b4; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:not(.static):hover, .button.outline:not(.static):active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:not(.static):hover, .button.outline.light:not(.static):active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline,
.button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active,
  .button.button-underline:hover,
  .button.button-underline:active,
  .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline,
.theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active,
  .theme-gray .button.button-underline:hover,
  .theme-gray .button.button-underline:active,
  .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline,
.theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active,
  .theme-orange .button.button-underline:hover,
  .theme-orange .button.button-underline:active,
  .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i, .button-circle-play span {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i, .button-circle-play-large span {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

.button-circle.button-circle-gray,
.button.button-circle-facebook,
.button.button-circle-twitter,
.button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #7a7876;
  background-color: #7a7876;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active,
  .button.button-circle-facebook:hover,
  .button.button-circle-facebook:active,
  .button.button-circle-facebook.active,
  .button.button-circle-twitter:hover,
  .button.button-circle-twitter:active,
  .button.button-circle-twitter.active,
  .button.button-circle-chefsteps:hover,
  .button.button-circle-chefsteps:active,
  .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline,
  .button.button-circle-facebook.outline,
  .button.button-circle-twitter.outline,
  .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #7a7876;
    color: #7a7876; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active,
    .button.button-circle-facebook.outline:hover,
    .button.button-circle-facebook.outline:active,
    .button.button-circle-facebook.outline.active,
    .button.button-circle-twitter.outline:hover,
    .button.button-circle-twitter.outline:active,
    .button.button-circle-twitter.outline.active,
    .button.button-circle-chefsteps.outline:hover,
    .button.button-circle-chefsteps.outline:active,
    .button.button-circle-chefsteps.outline.active {
      border-color: #7a7876;
      background-color: #7a7876;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #7a7876; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }

text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  text-block .text-block {
    margin-bottom: 14px;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box; }
  text-block custom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden; }

text-angular {
  width: 100%; }
  text-angular .ta-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    text-angular .ta-toolbar .button-group {
      margin-bottom: 14px;
      margin-right: 14px; }
    text-angular .ta-toolbar .button {
      height: 35px;
      line-height: 14px;
      padding: 9px 14px 6px; }
      text-angular .ta-toolbar .button.active {
        background: #43413f;
        color: white; }
  text-angular .ta-editor {
    background: white;
    border: 1px solid white;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box; }
    text-angular .ta-editor .ta-bind {
      outline: none;
      padding: 14px;
      min-height: 112px; }
      text-angular .ta-editor .ta-bind::before {
        color: #b8b6b4;
        font-style: italic; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 4px 0 0 4px; }
  .button-group .button:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right-width: 1px; }
  .button-group .button:only-child {
    border-radius: 4px; }

.component-full .text-block {
  padding: 0 42px; }

.component-small text-block {
  max-width: 700px; }

.expand-text {
  text-decoration: underline;
  color: #b8b6b4;
  text-align: center;
  margin-bottom: 14px;
  cursor: pointer; }

@media (max-width: 1194px) {
  .component-standard {
    padding-left: 0;
    padding-right: 0; }
  .component-standard .text-block {
    padding: 0 42px; } }

@media (max-width: 756px) {
  .component-full,
  .component-standard,
  .component-small {
    padding-left: 0;
    padding-right: 0; }
  .component-full .text-block,
  .component-standard .text-block,
  .component-small .text-block {
    padding: 0 28px; } }




.alerts {
  position: fixed;
  top: 76px;
  width: 100%;
  z-index: 9999; }

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px; }

.alert-success {
  background-color: white;
  color: #ff674d; }

.alert-error {
  background-color: #ff674d;
  color: white; }

.alert-message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.alert-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .alert-close:hover {
    cursor: pointer; }




.collection-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 440px;
  height: 100%;
  z-index: 600;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .collection-nav.ng-hide-add, .collection-nav.ng-hide-remove {
    -webkit-transition: opacity ease 0.5s;
            transition: opacity ease 0.5s; }
  .collection-nav .collection-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .collection-nav .collection-nav-bg:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: auto;
      bottom: 63px;
      left: 63px;
      width: 100vh;
      height: 100vh;
      -webkit-transform: translate(-50%, 50%) scale3d(3, 3, 1);
              transform: translate(-50%, 50%) scale3d(3, 3, 1);
      border-radius: 50%;
      background-color: #e8e7e5;
      -webkit-transition: -webkit-transform cubic-bezier(0, 0, 0.5, 1) 600ms;
              transition: transform cubic-bezier(0, 0, 0.5, 1) 600ms; }
  .collection-nav.ng-hide .collection-nav-bg:before {
    -webkit-transform: translate(-50%, 50%) scale3d(0, 0, 0);
            transform: translate(-50%, 50%) scale3d(0, 0, 0); }
  .collection-nav .collection-nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 42px 42px 84px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 300ms 300ms;
            transition: opacity cubic-bezier(0, 0, 0.5, 1) 300ms 300ms; }
  .collection-nav.ng-hide .collection-nav-content {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 0ms;
            transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 0ms; }
  .collection-nav .component, .collection-nav .component.padded {
    background-color: transparent; }
  .collection-nav p {
    display: none; }
  .collection-nav .underline-hover {
    text-shadow: 0 0.07em #e8e7e5, 0 0.07em #e8e7e5, 0.03em 0.07em #e8e7e5, -0.03em 0.07em #e8e7e5, 0.06em 0.07em #e8e7e5, -0.06em 0.07em #e8e7e5, 0.09em 0.07em #e8e7e5, -0.09em 0.07em #e8e7e5, 0.12em 0.07em #e8e7e5, -0.12em 0.07em #e8e7e5, 0.15em 0.07em #e8e7e5, -0.15em 0.07em #e8e7e5; }

.collection-nav-header {
  text-align: center;
  padding: 28px 0 42px; }
  .collection-nav-header h3 {
    margin-bottom: 14px; }
  .collection-nav-header .collection-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .collection-nav-header .collection-name i, .collection-nav-header .collection-name span[cs-icon] {
      width: 18px;
      height: 18px;
      margin-right: 7px; }
    .collection-nav-header .collection-name h6, .collection-nav-header .collection-name span.h6-block {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }

.collection-nav-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600; }
  .collection-nav-button .floating-action-button {
    position: absolute;
    left: 28px;
    right: auto; }
  .collection-nav-button .open-icon {
    display: block; }
  .collection-nav-button .close-icon {
    display: none; }
  .collection-nav-button .collection-nav-open .open-icon {
    display: none; }
  .collection-nav-button .collection-nav-open .close-icon {
    display: block; }

.collection-nav-prompt::before {
  content: "";
  position: absolute;
  bottom: -224px;
  left: -224px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-color: #edecea;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  -webkit-transition: -webkit-transform cubic-bezier(0, 0, 0.5, 1) 300ms;
          transition: transform cubic-bezier(0, 0, 0.5, 1) 300ms; }

.collection-nav-prompt span {
  position: absolute;
  bottom: 112px;
  left: 63px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #b8b6b4;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 0ms;
          transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 0ms; }

.collection-nav-prompt.show-nav-prompt::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.collection-nav-prompt.show-nav-prompt span {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 100ms;
          transition: opacity cubic-bezier(0, 0, 0.5, 1) 200ms 100ms; }

@media (min-width: 1250px) {
  .show-collection-nav .cs-nav-container,
  .show-collection-nav .activity-wrapper,
  .show-collection-nav .footer {
    width: calc(100% - 440px) !important;
    margin-left: 440px; }
  .show-collection-nav .hero-video-portrait .cs-embed-video-wrapper {
    width: 100%;
    height: auto; }
  .show-collection-nav .activity-intro-left, .show-collection-nav .activity-intro-right {
    max-width: 120px; }
  .show-collection-nav cs-suggested-recipes {
    display: none; }
  .collection-nav {
    width: 440px; }
  .collection-nav-prompt {
    display: none; } }

@media (max-width: 640px) {
  .collection-nav-prompt::before {
    bottom: -182px;
    left: -182px;
    width: 350px;
    height: 350px; }
  .collection-nav-prompt span {
    left: 56px;
    bottom: 98px; } }

@media (min-width: 550px) {
  .collection-nav .component, .collection-nav .component.padded {
    padding: 0 0 28px; }
  .collection-nav .component-matrix-collapsible .matrix.matrix-2-col .matrix-item,
  .collection-nav .component-matrix-collapsible .matrix.matrix-3-col .matrix-item,
  .collection-nav .component-matrix-collapsible .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 10px 0; }
  .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered,
  .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered,
  .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: normal;
       -moz-column-count: normal;
            column-count: normal;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal; }
    .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .matrix-item,
    .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .matrix-item,
    .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .matrix-item {
      display: inline;
      width: auto;
      margin: 10px 0;
      border-bottom: none; }
    .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .item-image,
    .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .item-image,
    .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .item-image {
      overflow: hidden; }
      .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .item-image img,
      .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .item-image img,
      .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .item-image img {
        border-radius: 0; }
  .collection-nav .component-matrix-collapsible .matrix-collapsible-header {
    margin: 0 0 14px;
    padding: 14px 21px; }
    .collection-nav .component-matrix-collapsible .matrix-collapsible-header h3 {
      font-size: 18px;
      line-height: 24px; }
  .collection-nav .component-matrix-collapsible .matrix {
    padding: 0; }
  .collection-nav .component-matrix-collapsible .matrix-list .matrix-item, .collection-nav .component-matrix-collapsible .matrix-item-numbered .matrix-item {
    padding: 0;
    border-bottom: none; }
    .collection-nav .component-matrix-collapsible .matrix-list .matrix-item h4, .collection-nav .component-matrix-collapsible .matrix-item-numbered .matrix-item h4 {
      font-size: 18px;
      line-height: 24px; }
  .collection-nav .component-matrix-collapsible .matrix-list .item-image, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63px;
        -ms-flex: 0 0 63px;
            flex: 0 0 63px;
    width: 63px;
    height: 63px;
    margin-right: 21px; }
    .collection-nav .component-matrix-collapsible .matrix-list .item-image .cs-image-hover-icons, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image .cs-image-hover-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .collection-nav .component-matrix-collapsible .matrix-list .item-image .cs-image-hover-icons .button-circle-play, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image .cs-image-hover-icons .button-circle-play {
        position: relative;
        bottom: auto;
        right: auto; }
  .collection-nav .component-matrix-collapsible .number-circle {
    width: 21px;
    height: 21px;
    font-size: 14px; } }

@media (max-width: 550px) {
  .collection-nav {
    width: 100%; }
    .collection-nav .collection-nav-content {
      padding: 35px 0 84px; }
    .collection-nav .collection-nav-header {
      padding: 28px 28px 0; } }




span.strong {
  font-weight: bold; }

span.italic {
  font-style: italic; }

div.paragraph-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 28px; }
  div.paragraph-content a:link, div.paragraph-content a:visited, div.paragraph-content a:hover, .underline-links div.paragraph-content:link, .underline-links div.paragraph-content:visited, .underline-links div.paragraph-content:hover {
    text-decoration: underline; }
  div.paragraph-content a.button {
    text-decoration: none; }
  div.paragraph-content p.button-group-inline {
    margin-top: 28px; }

body, div.paragraph-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    body, div.paragraph-content {
      font-size: 16px;
      line-height: 24px; } }




.component-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14px 28px;
  box-sizing: border-box; }
  .component-menu .button {
    min-width: 40px;
    text-align: center;
    margin: 7px 0 0 0;
    border: none;
    opacity: 0.5; }
    .component-menu .button:hover {
      opacity: 1; }

.component-menu.editing {
  position: relative; }

.component-menu.ng-enter {
  -webkit-transition: 200ms linear all;
          transition: 200ms linear all;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0; }

.component-menu.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.component-menu.ng-leave {
  -webkit-transition: 200ms linear all;
          transition: 200ms linear all;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.component-menu.ng-leave.ng-leave-active {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0; }

.component-form.ng-enter {
  -webkit-transition: 300ms all ease-in;
          transition: 300ms all ease-in;
  max-height: 0;
  opacity: 0; }

.component-form.ng-enter.ng-enter-active, .component-form.ng-leave {
  max-height: 999px;
  opacity: 1; }

.component-form.ng-leave.ng-leave-active {
  max-height: 0;
  opacity: 0; }

.component-form.ng-leave {
  -webkit-transition: 300ms all ease-out;
          transition: 300ms all ease-out; }




.dropdown {
  position: relative; }

.dropdown-toggle:hover {
  cursor: pointer; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  /*left: 70px;*/
  left: 50%;
  margin-top: 23px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 1; }
  .dropdown-menu .dropdown-wrapper {
    position: relative;
    min-width: 200px;
    height: 100%;
    border: 1px solid #edecea;
    border-radius: 4px;
    padding: 21px 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1; }
    .dropdown-menu .dropdown-wrapper.dropdown-wide {
      min-width: 280px; }
    .dropdown-menu .dropdown-wrapper:before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      background-color: white;
      z-index: -1; }
  .dropdown-menu:before, .dropdown-menu:after {
    content: "";
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
    z-index: 2; }
  .dropdown-menu:before {
    border-color: transparent transparent #edecea; }
  .dropdown-menu:after {
    margin-top: 2px;
    border-color: transparent transparent white; }

.dropdown-menu-item {
  font-size: 17px;
  line-height: 35px;
  margin: 0 14px;
  font-weight: normal;
  color: #43413f; }
  .dropdown-menu-item:last-of-type {
    margin-bottom: 0; }
  .dropdown-menu-item a {
    color: #43413f;
    display: block;
    opacity: 1;
    -webkit-transition: opacity ease 200ms;
            transition: opacity ease 200ms; }
    .dropdown-menu-item a:hover {
      opacity: 0.5;
      cursor: pointer; }

.dropdown-right .dropdown-menu {
  margin-top: 18px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
  .dropdown-right .dropdown-menu .dropdown-wrapper {
    border-top-right-radius: 0; }
    .dropdown-right .dropdown-menu .dropdown-wrapper:before {
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right;
      -webkit-transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1);
              transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1); }
  .dropdown-right .dropdown-menu:before, .dropdown-right .dropdown-menu:after {
    opacity: 1;
    top: -10px;
    right: 1px;
    left: auto;
    -webkit-transition: opacity ease 300ms 100ms, -webkit-transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms;
            transition: opacity ease 300ms 100ms, transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms; }
  .dropdown-right .dropdown-menu:before {
    right: 0px;
    border-top: none;
    border-right: none;
    border-bottom: 10px solid #edecea;
    border-left: 13px solid transparent; }
  .dropdown-right .dropdown-menu:after {
    margin-top: 2px;
    border-top: none;
    border-right: none;
    border-bottom: 10px solid white;
    border-left: 13px solid transparent; }

.dropdown-menu {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity ease 400ms, -webkit-transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms;
          transition: opacity ease 400ms, transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms; }
  .dropdown-menu:before, .dropdown-menu:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity ease 400ms 0ms, -webkit-transform ease 400ms 0ms;
            transition: opacity ease 400ms 0ms, transform ease 400ms 0ms; }
  .dropdown-menu .dropdown-wrapper {
    -webkit-transition: border ease 300ms 200ms;
            transition: border ease 300ms 200ms; }
    .dropdown-menu .dropdown-wrapper:before {
      -webkit-transform: translate3d(-50%, -35%, 0) scale3d(1, 1, 1);
              transform: translate3d(-50%, -35%, 0) scale3d(1, 1, 1);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      -webkit-transition: -webkit-transform ease 400ms;
              transition: transform ease 400ms; }
    .dropdown-menu .dropdown-wrapper .dropdown-menu-item {
      opacity: 1;
      -webkit-transition: opacity 400ms 200ms;
              transition: opacity 400ms 200ms; }
  .dropdown-menu.ng-hide {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -10px, 0);
            transform: translate3d(-50%, -10px, 0);
    -webkit-transition: opacity ease 300ms, -webkit-transform cubic-bezier(0.2, 0.51, 1, 1.1) 300ms;
            transition: opacity ease 300ms, transform cubic-bezier(0.2, 0.51, 1, 1.1) 300ms; }
    .dropdown-menu.ng-hide:before, .dropdown-menu.ng-hide:after {
      opacity: 0;
      -webkit-transform: translate3d(0, 5px, 0);
              transform: translate3d(0, 5px, 0);
      -webkit-transition: opacity ease 300ms 0ms, -webkit-transform ease 300ms 0ms;
              transition: opacity ease 300ms 0ms, transform ease 300ms 0ms; }
    .dropdown-menu.ng-hide .dropdown-wrapper {
      border: 1px solid transparent;
      -webkit-transition: border ease 100ms 0ms;
              transition: border ease 100ms 0ms; }
      .dropdown-menu.ng-hide .dropdown-wrapper:before {
        -webkit-transform: translate3d(-50%, -20%, 0) scale3d(0.2, 0.2, 0.2);
                transform: translate3d(-50%, -20%, 0) scale3d(0.2, 0.2, 0.2); }
      .dropdown-menu.ng-hide .dropdown-wrapper .dropdown-menu-item {
        opacity: 0;
        -webkit-transition: opacity 400ms 0ms;
                transition: opacity 400ms 0ms; }

.dropdown-right .dropdown-menu:before, .dropdown-right .dropdown-menu:after {
  -webkit-transition: opacity ease 300ms 100ms, -webkit-transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms;
          transition: opacity ease 300ms 100ms, transform cubic-bezier(0.2, 0.51, 1, 1.1) 400ms; }

.dropdown-right .dropdown-menu .dropdown-wrapper:before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1); }

.dropdown-right .dropdown-menu.ng-hide {
  -webkit-transform: translate3d(-100%, -10px, 0);
          transform: translate3d(-100%, -10px, 0); }
  .dropdown-right .dropdown-menu.ng-hide:before, .dropdown-right .dropdown-menu.ng-hide:after {
    -webkit-transform: translate3d(-2px, 10px, 0);
            transform: translate3d(-2px, 10px, 0);
    -webkit-transition: opacity ease 300ms 0ms, -webkit-transform ease 300ms 0ms;
            transition: opacity ease 300ms 0ms, transform ease 300ms 0ms; }
  .dropdown-right .dropdown-menu.ng-hide .dropdown-wrapper {
    -webkit-transition: border ease 100ms 0ms;
            transition: border ease 100ms 0ms; }
    .dropdown-right .dropdown-menu.ng-hide .dropdown-wrapper:before {
      -webkit-transform: translate3d(-25%, -50%, 0) scale3d(0.2, 0.2, 0.2);
              transform: translate3d(-25%, -50%, 0) scale3d(0.2, 0.2, 0.2); }

@media (max-width: 900px) {
  .dropdown {
    width: 100%; }
    .dropdown .dropdown-menu {
      position: relative;
      margin-top: 0px;
      border-top: 0px;
      margin-top: 28px;
      top: auto;
      left: auto;
      right: auto;
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
              transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
      -webkit-transition: opacity ease 400ms;
              transition: opacity ease 400ms; }
      .dropdown .dropdown-menu:before, .dropdown .dropdown-menu:after {
        display: none; }
      .dropdown .dropdown-menu .dropdown-wrapper {
        padding: 28px 0px;
        background-color: #edecea;
        border: none;
        border-radius: 0; }
        .dropdown .dropdown-menu .dropdown-wrapper:before {
          display: none;
          border: none; }
        .dropdown .dropdown-menu .dropdown-wrapper .dropdown-menu-item {
          margin-bottom: 28px;
          line-height: 21px; }
        .dropdown .dropdown-menu .dropdown-wrapper .dropdown-menu-item:last-of-type {
          margin-bottom: 0px; }
      .dropdown .dropdown-menu.ng-hide {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
                transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }




.cookie-banner-container {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  z-index: 1000;
  padding: 28px 21px;
  background-color: #43413f;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-animation: slidein 1.5s;
          animation: slidein 1.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  66% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  66% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.cookie-banner-text {
  color: white;
  max-width: 600px;
  line-height: 1.3;
  font-size: 16px;
  margin: 0 auto 21px; }
  .cookie-banner-text a {
    text-decoration: underline !important; }

.cookie-banner-button {
  min-width: 150px; }

.cookie-banner-container.ng-leave {
  display: none !important; }

@media (min-width: 1110px) {
  .cookie-banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left; }
  .cookie-banner-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0; }
  .cookie-banner-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 14px; } }




cs-embed-youtube iframe, cs-embed-vimeo iframe {
  width: 100%; }

.cs-embed-video-wrapper, cs-embed-vimeo, .video-iframe-container, .video-iframe {
  height: 100%; }

cs-embed-youtube, cs-embed-vimeo {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }




.cs-image-hover {
  overflow: hidden; }
  .cs-image-hover .cs-image-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    border-radius: 4px; }
    .cs-image-hover .cs-image-hover-content cs-image {
      background-color: #43413f; }
      .cs-image-hover .cs-image-hover-content cs-image img {
        -webkit-filter: brightness(1);
                filter: brightness(1);
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .cs-image-hover .cs-image-hover-content .cs-image-hover-hide {
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cs-image-hover .cs-image-hover-content .cs-image-hover-show {
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content cs-image img {
    cursor: pointer;
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06);
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4); }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content .cs-image-hover-hide {
    opacity: 0; }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content .cs-image-hover-show {
    opacity: 1; }

.cs-image-hover-icons {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }
  .cs-image-hover-icons .button-circle-play {
    position: absolute;
    bottom: 14px;
    right: 14px; }

.cs-image-hover-info {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  .cs-image-hover-info .info-counters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 7px; }
    .cs-image-hover-info .info-counters i, .cs-image-hover-info .info-counters span[cs-icon] {
      margin-right: 7px;
      margin-top: 2px; }
  .cs-image-hover-info .info-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0 14px; }




.cs-image {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cs-image[cs-background-image] {
  height: 100%; }

img.cs-image-load {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out; }
  img.cs-image-load.loaded {
    opacity: 1; }

label.feature-text-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #ffffff;
  padding: 0 7px;
  font-size: 15px;
  border-radius: 21px;
  font-weight: bold; }




.cs-background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%; }
  .cs-background-image-container .cs-background-image, .cs-background-image-container .cs-background-image-thumbnail, .cs-background-image-container .cs-background-image-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%; }
  .cs-background-image-container .cs-background-image > .greyscale-layer {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  .cs-background-image-container .cs-background-image-thumbnail {
    -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
    opacity: 1; }
    .cs-background-image-container .cs-background-image-thumbnail.thumbnail-image-hidden {
      opacity: 0; }




.suggested-recipes-container {
  margin-bottom: 14px; }
  .suggested-recipes-container h4, .suggested-recipes-container span.h4-block {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold; }

.suggested-recipes-item {
  margin-bottom: 14px;
  cursor: pointer; }
  .suggested-recipes-item h6, .suggested-recipes-item span.h6-block {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 7px; }
  .suggested-recipes-item .cs-image-hover-info .info-counters {
    margin-bottom: 7px; }




.expandable {
  position: relative; }
  .expandable .content {
    max-height: 280px;
    overflow: hidden;
    padding-bottom: 42px; }
  .expandable .gradient {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 168px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%); }
  .expandable a {
    position: absolute;
    bottom: 0;
    z-index: 2; }

.expandable.expanded .content {
  max-height: none; }




cs-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cs-background-video-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
          transition: opacity 500ms ease-out; }

.cs-background-video-playing .cs-background-video-image {
  opacity: 0; }

.cs-background-video-playing cs-embed-youtube, .cs-background-video-playing cs-embed-vimeo, .cs-background-video-playing cs-embed-native {
  opacity: 1; }

.cs-background-video-paused .cs-background-video-image {
  opacity: 1; }

.cs-background-video-paused cs-embed-youtube, .cs-background-video-paused cs-embed-vimeo, .cs-background-video-paused cs-embed-native {
  opacity: 0; }




.flags {
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 56px;
  color: white;
  cursor: pointer;
  z-index: 400; }
  .flags::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff674d;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform ease 300ms;
            transition: transform ease 300ms; }
  .flags:hover::before {
    -webkit-transform: scale3d(1, 3, 1);
            transform: scale3d(1, 3, 1); }
  .flags:hover .flag-close, .flags:hover .flag-message {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  .flags:hover .flag-close span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .flags .flag-link {
    text-decoration: underline; }

.flag-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flag-icon svg {
    padding-right: 7px; }
    .flag-icon svg .a, .flag-icon svg .b {
      stroke: white;
      stroke-width: 1.5px; }

@-webkit-keyframes orange-flash {
  0% {
    background-color: #ff674d; }
  50% {
    background-color: #f1553a; }
  100% {
    background-color: #ff674d; } }

@keyframes orange-flash {
  0% {
    background-color: #ff674d; }
  50% {
    background-color: #f1553a; }
  100% {
    background-color: #ff674d; } }

.flags.low-stock::before {
  -webkit-animation: orange-flash 1.5s infinite;
          animation: orange-flash 1.5s infinite; }

.flag-close, .flag-message {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms; }

.flag-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 14px;
  padding-left: 14px;
  height: 100%;
  width: 42px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease 300ms, opacity ease 300ms;
          transition: transform ease 300ms, opacity ease 300ms; }
  .flag-close span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    -webkit-transition: background-color ease 300ms, -webkit-transform ease 300ms, opacity ease 300ms;
            transition: background-color ease 300ms, transform ease 300ms, opacity ease 300ms; }
  .flag-close:hover span {
    background: rgba(255, 255, 255, 0.3); }

.flag-message {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0 7px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .flag-message span {
    max-width: 900px; }

@media (max-width: 900px) {
  .flags:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .flags:hover .flag-close, .flags:hover .flag-message {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .flag-close span {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@media (max-width: 500px) {
  .flags {
    height: 70px;
    top: -70px; } }




.footer {
  background-color: #383736;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 98px 56px;
  -webkit-animation: footer-fadein 2s;
          animation: footer-fadein 2s; }
  .footer .footer-items {
    width: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes footer-fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes footer-fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.footer-item-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding-right: 70px;
  margin-right: 56px; }
  .footer-item-logo .footer-logo {
    width: 100%;
    max-width: 150px;
    padding: 0;
    margin-bottom: 28px;
    display: block; }
    .footer-item-logo .footer-logo img {
      width: 100%; }
  .footer-item-logo a {
    color: white;
    padding-right: 14px;
    display: inline-block;
    width: 28px;
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms; }
    .footer-item-logo a .cs-icon-twitter-dims, .footer-item-logo a .cs-icon-facebook-dims, .footer-item-logo a .cs-icon-instagram-dims {
      height: 23px;
      width: auto;
      padding-top: 0; }
    .footer-item-logo a:hover {
      opacity: 0.6; }

.footer-item-links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 14px;
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal; }
  .footer-item-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-item-links ul li a {
      color: white;
      font-weight: 500; }
      .footer-item-links ul li a:hover {
        text-decoration: underline; }

.updated {
  font-size: 11px;
  opacity: 0.7;
  white-space: nowrap; }
  @media (min-width: 700px) {
    .updated {
      padding-left: 14px; } }

@media (max-width: 700px) {
  .footer {
    padding: 56px 14px; }
    .footer .footer-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 180px; }
      .footer .footer-items .footer-item-logo {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        padding: 0;
        margin: 0 0 28px;
        border: 0px;
        text-align: center; }
        .footer .footer-items .footer-item-logo .footer-logo {
          margin: 0 auto 14px;
          max-width: 150px;
          padding: 0; }
        .footer .footer-items .footer-item-logo a {
          padding: 14px; }
      .footer .footer-items .footer-item-links {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        padding: 28px 0;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .footer .footer-items .footer-item-links ul {
          padding: 0px; } }




@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading-spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .loading-spinner svg {
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear; }




.radio-options .radio-option {
  margin: 0px 7px;
  line-height: 28px; }
  .radio-options .radio-option.active {
    color: #ff674d;
    font-weight: bold; }
  .radio-options .radio-option:hover {
    color: #ff674d;
    cursor: pointer; }




body.in-transition {
  -webkit-transition: -webkit-transform 900ms ease;
          transition: transform 900ms ease; }

joule-selector-button {
  width: 100%;
  display: block;
  text-align: center; }








.redeem-block .button:focus {
  outline: 0; }

.redeem-block .input-block {
  margin: 24px 0 24px 0 !important; }

.redeem-block .input-error {
  color: #ff674d;
  margin-bottom: 0 !important; }

.redeem-block .loading-spinner {
  margin-bottom: 0 !important;
  margin-top: 4px; }




.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/es-ct.svg); }
  .flag-icon-es-ct.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(https://d3ro0sksttkvbt.cloudfront.net/assets-c3fc2bae/svg/flags/1x1/un.svg); }




.nav-ghost .intl-icon .intl-label {
  color: white; }
  .nav-ghost .intl-icon .intl-label:before {
    background-color: white; }

body .cs-nav-container.nav-fixed .cs-nav .intl-label {
  color: #43413f; }

.intl-icon-mobile .intl-label {
  color: #43413f; }

.intl-icon {
  position: relative; }
  .intl-icon .dropdown-wrapper-mobile {
    border-top: none;
    border-bottom: 1px solid #edecea;
    margin: 0 0 28px;
    padding: 0 0 14px; }
    .intl-icon .dropdown-wrapper-mobile .dropdown-menu-item {
      padding: 8px 0;
      margin: 0; }
      .intl-icon .dropdown-wrapper-mobile .dropdown-menu-item div {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
  .intl-icon .flag-icon {
    display: inline-block; }
  .intl-icon .divider {
    height: 1px;
    background-color: #edecea;
    margin: 8px 0; }
  .intl-icon .intl-label {
    vertical-align: middle;
    display: inline-block;
    margin-right: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .intl-icon .icon-spanner-down {
    vertical-align: middle;
    margin-left: 2px; }
  .intl-icon .intl-dropdown-menu.dropdown-inline {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 340px;
    margin: 0; }
  .intl-icon .dropdown-wrapper {
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff; }
    .intl-icon .dropdown-wrapper.dropdown-wrapper-short {
      height: 115px; }
  .intl-icon .dropdown-menu {
    text-align: left; }
  .intl-icon .intlFlag {
    display: inline-block;
    cursor: pointer;
    font-size: 13px; }
    .intl-icon .intlFlag:focus {
      outline: 1px solid; }
  .intl-icon .intlNoFlag {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease;
            transition: background-color 400ms ease; }
    .intl-icon .intlNoFlag:hover, .intl-icon .intlNoFlag:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .intl-icon .intlFlag, .intl-icon .dropdown-menu-item {
    white-space: nowrap;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease; }
    .intl-icon .intlFlag .flag-icon, .intl-icon .dropdown-menu-item .flag-icon {
      padding: 0 20px 0 0;
      height: 18px; }
    .intl-icon .intlFlag div, .intl-icon .dropdown-menu-item div {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .intl-icon .dropdown-menu-item:hover {
    opacity: 0.5; }




.no-animate {
  -webkit-transition: 0s linear all;
          transition: 0s linear all; }




.search-typeahead {
  width: 100%;
  position: relative; }
  .search-typeahead .search-typeahead-input {
    width: 100%; }
  .search-typeahead .search-typeahead-results {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 9999; }
    .search-typeahead .search-typeahead-results .search-typeahead-result {
      padding: 5px;
      box-sizing: border-box; }
      .search-typeahead .search-typeahead-results .search-typeahead-result:hover {
        color: #ff674d;
        cursor: pointer; }




.main-view {
  padding-top: 76px; }

@-webkit-keyframes nav-fadein {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes nav-fadein {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cs-nav-container {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 200;
  -webkit-animation: nav-fadein 1.5s 1;
          animation: nav-fadein 1.5s 1; }
  .cs-nav-container .cs-nav {
    height: 76px;
    padding: 23px 28px;
    box-sizing: border-box;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500; }
    .cs-nav-container .cs-nav .cs-nav-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .cs-nav-container .cs-nav .cs-nav-left {
      position: absolute;
      height: 30px;
      top: 23px;
      left: 28px; }
      .cs-nav-container .cs-nav .cs-nav-left img {
        height: 100%; }
      .cs-nav-container .cs-nav .cs-nav-left .logo-color {
        display: inline-block; }
      .cs-nav-container .cs-nav .cs-nav-left .logo-white {
        display: none; }
    .cs-nav-container .cs-nav .cs-nav-right {
      position: absolute;
      height: 30px;
      top: 23px;
      right: 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item {
        margin: 0 0 0 14px;
        line-height: 14px;
        font-weight: 500;
        font-size: 17px; }
        .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item:before {
          display: none; }
      .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item:last-of-type {
        margin-right: 0; }
      .cs-nav-container .cs-nav .cs-nav-right img {
        width: 26px;
        height: 26px;
        border: 2px solid white;
        border-radius: 14px; }
    .cs-nav-container .cs-nav .button.solid.orange {
      padding: 4px 14px 5px;
      border-color: #ff674d; }
    .cs-nav-container .cs-nav .cs-nav-icon-item {
      margin: 0 0 0 10px;
      padding: 0 0 0 10px;
      color: #43413f; }
      .cs-nav-container .cs-nav .cs-nav-icon-item.favourite-logo svg {
        width: 12px; }
      .cs-nav-container .cs-nav .cs-nav-icon-item:before {
        display: none; }
      .cs-nav-container .cs-nav .cs-nav-icon-item:hover {
        color: #43413f; }
    .cs-nav-container .cs-nav #cart-icon span,
    .cs-nav-container .cs-nav #profile-dropdown-toggle span {
      font-size: 18px;
      vertical-align: middle; }
    .cs-nav-container .cs-nav .cs-nav-item {
      position: relative;
      margin: 0px 14px;
      font-weight: 500;
      font-size: 17px;
      color: #43413f;
      text-decoration: none; }
      .cs-nav-container .cs-nav .cs-nav-item.button {
        margin: 0 0 0 28px; }
      .cs-nav-container .cs-nav .cs-nav-item.button.hide-desktop {
        display: none; }
      .cs-nav-container .cs-nav .cs-nav-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        bottom: -1px;
        left: 0;
        background-color: #43413f;
        visibility: hidden;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform ease 200ms;
                transition: transform ease 200ms; }
      .cs-nav-container .cs-nav .cs-nav-item:hover {
        text-decoration: none;
        cursor: pointer; }
        .cs-nav-container .cs-nav .cs-nav-item:hover:before {
          visibility: visible;
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
    .cs-nav-container .cs-nav .button:hover {
      color: white; }

.nav-ghost {
  margin-top: 0px; }
  .nav-ghost .cs-nav-container {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: opacity ease 300ms;
            transition: opacity ease 300ms;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 20%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, transparent 100%);
    /* W3C */ }
    .nav-ghost .cs-nav-container .cs-nav {
      background-color: transparent;
      color: white; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-color {
        display: none; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-white {
        display: inline-block; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-item {
        color: white; }
        .nav-ghost .cs-nav-container .cs-nav .cs-nav-item:before {
          background-color: white; }
      .nav-ghost .cs-nav-container .cs-nav .button {
        border-color: white; }
        .nav-ghost .cs-nav-container .cs-nav .button:hover {
          background-color: white;
          color: #43413f; }
    .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines, .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines::before, .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines::after {
      background-color: white; }
  .nav-ghost .main-view {
    padding-top: 0px; }

.nav-sticky .cs-nav-container.nav-transparent .cs-nav {
  background-color: transparent;
  color: white;
  border-bottom: 0px; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-color {
    display: none; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-white {
    display: inline-block; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-item {
    color: white; }
    .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-item:before {
      background-color: white; }

.nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines, .nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines::before, .nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines::after {
  background-color: white; }

.nav-sticky .cs-nav-container, .nav-sticky .cs-nav-container.nav-fixed {
  position: fixed;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }
  .nav-sticky .cs-nav-container.nav-hidden, .nav-sticky .cs-nav-container.nav-fixed.nav-hidden {
    visibility: visible; }

.cs-nav-menu-toggle {
  display: none; }

.hide-desktop {
  display: none; }

.hide-mobile {
  display: inherit; }

body .cs-nav-container.nav-fixed {
  position: fixed;
  -webkit-transform: translate3d(0, -76px, 0);
          transform: translate3d(0, -76px, 0);
  -webkit-transition: -webkit-transform ease 400ms;
          transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed .cs-nav {
    background-color: white;
    border-bottom: 1px solid #edecea;
    color: #43413f; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item {
      color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item:before {
        background-color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item.button {
        border-color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item.button:hover {
        color: white;
        background-color: #43413f; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-color {
      display: inline-block; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-white {
      display: none; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines, body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines::after {
      background-color: #43413f; }
  body .cs-nav-container.nav-fixed.nav-hidden {
    visibility: hidden;
    opacity: 0; }
  body .cs-nav-container.nav-fixed.nav-visible {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed.nav-visible-add, body .cs-nav-container.nav-fixed.nav-visible-remove {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::after {
    background-color: transparent; }
  body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::after {
    background-color: #43413f; }

ul.dropdown-wrapper {
  margin: 0; }
  ul.dropdown-wrapper > li {
    list-style-type: none; }

@media (max-width: 1200px) {
  .cs-nav-container .cs-nav .cs-nav-center {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
    margin-left: 135px; }
  .cs-nav-container .cs-nav .cs-nav-item {
    margin-right: 8px;
    margin-left: 8px; }
  .cs-nav-container .cs-nav .cs-nav-item {
    margin-left: 8px; }
  .cs-nav-container .cs-nav .cs-nav-item.button {
    margin-left: 14px; } }

@media (min-width: 951px) {
  .always-hide-desktop {
    display: none !important; } }

@media (max-width: 950px) {
  .hide-desktop {
    display: block; }
  .hide-mobile, .button.hide-mobile {
    display: none; }
  .cs-nav-container {
    z-index: 700;
    overflow: hidden; }
    .cs-nav-container .cs-nav {
      z-index: -1; }
      .cs-nav-container .cs-nav .cs-nav-center {
        text-align: center;
        visibility: hidden;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        top: 0;
        left: 0;
        margin: 0;
        background-color: transparent;
        padding-top: 118px;
        padding-bottom: 56px;
        -webkit-transition: visibility ease 0ms 400ms, background ease 0ms 0ms;
                transition: visibility ease 0ms 400ms, background ease 0ms 0ms; }
        .cs-nav-container .cs-nav .cs-nav-center:before {
          content: "";
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 200%;
          height: 140%;
          border-radius: 100%;
          background-color: white;
          opacity: 0;
          -webkit-transform: translate3d(-25%, -55%, 0) scale3d(0.4, 0.4, 0.4);
                  transform: translate3d(-25%, -55%, 0) scale3d(0.4, 0.4, 0.4);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          -webkit-transition: -webkit-transform cubic-bezier(0.3, 0.51, 1, 1.1) 300ms, opacity ease 300ms;
                  transition: transform cubic-bezier(0.3, 0.51, 1, 1.1) 300ms, opacity ease 300ms; }
        .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item {
          opacity: 0;
          display: block;
          width: 100%;
          margin: 0 0 28px;
          -webkit-transition: opacity ease 400ms 0ms;
                  transition: opacity ease 400ms 0ms;
          text-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #43413f; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item i {
            margin-right: 7px; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.hide-desktop {
            display: inline-block; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.button {
            max-width: 200px;
            margin: 0 auto 28px; }
            .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.button:hover {
              color: white; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item:before {
            display: none; }
        .cs-nav-container .cs-nav .cs-nav-center hr.cs-nav-item {
          width: auto;
          margin: 28px; }
      .cs-nav-container .cs-nav .cs-nav-left {
        height: 76px;
        top: 0;
        left: 0;
        padding: 23px 28px;
        background-color: transparent;
        width: 100%;
        -webkit-transition: background-color ease 0ms 0ms;
                transition: background-color ease 0ms 0ms;
        box-sizing: border-box; }
        .cs-nav-container .cs-nav .cs-nav-left img {
          height: 30px;
          display: inline-block; }
      .cs-nav-container .cs-nav .cs-nav-right .favourite-logo svg {
        width: 12px !important; }
      .cs-nav-container .cs-nav .cs-nav-left, .cs-nav-container .cs-nav .cs-nav-right {
        z-index: 500; }
  .cs-nav-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 6px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 6px;
    line-height: 20px; }
    .cs-nav-menu-toggle .lines, .cs-nav-menu-toggle .lines::before, .cs-nav-menu-toggle .lines::after {
      display: inline-block;
      height: 2px;
      background-color: #43413f;
      border-radius: 1.71429px;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .cs-nav-menu-toggle .lines::before, .cs-nav-menu-toggle .lines::after {
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
              transform-origin: 1.71429px center; }
    .cs-nav-menu-toggle .lines {
      position: relative;
      width: 15px; }
    .cs-nav-menu-toggle .lines::before {
      top: 7px;
      width: 19px; }
    .cs-nav-menu-toggle .lines::after {
      top: -7px;
      width: 21px; }
  .cs-nav-container.nav-show-menu {
    position: fixed;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    visibility: visible !important;
    height: 100%;
    z-index: 800; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines {
      background-color: transparent !important; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:before, .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:after {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0;
      width: 21px;
      background-color: #43413f; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-color {
      display: inline-block; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-white {
      display: none; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center {
      visibility: visible;
      -webkit-transition: visibility ease 0ms 0ms, background ease 0ms 400ms;
              transition: visibility ease 0ms 0ms, background ease 0ms 400ms;
      background-color: white;
      overflow-y: scroll; }
      .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center:before {
        opacity: 1;
        -webkit-transform: translate3d(-25%, -20%, 0) scale3d(1, 1, 1);
                transform: translate3d(-25%, -20%, 0) scale3d(1, 1, 1); }
      .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center .cs-nav-item {
        opacity: 1;
        -webkit-transition: opacity ease 400ms 200ms;
                transition: opacity ease 400ms 200ms; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left {
      background-color: white;
      -webkit-transition: background-color ease 400ms 400ms;
              transition: background-color ease 400ms 400ms; }
  .cs-nav-item-active span {
    text-decoration: underline; } }

@media (max-width: 320px) {
  .cs-nav-container .cs-nav .cs-nav-left .logo-color, .cs-nav-container .cs-nav .cs-nav-left .logo-white {
    display: none !important; }
  .cs-nav-container .cs-nav .cs-nav-left .logo-color-symbol {
    display: inline-block; }
  .cs-nav-container .cs-nav .cs-nav-left .logo-white-symbol {
    display: none; }
  .cs-nav-container .cs-nav .cs-nav-left .logo-color-symbol svg, .cs-nav-container .cs-nav .cs-nav-left .logo-white-symbol svg {
    width: 26%;
    height: 100%; }
  .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-color-symbol {
    display: none; }
  .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-white-symbol {
    display: inline-block; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-color-symbol {
    display: none; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-white-symbol {
    display: inline-block; }
  .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-color-symbol, .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-color-symbol {
    display: inline-block; }
  .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-white-symbol, .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-white-symbol {
    display: none; } }




.clone-activity-block .input-group-checkbox {
  margin-left: 20px; }

.clone-activity-block .error {
  font-size: 13px;
  color: red;
  margin-left: 60px; }

.clone-activity-block .error-msg {
  color: red; }

.clone-activity-block input.checkbox {
  height: 20px !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12%;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%; }

.clone-activity-block .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.clone-activity-block .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .clone-activity-block .flex-row .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .clone-activity-block .flex-row .column input.checkbox {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 23%;
          -ms-flex: 0 1 23%;
              flex: 0 1 23%; }

.clone-activity-block .label, .clone-activity-block label {
  font-size: 16px; }




.modal-ftue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: auto;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.ftue-container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .ftue-container .modal-top {
    padding-top: 84px;
    padding-bottom: 56px; }
    .ftue-container .modal-top h3, .ftue-container .modal-top span.h3-block {
      margin-bottom: 7px; }
    .ftue-container .modal-top h5, .ftue-container .modal-top span.h5-block {
      margin-bottom: 0; }
  .ftue-container .modal-body {
    max-width: 1110px;
    margin: auto;
    padding: 0 28px 112px; }
  .ftue-container .modal-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 21px;
    background-color: white;
    border-top: 1px solid #edecea; }
    .ftue-container .modal-bottom .modal-bottom-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 1110px; }
      .ftue-container .modal-bottom .modal-bottom-wrapper .button {
        min-width: 200px; }
      .ftue-container .modal-bottom .modal-bottom-wrapper.modal-ftue-recommendations {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

.matrix.ftue-interests .matrix-item {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }
  .matrix.ftue-interests .matrix-item .item-image {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .matrix.ftue-interests .matrix-item .item-image cs-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .matrix.ftue-interests .matrix-item .item-image cs-image .cs-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .matrix.ftue-interests .matrix-item .item-text {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1; }
    .matrix.ftue-interests .matrix-item .item-text:after {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      border-radius: 150%;
      top: -61%;
      left: -50%;
      background-color: #ff674d;
      -webkit-transform: scale3d(0, 0, 0);
              transform: scale3d(0, 0, 0);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      opacity: 0;
      -webkit-transition: -webkit-transform ease 400ms, opacity ease 200ms 200ms;
              transition: transform ease 400ms, opacity ease 200ms 200ms; }
    .matrix.ftue-interests .matrix-item .item-text .item-radio {
      width: 21px;
      height: 21px;
      border: 2px solid white;
      border-radius: 14px;
      margin-bottom: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform cubic-bezier(0.39, 0.2, 0.57, 1.8) 500ms;
              transition: transform cubic-bezier(0.39, 0.2, 0.57, 1.8) 500ms; }
      .matrix.ftue-interests .matrix-item .item-text .item-radio:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: white;
        top: 0;
        left: 0;
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        opacity: 0;
        -webkit-transition: -webkit-transform ease 300ms, opacity ease 400ms;
                transition: transform ease 300ms, opacity ease 400ms; }
      .matrix.ftue-interests .matrix-item .item-text .item-radio .fa.fa-check {
        color: #ff674d;
        font-size: 14px;
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        opacity: 0;
        -webkit-transition: -webkit-transform cubic-bezier(0.69, 0.2, 0.57, 1.8) 400ms, opacity ease 400ms;
                transition: transform cubic-bezier(0.69, 0.2, 0.57, 1.8) 400ms, opacity ease 400ms; }
    .matrix.ftue-interests .matrix-item .item-text h4, .matrix.ftue-interests .matrix-item .item-text span.h4-block {
      font-size: 20px;
      line-height: 28px;
      max-width: 160px;
      color: white;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 500ms ease;
              transition: transform 500ms ease;
      z-index: 2;
      margin-bottom: 0;
      text-decoration: none; }
  .matrix.ftue-interests .matrix-item:hover {
    cursor: pointer; }
    .matrix.ftue-interests .matrix-item:hover .item-image {
      -webkit-filter: brightness(0.4);
              filter: brightness(0.4);
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2); }
    .matrix.ftue-interests .matrix-item:hover .item-text .item-radio {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2); }
    .matrix.ftue-interests .matrix-item:hover .item-text h4, .matrix.ftue-interests .matrix-item:hover .item-text span.h4-block {
      -webkit-transform: translate3d(0, 4px, 0);
              transform: translate3d(0, 4px, 0); }
  .matrix.ftue-interests .matrix-item.checked .item-image {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  .matrix.ftue-interests .matrix-item.checked .item-text:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  .matrix.ftue-interests .matrix-item.checked .item-text .item-radio {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item.checked .item-text .item-radio:before {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1; }
    .matrix.ftue-interests .matrix-item.checked .item-text .item-radio .fa.fa-check {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      opacity: 1; }
  .matrix.ftue-interests .matrix-item.checked .item-text h4, .matrix.ftue-interests .matrix-item.checked .item-text span.h4-block {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.matrix.ftue-interests .matrix-item.ftue-interest-suggestion {
  background-color: #edecea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color ease 400ms, color ease 400ms;
          transition: background-color ease 400ms, color ease 400ms; }
  .matrix.ftue-interests .matrix-item.ftue-interest-suggestion input.input {
    border-bottom: 1px;
    border-style: dashed;
    border-color: #43413f;
    border-top: 0px;
    border-left: 0px;
    border-right: 10px;
    margin: 0px 14px;
    text-align: center;
    width: 100%;
    max-width: 180px;
    font-weight: 500; }
  .matrix.ftue-interests .matrix-item.ftue-interest-suggestion.form-filled {
    background-color: #ff674d; }
    .matrix.ftue-interests .matrix-item.ftue-interest-suggestion.form-filled input.input {
      color: white;
      border-color: white; }

@media (max-width: 1166px) {
  .ftue-container .modal-top {
    padding: 84px 28px 56px;
    box-sizing: border-box; }
  .ftue-container .modal-body {
    padding: 0 0 112px; } }

@media (max-width: 640px) {
  .ftue-container .modal-top {
    padding: 70px 28px 42px;
    box-sizing: border-box; }
  .ftue-container .modal-body .matrix.ftue-interests {
    margin-bottom: 70px;
    padding: 0 7px; }
    .ftue-container .modal-body .matrix.ftue-interests .matrix-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 calc((100% - 28px)/2);
          -ms-flex: 0 1 calc((100% - 28px)/2);
              flex: 0 1 calc((100% - 28px)/2);
      margin: 0 7px 14px; }
      .ftue-container .modal-body .matrix.ftue-interests .matrix-item.ftue-interest-suggestion {
        min-height: 50vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin: 0 7px; }
      .ftue-container .modal-body .matrix.ftue-interests .matrix-item .item-text h4, .ftue-container .modal-body .matrix.ftue-interests .matrix-item .item-text span.h4-block {
        margin: 0 14px;
        font-size: 18px;
        line-height: 21px; }
  .ftue-container .modal-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    border: none;
    padding: 0; }
    .ftue-container .modal-bottom .modal-bottom-wrapper {
      position: absolute;
      pointer-events: auto;
      z-index: 999;
      bottom: 0;
      left: 0;
      height: 80px;
      box-sizing: border-box;
      padding: 21px;
      background-color: white;
      border-top: 1px solid #edecea; }
  .matrix.ftue-interests .matrix-item:hover {
    cursor: pointer; }
    .matrix.ftue-interests .matrix-item:hover .item-image {
      -webkit-filter: brightness(0.6);
              filter: brightness(0.6);
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .matrix.ftue-interests .matrix-item:hover .item-text .item-radio {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item:hover .item-text h4, .matrix.ftue-interests .matrix-item:hover .item-text span.h4-block {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }




#modal-consent {
  overflow: hidden; }
  #modal-consent .checkbox, #modal-consent .radio {
    height: auto; }
  #modal-consent button {
    margin-top: 15px; }




p .time-temp-guide {
  font-style: normal;
  text-align: left;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 1080px; }

.time-temp-section {
  padding: 28px 42px;
  box-sizing: border-box; }
  .time-temp-section h3, .time-temp-section span.h3-block {
    margin-bottom: 0; }

.time-temp-left {
  text-align: left; }
  .time-temp-left p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    background-color: #edecea;
    padding: 0 14px;
    margin: 42px 0 0;
    border-radius: 4px;
    box-sizing: border-box; }

.time-temp-left:first-of-type p {
  margin: 14px 0 0; }

.time-temp-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.time-temp-item {
  display: block;
  position: relative;
  margin: 28px 0; }

.time-temp-text-top {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px; }

.time-temp-text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 14px; }

.time-temp-bar {
  position: relative;
  height: 40px; }
  .time-temp-bar:hover {
    cursor: pointer; }
    .time-temp-bar:hover .time-temp-axis {
      opacity: 1; }

.time-temp-line {
  position: absolute;
  border: 1px solid #edecea;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); }

.time-temp-bar-span {
  position: absolute;
  top: 0;
  height: 40px;
  border-radius: 60px;
  background-color: #80e0ce;
  padding-right: 40px;
  z-index: 2; }

.time-temp-circle {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  color: white;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  font-size: 12px; }
  .time-temp-circle.time-temp-recommended {
    border: 2px solid white;
    background-color: #1abc9c;
    z-index: 200; }
  .time-temp-circle.time-temp-high {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    height: 38px;
    width: 38px;
    border: 1px solid white;
    z-index: 100; }

.time-temp-axis {
  opacity: 0;
  -webkit-transition: 200ms opacity ease-in-out;
          transition: 200ms opacity ease-in-out; }
  .time-temp-axis .time-temp-axis-line {
    position: absolute;
    border: 1px solid #edecea;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px); }
  .time-temp-axis .time-temp-axis-marker {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 0;
    margin-left: -14px; }
    .time-temp-axis .time-temp-axis-marker:after {
      content: '';
      width: 50%;
      height: 100%;
      position: absolute;
      z-index: 1;
      border-right: 4px solid white; }

.time-temp-key {
  background-color: #edecea;
  padding: 42px 42px 56px;
  box-sizing: border-box;
  border-radius: 4px; }
  .time-temp-key .time-temp-axis {
    opacity: 1; }
    .time-temp-key .time-temp-axis .time-temp-axis-line {
      border: 1px solid #b8b6b4; }
    .time-temp-key .time-temp-axis .time-temp-axis-marker:after {
      border-right: 4px solid #edecea; }
  .time-temp-key .time-temp-line {
    border: 1px solid #b8b6b4; }
  .time-temp-key .time-temp-text-top,
  .time-temp-key .time-temp-text-bottom,
  .time-temp-key .time-temp-bar {
    opacity: 0.4; }

.time-temp-label {
  position: absolute;
  top: -50px; }
  .time-temp-label p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0; }
  .time-temp-label::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #43413f;
    position: absolute;
    left: 50%;
    bottom: -10px; }

.label-favorite {
  left: 45%;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px); }

.label-max {
  left: 60%;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px); }

.label-range {
  left: 40%;
  top: auto;
  bottom: -40px;
  width: calc(20% + 40px);
  text-align: center; }
  .label-range p {
    background-color: #edecea;
    z-index: 2;
    display: inline;
    position: relative;
    padding: 0 7px; }
  .label-range::before {
    bottom: 49%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1; }

.label-temp {
  top: auto;
  bottom: -50px; }
  .label-temp::before {
    bottom: auto;
    top: -10px;
    left: 15px; }

.time-temp-spacer {
  border-bottom: 2px solid #43413f; }

.time-temp-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px; }

.time-temp-desc-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 28px;
  box-sizing: border-box; }
  .time-temp-desc-item h6, .time-temp-desc-item span.h6-block {
    width: 100%;
    border-bottom: 2px solid #43413f;
    margin-bottom: 7px; }
  .time-temp-desc-item p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0; }

@media (max-width: 900px) {
  .time-temp-desc {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-bottom: 14px; } }

@media (max-width: 767px) {
  .time-temp-item {
    height: 60px;
    padding-bottom: 14px;
    margin: 14px 0;
    border-bottom: 1px solid #edecea; }
  .time-temp-spacer, .time-temp-key {
    display: none; }
  .time-temp-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px; }
  .time-temp-text-top,
  .time-temp-text-bottom {
    max-width: 60%;
    position: relative !important;
    line-height: 18px; }
  .time-temp-text-top {
    padding-top: 7px; }
  .time-temp-bar {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0; }
  .time-temp-line {
    top: auto;
    bottom: 21px; }
  .time-temp-bar-span, .time-temp-circle {
    top: auto;
    bottom: 0; }
  .time-temp-bar-span, .time-temp-line, .time-temp-axis {
    display: none; }
  .time-temp-circle {
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    left: auto !important; }
    .time-temp-circle::before {
      font-size: 12px;
      color: #b8b6b4;
      width: 100%;
      text-align: center;
      position: absolute;
      top: -21px;
      left: 0; }
    .time-temp-circle.time-temp-recommended {
      right: 50px; }
      .time-temp-circle.time-temp-recommended::before {
        content: 'We like'; }
    .time-temp-circle.time-temp-high {
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      background-color: #80e0ce; }
      .time-temp-circle.time-temp-high::before {
        content: 'Max'; } }

@media (max-width: 650px) {
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 400px) {
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0; } }




.modal-container-content .modals {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-container-content i.close-x, .modal-container-content span.close-x {
  display: none; }

.modal-container-content .modal-content i.close-x, .modal-container-content .modal-content span.close-x {
  display: block;
  cursor: pointer;
  position: absolute;
  color: white;
  padding: 14px;
  top: 14px;
  right: 14px;
  z-index: 101;
  border-radius: 50%;
  line-height: 28px;
  padding: 7px 14px;
  background-color: rgba(0, 0, 0, 0.2); }

.modal.modal-content {
  padding: 0px;
  max-height: 90vh;
  overflow-y: scroll;
  height: auto;
  border: 0px;
  box-sizing: border-box;
  max-width: 500px;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal.modal-content .modal-content-image {
    position: relative;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal.modal-content .modal-content-body {
    position: relative;
    width: 100%;
    padding: 0 42px;
    margin: 42px 0 0;
    box-sizing: border-box; }
    .modal.modal-content .modal-content-body .modal-content-wrapper {
      padding-bottom: 28px;
      word-wrap: break-word;
      overflow-y: hidden; }

@media (max-width: 528px) {
  .modal-content .close-x {
    top: 0;
    right: 0; }
  .modal.modal-content {
    width: 90%;
    max-height: 90%;
    overflow-y: scroll; }
    .modal.modal-content .modal-content-body {
      padding: 0 28px;
      margin: 28px 0; }
    .modal.modal-content:after {
      bottom: 28px; } }




.country-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.prev-icon {
  font-size: 27px !important;
  margin-top: 14px;
  margin-right: 14px;
  margin-bottom: 14px; }

.input-country:checked + .country-flag {
  outline: 3px solid #43413f;
  outline-offset: 4px; }

.select-date {
  margin-top: 14px; }

.preview-link {
  margin-top: 28px; }




.modal-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 56px 42px; }
  .modal-terms .modal-body {
    overflow: auto;
    text-align: left;
    padding: 0;
    margin: 14px 0 42px;
    max-height: 340px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    .modal-terms .modal-body p {
      font-size: 16px;
      line-height: 24px; }

@media (max-width: 640px) {
  .modal-terms {
    padding: 56px 28px 42px; }
    .modal-terms .modal-bottom {
      padding-bottom: 56px; } }




.sso-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sso-form-container .sso-form {
    max-width: 500px;
    border: 1px solid #edecea;
    padding: 84px;
    box-sizing: border-box;
    width: 100%; }

.sso-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.sso-form-top .updates.info {
  color: #046B99; }
  .sso-form-top .updates.info .info-icon {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px; }

.sso-form-top h3 span, .sso-form-top span.h3-block span {
  color: #b8b6b4; }
  .sso-form-top h3 span a, .sso-form-top span.h3-block span a {
    text-decoration: underline;
    cursor: pointer; }

.sso-form-top h6, .sso-form-top span.h6-block {
  margin-bottom: 7px; }

.sso-form-body {
  width: 100%; }
  .sso-form-body input {
    width: 100%;
    margin-bottom: 28px; }
  .sso-form-body .button {
    margin-bottom: 28px; }
  .sso-form-body .button.button-facebook, .sso-form-body .button.button-apple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 auto 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
    .sso-form-body .button.button-facebook i, .sso-form-body .button.button-facebook span, .sso-form-body .button.button-apple i, .sso-form-body .button.button-apple span {
      padding-right: 14px; }
      .sso-form-body .button.button-facebook i .cs-icon-facebook-dims, .sso-form-body .button.button-facebook span .cs-icon-facebook-dims, .sso-form-body .button.button-apple i .cs-icon-facebook-dims, .sso-form-body .button.button-apple span .cs-icon-facebook-dims {
        height: 18px; }
  .sso-form-body .button.button-facebook {
    border-color: #3B5998;
    background-color: #3B5998;
    font-size: 21px; }
  .sso-form-body .button.button-apple {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    border-color: #050708;
    background-color: #050708; }
  .sso-form-body h6, .sso-form-body span.h6-block {
    color: #b8b6b4;
    text-transform: uppercase;
    margin-bottom: 0; }
  .sso-form-body h6.button-separator, .sso-form-body span.h6-block.button-separator {
    margin-bottom: 20px; }
  .sso-form-body a {
    color: #b8b6b4;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
            transition: color 200ms ease; }
    .sso-form-body a:hover {
      cursor: pointer;
      color: #43413f; }

.signup-form .signup-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .signup-form .signup-form-bottom .agreement-text {
    text-align: left;
    padding-bottom: 10px; }
    .signup-form .signup-form-bottom .agreement-text div, .signup-form .signup-form-bottom .agreement-text .legal-link {
      font-size: 12px;
      line-height: 17px;
      font-style: italic;
      color: rgba(67, 65, 63, 0.7);
      font-weight: normal; }
    .signup-form .signup-form-bottom .agreement-text div.terms-condition {
      margin-top: 5px; }
    .signup-form .signup-form-bottom .agreement-text .legal-link {
      text-decoration: underline;
      color: rgba(67, 65, 63, 0.7); }
    .signup-form .signup-form-bottom .agreement-text input {
      height: 12px;
      font-size: 12px;
      line-height: 12px;
      margin: 0 3px; }
    .signup-form .signup-form-bottom .agreement-text .checkbox {
      width: auto; }

.login-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media (max-width: 500px) {
  .sso-form-container .sso-form {
    padding: 42px;
    border: 0px; } }




.legacy-nav-spacer {
  height: 76px; }

.contact-us {
  text-align: center; }
  .contact-us ul {
    padding-left: 0px; }

.no-bullet {
  margin-left: 0px; }
  .no-bullet li {
    list-style-type: none; }




.docs-nav {
  width: 100%;
  text-align: center;
  padding: 14px 0; }
  .docs-nav a {
    color: #43413f;
    margin: 0 14px; }




.input-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  overflow: hidden; }

.input-switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.input-switch label {
  background-color: white;
  font-weight: bold;
  color: #43413f;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #43413f;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }

.input-switch label:hover {
  cursor: pointer; }

.input-switch input:checked + label {
  background-color: #43413f;
  color: white;
  box-shadow: none; }

.input-switch label:first-of-type {
  border-radius: 20px 0 0 20px; }

.input-switch label:last-of-type {
  border-radius: 0 20px 20px 0; }

.gallery-results.gallery-classes {
  min-height: 0px; }

.popular-classes {
  background-color: white !important;
  margin: 48px 0px !important; }

.text-item {
  padding: 0 14px; }
  .text-item .h3-lable {
    margin-bottom: 14px !important; }

.text-classes {
  padding-top: 0px !important; }

.button-padding {
  padding-bottom: 15px; }

.component.gallery-nav.activity-type-nav {
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .component.gallery-nav.activity-type-nav span.h5-block {
    margin-bottom: 0; }

@media (max-width: 961px) {
  .text-item {
    padding: 0 28px; } }




.activity-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.activity-intro-content {
  position: relative;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box; }
  .activity-intro-content p:first-child, .activity-intro-content div.paragraph-content:first-child {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: -.8px; }

.activity-intro-creator {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  color: white;
  z-index: 10; }
  .activity-intro-creator img {
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 14px; }
  .activity-intro-creator a {
    color: white; }

.activity-intro-creator, .activity-intro-adapted {
  margin-bottom: 14px;
  font-style: italic; }

.activity-intro-left,
.activity-intro-right {
  width: 100%;
  max-width: 200px;
  margin: 0 20px; }

.activity-intro-left {
  margin-right: 42px;
  text-align: right; }
  .activity-intro-left .social-buttons {
    width: 56px;
    margin-left: auto; }

.activity-intro-right {
  margin-left: 42px; }
  .activity-intro-right .activity-tools {
    margin-bottom: 14px; }
    .activity-intro-right .activity-tools .button-circle-container {
      display: inline-block; }
      .activity-intro-right .activity-tools .button-circle-container:first-of-type {
        padding-left: 0; }
      .activity-intro-right .activity-tools .button-circle-container:last-of-type {
        padding-right: 0; }

.activity-intro.short-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .activity-intro.short-description .activity-intro-content {
    padding: 0 28px; }
  .activity-intro.short-description .activity-intro-left {
    max-width: none;
    margin: 0 0 28px; }
    .activity-intro.short-description .activity-intro-left .social-buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto; }
  .activity-intro.short-description .activity-intro-right {
    margin: 14px 0 0;
    max-width: none; }
    .activity-intro.short-description .activity-intro-right .activity-tools {
      width: auto;
      text-align: center;
      margin-bottom: 0; }

.activity-intro.no-description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0; }
  .activity-intro.no-description .activity-intro-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0; }
    .activity-intro.no-description .activity-intro-left .social-buttons {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .activity-intro.no-description .activity-intro-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0; }
    .activity-intro.no-description .activity-intro-right .activity-tools {
      text-align: left;
      margin-bottom: 0; }
      .activity-intro.no-description .activity-intro-right .activity-tools .button-circle-container:first-of-type {
        padding-left: 7px; }
      .activity-intro.no-description .activity-intro-right .activity-tools .button-circle-container:last-of-type {
        padding-right: 7px; }
  .activity-intro.no-description .activity-intro-content {
    display: none; }

.activity-intro.paywalled {
  padding-bottom: 0; }
  .activity-intro.paywalled::after {
    content: "";
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 196px;
    width: 100%;
    bottom: 28px;
    left: 0; }

.activity-info hr {
  border-color: #cecece; }
  .activity-info hr:last-of-type {
    margin-bottom: 14px; }

.activity-amounts {
  margin-top: 14px; }

.activity-amounts-equipment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  box-sizing: border-box; }

.activity-amounts-timing-yield {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
      -ms-flex: 2 0 0;
          flex: 2 0 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.activity-amounts-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  text-align: center;
  margin-bottom: 42px;
  box-sizing: border-box;
  font-style: italic; }
  .activity-amounts-item h4, .activity-amounts-item span.h4-block {
    font-size: 22px;
    margin-bottom: 14px;
    font-style: normal; }

.cs-missing-timing-yield .activity-amounts-timing-yield {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0; }

.cs-long-equipment {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .cs-long-equipment .activity-amounts-equipment,
  .cs-long-equipment .activity-amounts-timing-yield {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    box-sizing: border-box; }
  .cs-long-equipment .activity-amounts-equipment {
    text-align: right;
    padding-right: 42px;
    margin-right: 0;
    border-right: 1px solid #DAD8D6; }
  .cs-long-equipment .activity-amounts-timing-yield {
    padding-left: 42px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cs-long-equipment .activity-amounts-timing-yield .activity-amounts-item {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      text-align: left; }

.cs-missing-all-amounts .activity-amounts-equipment,
.cs-missing-all-amounts .activity-amounts-timing-yield {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  box-sizing: border-box; }

.cs-missing-all-amounts .activity-amounts-equipment {
  text-align: center;
  padding-right: 0;
  border-right: none; }

.activity-yield-multiplier {
  font-family: Akkurat;
  font-weight: bold;
  color: #ff674d; }

.component-comments {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #edecea; }

.activity-print-title {
  margin-top: 42px;
  margin-bottom: 0px; }

@media (max-width: 1220px) {
  cs-suggested-recipes {
    display: none; } }

@media (max-width: 1180px) {
  .activity-intro,
  .activity-intro.no-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .activity-intro .activity-intro-content,
    .activity-intro.no-description .activity-intro-content {
      padding: 0 28px; }
    .activity-intro .activity-intro-left,
    .activity-intro.no-description .activity-intro-left {
      max-width: none;
      margin: 0 0 28px; }
      .activity-intro .activity-intro-left .social-buttons,
      .activity-intro.no-description .activity-intro-left .social-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto; }
    .activity-intro .activity-intro-right,
    .activity-intro.no-description .activity-intro-right {
      margin: 14px 0 0;
      max-width: none; }
      .activity-intro .activity-intro-right .activity-tools,
      .activity-intro.no-description .activity-intro-right .activity-tools {
        width: auto;
        text-align: center; } }

@media (max-width: 961px) {
  .activity-intro-content p:first-child, .activity-intro-content div.paragraph-content:first-child {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.2px; } }

@media (max-width: 700px) {
  .component-comments {
    padding-left: 28px;
    padding-right: 28px; }
  .component.activity-intro {
    padding-top: 42px !important; }
  .activity-amounts,
  .cs-long-equipment,
  .cs-missing-timing-yield,
  .cs-missing-all-amounts {
    display: block;
    margin-top: 0; }
    .activity-amounts .activity-amounts-item,
    .cs-long-equipment .activity-amounts-item,
    .cs-missing-timing-yield .activity-amounts-item,
    .cs-missing-all-amounts .activity-amounts-item {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      width: 100%;
      padding: 14px 28px;
      margin: 0;
      text-align: center !important; }
      .activity-amounts .activity-amounts-item h4, .activity-amounts .activity-amounts-item span.h4-block,
      .cs-long-equipment .activity-amounts-item h4,
      .cs-long-equipment .activity-amounts-item span.h4-block,
      .cs-missing-timing-yield .activity-amounts-item h4,
      .cs-missing-timing-yield .activity-amounts-item span.h4-block,
      .cs-missing-all-amounts .activity-amounts-item h4,
      .cs-missing-all-amounts .activity-amounts-item span.h4-block {
        font-size: 20px;
        margin-bottom: 7px; }
    .activity-amounts .activity-amounts-equipment,
    .cs-long-equipment .activity-amounts-equipment,
    .cs-missing-timing-yield .activity-amounts-equipment,
    .cs-missing-all-amounts .activity-amounts-equipment {
      padding-top: 0;
      text-align: center;
      border-right: none; }
    .activity-amounts .activity-amounts-timing-yield,
    .cs-long-equipment .activity-amounts-timing-yield,
    .cs-missing-timing-yield .activity-amounts-timing-yield,
    .cs-missing-all-amounts .activity-amounts-timing-yield {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0;
              flex: 1 0 0;
      text-align: center;
      padding: 0; } }




.component.gallery-nav {
  overflow: visible; }

.component.gallery-nav {
  padding: 70px 56px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .component.gallery-nav .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .component.gallery-nav .input-group .button {
      min-width: 120px; }
    .component.gallery-nav .input-group input {
      font-size: 26px;
      line-height: 42px;
      font-weight: 500; }

.search-input-form {
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 auto;
      -ms-flex: 3 0 auto;
          flex: 3 0 auto;
  max-width: 450px;
  position: relative;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #b8b6b4;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 42px 42px; }
  .search-input-form:before {
    content: "\f002";
    color: #b8b6b4;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: -42px; }
  .search-input-form .search-input-tags {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background-color: #edecea;
    color: #b8b6b4;
    font-weight: 500;
    padding: 7px 14px;
    margin-right: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .search-input-form .search-input-tags i {
      margin-left: 7px;
      cursor: pointer; }
      .search-input-form .search-input-tags i .cs-icon-x-dims {
        width: 11px;
        height: 11px; }
  .search-input-form form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .search-input-form .search-input {
    border: 0px;
    padding: 0;
    width: 100%; }
    .search-input-form .search-input::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .search-input-form .search-input-clear {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .search-input-form .search-input-clear:hover {
      cursor: pointer;
      color: #ff674d; }

.popular-search {
  position: absolute;
  left: 0;
  top: 56px;
  font-size: 16px;
  color: #b8b6b4; }
  .popular-search a {
    border-bottom: 1px solid #b8b6b4;
    margin: 0 2px;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
            transition: color 300ms ease, border-color 300ms ease; }
  .popular-search a:hover {
    color: #43413f;
    border-color: #43413f; }

@media (max-width: 900px) {
  .component.gallery-nav .input-group input {
    font-size: 22px;
    line-height: 42px;
    font-weight: 500; }
  .component.gallery-nav .search-input-form:before {
    font-size: 18px;
    left: -28px; } }

@media (max-width: 750px) {
  .component.gallery-nav {
    padding: 28px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .component.gallery-nav .input-group {
      width: 100%; }
      .component.gallery-nav .input-group input {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500; }
    .component.gallery-nav .search-input-form {
      margin: 0 0 70px; } }

.gallery-filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .gallery-filters .component {
    text-align: center;
    padding: 14px;
    position: initial; }
    .gallery-filters .component .gallery-filter-add-recipe {
      font-size: 18px;
      text-decoration: underline;
      color: #43413f;
      position: absolute;
      bottom: 28px;
      right: 28px; }

.gallery-filter-close {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 100; }
  .gallery-filter-close .cs-icon-x-dims {
    width: 21px;
    height: 21px; }
  .gallery-filter-close:hover {
    color: #ff674d;
    cursor: pointer; }

.gallery-filter-group {
  margin: 0 auto 28px;
  width: 100%;
  max-width: 500px; }
  .gallery-filter-group .radio-option {
    font-size: 20px; }

@media (max-width: 550px) {
  .component.gallery-nav .search-input-form {
    margin: 0 0 91px; }
    .component.gallery-nav .search-input-form:before {
      content: ""; }
  .popular-search {
    top: 63px;
    bottom: auto; } }

@media (max-width: 700px), (max-height: 550px) {
  .gallery-filters .component .gallery-filter-add-recipe {
    font-size: 16px;
    position: relative;
    bottom: inherit;
    right: inherit; }
  .gallery-filters .component .gallery-filter-group h3, .gallery-filters .component .gallery-filter-group span.h3-block {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0; }
  .gallery-filters .component .gallery-filter-group .radio-option {
    font-size: 16px; }
  .gallery-filters .component .gallery-filter-group .filter-button {
    display: none; }
  .gallery-filters .gallery-filter-close .cs-icon-x-dims {
    width: 14px;
    height: 14px; } }

.filter-with-button {
  position: relative;
  display: inline-block; }
  .filter-with-button .filter-button {
    position: absolute;
    top: 0;
    right: -150px;
    line-height: 28px;
    padding: 7px 14px;
    background-color: #edecea;
    border-radius: 28px; }
    .filter-with-button .filter-button:hover {
      color: #ff674d;
      cursor: pointer; }

.gallery-results {
  background-color: #edecea;
  padding-top: 42px;
  min-height: 1200px;
  padding-left: calc((100% - 1400px)/2);
  padding-right: calc((100% - 1400px)/2); }
  .gallery-results.my-classes {
    padding-top: 28px; }
  .gallery-results .no-results {
    padding: 42px 14px 84px;
    text-align: center; }
    .gallery-results .no-results h3, .gallery-results .no-results h5, .gallery-results .no-results span.h3-block, .gallery-results .no-results span.h5-block {
      margin-bottom: 0; }

.gallery-animate-repeat.ng-move, .gallery-animate-repeat.ng-enter {
  -webkit-transition: all ease-in-out 300ms;
          transition: all ease-in-out 300ms; }

.gallery-animate-repeat.ng-leave {
  -webkit-transition: all ease-in-out 300ms;
          transition: all ease-in-out 300ms; }
  .gallery-animate-repeat.ng-leave.ng-leave-active {
    opacity: 0; }

.gallery-animate-repeat.ng-move, .gallery-animate-repeat.ng-enter {
  opacity: 0; }

.gallery-animate-repeat.ng-leave, .gallery-animate-repeat.ng-move.ng-move-active, .gallery-animate-repeat.ng-enter.ng-enter-active {
  opacity: 1; }

.xps-banner-promo-wrapper {
  background: #43413f !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .xps-banner-promo-wrapper .xps-banner-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px; }
    .xps-banner-promo-wrapper .xps-banner-promo .xps-banner-promo--info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 3px 8px; }
      .xps-banner-promo-wrapper .xps-banner-promo .xps-banner-promo--info .xps-banner-promo--text > span, .xps-banner-promo-wrapper .xps-banner-promo .xps-banner-promo--info .xps-banner-promo--cta > a {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0; }
      .xps-banner-promo-wrapper .xps-banner-promo .xps-banner-promo--info .xps-banner-promo--cta {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        line-height: 0;
        gap: 4px; }
        .xps-banner-promo-wrapper .xps-banner-promo .xps-banner-promo--info .xps-banner-promo--cta > a {
          text-decoration: underline;
          text-underline-offset: 4px;
          text-decoration-thickness: 2px;
          cursor: pointer; }

@media (max-width: 1484px) {
  .gallery-results {
    width: 100%;
    padding: 42px 0 0; }
    .gallery-results.my-classes {
      padding: 28px 0 0; }
    .gallery-results .matrix.matrix-card {
      padding: 0 42px; } }

@media (max-width: 640px) {
  .gallery-results {
    padding: 0; }
    .gallery-results.my-classes {
      padding-top: 28px; }
    .gallery-results .matrix.matrix-card {
      padding: 0; }
      .gallery-results .matrix.matrix-card .matrix-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0;
        border-radius: 0; }
        .gallery-results .matrix.matrix-card .matrix-item .item-text {
          padding: 28px;
          text-align: center; }
          .gallery-results .matrix.matrix-card .matrix-item .item-text h4 {
            font-size: 16px;
            line-height: 21px; }
          .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label .tag, .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label .premium {
              font-size: 12px;
              line-height: 21px; }
        .gallery-results .matrix.matrix-card .matrix-item .item-image {
          border-radius: 0; }
    .gallery-results .no-results {
      padding: 42px 14px; } }

.gallery-sort {
  position: relative;
  margin-left: 14px;
  display: inline-block; }
  .gallery-sort .gallery-sort-expanded {
    position: relative;
    z-index: 2;
    background-color: #43413f;
    color: white; }
  .gallery-sort .gallery-sort-options {
    position: absolute;
    top: 56px;
    left: -14px;
    width: 150px;
    text-align: center;
    z-index: 1;
    border: 1px solid #edecea;
    border-radius: 4px;
    background-color: white;
    padding: 21px 14px;
    box-sizing: border-box; }
    .gallery-sort .gallery-sort-options:before, .gallery-sort .gallery-sort-options:after {
      content: "";
      border-style: solid;
      border-width: 10px;
      width: 0;
      height: 0;
      position: absolute;
      top: -20px;
      left: 65px; }
    .gallery-sort .gallery-sort-options:before {
      border-color: transparent transparent #edecea; }
    .gallery-sort .gallery-sort-options:after {
      margin-top: 2px;
      border-color: transparent transparent white; }
    .gallery-sort .gallery-sort-options .radio-options .radio-option {
      font-size: 18px;
      line-height: 35px;
      margin: 0 14px; }

@media (max-width: 640px) {
  .gallery-sort .gallery-sort-options .radio-options .radio-option {
    font-size: 16px; } }

@media (max-width: 576px) {
  .xps-banner-promo {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .xps-banner-promo--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xps-banner-promo--cta {
    width: 100%; } }




.getpremium .input-group {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
  padding: 28px;
  background-color: white;
  border-radius: 4px;
  color: #43413f;
  margin: 28px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .getpremium .input-group .input-error {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ff674d; }
  .getpremium .input-group input {
    width: 100%;
    max-width: 300px;
    margin: 14px 0 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }




.product-share {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: visible; }
  .product-share h4, .product-share span.h4-block {
    margin-bottom: 14px; }
  .product-share .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-share .social-buttons .button-circle-container {
      padding: 0 7px; }
    .product-share .social-buttons .button-circle-comments {
      display: none; }

@media (max-width: 960px) {
  .product-share {
    padding: 42px 28px !important; } }

@media (max-width: 600px) {
  .product-share h2 {
    font-size: 28px;
    line-height: 35px; } }




@media screen and (max-width: 672px) {
  .subscription-container .content .offer-text .offer-topic .offer-line {
    font-size: 64px !important; }
  .subscription-container .content .offer-text hr {
    margin: 15px 0; } }

.subscription-container {
  padding: 28px 14px;
  margin: 0 auto;
  max-width: 500px; }
  .subscription-container .button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px 0; }
  .subscription-container .content .loading-spinner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .subscription-container .content div {
    margin-bottom: 14px; }
  .subscription-container .content .offer-text hr {
    background: #EDECEA;
    height: 3px; }
  .subscription-container .content .offer-text .offer-topic {
    color: #FF5F42;
    font-size: 24px;
    font-weight: bold;
    margin: 31px 0 0 0; }
    .subscription-container .content .offer-text .offer-topic .greet-line {
      font-size: 24px;
      margin-bottom: 23px; }
    .subscription-container .content .offer-text .offer-topic .offer-line {
      font-size: 74.2px; }
    .subscription-container .content .offer-text .offer-topic .offer-line-sub {
      font-size: 28px; }
    .subscription-container .content .offer-text .offer-topic .last-save {
      font-size: 74.2px;
      line-height: 1;
      margin-bottom: 12px; }
    .subscription-container .content .offer-text .offer-topic .last-save-sub {
      font-size: 35px; }
  .subscription-container .content .offer-text .offer-body {
    font-size: 18px;
    letter-spacing: -0.42px; }
    .subscription-container .content .offer-text .offer-body a {
      display: inline; }
  .subscription-container .loading-spinner {
    display: inline-block; }
  .subscription-container span.bold {
    font-weight: bold; }
  .subscription-container a {
    text-decoration: underline;
    cursor: pointer;
    display: block; }
  .subscription-container a.action {
    display: inline-block;
    text-decoration: none; }
    .subscription-container a.action:nth-of-type(2) {
      margin-left: 15px; }
    .subscription-container a.action.disabled {
      color: #C7C7C7;
      cursor: not-allowed;
      border-color: #C7C7C7; }
  .subscription-container div.radio-options {
    margin-bottom: 0; }
    .subscription-container div.radio-options input.radio {
      height: 14px; }
    .subscription-container div.radio-options:nth-of-type(1) {
      margin-top: 15px; }
    .subscription-container div.radio-options:nth-of-type(2) {
      margin-bottom: 15px; }
  .subscription-container .notice {
    margin-top: 15px;
    border: 1px solid #F6A99B;
    padding: 10px 10px 10px 20px;
    background-color: #F6A99B; }
  .subscription-container .loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .subscription-container .loading-wrapper .wrapper-text, .subscription-container .loading-wrapper .subscribe-error {
      min-width: 20%;
      text-align: center;
      background-color: white;
      border: 2px solid #b8b6b4;
      border-radius: 14px;
      color: #43413f;
      padding: 28px; }
      .subscription-container .loading-wrapper .wrapper-text button, .subscription-container .loading-wrapper .subscribe-error button {
        margin: 14px auto; }
  .subscription-container .coupon-link {
    color: #1565c0;
    font-size: 15px;
    text-decoration: none;
    margin-left: 5px; }




.current-updateAddress h2 {
  margin-bottom: 14px; }

.current-updateAddress h4 {
  margin-bottom: 0; }

.update-address {
  max-width: 500px;
  margin: auto; }
  .update-address .form-input-group {
    background-color: white;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .update-address .form-input, .update-address .form-input input {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .update-address .form-input {
    padding: 0;
    border: none; }
  .update-address .form-input input {
    height: 56px;
    border: none;
    border-bottom: 1px solid #edecea;
    padding: 0 10px; }
    .update-address .form-input input:active, .update-address .form-input input:focus {
      border-bottom: 2px solid #ff674d; }
  .update-address .three-col input {
    border-right: 1px solid #edecea; }
  .update-address .form-input:last-of-type input {
    border-right: none; }
  .update-address .form-input.three-col {
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    display: inline-block; }
  .update-address .button {
    margin: 42px auto 28px; }

.errors {
  margin-bottom: 28px; }
  .errors .error-message {
    color: #ff674d;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold; }

@media (max-width: 550px) {
  .update-address .form-input.three-col {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    display: block; }
  .update-address .three-col input {
    border-right: none; } }




/********** WHAT WE DO **********/
#whatWeValue .value-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#whatWeValue .value-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 90%;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%; }

#whatWeValue .value-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%; }

#whatWeValue .icon-circle {
  max-width: 200px;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
  @media (max-width: 756px) {
    #whatWeValue .icon-circle {
      width: 50px;
      height: 50px;
      background-size: 50%; } }
  #whatWeValue .icon-circle.community {
    background-color: #29DB91;
    background-image: url(https://d3awvtnmmsvyot.cloudfront.net/api/file/FXV4X87TWqYamnotKujb);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  #whatWeValue .icon-circle.experiment {
    background-color: #FDC65B;
    background-image: url(https://d3awvtnmmsvyot.cloudfront.net/api/file/fXy1rx7TQSoJGwyKPWU2);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  #whatWeValue .icon-circle.shipping {
    background-color: #9FBFD8;
    background-image: url(https://d3awvtnmmsvyot.cloudfront.net/api/file/2cRfoWBQlK1MPMKHdVmP);
    background-position: 50% 50%;
    background-repeat: no-repeat; }

#awards img {
  margin-bottom: 20px; }

#awards h2, #awards span.h2-text-block {
  color: #ff674d; }

@media (max-width: 756px) {
  #awards .matrix-item {
    text-align: left; } }

#press-love blockquote {
  font-size: 26px;
  line-height: 33px;
  font-weight: bold; }
  @media (max-width: 756px) {
    #press-love blockquote {
      font-size: 20px;
      line-height: 27px; } }

#featured-in {
  position: relative; }
  @media (min-width: 701px) {
    #featured-in {
      height: 290px; } }
  @media (max-width: 700px) {
    #featured-in img {
      position: relative;
      display: block;
      margin: 0 auto 40px auto;
      text-align: center; } }
  @media (min-width: 701px) {
    #featured-in img {
      width: 25%;
      position: absolute; }
      #featured-in img#atk {
        top: 0px;
        left: 9%; }
      #featured-in img#foodandwine {
        top: 20px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }
      #featured-in img#ci {
        top: 0px;
        right: 9%; }
      #featured-in img#nyt {
        top: 120px;
        left: 4%; }
      #featured-in img#cnet {
        top: 100px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        /*@media (max-width: 900px) {*/
        width: 10%;
        /*}*/ }
      #featured-in img#bonappetit {
        top: 120px;
        right: 4%; }
      #featured-in img#instyle {
        top: 200px;
        left: 17%; }
      #featured-in img#wired {
        top: 200px;
        right: 17%; } }

/********** WHO WE ARE **********/
#who-we-are-intro #intro-description {
  font-size: 23px;
  line-height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 900px) {
    #who-we-are-intro #intro-description {
      margin: 40px 0;
      font-size: 20px; } }

/********** WORK AT CHEFSTEPS **********/
@media (max-width: 770px) {
  #where-we-work p {
    margin: 40px 0; } }

#perks .checkmark {
  background-image: url(https://d3awvtnmmsvyot.cloudfront.net/api/file/qnY014EPSXuNFeEGi7Tu);
  background-repeat: no-repeat;
  height: 100px;
  width: 60px;
  float: left; }

#perks .perk-desc {
  float: left;
  width: 80%; }
  @media (max-width: 700px) {
    #perks .perk-desc {
      width: 75%; } }




.banner .banner-inline {
  box-sizing: border-box;
  padding: 56px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .banner .banner-inline h3, .banner .banner-inline span.h3-block {
    margin-bottom: 0;
    margin-right: 28px; }
  .banner .banner-inline .custom-button {
    margin-bottom: 0; }

@media (max-width: 640px) {
  .banner .banner-inline {
    padding: 28px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner .banner-inline h3, .banner .banner-inline span.h3-block {
      margin-bottom: 14px;
      margin-right: 0; } }




.banner .anonymous-user-paywall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 56px; }
  .banner .anonymous-user-paywall .banner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    .banner .anonymous-user-paywall .banner-text:not(.studio) {
      max-width: 700px; }
    .banner .anonymous-user-paywall .banner-text h2, .banner .anonymous-user-paywall .banner-text span.h2-head {
      font-size: 40px;
      line-height: 35px;
      margin-bottom: 7px; }
    .banner .anonymous-user-paywall .banner-text span.h2-head {
      font-weight: bold;
      letter-spacing: -.02em;
      margin-top: 0; }
    .banner .anonymous-user-paywall .banner-text span.h6-head {
      font-style: italic;
      margin: 10px 0; }
      .banner .anonymous-user-paywall .banner-text span.h6-head.message {
        margin-top: 0; }
    .banner .anonymous-user-paywall .banner-text .paywall-content {
      margin-top: 10px;
      margin-bottom: 15px !important; }
    .banner .anonymous-user-paywall .banner-text .display-btn {
      font-weight: bold;
      margin: 0px 30px;
      font-size: 16px; }
    .banner .anonymous-user-paywall .banner-text.studio > span.h4-head {
      margin-bottom: 0px !important; }
    .banner .anonymous-user-paywall .banner-text .input-group {
      margin-bottom: 0px !important; }
    .banner .anonymous-user-paywall .banner-text .activity-or-btn {
      color: #B8B6B4; }

.theme-dark .anonymous-user-paywall .button.outline,
.theme-orange .anonymous-user-paywall .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .anonymous-user-paywall .button.outline:hover,
  .theme-orange .anonymous-user-paywall .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 960px) {
  .banner .anonymous-user-paywall {
    padding: 0 0 28px; }
    .banner .anonymous-user-paywall .banner-text {
      padding-top: 14px; }
      .banner .anonymous-user-paywall .banner-text h2, .banner .anonymous-user-paywall .banner-text span.h2-head {
        font-size: 26px;
        line-height: 28px; }
      .banner .anonymous-user-paywall .banner-text .input-group {
        display: block; }
      .banner .anonymous-user-paywall .banner-text .display-btn {
        font-weight: bold;
        margin: 10px 0px; } }

@media (max-width: 450px) {
  .banner .anonymous-user-paywall {
    padding: 0; }
    .banner .anonymous-user-paywall .banner-text h2, .banner .anonymous-user-paywall .banner-text span.h2-head {
      font-size: 24px; } }




.banner .banner-joule-1 {
  position: fixed;
  bottom: -200px;
  left: -200px;
  -webkit-transition: bottom cubic-bezier(0, 0, 0.5, 1) 300ms, left cubic-bezier(0, 0, 0.5, 1) 300ms;
          transition: bottom cubic-bezier(0, 0, 0.5, 1) 300ms, left cubic-bezier(0, 0, 0.5, 1) 300ms;
  z-index: 100;
  background: #ff674d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 230px;
  height: 230px;
  border-radius: 0 230px 0 0; }
  .banner .banner-joule-1 .banner-image {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .banner .banner-joule-1 .banner-image img {
      height: 200px;
      width: auto;
      margin-left: -60px; }
  .banner .banner-joule-1 .banner-text {
    padding: 0px;
    padding-bottom: 50px;
    margin-left: -65px; }
    .banner .banner-joule-1 .banner-text h3, .banner .banner-joule-1 .banner-text span.h3-block {
      font-size: 21px;
      line-height: 28px;
      text-align: left;
      margin-bottom: 8px; }

.banner .banner-joule-1.show-banner {
  bottom: 0px;
  left: 0px; }

.theme-dark .banner-joule-1 .button.outline,
.theme-orange .banner-joule-1 .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-joule-1 .button.outline:hover,
  .theme-orange .banner-joule-1 .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 641px) {
  .banner .banner-joule-1 {
    -webkit-transform: scale(0.7, 0.7) translate(-30%, 30%);
        -ms-transform: scale(0.7, 0.7) translate(-30%, 30%);
            transform: scale(0.7, 0.7) translate(-30%, 30%); } }




.banner .banner-text.banner-joule-Nav {
  padding: 154px 28px 112px;
  max-width: 400px;
  margin: auto; }

.theme-dark .banner-text.banner-joule-Nav .button.outline,
.theme-orange .banner-text.banner-joule-Nav .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-text.banner-joule-Nav .button.outline:hover,
  .theme-orange .banner-text.banner-joule-Nav .button.outline:hover {
    background-color: white;
    color: #43413f; }




.component-banner.component-banner-madlib {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); }

.banner-madlib {
  padding: 0; }
  .banner-madlib h3, .banner-madlib span.h3-block {
    margin-bottom: 14px; }
  .banner-madlib .banner-content {
    padding: 28px 56px 56px;
    max-width: 800px;
    margin: auto; }
    .banner-madlib .banner-content .banner-agreement-text {
      margin: 14px 0; }
      .banner-madlib .banner-content .banner-agreement-text div {
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        color: rgba(67, 65, 63, 0.7);
        font-weight: normal;
        letter-spacing: -.02em; }
        .banner-madlib .banner-content .banner-agreement-text div .legal-link {
          text-decoration: underline;
          color: rgba(67, 65, 63, 0.7);
          line-height: 24px; }
        .banner-madlib .banner-content .banner-agreement-text div input {
          font-size: 12px;
          height: 12px; }
      .banner-madlib .banner-content .banner-agreement-text div.terms-condition {
        margin-top: 7px; }
    .banner-madlib .banner-content .banner-form {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: -1.2px;
      margin-bottom: 14px; }
      .banner-madlib .banner-content .banner-form .banner-form-text {
        display: inline-block;
        font-weight: 500;
        margin-bottom: 14px; }
      .banner-madlib .banner-content .banner-form .banner-form-input {
        display: inline-block;
        position: relative; }
        .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error {
          position: absolute;
          top: -14px;
          font-size: 14px;
          line-height: 14px;
          width: 100%;
          text-align: center; }
        .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error-bottom {
          position: absolute;
          top: 35px;
          font-size: 14px;
          line-height: 14px;
          width: 100%;
          text-align: center; }
        .banner-madlib .banner-content .banner-form .banner-form-input input {
          font-size: 21px;
          line-height: 28px;
          height: inherit;
          text-align: center;
          margin-right: 0px;
          width: 224px;
          display: block; }
    .banner-madlib .banner-content p {
      margin-bottom: 21px;
      opacity: 0.5; }
    .banner-madlib .banner-content .button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.banner-form-error {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 28px;
  color: #ff674d; }

.component.theme-light .banner-madlib h3, .component.theme-light .banner-madlib span.h3-block {
  color: #ff674d;
  display: inline-block; }

.component.theme-light .banner-madlib .button.solid {
  background-color: #ff674d;
  border: 2px solid #ff674d;
  color: white; }

.component.theme-light .banner-madlib > .madlib-success {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .component.theme-light .banner-madlib > .madlib-success h3, .component.theme-light .banner-madlib > .madlib-success span.h3-block {
    color: #43413f;
    text-align: center; }
  .component.theme-light .banner-madlib > .madlib-success .madlib-success-close {
    position: absolute;
    top: 14px;
    right: 28px; }
    .component.theme-light .banner-madlib > .madlib-success .madlib-success-close:hover {
      cursor: pointer;
      color: #ff674d; }

@media (max-width: 960px) {
  .component-banner .banner-madlib h3, .component-banner .banner-madlib span.h3-block {
    font-size: 24px;
    margin-bottom: 14px; }
  .component-banner .banner-madlib .banner-content {
    padding: 28px 42px; }
    .component-banner .banner-madlib .banner-content .banner-form {
      font-size: 24px;
      letter-spacing: -.9px;
      line-height: 35px; }
      .component-banner .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error {
        top: -12px;
        font-size: 12px;
        line-height: 12px;
        color: #b8b6b4; }
      .component-banner .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error-bottom {
        top: 28px;
        font-size: 12px;
        line-height: 12px;
        color: #b8b6b4; }
      .component-banner .banner-madlib .banner-content .banner-form .banner-form-input input {
        font-size: 16px;
        line-height: 21px;
        width: 182px; } }

@media (max-width: 640px) {
  .component-banner-madlib.theme-light .banner-madlib .banner-content {
    padding: 28px; }
    .component-banner-madlib.theme-light .banner-madlib .banner-content .banner-form {
      font-size: 20px;
      letter-spacing: -.7px; }
  .component-banner-madlib.theme-light .banner-madlib > .madlib-success {
    padding-top: 28px; }
    .component-banner-madlib.theme-light .banner-madlib > .madlib-success .madlib-success-close {
      right: 0;
      left: 0; } }

@media (max-width: 356px) {
  .component-banner .banner-madlib .banner-content .banner-form .show-btn {
    margin-top: 28px; }
  .component-banner-madlib.theme-light .banner-madlib .banner-content .banner-form .show-btn {
    margin-top: auto; } }

@media (max-width: 316px) {
  .component-banner-madlib.theme-light .banner-madlib .banner-content .banner-form .show-btn {
    margin-top: 28px; } }




.banner .banner-text {
  padding: 42px 28px;
  text-align: center; }
  .banner .banner-text h3, .banner .banner-text span.h3-block {
    margin-bottom: 14px; }
  .banner .banner-text h6, .banner .banner-text span.h6-block {
    margin-bottom: 21px;
    opacity: 0.6; }
  .banner .banner-text .custom-button {
    margin-bottom: 0; }




.banner .banner-studio-paywall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 56px; }
  .banner .banner-studio-paywall .banner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    .banner .banner-studio-paywall .banner-text .bullets {
      max-width: 700px; }
      .banner .banner-studio-paywall .banner-text .bullets .listItems {
        text-align: left;
        font-size: 24px;
        line-height: 32.2px; }
        .banner .banner-studio-paywall .banner-text .bullets .listItems .underlined-link {
          text-decoration: underline;
          cursor: pointer; }
    .banner .banner-studio-paywall .banner-text:not(.studio) {
      max-width: 700px; }
    .banner .banner-studio-paywall .banner-text h2, .banner .banner-studio-paywall .banner-text span.h2-head {
      font-size: 39.2px;
      line-height: 35px;
      margin-bottom: 7px; }
    .banner .banner-studio-paywall .banner-text span.h2-head {
      font-weight: bold;
      letter-spacing: -.02em;
      margin-top: 0; }
    .banner .banner-studio-paywall .banner-text span.h6-head {
      font-style: italic;
      margin-bottom: 20px;
      margin-top: 20px; }
    .banner .banner-studio-paywall .banner-text span.h4-head {
      margin-top: 14px; }
    .banner .banner-studio-paywall .banner-text .display-btn {
      font-weight: bold;
      margin: 0px 30px;
      font-size: 16px; }
    .banner .banner-studio-paywall .banner-text.studio > span.h4-head {
      margin-bottom: 0px !important; }
    .banner .banner-studio-paywall .banner-text .input-group {
      margin-bottom: 0px !important; }
    .banner .banner-studio-paywall .banner-text .activity-or-btn {
      color: #B8B6B4; }

.theme-dark .banner-studio-paywall .button.outline,
.theme-orange .banner-studio-paywall .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-studio-paywall .button.outline:hover,
  .theme-orange .banner-studio-paywall .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 960px) {
  .banner .banner-studio-paywall {
    padding: 0 0 28px; }
    .banner .banner-studio-paywall .banner-text {
      padding-top: 14px; }
      .banner .banner-studio-paywall .banner-text h2, .banner .banner-studio-paywall .banner-text span.h2-head {
        font-size: 26px;
        line-height: 28px; }
      .banner .banner-studio-paywall .banner-text .input-group {
        display: block; }
      .banner .banner-studio-paywall .banner-text .display-btn {
        font-weight: bold;
        margin: 10px 0px; } }

@media (max-width: 450px) {
  .banner .banner-studio-paywall {
    padding: 0; }
    .banner .banner-studio-paywall .banner-text h2, .banner .banner-studio-paywall .banner-text span.h2-head {
      font-size: 24px; } }




.banner .promo-paywall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 56px; }
  .banner .promo-paywall .banner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    .banner .promo-paywall .banner-text:not(.studio) {
      max-width: 700px; }
    .banner .promo-paywall .banner-text h2, .banner .promo-paywall .banner-text span.h2-head {
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 10px; }
    .banner .promo-paywall .banner-text span.h2-head {
      font-weight: bold;
      letter-spacing: -.02em;
      margin-top: 0; }
    .banner .promo-paywall .banner-text span.h6-head {
      font-style: italic;
      margin-bottom: 28px; }
    .banner .promo-paywall .banner-text .display-btn {
      font-weight: bold;
      margin: 0px 30px;
      font-size: 16px; }
    .banner .promo-paywall .banner-text.studio > span.h4-head {
      margin-bottom: 0px !important; }
    .banner .promo-paywall .banner-text .input-group {
      margin-bottom: 0px !important; }
    .banner .promo-paywall .banner-text span.h4-head {
      margin-bottom: 10px; }
    .banner .promo-paywall .banner-text .activity-or-btn {
      color: #B8B6B4; }

.theme-dark .promo-paywall .button.outline,
.theme-orange .promo-paywall .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .promo-paywall .button.outline:hover,
  .theme-orange .promo-paywall .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 960px) {
  .banner .promo-paywall {
    padding: 0 0 28px; }
    .banner .promo-paywall .banner-text {
      padding-top: 14px; }
      .banner .promo-paywall .banner-text h2, .banner .promo-paywall .banner-text span.h2-head {
        font-size: 26px;
        line-height: 28px; }
      .banner .promo-paywall .banner-text .input-group {
        display: block; }
      .banner .promo-paywall .banner-text .display-btn {
        font-weight: bold;
        margin: 10px 0px; } }

@media (max-width: 450px) {
  .banner .promo-paywall {
    padding: 0; }
    .banner .promo-paywall .banner-text h2, .banner .promo-paywall .banner-text span.h2-head {
      font-size: 24px; } }




.full-carousel {
  color: white; }
  .full-carousel button.owl-next,
  .full-carousel button.owl-prev {
    border-color: white !important; }
  .full-carousel .full-carousel-item {
    display: block;
    position: relative;
    background: #43413f;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06); }
    .full-carousel .full-carousel-item.empty-image .item-image cs-image {
      background: #edecea; }
    .full-carousel .full-carousel-item .item-image {
      width: 100%;
      border-radius: 4px 4px 0 0;
      position: relative;
      overflow: hidden; }
      .full-carousel .full-carousel-item .item-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
      .full-carousel .full-carousel-item .item-image .image, .full-carousel .full-carousel-item .item-image cs-image {
        background-color: #43413f;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .full-carousel .full-carousel-item .item-image img {
        width: 100%; }
    .full-carousel .full-carousel-item .item-text {
      background-color: #43413f;
      color: white;
      padding: 28px; }
      .full-carousel .full-carousel-item .item-text h4, .full-carousel .full-carousel-item .item-text span.h4-block {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0; }
      .full-carousel .full-carousel-item .item-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.85;
        padding-top: 10px; }

.full-carousel .underline-hover {
  text-shadow: 0.03em 0.07em white, -0.03em 0.07em white, 0 0.03em white, 0 -0.03em white, 0.06em 0.07em white, -0.06em 0.07em white, 0.09em 0.07em white, -0.09em 0.07em white, 0.12em 0.07em white, -0.12em 0.07em white, 0.15em 0.07em white, -0.15em 0.07em white; }

.component-type-settings .full-carousel .full-carousel-item {
  background: transparent;
  border-radius: none;
  overflow: hidden;
  box-shadow: none; }

.item-card-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .item-card-label .tag, .item-card-label .premium {
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
    margin-right: 5px;
    opacity: 0.5; }
  .item-card-label .premium {
    color: #ff674d;
    opacity: 1; }

.full-carousel .item-card-label .tag {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; }

@media (max-width: 640px) {
  .full-carousel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .full-carousel .full-carousel-item .item-text {
      padding: 28px; }
      .full-carousel .full-carousel-item .item-text h4, .full-carousel .full-carousel-item .item-text span.h4-block {
        font-size: 16px;
        line-height: 21px; }
      .full-carousel .full-carousel-item .item-text p {
        font-size: 14px;
        line-height: 21px; }
  .full-carousel.matrix-1-col .full-carousel-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  full-carousel.matrix-2-col .full-carousel-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    full-carousel.matrix-2-col .full-carousel-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    full-carousel.matrix-2-col .full-carousel-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .full-carousel.matrix-3-col .full-carousel-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .full-carousel.matrix-3-col .full-carousel-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .full-carousel.matrix-3-col .full-carousel-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .full-carousel.matrix-4-col .full-carousel-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .full-carousel.matrix-4-col .full-carousel-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .full-carousel.matrix-4-col .full-carousel-item:nth-of-type(2n + 2) {
      margin-right: 0px; } }

@media (max-width: 450px) {
  .full-carousel .full-carousel-item .item-text {
    padding: 14px; }
  .full-carousel .item-card-label .tag, .full-carousel .item-card-label .premium {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500; } }




.prompt-item {
  display: inline-block; }

.text-orange {
  color: #ff674d !important; }

.icon-block {
  text-align: center;
  width: 196px;
  height: 196px;
  margin-bottom: 14px; }
  .icon-block svg {
    height: 70px;
    margin-top: 42px;
    margin-bottom: 28px; }




.owl-item.active .underline-hover {
  background-position: 100% 97% !important; }

.matrix-media {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-media .simple-carousel-item {
    display: block; }
    .matrix-media .simple-carousel-item .item-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 196px;
          -ms-flex: 0 0 196px;
              flex: 0 0 196px;
      width: 196px;
      height: 196px;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 0 15px rgba(0, 0, 20, 0.08); }
      .matrix-media .simple-carousel-item .item-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
      .matrix-media .simple-carousel-item .item-image .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .matrix-media .simple-carousel-item .item-image cs-image {
        border-radius: 4px;
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
      .matrix-media .simple-carousel-item .item-image img {
        width: 100%; }
    .matrix-media .simple-carousel-item.empty-image .item-image {
      background: #b8b6b4; }
    .matrix-media .simple-carousel-item .item-text {
      padding: 0 14px; }
      .matrix-media .simple-carousel-item .item-text h4, .matrix-media .simple-carousel-item .item-text span.h4-block {
        margin-bottom: 7px; }
      .matrix-media .simple-carousel-item .item-text .item-card-label {
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0.6; }
      .matrix-media .simple-carousel-item .item-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.85; }
      .matrix-media .simple-carousel-item .item-text .button {
        margin-top: 28px; }

@media (max-width: 960px) {
  .simple-carousel-item .simple-carousel-item .item-image {
    position: relative;
    overflow: hidden; }
    .simple-carousel-item .simple-carousel-item .item-image:before {
      content: '';
      display: block;
      padding-top: 50%; } }




.owl-item.active .underline-hover {
  background-position: 100% 97% !important; }

.matrix-media {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-media .simple-carousel-desc-item {
    display: block; }
    .matrix-media .simple-carousel-desc-item.empty-image .item-image {
      background: #b8b6b4; }
    .matrix-media .simple-carousel-desc-item .item-image {
      width: 100%;
      margin-bottom: 28px;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 0 15px rgba(0, 0, 20, 0.08); }
      .matrix-media .simple-carousel-desc-item .item-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
      .matrix-media .simple-carousel-desc-item .item-image .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .matrix-media .simple-carousel-desc-item .item-image cs-image {
        border-radius: 4px;
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
      .matrix-media .simple-carousel-desc-item .item-image img {
        width: 100%; }
    .matrix-media .simple-carousel-desc-item .item-text {
      padding: 0 14px; }
      .matrix-media .simple-carousel-desc-item .item-text h4, .matrix-media .simple-carousel-desc-item .item-text span.h4-block {
        margin-bottom: 7px; }
      .matrix-media .simple-carousel-desc-item .item-text .item-card-label {
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0.6; }
      .matrix-media .simple-carousel-desc-item .item-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.85; }
      .matrix-media .simple-carousel-desc-item .item-text .button {
        margin-top: 28px; }




.getpremium .input-group {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
  padding: 28px;
  background-color: white;
  border-radius: 4px;
  color: #43413f;
  margin: 28px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .getpremium .input-group .input-error {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ff674d; }
  .getpremium .input-group input {
    width: 100%;
    max-width: 300px;
    margin: 14px 0 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }




.spree-checkout-button .price, .spree-checkout-button .out-of-stock {
  display: inline-block; }

.spree-checkout-button .msrp, .spree-checkout-button .out-of-stock {
  position: relative;
  opacity: 0.5; }
  .spree-checkout-button .msrp .strike, .spree-checkout-button .out-of-stock .strike {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 2px solid; }




.get-trial .input-group {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
  padding: 28px;
  background-color: white;
  border-radius: 4px;
  color: #43413f;
  margin: 28px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .get-trial .input-group .input-error {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ff674d; }
  .get-trial .input-group input {
    width: 100%;
    max-width: 300px;
    margin: 14px 0 28px;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }




.subscribe-error-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .subscribe-error-wrapper .subscribe-error {
    background-color: white;
    border: 2px solid #b8b6b4;
    border-radius: 14px;
    color: #43413f;
    padding: 28px; }
    .subscribe-error-wrapper .subscribe-error button {
      margin-top: 14px; }








.seo-comment img {
  max-width: 100%; }




.cs-rate {
  background-color: #edecea;
  padding-top: 59px;
  padding-bottom: 68px; }
  .cs-rate .h3-block {
    margin-top: 20px; }
  .cs-rate .button-block {
    margin-top: 28px; }




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

.ingredients {
  display: inline-block; }

.ingredient {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }
  .ingredient p {
    display: inline; }

.ingredient-quantity-invalid input, .ingredient-quantity-invalid div {
  color: red; }

.ingredient-quantity {
  font-family: Akkurat;
  text-align: right;
  width: 120px;
  min-width: 120px;
  margin-right: 7px;
  margin-top: 3.5px;
  line-height: 28px; }
  .ingredient-quantity .scalable {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px; }
  .ingredient-quantity .scalable-focused {
    background: white;
    border-radius: 4px; }
  .ingredient-quantity .text {
    margin-right: 14px; }
  .ingredient-quantity * {
    font-family: Akkurat;
    font-weight: bold; }
  .ingredient-quantity input {
    width: 40px;
    border: 0px;
    padding: 0px 0px;
    font-size: 18px;
    height: auto;
    text-align: right; }
  .ingredient-quantity input[type=number]::-webkit-inner-spin-button,
  .ingredient-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.ingredient-title-desc {
  line-height: 35px;
  font-style: italic; }

.ingredient-cart-button {
  text-decoration: none !important; }

@media (max-width: 960px) {
  .ingredient {
    margin-bottom: 7px;
    margin-left: 0;
    padding: 0 28px; }
    .ingredient:last-of-type {
      margin-bottom: 0; }
  .ingredient-quantity {
    line-height: 24px;
    width: 80px;
    min-width: 80px;
    margin-top: 0; }
    .ingredient-quantity input {
      font-size: 16px; }
    .ingredient-quantity .text {
      margin-right: 10px; }
  .ingredient-title-desc {
    line-height: 24px; } }




.ingredients-scaler-title button {
  min-width: 200px; }

.ingredients-scaler-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ingredients-scaler-item {
  text-align: left;
  padding: 0px 28px; }
  .ingredients-scaler-item p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .ingredients-scaler-item button {
    font-family: Akkurat;
    padding: 7px;
    min-width: 77px; }
    .ingredients-scaler-item button.button.solid:hover {
      opacity: 1; }
  .ingredients-scaler-item .unit-metric {
    padding-top: 4px;
    vertical-align: top; }

.repeat-button {
  margin-right: 7px; }
  .repeat-button:last-of-type {
    margin-right: 0; }

@media (max-width: 641px) {
  .ingredients-scaler-options {
    padding: 0 28px; }
  .ingredients-scaler-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ingredients-scaler-item {
    text-align: center;
    padding: 0; }
    .ingredients-scaler-item p {
      font-size: 14px; }
    .ingredients-scaler-item button {
      min-width: 59.5px;
      font-size: 15px; }
    .ingredients-scaler-item:first-of-type {
      margin-top: 21px; } }




.step-directions .cuts-image, .cuts-image {
  width: 280px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }




.send-to-messenger-outer {
  margin-top: 28px;
  display: block;
  width: 100%;
  border: 1px solid #edecea;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
          transition: background-color 300ms ease; }
  .send-to-messenger-outer:hover {
    background-color: #f9f9f9; }
    .send-to-messenger-outer:hover .icon {
      -webkit-transform: scale3d(1.08, 1.08, 1);
              transform: scale3d(1.08, 1.08, 1); }
    .send-to-messenger-outer:hover i, .send-to-messenger-outer:hover span.fa {
      -webkit-transform: translate(5px, -50%);
          -ms-transform: translate(5px, -50%);
              transform: translate(5px, -50%); }

.send-to-messenger {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 28px; }
  .send-to-messenger:hover {
    text-decoration: none; }
  .send-to-messenger .icon {
    margin-right: 0px;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out; }
    .send-to-messenger .icon svg {
      height: 84px;
      width: 84px; }
  .send-to-messenger .middle {
    margin: 0px 35px 0px 21px; }
    .send-to-messenger .middle .title {
      margin-bottom: 7px; }
    .send-to-messenger .middle .subtitle {
      margin-bottom: 0px;
      font-size: 15px;
      line-height: 19px; }
  .send-to-messenger i, .send-to-messenger span.fa {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
            transition: transform 300ms ease-in-out; }

@media (max-width: 500px) {
  .send-to-messenger {
    padding: 28px 14px; }
    .send-to-messenger .icon svg {
      height: 64px;
      width: 64px; }
    .send-to-messenger .middle {
      margin: 0px 35px 0px 14px; }
      .send-to-messenger .middle .title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 7px; }
      .send-to-messenger .middle .subtitle {
        font-size: 14px;
        line-height: 16px; }
    .send-to-messenger i, .send-to-messenger span.fa {
      font-size: 14px; } }

@media (max-width: 380px) {
  .send-to-messenger {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 14px 14px 28px; }
    .send-to-messenger .icon {
      margin-right: 0px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: center; }
    .send-to-messenger .middle {
      text-align: center;
      margin: 0 14px; }
      .send-to-messenger .middle .title {
        margin-bottom: 14px; }
    .send-to-messenger i, .send-to-messenger span.fa {
      top: 35px;
      right: 20px; } }




.nell-backdrop {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity ease 400ms;
          transition: opacity ease 400ms; }
  .nell-backdrop.ng-hide {
    opacity: 0; }




.fetch-activity-shortcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

p.has-recipe-card:first-child .fetch-activity-top-hr,
p.has-recipe-card + p.has-recipe-card .fetch-activity-top-hr,
div.paragraph-content.has-recipe-card:first-child .fetch-activity-top-hr,
div.paragraph-content.has-recipe-card + div.paragraph-content.has-recipe-card .fetch-activity-top-hr {
  display: none; }

.fetch-activity-shortcode-image {
  width: 280px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .fetch-activity-shortcode-image:before {
    content: '';
    display: block;
    padding-top: 66.66%; }
  .fetch-activity-shortcode-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .fetch-activity-shortcode-image .image .cs-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.fetch-activity-shortcode-text {
  padding-left: 42px;
  max-width: calc(60% - 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fetch-activity-shortcode-text h4, .fetch-activity-shortcode-text span.h4-block {
    margin-bottom: 0;
    font-style: normal; }
  .fetch-activity-shortcode-text p.fetch-activity-shortcode-timing {
    font-style: italic;
    margin-bottom: 0; }
  .fetch-activity-shortcode-text .button {
    text-decoration: none;
    display: inline-block;
    width: 200px;
    margin-top: 14px; }

.component.step-recipe-card-only {
  padding-bottom: 0; }
  .component.step-recipe-card-only .step-contents-container {
    margin-bottom: 0; }
  .component.step-recipe-card-only .step-directions {
    margin-bottom: 0; }
    .component.step-recipe-card-only .step-directions.cs-short-step > p:first-child, .component.step-recipe-card-only .step-directions.cs-short-step > div.paragraph-content:first-child {
      margin-bottom: 0; }

.aside.component.step-recipe-card-only {
  padding-bottom: 42px; }
  .aside.component.step-recipe-card-only .step-contents-container {
    margin-bottom: 28px; }

.component.step-recipe-card-only + .component.step-recipe-card-only cs-fetch-activity-shortcode hr:first-of-type {
  display: none; }

@media (max-width: 960px) {
  .aside.component.step-recipe-card-only {
    padding-bottom: 28px; } }

@media (max-width: 550px) {
  .fetch-activity-shortcode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fetch-activity-shortcode-image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .fetch-activity-shortcode-image:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .fetch-activity-shortcode-text {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 14px; } }




.nell-popup {
  max-height: 90vh;
  position: fixed;
  background-color: white;
  z-index: 1000;
  border-radius: 4px;
  overflow-y: scroll;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
  max-width: 500px;
  opacity: 1;
  -webkit-transition: opacity ease 300ms;
          transition: opacity ease 300ms; }
  .nell-popup.ng-hide {
    opacity: 0; }
  .nell-popup .loading-spinner {
    padding: 42px; }

.nell-close-icon {
  cursor: pointer;
  position: absolute;
  color: #43413f;
  padding: 14px;
  top: 14px;
  right: 14px;
  z-index: 101; }

.has-image .nell-card-media-header {
  display: block; }

.has-image .nell-card-header {
  display: none; }

.has-image .nell-close-icon {
  color: white; }

.nell-card-header {
  width: 100%;
  padding: 56px 42px 0;
  box-sizing: border-box;
  text-align: center; }
  .nell-card-header h6, .nell-card-header span.h6-block {
    margin-bottom: 0; }
  .nell-card-header h3, .nell-card-header span.h3-block {
    margin-bottom: 0; }

.nell-card-media-header {
  display: none;
  position: relative;
  width: 100%;
  height: 281.25px;
  background-color: #43413f; }
  .nell-card-media-header .nell-card-title {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 28px;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5); }
    .nell-card-media-header .nell-card-title h6, .nell-card-media-header .nell-card-title span.h6-block, .nell-card-media-header .nell-card-title h3, .nell-card-media-header .nell-card-title span.h3-block {
      margin-bottom: 0; }

.nell-card-body {
  width: 100%;
  padding: 42px;
  box-sizing: border-box;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nell-card-body .short-summary p:last-child {
    margin-bottom: 0; }
  .nell-card-body .needs-work {
    color: #ff674d; }
  .nell-card-body .nell-card-body-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px; }
    .nell-card-body .nell-card-body-buttons a {
      margin: 0 7px; }

@media (max-width: 528px) {
  .nell-popup {
    width: 90%;
    max-height: 90%; }
  .nell-close-icon {
    top: 0;
    right: 0; }
  .nell-card-media-header {
    height: 50.625vw; }
  .nell-card-header {
    padding: 42px 28px 0; }
  .nell-card-text {
    padding: 28px; } }

@media (max-width: 420px) {
  .nell-card-body .nell-card-body-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nell-card-body .nell-card-body-buttons a {
      margin: 7px;
      min-width: 150px;
      text-align: center; } }




.step-number {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  box-sizing: border-box;
  padding: 21px 0;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  margin-bottom: 28px; }
  .step-number h3, .step-number span.h3-block {
    font-family: Akkurat;
    font-size: 36px;
    line-height: 28px;
    font-weight: normal; }

.cs-no-step-title .step-number {
  margin-bottom: 14px; }

.component-step {
  display: block; }
  .component-step h3, .component-step span.h3-block {
    margin-bottom: 14px; }

.cs-step-ingredients .ingredients {
  padding: 28px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #edecea;
  display: block; }

.step-image-container + .component-small > .step-directions {
  margin-top: 42px; }
  .step-image-container + .component-small > .step-directions > div.paragraph-content:last-child {
    margin-bottom: 0; }

.step-directions.cs-short-step > p:first-child,
.step-directions.cs-short-step > div.paragraph-content:first-child {
  text-align: center;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 0;
  border-top: none; }

.step-directions > :first-child {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #edecea; }

.aside .step-directions > :first-child {
  border-top: none;
  padding-top: 14px;
  margin-top: 0; }

.step-directions:last-child {
  margin-bottom: 0px; }

.step-directions img {
  width: 154.28571%;
  -webkit-transform: translateX(-190px);
      -ms-transform: translateX(-190px);
          transform: translateX(-190px); }

.step-directions .cs-image img,
.cs-image img {
  width: 100%;
  display: block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.component-step:first-of-type {
  margin-top: 0px !important; }

.step-contents-container {
  margin-bottom: 28px;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; }

.step-contents-container.active {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; }

.step-image-only .step-image {
  margin-top: 0; }

.has-step-image + .step-image-only {
  margin-top: -42px; }

.step-image, .step-video {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 56px; }
  .step-image .cs-image, .step-video .cs-image {
    background-color: #edecea; }

.step-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.aside .aside-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 14px; }
  .aside .aside-icon i, .aside .aside-icon h5, .aside .aside-icon span.h5-block, .aside .aside-icon span[cs-icon] {
    display: inline-block;
    margin-bottom: 0; }
  .aside .aside-icon h5, .aside .aside-icon span.h5-block {
    margin-left: 7px; }

.aside-expander {
  margin-top: 28px; }

.aside .step-contents-wrapper {
  position: relative;
  max-height: 112px;
  overflow: hidden; }
  .aside .step-contents-wrapper:after {
    content: "";
    width: 100%;
    height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 236, 234, 0)), color-stop(84%, #edebea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237, 236, 234, 0) 0%, #edebea 84%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(237, 236, 234, 0) 0%, #edebea 84%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edecea', endColorstr='#edebea',GradientType=0 );
    /* IE6-9 */ }

.aside-expanded .step-contents-wrapper {
  max-height: none; }
  .aside-expanded .step-contents-wrapper:after {
    display: none; }

.step-video {
  height: 624.375px; }

.appliance-instruction {
  box-sizing: border-box;
  margin-top: 28px;
  padding: 28px 28px;
  width: 100%;
  border: 1px solid #edecea;
  border-radius: 4px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .appliance-instruction .appliance-instruction-image {
    margin-right: 28px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px; }
  .appliance-instruction p, .appliance-instruction div.paragraph-content {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: pre-wrap; }

@media (max-width: 1166px) {
  .step-video {
    height: 56.25vw; }
  .aside .step-image {
    padding: 0 28px;
    box-sizing: border-box; }
  .step-directions img {
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

@media (max-width: 756px) {
  .step-contents-container .component-small {
    padding: 0 28px; } }

@media (max-width: 960px) {
  .step-contents-container .ingredient {
    padding: 0; } }

@media (max-width: 641px) {
  .appliance-instruction {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .appliance-instruction > div {
      padding-top: 14px; }
    .appliance-instruction .appliance-instruction-image {
      margin-right: 0; }
  .step-number {
    margin-bottom: 21px; }
  .step-image, .step-video {
    margin-top: 35px; }
  .cs-step-ingredients .ingredients,
  .step-directions > :first-child {
    padding: 21px 0 0;
    margin: 21px 0 0; } }




.joule-ad.component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9ccbdd; }

.joule-ad-content {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.joule-ad-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding-top: 28px; }
  .joule-ad-image img {
    width: 100%;
    height: auto; }

.joule-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  max-width: 360px;
  text-align: center;
  padding: 0 28px 0 70px; }
  .joule-text svg .a {
    stroke-width: 2px;
    stroke: white; }

@media (max-width: 1000px) {
  .joule-ad-content {
    padding: 28px 0; }
  .joule-ad-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .joule-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 56px 14px 56px 56px; } }

@media (max-width: 900px) {
  .joule-ad-content {
    display: block; }
  .joule-text {
    max-width: 500px;
    margin: auto;
    padding: 56px 28px 0; } }

@media (max-width: 500px) {
  .joule-ad-content {
    padding: 0 0 28px; }
  .joule-text {
    padding: 56px 28px 28px; } }




.joule-app-from-scratch {
  min-height: 56vw; }
  .joule-app-from-scratch::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+13,0+66 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 85%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 85%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .joule-app-from-scratch .hero-text {
    max-width: 600px; }

@media (max-width: 950px) {
  .hero.joule-app-from-scratch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero.joule-app-from-scratch::after {
      background: transparent; }
    .hero.joule-app-from-scratch .hero-background {
      position: relative;
      width: 100%;
      height: 56vw; }
    .hero.joule-app-from-scratch .hero-text {
      width: 100%;
      background-color: #fea894;
      max-width: none;
      padding-left: 0;
      padding: 70px 70px 42px;
      text-align: center !important; } }

@media (max-width: 750px) {
  .hero.joule-app-from-scratch .hero-text {
    padding: 42px 28px; } }




.joule-app-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 70px 28px 0;
  box-sizing: border-box; }

.joule-app-feature {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.joule-app-feature-icon {
  width: 50px;
  margin-bottom: 14px; }

.joule-app-feature-text {
  padding: 0 42px 42px; }
  .joule-app-feature-text h4, .joule-app-feature-text span.h4-block {
    margin-bottom: 14px; }
  .joule-app-feature-text p {
    margin-bottom: 0;
    opacity: 0.85; }
  .joule-app-feature-text svg {
    max-height: 70px;
    width: 100%;
    margin-bottom: 14px; }
    .joule-app-feature-text svg .a {
      stroke-width: 2px; }

.joule-app-feature-phone {
  width: 100%; }
  .joule-app-feature-phone img {
    width: 100%;
    vertical-align: top; }

@media (max-width: 900px) {
  .joule-app-features {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 0px; }
  .joule-app-feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: auto; }
  .joule-app-feature-text {
    padding: 0 42px; }
  .joule-app-feature-phone {
    border-bottom: 1px solid #edecea; }
  .joule-app-feature:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .joule-app-feature:nth-of-type(3) .joule-app-feature-phone {
    margin-bottom: 0;
    border-bottom: none; } }

@media (max-width: 600px) {
  .joule-app-feature, .joule-app-feature:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .joule-app-feature .joule-app-feature-text {
    padding: 0 0 28px;
    max-width: 300px; }
  .joule-app-feature .joule-app-feature-phone {
    max-width: 300px;
    margin-bottom: 42px; } }

@media (max-width: 450px) {
  .joule-app-features-title {
    padding: 56px 28px 14px; } }




.joule-app-fifties .fifty-fifty {
  margin-bottom: 70px; }

.joule-app-fifties .fifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.joule-app-fifties .fifty.fifty-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 42px; }
  .joule-app-fifties .fifty.fifty-text svg {
    max-height: 65px;
    width: 100%;
    margin-bottom: 14px; }

.joule-app-fifties .fifty.fifty-image::before {
  display: none; }

@media (max-width: 641px) {
  .joule-app-fifties .fifty-fifty {
    margin-bottom: 0; }
  .joule-app-fifties .fifty.fifty-text {
    padding: 0 28px 42px; }
  .joule-app-fifties .fifty.fifty-image {
    padding-bottom: 56px; } }




.joule-app-guides-component {
  background-color: whitesmoke; }

.joule-app-guides-text.text-block {
  max-width: 700px;
  margin: auto;
  padding: 98px 28px 28px;
  text-align: center; }

.joule-app-guides-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 42px; }

.joule-app-guides-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.joule-app-guides-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative; }
  .joule-app-guides-control .button-circle-large {
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
    position: absolute;
    top: 240px;
    opacity: 1;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
            transition: opacity 300ms ease, transform 300ms ease; }
    .joule-app-guides-control .button-circle-large:hover {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
  .joule-app-guides-control i.fa, .joule-app-guides-control span.fa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .joule-app-guides-control .hide-controls, .joule-app-guides-control .hide-controls:hover {
    opacity: 0 !important; }
  .joule-app-guides-control:hover {
    cursor: pointer; }

.joule-app-guides-control-left {
  background: -webkit-linear-gradient(right, rgba(245, 245, 245, 0) 70%, whitesmoke);
  background: linear-gradient(right, rgba(245, 245, 245, 0) 70%, whitesmoke); }
  .joule-app-guides-control-left .button-circle-large {
    right: 175px; }

.joule-app-guides-control-right {
  background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 70%, whitesmoke);
  background: linear-gradient(left, rgba(245, 245, 245, 0) 70%, whitesmoke); }
  .joule-app-guides-control-right .button-circle-large {
    left: 175px; }

.joule-app-guides {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0.01, 0.4, 1);
          transition: transform 0.5s cubic-bezier(0.3, 0.01, 0.4, 1);
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

.joule-app-guide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  padding: 28px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease; }
  .joule-app-guide.active {
    opacity: 1; }
  .joule-app-guide .joule-app-guide-image {
    border-radius: 7px;
    box-shadow: 0 0 14px #b8b6b4;
    overflow: hidden; }
  .joule-app-guide .joule-app-guide-number {
    border-radius: 35px;
    border: 1px solid #43413f;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 28px 28px 14px; }
  .joule-app-guide .joule-app-guide-text {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 28px; }

@media (max-width: 800px) {
  .joule-app-guides-text.text-block {
    padding: 70px 28px 42px; }
  .joule-app-guides-control-right, .joule-app-guides-control-left {
    background: transparent; } }

@media (max-width: 500px) {
  .joule-app-guides-text.text-block {
    padding: 56px 28px 28px; }
  .joule-app-guides-container {
    padding-bottom: 14px; }
  .joule-app-guides {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px; }
  .joule-app-guide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    padding: 14px; }
  .joule-app-guides-control .button-circle-large {
    top: 150px;
    min-width: 56px;
    width: 56px;
    height: 56px; }
  .joule-app-guides-control-left .button-circle-large {
    left: 7px;
    right: auto; }
  .joule-app-guides-control-right .button-circle-large {
    right: 7px;
    left: auto; } }




.joule-app-main-hero::after {
  background: transparent; }

.joule-app-main-hero .hero-text {
  width: 50%;
  text-align: left;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.joule-app-main-hero .hero-footer {
  z-index: 2;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 42px 28px;
  box-sizing: border-box; }
  .joule-app-main-hero .hero-footer img {
    max-width: 70px; }
  .joule-app-main-hero .hero-footer p {
    margin-bottom: 0; }

@media (max-width: 1000px) {
  .joule-app-main-hero .hero-text {
    width: 58%;
    -webkit-transform: translateX(35%);
        -ms-transform: translateX(35%);
            transform: translateX(35%); } }

@media (max-width: 641px) {
  .joule-app-main-hero::after {
    background: rgba(0, 0, 0, 0.5); }
  .joule-app-main-hero .hero-text {
    width: 100%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
    max-width: 500px; } }




.joule-app-second-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-app-second-hero .hero-background {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3); }
  .joule-app-second-hero .hero-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 70px 28px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule-app-second-hero .hero-text h2 {
      margin-bottom: 7px; }
    .joule-app-second-hero .hero-text h5 {
      margin-bottom: 0px; }
  .joule-app-second-hero .hero-image-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box;
    max-width: 280px;
    margin-bottom: 70px; }

@media (max-width: 550px) {
  .joule-app-second-hero .hero-image-phone {
    width: 60vw;
    max-width: 240px;
    margin-bottom: 56px; } }




.product-specs {
  background-color: #edecea;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  overflow: hidden; }
  .product-specs .external-specs, .product-specs .internal-specs {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .product-specs .joule-full {
    height: 800px;
    background-size: 2110px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .product-specs .specs {
    position: absolute;
    top: 42px; }
    .product-specs .specs .spec {
      position: relative;
      max-width: 260px;
      margin-bottom: 42px;
      padding: 0 28px; }
      .product-specs .specs .spec h4, .product-specs .specs .spec span.h4-block, .product-specs .specs .spec p {
        margin-bottom: 0; }
      .product-specs .specs .spec h4, .product-specs .specs .spec span.h4-block {
        font-size: 18px;
        margin-bottom: 7px; }
      .product-specs .specs .spec p {
        font-size: 14px;
        line-height: 21px;
        font-style: italic; }
  .product-specs .dots .dot {
    position: absolute;
    color: #43413f;
    background-color: rgba(255, 255, 255, 0.9);
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.external-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .external-specs .specs {
    right: 252px;
    text-align: right; }
  .external-specs .dot {
    right: 170px; }
  .external-specs .dot-1 {
    top: 100px; }
  .external-specs .dot-2 {
    top: 200px; }
  .external-specs .dot-3 {
    top: 300px;
    right: 80px; }
  .external-specs .dot-4 {
    top: 700px;
    right: 160px; }
  .external-specs .dot-5 {
    top: 730px;
    right: 110px; }

.internal-specs .specs {
  left: 252px;
  text-align: left; }

.internal-specs .dot {
  left: 140px; }

.internal-specs .dot-1 {
  top: 50px;
  left: 120px; }

.internal-specs .dot-2 {
  top: 180px; }

.internal-specs .dot-3 {
  top: 400px;
  left: 120px; }

.internal-specs .dot-4 {
  top: 600px;
  left: 160px; }

.product-specs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-specs .full-specs-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center; }

@media (max-width: 1100px) {
  .product-specs {
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: inherit; }
    .product-specs .joule-full {
      display: none; }
    .product-specs .cs-image {
      max-width: 400px; }
    .product-specs .external-specs, .product-specs .internal-specs {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 100%; }
      .product-specs .external-specs .specs .spec, .product-specs .internal-specs .specs .spec {
        max-width: none; }
    .product-specs .external-specs .specs {
      right: 308px; }
    .product-specs .external-specs .dot {
      right: 180px; }
    .product-specs .external-specs .dot-1 {
      top: 100px; }
    .product-specs .external-specs .dot-2 {
      top: 150px; }
    .product-specs .external-specs .dot-3 {
      top: 200px;
      right: 120px; }
    .product-specs .external-specs .dot-4 {
      top: 570px;
      right: 200px; }
    .product-specs .external-specs .dot-5 {
      top: 610px;
      right: 160px; }
    .product-specs .internal-specs .specs {
      left: 308px; }
    .product-specs .internal-specs .dot {
      left: 180px; }
    .product-specs .internal-specs .dot-1 {
      top: 30px; }
    .product-specs .internal-specs .dot-2 {
      top: 120px; }
    .product-specs .internal-specs .dot-3 {
      top: 330px;
      left: 160px; }
    .product-specs .internal-specs .dot-4 {
      top: 490px;
      left: 200px; } }

@media (max-width: 700px) {
  .product-specs .external-specs {
    margin-bottom: 120px; } }

@media (max-width: 600px) {
  .product-specs {
    padding-bottom: 42px; }
    .product-specs .cs-image {
      max-width: 250px; }
    .product-specs .external-specs {
      margin-bottom: 14px; }
      .product-specs .external-specs .cs-image {
        margin-right: -40px; }
      .product-specs .external-specs .specs {
        right: 140px; }
        .product-specs .external-specs .specs .spec:after {
          right: -84px; }
    .product-specs .internal-specs .cs-image {
      margin-left: -40px; }
    .product-specs .internal-specs .specs {
      left: 140px; }
      .product-specs .internal-specs .specs .spec:after {
        left: -84px; }
    .product-specs .specs .spec {
      margin-bottom: 28px; }
      .product-specs .specs .spec h4, .product-specs .specs .spec span.h4-block {
        font-size: 14px; }
      .product-specs .specs .spec p {
        display: none; }
    .product-specs .dots .dot {
      width: 21px;
      height: 21px; }
    .product-specs .external-specs .specs {
      right: 120px; }
    .product-specs .external-specs .dot {
      right: 90px; }
    .product-specs .external-specs .dot-1 {
      top: 18px; }
    .product-specs .external-specs .dot-2 {
      top: 50px; }
    .product-specs .external-specs .dot-3 {
      top: 100px;
      right: 40px; }
    .product-specs .external-specs .dot-4 {
      top: 360px; }
    .product-specs .external-specs .dot-5 {
      top: 380px;
      right: 60px; }
    .product-specs .internal-specs .specs {
      left: 120px; }
    .product-specs .internal-specs .dot {
      left: 90px; }
    .product-specs .internal-specs .dot-1 {
      top: 18px; }
    .product-specs .internal-specs .dot-2 {
      top: 90px;
      left: 70px; }
    .product-specs .internal-specs .dot-3 {
      top: 190px;
      left: 80px; }
    .product-specs .internal-specs .dot-4 {
      top: 300px;
      left: 70px; } }




.joule-app-demo {
  position: relative;
  height: 1000px;
  overflow: hidden; }
  .joule-app-demo .joule-app-demo-foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .joule-app-demo .joule-app-demo-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center center; }
  .joule-app-demo .joule-app-demo-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .joule-app-demo .joule-app-demo-top .joule-app-demo-title {
      width: 700px;
      text-align: center;
      color: white;
      margin-top: 56px; }
      .joule-app-demo .joule-app-demo-top .joule-app-demo-title h2 {
        margin-bottom: 7px; }
  .joule-app-demo .joule-app-demo-center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-videos {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1155px;
          -ms-flex: 0 0 1155px;
              flex: 0 0 1155px;
      height: 1000px;
      position: relative;
      overflow: hidden; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-videos .joule-app-demo-video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-videos .joule-app-demo-video.joule-app-demo-video-active {
          opacity: 1; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .joule-app-demo .joule-app-demo-left {
    padding-right: 15%; }
    .joule-app-demo .joule-app-demo-left .joule-app-demo-button {
      text-align: right;
      z-index: 1; }
      .joule-app-demo .joule-app-demo-left .joule-app-demo-button .joule-app-button-title {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .joule-app-demo .joule-app-demo-left .joule-app-demo-button .button-circle-play {
        margin-left: 14px; }
  .joule-app-demo .joule-app-demo-right {
    padding-left: 15%; }
    .joule-app-demo .joule-app-demo-right .joule-app-demo-button {
      text-align: left;
      z-index: 1; }
      .joule-app-demo .joule-app-demo-right .joule-app-demo-button .button-circle-play {
        margin-right: 14px; }
  .joule-app-demo .joule-app-demo-button {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 4px;
    padding: 28px;
    max-width: 300px;
    width: 100%;
    -webkit-transition: background-color 300ms ease-in-out;
            transition: background-color 300ms ease-in-out;
    box-sizing: border-box; }
    .joule-app-demo .joule-app-demo-button .joule-app-button-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 7px; }
    .joule-app-demo .joule-app-demo-button h4, .joule-app-demo .joule-app-demo-button span.h4-block {
      margin-bottom: 0px;
      text-decoration: underline; }
    .joule-app-demo .joule-app-demo-button p {
      margin-bottom: 0px; }
    .joule-app-demo .joule-app-demo-button:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.6); }
    .joule-app-demo .joule-app-demo-button.active {
      background-color: rgba(0, 0, 0, 0.8); }

@media (max-width: 1000px) {
  .joule-app-demo .joule-app-demo-button {
    max-width: 220px; }
  .joule-app-demo .joule-app-demo-left {
    padding-right: 18%; }
  .joule-app-demo .joule-app-demo-right {
    padding-left: 18%; } }

@media (max-width: 750px) {
  .joule-app-demo .joule-app-demo-title {
    padding: 0 28px; }
    .joule-app-demo .joule-app-demo-title h3 {
      font-size: 18px; }
    .joule-app-demo .joule-app-demo-title buy-joule-button {
      display: none; }
  .joule-app-demo .joule-app-demo-button {
    max-width: none;
    background-color: rgba(0, 0, 0, 0.6); }
    .joule-app-demo .joule-app-demo-button .button-circle-play {
      display: none; }
    .joule-app-demo .joule-app-demo-button.active {
      background-color: #ff674d; }
  .joule-app-demo .joule-app-demo-center .joule-app-demo-controls {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control {
      margin-top: 140px;
      width: 100%; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control.joule-app-demo-left {
        padding: 14px 7px 14px 21px; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control.joule-app-demo-right {
        padding: 14px 21px 14px 7px; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button {
        width: 100%;
        padding: 14px;
        text-align: center; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button .joule-app-button-title {
          -webkit-box-pack: center !important;
          -webkit-justify-content: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important;
          margin-bottom: 0; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button h4, .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button span.h4-block {
          font-size: 16px;
          text-decoration: none; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button p {
          display: none; }
  .joule-app-demo .joule-app-demo-center .joule-button-bottom {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; } }

@media (max-width: 500px) {
  .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control {
    margin-top: 160px; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button h4, .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button span.h4-block {
      font-size: 14px; } }




.component-joule-timeline {
  padding-bottom: 0 !important; }

.joule-timeline-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 1000px;
  padding-bottom: 56px;
  margin: 84px auto 0;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-items::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    border-left: 2px solid #edecea; }

.joule-timeline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 112px; }

.joule-timeline-marker {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  text-align: center; }
  .joule-timeline-marker .joule-timeline-time {
    font-family: Akkurat;
    font-size: 22px; }
  .joule-timeline-marker svg {
    width: 100%;
    max-height: 70px; }

.joule-timeline-image, .joule-timeline-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: calc(50% - 50px); }

.joule-timeline-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-image .cs-image {
    border-radius: 50%;
    max-width: 126px;
    overflow: hidden; }

.joule-timeline-content h4, .joule-timeline-content span.h4-block {
  margin-bottom: 14px; }

.joule-timeline-content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px; }

.joule-timeline-block:first-of-type {
  margin-top: 0px; }

.joule-timeline-block:nth-last-of-type(even) .joule-timeline-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 56px; }

.joule-timeline-block:nth-last-of-type(even) .joule-timeline-content {
  margin-left: 56px;
  text-align: left; }

.joule-timeline-block:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 56px; }
  .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-content {
    margin-right: 56px;
    text-align: right; }

.joule-timeline-end {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-end::after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 80%;
    border-left: 2px solid rgba(255, 255, 255, 0.6); }
  .joule-timeline-end .joule-timeline-end-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .joule-timeline-end .cs-background-image-container::before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .joule-timeline-end i[cs-icon='sides'] {
    margin-bottom: 28px; }
    .joule-timeline-end i[cs-icon='sides'] svg {
      height: 40px;
      width: 40px; }

.joule-timeline-end-title {
  z-index: 1;
  width: 100px;
  color: white;
  padding: 42px; }

@media (max-width: 1084px) {
  .joule-timeline-items {
    width: 100%;
    padding: 0 42px 56px; } }

@media (max-width: 800px) {
  .joule-timeline-items::before {
    left: 102px;
    top: 0px; }
  .joule-timeline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding-bottom: 56px; }
  .joule-timeline-image {
    display: none; }
  .joule-timeline-content {
    max-width: none; }
  .joule-timeline-block:nth-last-of-type(even) .joule-timeline-content {
    margin-left: 28px;
    text-align: left; }
  .joule-timeline-block:nth-last-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-content {
      margin-right: 0;
      margin-left: 28px;
      text-align: left; }
  .joule-timeline-end {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .joule-timeline-end::after {
      left: 102px;
      bottom: 70%; }
  .joule-timeline-end-title {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px; }
    .joule-timeline-end-title i[cs-icon='sides'] {
      margin-bottom: 0; }
    .joule-timeline-end-title h2 {
      margin-bottom: 0;
      margin-left: 28px; } }

@media (max-width: 500px) {
  .joule-timeline-items {
    margin: 28px 0 0;
    padding: 0 28px 28px 14px; }
    .joule-timeline-items::before {
      left: 64px; }
  .joule-timeline-block {
    padding-bottom: 14px; }
  .joule-timeline-marker {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
    .joule-timeline-marker img {
      margin-bottom: 0; }
    .joule-timeline-marker .joule-timeline-time {
      font-size: 16px; }
  .joule-timeline-content {
    margin-left: 7px !important; }
    .joule-timeline-content h4, .joule-timeline-content span.h4-block {
      margin-top: 14px; }
    .joule-timeline-content p {
      font-size: 14px;
      line-height: 21px; }
  .joule-timeline-end::after {
    left: 64px; }
  .joule-timeline-end-title {
    padding: 0 42px; } }




.joule-intl-selector .joule-info {
  max-width: 340px; }

.joule-intl-selector .total-price {
  position: relative;
  width: 100%;
  margin-bottom: 14px; }

.joule-intl-selector .desktop-price {
  display: block; }

.joule-intl-selector .mobile-price {
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 28px;
  width: 100%;
  text-align: center;
  position: relative; }

.joule-intl-selector .mobile-price h2,
.joule-intl-selector .desktop-price h2 {
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 0; }
  .joule-intl-selector .mobile-price h2 span,
  .joule-intl-selector .desktop-price h2 span {
    font-family: 'akkurat';
    font-weight: 400;
    color: #999999; }
  .joule-intl-selector .mobile-price h2 .sale,
  .joule-intl-selector .desktop-price h2 .sale {
    opacity: 1;
    color: #ff674d; }
  .joule-intl-selector .mobile-price h2 .slash,
  .joule-intl-selector .desktop-price h2 .slash {
    font-size: 28px;
    margin-left: 0;
    position: relative;
    text-decoration: line-through; }

.joule-intl-selector .desktop-price .price-labels {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid rgba(67, 65, 63, 0.6);
  padding: 4px;
  border-radius: 4px; }

.joule-intl-selector .mobile-price .price-labels {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .joule-intl-selector .mobile-price .price-labels .tax {
    padding-left: 10px; }

.joule-intl-selector .tax, .joule-intl-selector .free-shipping {
  font-size: 12px;
  line-height: 14px;
  color: rgba(67, 65, 63, 0.6);
  font-weight: 'circular'; }

.joule-intl-selector .out-of-stock {
  opacity: 0.8; }

@media (max-width: 750px) {
  .joule-intl-selector .mobile-price {
    display: block; }
  .joule-intl-selector .desktop-price {
    display: none; }
  .joule-intl-selector .joule-buy-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .joule-intl-selector .joule-buy-cta .button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

.joule-variant.joule-stainless input[type="radio"] {
  background-color: #a3a49e;
  border: 2px solid #a3a49e; }

.joule-variant.joule-stainless input[type="radio"]:checked {
  border: 2px solid #a3a49e; }

.joule-variant.joule-stainless input[type="radio"]:checked:after {
  border-color: #a3a49e; }

.joule-variant.joule-white input[type="radio"]:checked {
  border: 2px solid white; }

.joule-variant.joule-white input[type="radio"]:checked:after {
  border-color: white; }

.joule-intl-selector .joule-info p {
  opacity: 1;
  color: rgba(67, 65, 63, 0.6);
  -webkit-transition: color 300ms ease;
          transition: color 300ms ease; }

.joule-intl-selector.joule-selector.joule-white .joule-info p {
  opacity: 1;
  color: rgba(255, 255, 255, 0.9); }

.joule-intl-selector .joule-add-on .hover p {
  color: white;
  margin-bottom: 0 !important; }

.joule-intl-selector.long-layout .joule-selector-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.joule-intl-selector.long-layout .joule-info {
  padding-top: 42px; }

@media (max-width: 750px) {
  .joule-intl-selector.long-layout .joule-selector-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .joule-intl-selector.long-layout .joule-info {
    padding-top: 0; } }

.joule-intl-selector .joule-add-on {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
  .joule-intl-selector .joule-add-on .price {
    line-height: 1; }

.joule-intl-selector .joule-add-on.only-premium {
  margin-right: 0; }
  .joule-intl-selector .joule-add-on.only-premium label {
    font-size: 16px;
    padding-bottom: 45px; }
    .joule-intl-selector .joule-add-on.only-premium label .add {
      top: 50%; }
    .joule-intl-selector .joule-add-on.only-premium label .added {
      max-width: none; }
  .joule-intl-selector .joule-add-on.only-premium .price {
    top: 50%;
    right: 25px;
    left: auto; }
  .joule-intl-selector .joule-add-on.only-premium .hover {
    width: 100%; }

.joule-intl-selector .international-prompt {
  position: relative;
  background-color: transparent;
  padding: 21px 0 0;
  margin: 42px 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .joule-intl-selector .international-prompt p {
    color: #43413f;
    margin-bottom: 0 !important; }
  .joule-intl-selector .international-prompt svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    width: 30px;
    height: 30px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #43413f;
    background-color: white;
    padding: 0 7px; }
    .joule-intl-selector .international-prompt svg .a, .joule-intl-selector .international-prompt svg .b {
      stroke: #43413f;
      stroke-width: 2px; }
    .joule-intl-selector .international-prompt svg .c {
      fill: #43413f; }

.joule-intl-selector .international-cta .button {
  width: 100%; }

@media (max-width: 750px) {
  .joule-intl-selector .international-prompt {
    padding: 21px 0 7px;
    margin: 42px 0 0;
    border-bottom: none; } }

.joule-intl-selector .joule-info p {
  margin-bottom: 14px; }

@media (max-width: 750px) {
  .joule-intl-selector .joule-info p {
    border-bottom: none;
    padding-bottom: 0; }
  .joule-intl-selector .joule-info .joule-desc {
    margin-bottom: 28px; } }

.joule-intl-selector .joule-info p.shipping-notif {
  color: #ff674d;
  opacity: 1; }

.joule-intl-selector.joule-white .joule-info p.shipping-notif {
  color: #5d7d8e;
  background-color: #fff;
  padding: 5px 10px;
  opacity: .4;
  border-radius: 5px; }

.joule-intl-selector .joule-info .joule-app-notif {
  padding-top: 28px; }
  .joule-intl-selector .joule-info .joule-app-notif p {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: none; }

.joule-warning, a.joule-warning {
  width: 100%;
  padding: 35px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  background-color: #ff674d;
  color: white;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease; }
  .joule-warning svg, a.joule-warning svg {
    padding-right: 21px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .joule-warning svg .a, a.joule-warning svg .a {
      stroke: white; }
  .joule-warning p, a.joule-warning p {
    max-width: 500px;
    margin: 0;
    font-size: 16px;
    line-height: 21px; }

a.joule-warning:hover {
  opacity: 0.8; }

@media (max-width: 750px) {
  .joule-warning {
    padding: 28px; }
  .joule-warning p,
  a.joule-warning p {
    font-size: 14px;
    line-height: 18px; } }




@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  33% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  33% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.joule-selector {
  background-color: white;
  -webkit-transition: background-color 300ms ease;
          transition: background-color 300ms ease;
  -webkit-animation: fade-in 1s 0ms 1;
          animation: fade-in 1s 0ms 1; }
  .joule-selector .joule-variant span,
  .joule-selector .joule-add-on label span {
    -webkit-transition: color 300ms ease;
            transition: color 300ms ease; }
  .joule-selector .joule-buy-cta .slash,
  .joule-selector .joule-info h2 span {
    -webkit-transition: color 300ms ease, opacity 300ms ease;
            transition: color 300ms ease, opacity 300ms ease; }

.joule-selector.joule-white {
  background-color: #8cc8e9;
  background-color: #8fc1dc; }
  .joule-selector.joule-white svg .a {
    stroke: white; }
  .joule-selector.joule-white svg .fill {
    fill: white; }
  .joule-selector.joule-white .joule-nav-items {
    color: white; }
  .joule-selector.joule-white .joule-nav-items span:before {
    background-color: white; }
  .joule-selector.joule-white .joule-info {
    color: white; }
    .joule-selector.joule-white .joule-info p {
      opacity: 0.9; }
  .joule-selector.joule-white .joule-info h2 span.slash,
  .joule-selector.joule-white .joule-variant span,
  .joule-selector.joule-white .joule-add-on .price {
    color: #5d7d8e; }
  .joule-selector.joule-white .joule-info h2 span,
  .joule-selector.joule-white .joule-add-on .price span {
    color: white; }

.joule-selector .joule-nav-items {
  padding: 16px 0;
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.joule-selector-wrapper {
  padding: 28px 42px;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto; }

.joule-images {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  height: 650px;
  max-width: 420px;
  -webkit-animation: slide-in-bottom 1s 0ms 1;
          animation: slide-in-bottom 1s 0ms 1;
  z-index: 1; }
  .joule-images img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
    height: 100%;
    width: auto; }

.joule-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 330px;
  margin: 0 20px 30px 0;
  color: #43413f;
  z-index: 2;
  -webkit-transition: color 300ms ease, opacity 300ms ease;
          transition: color 300ms ease, opacity 300ms ease; }
  .joule-info h1 {
    font-size: 63px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 14px; }
  .joule-info p {
    font-size: 16px;
    opacity: 0.6;
    line-height: 24px;
    margin-bottom: 28px; }

@media (max-width: 750px) {
  .joule-selector-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 28px 56px; }
  .joule-info {
    margin: 0; }
  .joule-info h1 {
    display: block;
    text-align: center;
    font-size: 56px; }
  .joule-info p {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 28px; }
  .joule-images, .joule-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .joule-images {
    height: auto;
    max-width: none;
    width: 100%;
    height: 300px; }
    .joule-images img {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%; } }

.joule-variants {
  margin-bottom: 28px; }

.joule-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative; }
  .joule-variant.disabled {
    opacity: 0.5; }
  .joule-variant label {
    font-size: 16px;
    padding-left: 14px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .joule-variant span {
    font-size: 17px;
    font-family: 'akkurat';
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.joule-variant input {
  padding: 0 28px;
  margin-top: 7px;
  width: 100% !important;
  cursor: pointer;
  -webkit-transition: background-color ease 300ms;
  transition: background-color ease 300ms; }

.joule-variant input[type="radio"] {
  padding: 0;
  margin: 0 14px 0 0;
  width: 30px !important;
  min-width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid #edecea;
  background-image: none;
  box-shadow: none;
  border-radius: 50%;
  position: relative;
  -webkit-appearance: none; }

.joule-variant input[type="radio"]:after {
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: none;
  content: '';
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 1);
          transform: translate(-50%, -50%) scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
          transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, transform 300ms ease-in-out; }

.joule-variant input[type="radio"]:checked:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  box-shadow: none; }

.joule-variant input[type="radio"]:checked + label {
  font-weight: bold; }

.joule-variant.joule-cs10001 input[type="radio"] {
  background-color: #a3a49e;
  border: 2px solid #a3a49e; }

.joule-variant.joule-cs10001 input[type="radio"]:checked {
  border: 2px solid #a3a49e; }

.joule-variant.joule-cs10001 input[type="radio"]:checked:after {
  border-color: #a3a49e; }

.joule-variant.joule-cs20001 input[type="radio"]:checked {
  border: 2px solid white; }

.joule-variant.joule-cs20001 input[type="radio"]:checked:after {
  border-color: white; }

@media (max-width: 600px) {
  .joule-variants {
    margin-bottom: 35px; } }

.joule-add-ons {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.joule-add-on {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%; }
  .joule-add-on:not(:last-child) {
    margin-bottom: 7px; }
  .joule-add-on:hover label, .joule-add-on.checked:hover label {
    background-color: rgba(0, 0, 0, 0.05); }
  .joule-add-on:hover .plus, .joule-add-on.checked:hover .plus {
    -webkit-transform: translateY(-50%) scale3d(1, 1, 1) rotateZ(90deg);
            transform: translateY(-50%) scale3d(1, 1, 1) rotateZ(90deg); }

.joule-add-on label {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 28px 28px 56px 58px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.03);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 300ms ease-in-out;
          transition: background-color 300ms ease-in-out; }
  .joule-add-on label .add, .joule-add-on label .added {
    display: block;
    position: absolute; }
  .joule-add-on label .add {
    top: 37%;
    -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
            transform: translateY(-50%) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-transition: opacity 300ms 200ms ease-in-out, -webkit-transform 300ms 200ms ease-in-out;
            transition: opacity 300ms 200ms ease-in-out, transform 300ms 200ms ease-in-out; }
  .joule-add-on label .added {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.3;
    opacity: 0;
    -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
            transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; }

.joule-add-on input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  width: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  background-color: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none; }

.joule-add-on .check, .joule-add-on .plus {
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
          transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; }

.joule-add-on .plus {
  -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
          transform: translateY(-50%) scale3d(1, 1, 1);
  opacity: 1; }

.joule-add-on .check {
  -webkit-transform: translateY(-50%) scale3d(0, 0, 0);
          transform: translateY(-50%) scale3d(0, 0, 0);
  opacity: 0; }

.joule-add-on .check, .joule-add-on .plus {
  content: "";
  left: 20px;
  width: 20px;
  height: 20px; }
  .joule-add-on .check svg .a, .joule-add-on .plus svg .a {
    stroke-width: 2px; }

.joule-add-on .price {
  position: absolute;
  top: 63%;
  left: 58px;
  -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
          transform: translateY(-50%) scale3d(1, 1, 1);
  pointer-events: none;
  -webkit-transition: opacity 300ms 200ms ease-in-out, -webkit-transform 300ms 200ms ease-in-out;
          transition: opacity 300ms 200ms ease-in-out, transform 300ms 200ms ease-in-out;
  font-size: 16px;
  font-family: 'akkurat';
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; }
  .joule-add-on .price span {
    color: #ff674d;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease-in-out;
            transition: color 300ms ease-in-out; }

.joule-add-on .hover {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  width: calc(100% + 7px);
  top: -20px;
  left: 0;
  -webkit-transform: translateY(-90%);
      -ms-transform: translateY(-90%);
          transform: translateY(-90%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #43413f;
  border-radius: 6px;
  color: white;
  padding: 21px;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms 0ms ease-in-out, -webkit-transform 300ms 0ms ease-in-out;
          transition: opacity 300ms 0ms ease-in-out, transform 300ms 0ms ease-in-out; }
  .joule-add-on .hover svg, .joule-add-on .hover img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-right: 14px; }
    .joule-add-on .hover svg .a, .joule-add-on .hover img .a {
      stroke: white; }
  .joule-add-on .hover p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
    opacity: 1; }
  .joule-add-on .hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #43413f; }

.joule-add-on:last-child .hover {
  right: 0;
  left: auto; }
  .joule-add-on:last-child .hover:after {
    left: auto;
    right: 50px; }

.joule-add-on:hover .hover {
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 300ms 100ms ease-in-out, -webkit-transform 300ms 100ms ease-in-out;
          transition: opacity 300ms 100ms ease-in-out, transform 300ms 100ms ease-in-out; }

.joule-add-on.checked .hover {
  opacity: 0;
  -webkit-transform: translateY(-90%);
      -ms-transform: translateY(-90%);
          transform: translateY(-90%); }

.joule-add-on.checked label {
  background-color: rgba(0, 0, 0, 0.08); }
  .joule-add-on.checked label .add {
    -webkit-transform: translateY(-50%) scale3d(0.7, 0.7, 0);
            transform: translateY(-50%) scale3d(0.7, 0.7, 0);
    opacity: 0;
    -webkit-transition: opacity 300ms 0ms ease-in-out, -webkit-transform 300ms 0ms ease-in-out;
            transition: opacity 300ms 0ms ease-in-out, transform 300ms 0ms ease-in-out; }
  .joule-add-on.checked label .added {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    -webkit-transition: opacity 300ms 100ms ease-in-out, -webkit-transform 300ms 100ms ease-in-out;
            transition: opacity 300ms 100ms ease-in-out, transform 300ms 100ms ease-in-out; }

.joule-add-on.checked .price {
  -webkit-transform: translateY(-50%) scale3d(0.7, 0.7, 0);
          transform: translateY(-50%) scale3d(0.7, 0.7, 0);
  opacity: 0;
  -webkit-transition: opacity 300ms 0ms ease-in-out, -webkit-transform 300ms 0ms ease-in-out;
          transition: opacity 300ms 0ms ease-in-out, transform 300ms 0ms ease-in-out; }

.joule-add-on.checked .check {
  -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
          transform: translateY(-50%) scale3d(1, 1, 1);
  opacity: 1; }

.joule-add-on.checked .plus {
  -webkit-transform: translateY(-50%) scale3d(0, 0, 0);
          transform: translateY(-50%) scale3d(0, 0, 0);
  opacity: 0; }

@media (max-width: 750px) {
  .joule-add-ons {
    width: calc(100% + 28px);
    -webkit-transform: translateX(-17px);
        -ms-transform: translateX(-17px);
            transform: translateX(-17px); }
  .joule-add-on .hover {
    display: none; } }

@media (max-width: 400px) {
  .joule-add-on label {
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .joule-add-on label span {
    display: block; } }

.joule-buy-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .joule-buy-cta .button {
    width: 100%;
    min-width: 170px; }

h2.mobile-price {
  display: none; }

h2.desktop-price {
  display: inline-block;
  padding-left: 14px; }

h2.mobile-price,
h2.desktop-price {
  font-size: 35px;
  line-height: 1;
  margin: 0; }
  h2.mobile-price span,
  h2.desktop-price span {
    font-family: 'akkurat';
    font-weight: 400;
    color: #999999; }
  h2.mobile-price .sale,
  h2.desktop-price .sale {
    opacity: 1;
    color: #ff674d; }
  h2.mobile-price .slash,
  h2.desktop-price .slash {
    font-size: 28px;
    margin-left: 0;
    position: relative;
    text-decoration: line-through; }

.international-cta .button {
  min-width: 250px;
  margin-bottom: 14px; }

.international-prompt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 28px;
  margin-bottom: 28px; }

@media (max-width: 750px) {
  .joule-buy-cta .button {
    width: auto; }
  h2.mobile-price {
    display: inline-block; }
  h2.desktop-price {
    display: none; }
  .international-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 450px) {
  .joule-buy-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .joule-buy-cta h2, .joule-buy-cta .buttonUrl {
      width: 100%;
      text-align: center; }
    .joule-buy-cta h2 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 28px; }
    .joule-buy-cta .button {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .international-prompt {
    padding: 21px;
    text-align: center; } }

@media (max-width: 350px) {
  .joule-add-on label {
    padding: 28px 28px 56px 45px; }
  .joule-add-on .price {
    left: 45px; }
  .joule-add-on .check, .joule-add-on .plus {
    left: 15px; } }




.joule-app-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 75vh;
  min-height: 700px; }
  .joule-app-hero::after {
    background: -webkit-gradient(linear, left, right, color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 10%, transparent 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 10%, transparent 50%); }
  .joule-app-hero .text-icon svg {
    height: 85px;
    width: auto;
    margin-bottom: 7px; }
    .joule-app-hero .text-icon svg .a, .joule-app-hero .text-icon svg .b {
      stroke-width: 2px;
      stroke: white; }
  .joule-app-hero .hero-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
    padding: 42px 70px;
    max-width: 450px; }
    .joule-app-hero .hero-text h5 {
      margin-bottom: 0px; }
    .joule-app-hero .hero-text p {
      margin-bottom: 14px; }
  .joule-app-hero .cta-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .joule-app-hero .cta-buttons custom-button {
      margin: 7px 0; }
    .joule-app-hero .cta-buttons a {
      width: 250px; }

@media (max-width: 640px) {
  .joule-app-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: none; }
    .joule-app-hero::after {
      display: none; }
    .joule-app-hero .hero-background {
      position: relative;
      min-height: 400px; }
    .joule-app-hero .hero-text {
      padding: 56px 28px;
      max-width: none;
      text-align: center;
      background-color: #8fb7a6; }
      .joule-app-hero .hero-text p {
        opacity: 0.85; }
    .joule-app-hero .cta-buttons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .joule-app-hero .cta-buttons custom-button {
        margin: 7px; } }

@media (max-width: 600px) {
  .joule-app-hero {
    min-height: 600px; }
    .joule-app-hero .cta-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .joule-app-hero .cta-buttons custom-button {
        margin: 7px 0; } }




.joule-text-block .text-block {
  max-width: 600px;
  margin: 0 auto 28px; }
  .joule-text-block .text-block p {
    opacity: 0.8; }

.joule-text-block .text-icon {
  text-align: center; }
  .joule-text-block .text-icon svg {
    height: 85px;
    width: auto;
    margin-bottom: 7px; }
    .joule-text-block .text-icon svg .a, .joule-text-block .text-icon svg .b {
      stroke-width: 2px; }

.joule-pitch .text-block, .joule-pitch p:last-child {
  margin-bottom: 0; }




.joule-features {
  position: relative; }

.joule-vertical, .joule-horizontal {
  position: absolute;
  z-index: 1; }
  .joule-vertical img, .joule-horizontal img {
    width: 100%; }

.joule-vertical {
  top: 0;
  right: 0;
  width: 500px; }

.joule-horizontal {
  bottom: 50px;
  left: 0;
  width: 300px; }

.joule-features-inner {
  width: 90%;
  max-width: 1400px;
  padding: 84px 42px;
  margin: auto;
  background-color: #f7dfdd;
  color: #ff674d;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-features-inner h2, .joule-features-inner span.h2-block {
    font-size: 52px;
    line-height: 1;
    text-align: center;
    max-width: 500px;
    margin-bottom: 42px;
    z-index: 2; }
  .joule-features-inner .button {
    min-width: 220px;
    z-index: 2; }

.joule-feature-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 28px;
  z-index: 2; }

.joule-feature {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 28px;
  box-sizing: border-box; }

.feature-icon {
  margin-right: 14px; }
  .feature-icon svg {
    width: 70px;
    height: auto; }
    .feature-icon svg .a {
      stroke: #ff674d;
      stroke-width: 2px; }

.feature-text h4, .feature-text span.h4-block {
  margin-bottom: 7px; }

.feature-text p {
  font-size: 16px;
  line-height: 24px;
  color: #43413f;
  opacity: 0.5; }

@media (min-width: 1750px) {
  .joule-vertical {
    right: calc(50vw - 800px); }
  .joule-horizontal {
    left: calc(50vw - 700px); } }

@media (max-width: 1300px) {
  .joule-vertical {
    width: 400px;
    top: -80px;
    right: -10px; }
  .joule-horizontal {
    width: 250px;
    bottom: 10px; } }

@media (max-width: 1200px) {
  .joule-vertical {
    width: 380px;
    top: -140px;
    right: -20px; }
  .joule-horizontal {
    width: 200px;
    bottom: 10px; } }

@media (max-width: 900px) {
  .joule-vertical {
    width: 320px;
    right: -10px;
    top: -140px; }
  .joule-horizontal {
    bottom: auto;
    top: 0px;
    width: 170px; }
  .joule-features-inner {
    padding: 70px 28px 56px; }
    .joule-features-inner h2, .joule-features-inner span.h2-block {
      font-size: 40px;
      max-width: 450px;
      margin-bottom: 56px; }
  .joule-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 14px 14px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%; }
  .feature-icon {
    margin: 0; } }

@media (max-width: 730px) {
  .joule-vertical {
    width: 250px;
    right: -10px;
    top: -40px; }
  .joule-horizontal {
    bottom: auto;
    top: 40px;
    width: 130px; }
  .joule-features-inner h2, .joule-features-inner span.h2-block {
    max-width: 300px;
    margin-bottom: 42px; }
  .joule-feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 250px; } }

@media (max-width: 500px) {
  .joule-vertical {
    width: 340px;
    right: 30px;
    top: -100px; }
  .joule-horizontal {
    bottom: auto;
    top: 20px;
    width: 200px; }
  .joule-features-inner {
    padding: 280px 28px 56px; } }

@media (max-width: 400px) {
  .joule-vertical {
    width: 310px;
    right: -20px;
    top: -80px; }
  .joule-horizontal {
    bottom: auto;
    top: 20px;
    width: 170px; }
  .joule-features-inner {
    width: 100%;
    padding: 280px 0 56px; }
  .joule-feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 320px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .feature-icon {
    margin-right: 14px; } }




.joule-hardware-desc .text-block {
  max-width: 700px;
  margin: 0 auto 56px; }
  .joule-hardware-desc .text-block p {
    opacity: 0.85; }

.joule-hardware-desc .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-hardware-desc .cta-buttons custom-button {
    margin: 14px; }

.joule-hardware-desc .media-video-container {
  margin: 0 0 28px; }

@media (max-width: 1194px) {
  .joule-hardware-desc .media-video-container {
    margin: 0 42px 28px; } }

@media (max-width: 640px) {
  .joule-hardware-desc .media-video-container {
    margin: 0 28px 0;
    min-height: 200px; } }

@media (max-width: 600px) {
  .joule-hardware-desc .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule-hardware-desc .cta-buttons custom-button {
      margin: 7px 0; } }




.joule-others h2, .joule-others span.h2-block {
  color: #ff674d; }

.joule-others .text-icon svg {
  height: 85px;
  width: auto;
  margin-bottom: 7px; }
  .joule-others .text-icon svg .a, .joule-others .text-icon svg .b {
    stroke-width: 2px;
    stroke: #ff674d; }

.component-media.padded + .component-olapic.theme-gray {
  background-color: #f7f7f7; }




.joule-highlights {
  padding: 28px 0; }

.joule-split {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 0; }

.split-media {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  overflow: hidden; }
  .split-media img {
    border-radius: 4px; }
  .split-media .media-video-container {
    margin: 0;
    border-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .split-media .media-button-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.2); }
    .split-media .media-button-container:after {
      content: "See Joule in action";
      font-size: 20px;
      line-height: 1.1;
      font-weight: bold;
      letter-spacing: normal;
      margin-left: 14px;
      text-transform: uppercase;
      color: white;
      z-index: 5;
      max-width: 130px;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
  .split-media .button-circle-play-large {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 60px 50px rgba(0, 0, 0, 0.5); }

.split-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  min-width: 420px;
  padding: 0 42px 0 84px;
  box-sizing: border-box; }
  .split-text h2, .split-text span.h2-block {
    font-size: 52px;
    line-height: 1;
    color: #ff674d; }
  .split-text p {
    opacity: 0.7;
    margin-bottom: 0; }
  .split-text joule-selector-button {
    text-align: left; }
  .split-text .button {
    min-width: 220px;
    margin-top: 14px; }
  .split-text .button:first-of-type {
    margin-top: 28px;
    margin-right: 14px; }

.joule-split.right .split-media {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.joule-split.right .split-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 84px 0 42px; }

.joule-steps {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px; }
  .joule-steps svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px; }
    .joule-steps svg .a {
      stroke: #ff674d;
      stroke-width: 2px; }

.joule-step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .joule-step h4, .joule-step span.h4-block {
    line-height: 1;
    color: #ff674d;
    margin: 0 0 0 7px; }

.joule-arrow {
  padding: 0 21px 0 14px;
  opacity: 0.3; }

@media (max-width: 1300px) {
  .split-text {
    padding: 0 42px 0 56px; }
    .split-text h2, .split-text span.h2-block {
      font-size: 45px; }
  .joule-split.right .split-text {
    padding: 0 56px 0 42px; } }

@media (max-width: 1100px) {
  .joule-split {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 1000px) {
  .split-text {
    padding: 0 0 0 56px;
    min-width: 380px; }
    .split-text h2, .split-text span.h2-block {
      font-size: 40px; }
  .joule-split.right .split-text {
    padding: 0 56px 0 0; } }

@media (max-width: 960px) {
  .joule-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px; } }

@media (max-width: 900px) {
  .joule-highlights {
    padding: 42px 0 0; }
  .joule-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 28px; }
    .joule-split:first-child {
      padding: 0; }
  .split-text, .split-media {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .split-media {
    width: 100%; }
  .split-text,
  .joule-split.right .split-text {
    padding: 42px;
    min-width: 0;
    text-align: center;
    max-width: 600px; }
  .joule-split.right .split-media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .joule-split.right .split-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .split-text joule-selector-button {
    text-align: center; }
  .joule-steps {
    width: 100%;
    background-color: transparent;
    margin-bottom: 56px;
    padding: 0 28px;
    box-sizing: border-box; }
  .joule-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
        -ms-flex: 0 1 100px;
            flex: 0 1 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .joule-step h4, .joule-step span.h4-block {
      margin: 14px 0 0; }
  .joule-arrow {
    padding: 0 14px; } }

@media (max-width: 600px) {
  .split-text,
  .joule-split.right .split-text {
    padding: 42px 14px 28px;
    text-align: center; }
    .split-text h2, .split-text span.h2-block,
    .joule-split.right .split-text h2,
    .joule-split.right .split-text span.h2-block {
      font-size: 34px; }
    .split-text .button,
    .joule-split.right .split-text .button {
      width: 100%;
      max-width: 220px; } }

@media (max-width: 550px) {
  .split-text .button:first-of-type {
    margin-right: 0; } }

@media (max-width: 500px) {
  .joule-steps {
    background-color: transparent;
    margin-bottom: 56px;
    padding: 0 14px; }
    .joule-steps svg {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65px;
          -ms-flex: 0 0 65px;
              flex: 0 0 65px; }
  .joule-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80px;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .joule-step h4, .joule-step span.h4-block {
      margin: 14px 0 0;
      font-size: 16px; }
  .joule-arrow {
    padding: 0; } }

@media (max-width: 400px) {
  .split-media .media-button-container:after {
    font-size: 16px;
    max-width: 100px; }
  .split-media .button-circle-play-large {
    width: 63px;
    height: 63px;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.5); } }

@media (max-width: 360px) {
  .joule-step {
    margin: 0 7px; }
  .joule-arrow {
    display: none; } }




.joule-how .product-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px; }

.joule-how .product-step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 126px;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 14px; }
  .joule-how .product-step svg {
    width: 70px;
    height: 70px; }
  .joule-how .product-step .a, .joule-how .product-step .b {
    stroke-width: 2px; }
  .joule-how .product-step p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1; }

.joule-how .media-video-container {
  margin: 0 0 28px; }

@media (max-width: 1194px) {
  .joule-how .media-video-container {
    margin: 0 42px 28px; } }

@media (max-width: 640px) {
  .joule-how .media-video-container {
    margin: 0 28px 0;
    min-height: 200px; } }

@media (max-width: 500px) {
  .joule-how .product-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    padding: 0 7px; }
    .joule-how .product-step p {
      font-size: 12px; } }




.joule-size .media-video-container {
  margin: 56px 0 28px; }

.joule-size .text-block h2 {
  max-width: 390px;
  margin: 0 auto 28px; }

.joule-size .text-icon svg {
  height: 85px;
  width: auto;
  margin-bottom: 7px; }
  .joule-size .text-icon svg .a, .joule-size .text-icon svg .b {
    stroke-width: 2px; }

@media (max-width: 1194px) {
  .joule-size .media-video-container {
    margin: 56px 42px 28px; } }

@media (max-width: 640px) {
  .joule-size .media-video-container {
    margin: 42px 28px 0;
    min-height: 200px; } }




.buy-joule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 700px;
  max-height: none; }
  .buy-joule .product-text {
    position: relative;
    max-width: 320px;
    width: 100%;
    padding: 42px 0 0;
    margin-right: 15%;
    background: #ff674d;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15); }
    .buy-joule .product-text .buy-joule-title {
      margin-bottom: 42px; }
    .buy-joule .product-text h2 {
      font-size: 30px;
      line-height: 1;
      text-align: center;
      margin-bottom: 7px;
      color: white; }
    .buy-joule .product-text p {
      margin-bottom: 28px;
      line-height: 24px; }
    .buy-joule .product-text span {
      font-family: 'Akkurat';
      font-size: 42px;
      line-height: 56px;
      font-weight: regular; }
    .buy-joule .product-text .offer {
      color: white; }
    .buy-joule .product-text .msrp {
      opacity: 0.5;
      position: relative;
      font-size: 28px; }
      .buy-joule .product-text .msrp:after {
        content: "";
        width: 110%;
        height: 2px;
        position: absolute;
        background-color: white;
        border-radius: 2px;
        -webkit-transform: rotate(18deg);
            -ms-transform: rotate(18deg);
                transform: rotate(18deg);
        left: -3px;
        top: 50%; }
    .buy-joule .product-text .compare-price {
      opacity: 0.8;
      position: relative; }
      .buy-joule .product-text .compare-price:after {
        content: "";
        width: 110%;
        height: 2px;
        position: absolute;
        background-color: white;
        border-radius: 2px;
        left: 0;
        top: 50%; }
    .buy-joule .product-text h6 {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      text-align: center;
      margin-top: 7px;
      margin-bottom: 14px; }
    .buy-joule .product-text .joule-price {
      max-width: 340px;
      background-color: white;
      padding: 35px 35px 42px;
      box-sizing: border-box;
      text-align: center; }
      .buy-joule .product-text .joule-price .button {
        width: 100%;
        max-width: 300px; }
      .buy-joule .product-text .joule-price p {
        color: #ff674d;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 21px;
        font-weight: bold; }

@media (max-width: 800px) {
  .buy-joule {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .buy-joule .product-text {
      margin: 28px; }
      .buy-joule .product-text .joule-price {
        padding: 28px 28px 42px; }
        .buy-joule .product-text .joule-price p {
          font-size: 14px; } }




.joule-magnet {
  background-color: #e7afa4; }
  .joule-magnet::after {
    display: none; }
  .joule-magnet .hero-text {
    max-width: 500px; }
  .joule-magnet .joule-horizontal {
    position: absolute;
    left: 0;
    top: 100px;
    width: 450px; }
  .joule-magnet .joule-vertical {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 750px; }
  .joule-magnet .joule-magnet-mobile {
    display: none; }
  .joule-magnet .text-icon svg {
    height: 85px;
    width: auto;
    margin-bottom: 7px; }
    .joule-magnet .text-icon svg .a, .joule-magnet .text-icon svg .b {
      stroke: white;
      stroke-width: 2px; }

@media (max-width: 1400px) {
  .joule-magnet .joule-horizontal {
    width: 400px; }
  .joule-magnet .joule-vertical {
    width: 650px; } }

@media (max-width: 1200px) {
  .joule-magnet {
    min-height: 70vh; }
    .joule-magnet .joule-horizontal {
      width: 300px; }
    .joule-magnet .joule-vertical {
      width: 550px; } }

@media (max-width: 1000px) {
  .joule-magnet .joule-horizontal {
    width: 300px;
    top: 30px; }
  .joule-magnet .joule-vertical {
    width: 550px;
    top: -150px; } }

@media (max-width: 800px) {
  .joule-magnet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule-magnet .hero-background {
      position: relative; }
    .joule-magnet .joule-magnet-mobile {
      display: block;
      position: relative;
      width: 100%; }
    .joule-magnet .hero-text {
      padding-top: 0px;
      padding-bottom: 70px; }
    .joule-magnet .joule-horizontal, .joule-magnet .joule-vertical {
      display: none; } }




@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); } }

@keyframes fade-in-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); } }

#cooked-text {
  display: inline-block;
  position: relative;
  -webkit-animation: fade-in-text 2s 0s 1;
          animation: fade-in-text 2s 0s 1; }
  #cooked-text:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 4px solid white;
    position: absolute;
    left: 0;
    bottom: -5px; }

.joule-main-hero {
  position: relative;
  padding-bottom: 250px; }

.joule-main-hero .hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 80vh;
  max-height: 800px;
  min-height: 650px; }
  .joule-main-hero .hero:after {
    display: none; }
  .joule-main-hero .hero .hero-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 10%, transparent 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 10%, transparent 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .joule-main-hero .hero .hero-background .cs-background-image {
    background-position: center right !important; }
  .joule-main-hero .hero .hero-text {
    text-align: left;
    max-width: 700px;
    margin: 0 84px 56px;
    padding: 42px 0;
    z-index: 4; }
  .joule-main-hero .hero h1 {
    font-size: 91px;
    line-height: 91px;
    margin-bottom: 21px; }

@media (max-width: 1220px) {
  .joule-main-hero .hero h1 {
    font-size: 63px;
    line-height: 63px; } }

@media (max-width: 1150px) {
  .joule-main-hero {
    padding-bottom: 450px; }
    .joule-main-hero .hero {
      height: 650px;
      max-height: auto;
      min-height: auto; }
      .joule-main-hero .hero .hero-text {
        max-width: 500px; } }

@media (max-width: 800px) {
  .joule-main-hero {
    padding-bottom: 500px; }
    .joule-main-hero .hero {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .joule-main-hero .hero .hero-background:before {
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #2a2928 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, transparent 50%, #2a2928 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
      .joule-main-hero .hero .hero-text {
        margin-left: 0;
        width: 100%;
        padding: 42px 28px 98px;
        margin: 0;
        text-align: center; }
      .joule-main-hero .hero h1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        font-size: 49px;
        line-height: 49px; } }

@media (max-width: 700px) {
  .joule-main-hero .hero {
    height: 80vh;
    min-height: 500px; }
    .joule-main-hero .hero .cs-background-image-container .cs-background-image {
      background-position: top center !important; } }

@media (max-width: 670px) {
  .joule-main-hero {
    padding-bottom: 200px; } }

@media (max-width: 600px) {
  .joule-main-hero .hero .hero-text {
    padding: 42px 28px 98px; }
  .joule-main-hero .hero h1 {
    font-size: 42px;
    line-height: 42px; } }

@media (max-width: 400px) {
  .joule-main-hero .hero .hero-text {
    padding: 42px 28px 112px; } }

@media (max-width: 365px) {
  .joule-main-hero .hero h1 {
    font-size: 35px;
    line-height: 35px; } }

.wired-recommends {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 80px;
  right: 80px; }
  .wired-recommends img {
    width: 100%; }

@media (max-width: 1200px) {
  .wired-recommends {
    width: 160px;
    height: 160px;
    top: 60px;
    right: 40px; } }

@media (max-width: 600px) {
  .wired-recommends {
    width: 110px;
    height: 110px;
    top: 50px;
    right: 20px; } }




.joule-press-quotes {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #ff674d;
  padding: 42px 42px 56px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 2; }

.press-scroll-prompt {
  display: none; }

.press-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.press-quote {
  padding: 28px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  box-sizing: border-box;
  max-width: 280px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: white; }
  .press-quote img {
    height: 35px;
    width: auto;
    opacity: 0.5; }
  .press-quote p {
    font-weight: bold;
    line-height: 1.15;
    margin: 28px 0 0; }

.nyt p {
  font-size: 32px; }

.wired p {
  font-size: 21px; }

.sweethome p {
  font-size: 32px; }

.foodwine {
  border: none; }
  .foodwine p {
    font-size: 19px; }

@media (max-width: 1200px) {
  .joule-press-quotes {
    padding: 28px; } }

@media (max-width: 1150px) {
  .joule-press-quotes {
    padding: 56px 28px; }
  .press-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .press-quote {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 350px; }
  .wired {
    border: none; }
  .sweethome {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    border: none; }
  .foodwine {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    border-right: 1px solid rgba(255, 255, 255, 0.08); } }

@media (max-width: 670px) {
  .joule-press-quotes {
    padding: 28px 0 70px;
    width: 90vw; }
  .press-scroll-prompt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 170px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.5; }
    .press-scroll-prompt svg .a {
      stroke: white;
      stroke-width: 2px; }
  .press-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 0 5vw; }
    .press-wrapper::-webkit-scrollbar {
      display: none; }
    .press-wrapper::-moz-scrollbar {
      display: none; }
  .press-quote {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 80vw;
        -ms-flex: 1 0 80vw;
            flex: 1 0 80vw;
    max-width: 350px;
    min-width: 230px;
    border-right: none;
    padding: 14px; }
    .press-quote:last-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 85vw;
          -ms-flex: 1 0 85vw;
              flex: 1 0 85vw;
      padding-right: 10vw; }
  .nyt p {
    font-size: 28px; }
  .wired p {
    font-size: 19px; }
  .sweethome {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .sweethome p {
      font-size: 28px; }
  .foodwine {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
    .foodwine p {
      font-size: 18px; } }




.joule-sv-hero.hero-high-z {
  z-index: 300; }

.joule-sv-hero {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .joule-sv-hero::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left, right, color-stop(30%, rgba(171, 158, 155, 0.88)), color-stop(70%, transparent));
    background: -webkit-linear-gradient(left, rgba(171, 158, 155, 0.88) 30%, transparent 70%);
    background: linear-gradient(to right, rgba(171, 158, 155, 0.88) 30%, transparent 70%); }
  .joule-sv-hero .hero-text {
    max-width: 520px;
    text-align: center;
    padding: 42px 70px; }

@media (max-width: 640px) {
  .joule-sv-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: none; }
    .joule-sv-hero::after {
      display: none; }
    .joule-sv-hero .hero-background {
      position: relative;
      min-height: 400px; }
    .joule-sv-hero .hero-text {
      padding: 56px 28px;
      max-width: none;
      background-color: #d0b8b8; }
      .joule-sv-hero .hero-text p {
        opacity: 0.85; } }




.joule-voice::after {
  display: none; }

.joule-voice .hero-text {
  max-width: 500px;
  margin-left: 500px;
  padding: 42px 28px; }
  .joule-voice .hero-text h2 {
    max-width: 400px;
    margin: 0 auto 28px; }

.joule-voice .cs-background-image {
  background-position: bottom !important; }

.joule-voice .text-icon svg {
  height: 85px;
  width: auto;
  margin-bottom: 7px; }
  .joule-voice .text-icon svg .a, .joule-voice .text-icon svg .b {
    stroke: white;
    stroke-width: 2px; }

@media (max-width: 1100px) {
  .joule-voice .hero-text {
    margin-left: 350px; } }

@media (max-width: 800px) {
  .joule-voice {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 800px; }
    .joule-voice .hero-text {
      margin-left: 0px;
      padding-top: 56px; }
    .joule-voice .cs-background-image {
      background-position: bottom !important; } }




.matrix-card .matrix-item {
  display: block;
  position: relative;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06); }
  .matrix-card .matrix-item .item-image {
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
    overflow: hidden; }
    .matrix-card .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 66.66%; }
    .matrix-card .matrix-item .item-image .image, .matrix-card .matrix-item .item-image cs-image {
      background-color: #43413f;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .matrix-card .matrix-item .item-image img {
      width: 100%; }
  .matrix-card .matrix-item .item-text {
    color: #43413f;
    padding: 28px; }
    .matrix-card .matrix-item .item-text h4, .matrix-card .matrix-item .item-text span.h4-block {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 0; }
    .matrix-card .matrix-item .item-text p {
      margin-bottom: 0; }

.matrix-card .underline-hover {
  text-shadow: 0.03em 0.07em white, -0.03em 0.07em white, 0 0.03em white, 0 -0.03em white, 0.06em 0.07em white, -0.06em 0.07em white, 0.09em 0.07em white, -0.09em 0.07em white, 0.12em 0.07em white, -0.12em 0.07em white, 0.15em 0.07em white, -0.15em 0.07em white; }

.component-type-settings .matrix-card .matrix-item {
  background: transparent;
  border-radius: none;
  overflow: hidden;
  box-shadow: none; }

.item-card-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .item-card-label .tag, .item-card-label .premium {
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
    margin-right: 5px;
    opacity: 0.5; }
    .item-card-label .tag.purchased, .item-card-label .premium.purchased {
      color: #43413f !important; }
      .item-card-label .tag.purchased > .icon, .item-card-label .premium.purchased > .icon {
        position: relative;
        top: 1px;
        right: 4px; }
        .item-card-label .tag.purchased > .icon > svg, .item-card-label .premium.purchased > .icon > svg {
          width: 12px;
          height: 12px; }
  .item-card-label .premium {
    color: #ff674d;
    opacity: 1; }

.matrix-card .item-card-label .tag {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; }

@media (max-width: 640px) {
  .matrix-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .matrix-card .matrix-item .item-text {
      padding: 28px; }
      .matrix-card .matrix-item .item-text h4, .matrix-card .matrix-item .item-text span.h4-block {
        font-size: 16px;
        line-height: 21px; }
  .matrix-card.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-card.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-2-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix-card.matrix-2-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix-card.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-3-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix-card.matrix-3-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .matrix-card.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-4-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .matrix-card.matrix-4-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; } }

@media (max-width: 450px) {
  .matrix-card .matrix-item .item-text {
    padding: 14px; }
    .matrix-card .matrix-item .item-text h4, .matrix-card .matrix-item .item-text span.h4-block {
      font-size: 13px;
      line-height: 16px; }
  .matrix-card .item-card-label .tag, .matrix-card .item-card-label .premium {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500; } }




.matrix-icon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-icon .matrix-item {
    display: block; }
    .matrix-icon .matrix-item .item-image {
      border-radius: 4px; }
      .matrix-icon .matrix-item .item-image .cs-image {
        height: 77px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 21px; }
      .matrix-icon .matrix-item .item-image img {
        width: auto;
        height: 100%; }
    .matrix-icon .matrix-item .item-text {
      color: #43413f;
      padding: 0 14px;
      text-align: center; }
      .matrix-icon .matrix-item .item-text h4, .matrix-icon .matrix-item .item-text span.h4-block {
        margin-bottom: 7px; }
      .matrix-icon .matrix-item .item-text .item-card-label {
        display: none; }
      .matrix-icon .matrix-item .item-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        opacity: 0.85; }
      .matrix-icon .matrix-item .item-text .button {
        margin-top: 28px; }

.theme-dark .matrix-icon .matrix-item .item-text, .theme-orange .matrix-icon .matrix-item .item-text {
  color: white; }




.matrix-list .matrix-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.matrix-list .item-text {
  color: #43413f;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-list .item-text h4, .matrix-list .item-text span.h4-block {
    margin-bottom: 0; }
  .matrix-list .item-text p, .matrix-list .item-text div.text-block-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }

.matrix-list .item-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 21px; }

.matrix-list .item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 112px;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  width: 112px;
  height: 112px;
  margin-right: 28px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.08);
  position: relative;
  overflow: hidden; }
  .matrix-list .item-image:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .matrix-list .item-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .matrix-list .item-image cs-image {
    border-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .matrix-list .item-image img {
    max-width: 100%; }
  .matrix-list .item-image .item-info .item-info-counters {
    margin-bottom: 0; }
  .matrix-list .item-image .item-info .item-info-more {
    display: none; }

.matrix-list .item-card-label .tag, .matrix-list .item-card-label .premium {
  margin-top: 0; }

.theme-dark .matrix.matrix-list .matrix-item .item-text, .theme-orange .matrix.matrix-list .matrix-item .item-text {
  color: white; }

@media (min-width: 551px) and (max-width: 960px) {
  .matrix-list {
    padding: 0px 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .matrix-list.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; } }

@media (max-width: 550px) {
  .matrix-list {
    padding: 0px 28px; }
    .matrix-list .matrix-item {
      margin-bottom: 42px; }
    .matrix-list .item-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70px;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      width: 70px;
      height: 70px; }
      .matrix-list .item-image .cs-image-hover-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .matrix-list .item-image .cs-image-hover-icons .button-circle-play {
          position: relative;
          bottom: auto;
          right: auto; }
      .matrix-list .item-image .cs-image-hover-show .info-counters {
        font-size: 18px; }
      .matrix-list .item-image .cs-image-hover-show .info-more {
        display: none; }
    .matrix-list .item-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .matrix-list .item-text p {
        display: none; }
    .matrix-list .item-icons {
      padding: 21px 14px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .matrix-list.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; } }

.component-matrix-collapsible .matrix-list .matrix-item {
  margin-bottom: 28px; }

.component-matrix-collapsible .matrix-list .item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98px;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  width: 98px;
  height: 98px; }

.component-matrix-collapsible .matrix-list .item-text p {
  display: none; }

@media (min-width: 820px) {
  .component-matrix-collapsible .matrix-2-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-3-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-4-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-item-numbered .matrix-item {
    display: inline-block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .component-matrix-collapsible .matrix-item-numbered .item-image {
    overflow: visible; }
    .component-matrix-collapsible .matrix-item-numbered .item-image img {
      border-radius: 4px; } }

@media (min-width: 1194px) {
  .component-matrix-collapsible .matrix {
    padding: 0 14px; } }

@media (max-width: 960px) {
  .component-matrix-collapsible .matrix-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .component-matrix-collapsible .matrix-list.matrix-1-col .matrix-item {
    max-width: none; }
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item:nth-of-type(2n + 1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item:nth-of-type(2n + 2) {
      margin-right: 0px; } }

@media (max-width: 820px) {
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 550px) {
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item,
  .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item,
  .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    margin: 10px 0; }
  .component-matrix-collapsible .matrix-list .matrix-item h4, .component-matrix-collapsible .matrix-list .matrix-item span.h4-block {
    font-size: 16px; }
  .component-matrix-collapsible .matrix-list .item-number {
    margin-right: 14px; }
  .component-matrix-collapsible .matrix-list .item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 21px; } }




.matrix-circle .matrix-item {
  display: block; }
  .matrix-circle .matrix-item .item-image {
    width: 80%;
    max-width: 252px;
    margin: 0 auto 28px;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .matrix-circle .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .matrix-circle .matrix-item .item-image .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .matrix-circle .matrix-item .item-image img {
      width: 100%; }
    .matrix-circle .matrix-item .item-image .cs-image-hover-icons {
      background: transparent; }
  .matrix-circle .matrix-item .item-text {
    padding: 0 14px;
    text-align: center; }
    .matrix-circle .matrix-item .item-text h4, .matrix-circle .matrix-item .item-text span.h4 {
      margin-bottom: 7px; }
    .matrix-circle .matrix-item .item-text p {
      font-size: 16px;
      line-height: 24px;
      opacity: 0.85; }

@media (max-width: 500px) {
  .matrix-circle .item-text {
    padding: 0; } }

@media (max-width: 400px) {
  .matrix-circle .item-image {
    max-width: 196px; } }




.matrix-item-popup-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden; }
  .matrix-item-popup-image:before {
    content: '';
    display: block;
    padding-top: 66.66%; }
  .matrix-item-popup-image cs-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    -moz-transition: -moz-filter 300ms ease-in-out;
    -o-transition: -o-filter 300ms ease-in-out; }
  .matrix-item-popup-image custom-button {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out; }
    .matrix-item-popup-image custom-button .custom-button {
      margin: 0; }
  .matrix-item-popup-image.cs-on-hover-active {
    cursor: pointer; }
    .matrix-item-popup-image.cs-on-hover-active cs-image {
      -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
    .matrix-item-popup-image.cs-on-hover-active custom-button {
      opacity: 1; }

.matrix-item-popup-text {
  margin: 7px 14px 0; }
  .matrix-item-popup-text p:last-of-type {
    margin-bottom: 0; }
  .matrix-item-popup-text .popup-title {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0; }
  .matrix-item-popup-text .popup-link {
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }

.matrix.matrix-3-col.matrix-popup .matrix-item-popup-image {
  min-height: 180px; }




.matrix-media {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left; }
  .matrix-media .matrix-item {
    display: block; }
    .matrix-media .matrix-item .item-image {
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.08); }
      .matrix-media .matrix-item .item-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
      .matrix-media .matrix-item .item-image .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .matrix-media .matrix-item .item-image cs-image {
        border-radius: 4px;
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
      .matrix-media .matrix-item .item-image img {
        width: 100%; }
    .matrix-media .matrix-item .item-text {
      color: #43413f;
      padding: 0 14px; }
      .matrix-media .matrix-item .item-text h4, .matrix-media .matrix-item .item-text span.h4-block {
        margin-bottom: 7px; }
        .matrix-media .matrix-item .item-text h4.truncate-2-lines, .matrix-media .matrix-item .item-text span.h4-block.truncate-2-lines {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 55px; }
      .matrix-media .matrix-item .item-text .item-card-label {
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0.6; }
      .matrix-media .matrix-item .item-text p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
        opacity: 0.85; }
        .matrix-media .matrix-item .item-text p.truncate-4-lines {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }
        .matrix-media .matrix-item .item-text p.truncate-3-lines {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          height: 70px; }
      .matrix-media .matrix-item .item-text .button {
        margin-top: 28px; }

.component-full .matrix-media .matrix-item .item-image {
  position: relative;
  overflow: hidden; }
  .component-full .matrix-media .matrix-item .item-image:before {
    content: '';
    display: block;
    padding-top: 56.25%; }

.theme-dark .matrix-media .matrix-item .item-text, .theme-orange .matrix-media .matrix-item .item-text {
  color: white; }

@media (max-width: 960px) {
  .matrix-media .matrix-item .item-image {
    position: relative;
    overflow: hidden; }
    .matrix-media .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 50%; } }





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