/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
/* line 1, ../sass/_forms.scss */
.wpcf7 {
  margin: 0px 0 40px;
}
/* line 3, ../sass/_forms.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
  padding: 10px 20px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  width: 100%;
  margin-bottom: 7px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}
/* line 13, ../sass/_forms.scss */
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
/* line 17, ../sass/_forms.scss */
.wpcf7 a {
  color: #bc900b;
  text-decoration: none;
}
/* line 20, ../sass/_forms.scss */
.wpcf7 a:hover {
  text-decoration: underline;
}
/* line 25, ../sass/_forms.scss */
.wpcf7 p {
  margin-bottom: 10px;
}
/* line 15, ../sass/_mixins.scss */
.wpcf7 ::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
/* line 20, ../sass/_mixins.scss */
.wpcf7 ::-moz-placeholder {
  color: #a9a9a9;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
/* line 25, ../sass/_mixins.scss */
.wpcf7 :-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
/* line 30, ../sass/_mixins.scss */
.wpcf7 :-moz-placeholder {
  color: #a9a9a9;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 576px) {
  /* line 32, ../sass/_forms.scss */
  .tablepress {
    margin-top: 30px !important;
  }
}

/* line 2, ../sass/_base.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 8, ../sass/_base.scss */
.reserveren {
  display: none;
}
@media (max-width: 768px) {
  /* line 8, ../sass/_base.scss */
  .reserveren {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #000000;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-decoration: none;
    font-weight: bold;
  }
}

/* line 25, ../sass/_base.scss */
pre {
  background-color: #fff;
}

/* line 29, ../sass/_base.scss */
.container {
  padding: 0 30px;
}

/* line 33, ../sass/_base.scss */
body, html {
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0.7px;
  overflow-x: hidden;
}
/* line 43, ../sass/_base.scss */
body.scrolled .reserveren, html.scrolled .reserveren {
  display: none;
}

/* line 49, ../sass/_base.scss */
a {
  display: inline-block;
  text-decoration: none;
  color: #bc900b;
  text-decoration: none;
}
/* line 54, ../sass/_base.scss */
a:hover {
  color: #bc900b;
  text-decoration: underline;
}

/* line 60, ../sass/_base.scss */
b {
  font-weight: 900;
  font-style: italic;
}

/* line 65, ../sass/_base.scss */
p {
  color: #1d1d1d;
  margin-bottom: 30px;
}

/* line 70, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #bc900b;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

/* line 80, ../sass/_base.scss */
h1 {
  font-size: 2.5rem;
}

/* line 84, ../sass/_base.scss */
h2 {
  font-size: 2rem;
}

/* line 88, ../sass/_base.scss */
h3 {
  font-size: 1.5rem;
}

/* line 92, ../sass/_base.scss */
h4 {
  font-size: 1rem;
}

/* line 96, ../sass/_base.scss */
strong {
  font-weight: bold;
}

/* line 100, ../sass/_base.scss */
em {
  font-style: italic;
}

/* line 104, ../sass/_base.scss */
ul {
  padding-left: 20px;
  list-style-type: disc;
}
/* line 107, ../sass/_base.scss */
ul li {
  margin-bottom: 15px;
  color: #1d1d1d;
}

/* line 113, ../sass/_base.scss */
ol {
  padding-left: 20px;
  list-style-type: decimal;
}
/* line 116, ../sass/_base.scss */
ol li {
  margin-bottom: 15px;
  color: #1d1d1d;
}

/* line 122, ../sass/_base.scss */
blockquote {
  font-style: italic;
  color: #000000;
  font-size: 30px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
/* line 131, ../sass/_base.scss */
blockquote p {
  color: #000000;
}

/* line 136, ../sass/_base.scss */
blockquote::before {
  content: "\201C";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #000000;
  font-size: 70px;
}

/* line 145, ../sass/_base.scss */
blockquote::after {
  content: "\201D";
  color: #000000;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}

/* line 154, ../sass/_base.scss */
.white-text {
  color: #fff;
}

/* line 158, ../sass/_base.scss */
.black-text {
  color: #000;
}

/* line 162, ../sass/_base.scss */
.btn, .wpcf7-submit {
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: .4s all;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  border: none;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-bottom: 3px solid #bc900b;
}
/* line 175, ../sass/_base.scss */
.btn i, .wpcf7-submit i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
@media (max-width: 768px) {
  /* line 162, ../sass/_base.scss */
  .btn, .wpcf7-submit {
    padding: 10px 15px 10px 15px;
    min-width: 220px;
  }
}
/* line 184, ../sass/_base.scss */
.btn:hover, .wpcf7-submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bc900b;
}

/* line 191, ../sass/_base.scss */
.wpcf7-submit {
  margin-top: 15px;
}

/* line 195, ../sass/_base.scss */
.alignright {
  margin: 20px;
  float: right;
}

/* line 200, ../sass/_base.scss */
.alignleft {
  margin: 20px;
  float: left;
}

/* line 205, ../sass/_base.scss */
.container-fluid {
  padding: 0;
}

/* line 209, ../sass/_base.scss */
.margin-container {
  margin: 50px 0;
}

/* line 213, ../sass/_base.scss */
.text-center {
  text-align: center;
}

/* line 217, ../sass/_base.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1620px) {
  /* line 217, ../sass/_base.scss */
  .embed-container {
    width: 150%;
    padding: 44% !important;
    transform: translateX(-50%);
    left: 50%;
    max-width: unset;
  }
}
@media (min-width: 1900px) {
  /* line 217, ../sass/_base.scss */
  .embed-container {
    padding: 40% !important;
  }
}

/* line 237, ../sass/_base.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 245, ../sass/_base.scss */
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000;
  z-index: 999999;
}

/* line 254, ../sass/_base.scss */
.quick-menu {
  padding: 0;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  left: 50%;
  padding: 15px 15px 40px 10px;
  list-style: none;
  z-index: 200;
  margin-bottom: 0;
  transition: all .2s;
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
}
/* line 268, ../sass/_base.scss */
.quick-menu li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 40px;
  height: 40px;
}
/* line 276, ../sass/_base.scss */
.quick-menu li a {
  color: #6d6d6d;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 282, ../sass/_base.scss */
.quick-menu li a i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  /* line 254, ../sass/_base.scss */
  .quick-menu {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: unset;
    bottom: 0;
    top: unset;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  /* line 254, ../sass/_base.scss */
  .quick-menu {
    bottom: -45px;
  }
  /* line 304, ../sass/_base.scss */
  .quick-menu.scrolled {
    bottom: -20px;
  }
}

/* line 310, ../sass/_base.scss */
hr {
  border: none;
  outline: none;
  content: url("../img/knife.svg");
  max-width: 150px;
  margin: 40px auto;
}

/* line 318, ../sass/_base.scss */
.modal-dialog {
  text-align: center;
}
/* line 321, ../sass/_base.scss */
.modal-dialog .modal-header button {
  background-color: #000;
  border: none;
}
/* line 324, ../sass/_base.scss */
.modal-dialog .modal-header button span {
  color: #fff;
}
/* line 326, ../sass/_base.scss */
.modal-dialog .modal-header button span:hover {
  cursor: pointer;
}
/* line 332, ../sass/_base.scss */
.modal-dialog .modal-body {
  padding: 1rem 2rem;
}
/* line 336, ../sass/_base.scss */
.modal-dialog .btn:hover {
  cursor: pointer;
}

/* line 342, ../sass/_base.scss */
.grecaptcha-badge {
  display: none !important;
}

/* line 346, ../sass/_base.scss */
.empty {
  padding-top: 200px;
}
/* line 348, ../sass/_base.scss */
.empty header.dark {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 350, ../sass/_base.scss */
.empty header.dark.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 356, ../sass/_base.scss */
.overlay-new {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 9999999;
}
/* line 366, ../sass/_base.scss */
.overlay-new .container .text-block {
  margin-top: 50px;
  padding-top: 20px;
  position: relative;
}
/* line 370, ../sass/_base.scss */
.overlay-new .container .text-block h3, .overlay-new .container .text-block p {
  color: #fff;
}
/* line 373, ../sass/_base.scss */
.overlay-new .container .text-block .sluiten {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #bc900b;
  color: #fff;
}
/* line 381, ../sass/_base.scss */
.overlay-new .container .text-block .sluiten span {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 396, ../sass/_base.scss */
.overlay-new.close {
  display: none;
}

/* line 1, ../sass/_menu.scss */
#menuToggle {
  display: inline-block;
  position: relative;
  top: 30px;
  right: 30px;
  float: right;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  transition: all .2s;
}
@media (max-width: 992px) {
  /* line 1, ../sass/_menu.scss */
  #menuToggle {
    top: 75px;
    right: 60px;
    position: fixed;
  }
}
@media (max-width: 576px) {
  /* line 1, ../sass/_menu.scss */
  #menuToggle {
    top: 65px;
    right: 30px;
  }
}
/* line 22, ../sass/_menu.scss */
#menuToggle .menu-text {
  position: absolute;
  color: wheat;
  top: 32px;
  font-size: 17px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
/* line 33, ../sass/_menu.scss */
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
/* line 46, ../sass/_menu.scss */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/* line 50, ../sass/_menu.scss */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* line 54, ../sass/_menu.scss */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
/* line 58, ../sass/_menu.scss */
#menuToggle input:checked ~ ul {
  transform: translate(-65%, 0);
}
/* line 64, ../sass/_menu.scss */
#menuToggle span {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  background-color: #fff;
}
/* line 76, ../sass/_menu.scss */
#menuToggle span:first-child {
  transform-origin: 0% 0%;
  border-radius: 0;
}
/* line 80, ../sass/_menu.scss */
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
  border-radius: 0;
  background-color: #fff;
}
/* line 85, ../sass/_menu.scss */
#menuToggle span.burger {
  background-color: #FFF;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* line 92, ../sass/_menu.scss */
.menu-shop-container {
  display: inline-block;
  position: relative;
  top: 50px;
  left: 20px;
  transition: all .2s;
}
/* line 98, ../sass/_menu.scss */
.menu-shop-container ul {
  padding: 0;
}
/* line 100, ../sass/_menu.scss */
.menu-shop-container ul li {
  list-style: none;
}
/* line 102, ../sass/_menu.scss */
.menu-shop-container ul li i {
  font-size: 25px;
}
/* line 108, ../sass/_menu.scss */
.menu-shop-container:hover i {
  color: #000000;
}

/* line 114, ../sass/_menu.scss */
#menu {
  position: absolute;
  width: 660px;
  margin: -100px -200px 0 0px;
  padding: 190px 35px 60px 50px;
  padding-top: 180px;
  height: 100vh;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(125%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 60px 0px 70px rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  /* line 114, ../sass/_menu.scss */
  #menu {
    width: 455px;
    padding-top: 160px;
  }
}
@media (max-width: 576px) {
  /* line 114, ../sass/_menu.scss */
  #menu {
    padding-top: 120px;
  }
}
/* line 136, ../sass/_menu.scss */
#menu .il {
  background-image: url("../img/menu-illustratie.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 60%;
  height: 100%;
  opacity: 0.35;
  background-color: transparent;
}
/* line 152, ../sass/_menu.scss */
#menu li {
  padding: 10px 0;
  font-size: 22px;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
/* line 158, ../sass/_menu.scss */
#menu li a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 100%;
}
/* line 167, ../sass/_menu.scss */
#menu li a.active {
  color: #000000;
}
/* line 171, ../sass/_menu.scss */
#menu li a:hover {
  color: #000000;
}

/* line 2, ../sass/_loader.scss */
#loader-wrapper .loader-section.section-left {
  left: 0;
}

/* line 6, ../sass/_loader.scss */
#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* line 10, ../sass/_loader.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
/* line 17, ../sass/_loader.scss */
#loader-wrapper img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

/* line 28, ../sass/_loader.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

/* line 44, ../sass/_loader.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 59, ../sass/_loader.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  display: none;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 118, ../sass/_loader.scss */
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000000;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

/* line 130, ../sass/_loader.scss */
#loader-wrapper .loader-section.section-left {
  left: 0;
}

/* line 134, ../sass/_loader.scss */
#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
/* line 139, ../sass/_loader.scss */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 148, ../sass/_loader.scss */
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 157, ../sass/_loader.scss */
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 162, ../sass/_loader.scss */
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* line 174, ../sass/_loader.scss */
.loaded .loader-img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* JavaScript Turned Off */
/* line 182, ../sass/_loader.scss */
.no-js #loader-wrapper {
  display: none;
}

/* line 185, ../sass/_loader.scss */
.no-js h1 {
  color: #000;
}

/* line 189, ../sass/_loader.scss */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

/* Style the buttons that are used to open and close the accordion panel */
/* line 2, ../sass/_accordion.scss */
.faq {
  padding-bottom: 140px !important;
  text-align: left !important;
  padding-top: 20px !important;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
/* line 6, ../sass/_accordion.scss */
.faq .accordion {
  background-color: #fcfcfc;
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: all .3s;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
@media (max-width: 576px) {
  /* line 6, ../sass/_accordion.scss */
  .faq .accordion {
    padding: 20px 60px 20px 20px;
  }
}
/* line 26, ../sass/_accordion.scss */
.faq .active, .faq .accordion:hover {
  background-color: #000000;
  transition: all .3s;
  color: #fff;
}
/* line 33, ../sass/_accordion.scss */
.faq .pan {
  padding: 0 30px 0;
  background-color: white;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: all .3s;
}
/* line 42, ../sass/_accordion.scss */
.faq .pan.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding: 30px 30px 30px;
  background-color: #f2f5fb;
}
/* line 51, ../sass/_accordion.scss */
.faq .accordion:after {
  content: '+';
  font-size: 30px;
  color: #bc900b !important;
  float: right;
  vertical-align: middle;
  margin-left: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 15px 6px;
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 70, ../sass/_accordion.scss */
.faq .active:after {
  content: "-";
  color: #bc900b !important;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 13px 10px;
  font-size: 30px;
}

/* line 2, ../sass/_header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: all .2s;
}
/* line 11, ../sass/_header.scss */
header .header-top {
  background-color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
}
/* line 16, ../sass/_header.scss */
header .header-top i {
  margin-right: 7px;
}
/* line 20, ../sass/_header.scss */
header .header-top a {
  color: #bc900b;
  margin: 0 10px;
  text-decoration: none;
  font-size: 15px;
}
/* line 25, ../sass/_header.scss */
header .header-top a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 31, ../sass/_header.scss */
  header .header-top span span {
    display: none;
  }
}
/* line 39, ../sass/_header.scss */
header .logo {
  display: block;
  width: 100%;
  text-align: left;
  transition: all .1s;
  margin-top: 20px;
}
/* line 45, ../sass/_header.scss */
header .logo img, header .logo svg {
  width: 100%;
  max-width: 320px;
  transition: all .1s;
}
/* line 49, ../sass/_header.scss */
header .logo img .st0, header .logo svg .st0 {
  fill: #fff !important;
}
@media (max-width: 768px) {
  /* line 39, ../sass/_header.scss */
  header .logo {
    position: fixed;
    top: 35px;
    left: 30px;
    transform: unset;
    max-width: 250px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  /* line 39, ../sass/_header.scss */
  header .logo {
    max-width: 180px;
    text-align: left;
    left: 30px;
    transform: unset;
  }
}
/* line 68, ../sass/_header.scss */
header .header-btns {
  margin-top: 70px;
  text-align: right;
  width: 100%;
  transition: all .2s;
}
@media (max-width: 1220px) {
  /* line 75, ../sass/_header.scss */
  header .header-btns .btn {
    padding: 6px;
    font-size: 14px;
  }
}
/* line 81, ../sass/_header.scss */
header .header-btns .btn {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 12px;
}
@media (max-width: 992px) {
  /* line 81, ../sass/_header.scss */
  header .header-btns .btn {
    padding: 3px 6px;
  }
}
@media (max-width: 768px) {
  /* line 81, ../sass/_header.scss */
  header .header-btns .btn {
    display: none;
  }
}
/* line 93, ../sass/_header.scss */
header .header-btns .btn-r {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 2px solid #fff;
  margin-left: 5px;
}
/* line 98, ../sass/_header.scss */
header .header-btns .btn-r i {
  display: none;
}
@media (max-width: 992px) {
  /* line 98, ../sass/_header.scss */
  header .header-btns .btn-r i {
    display: block;
    margin: 6px 4px;
  }
}
/* line 105, ../sass/_header.scss */
header .header-btns .btn-r span {
  display: block;
}
@media (max-width: 992px) {
  /* line 105, ../sass/_header.scss */
  header .header-btns .btn-r span {
    display: none;
  }
}
@media (max-width: 1220px) {
  /* line 93, ../sass/_header.scss */
  header .header-btns .btn-r {
    margin-left: 2px;
  }
}
@media (max-width: 992px) {
  /* line 93, ../sass/_header.scss */
  header .header-btns .btn-r {
    padding: 3px 6px;
  }
}
@media (max-width: 768px) {
  /* line 93, ../sass/_header.scss */
  header .header-btns .btn-r {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  /* line 68, ../sass/_header.scss */
  header .header-btns {
    margin-top: 65px;
  }
}
/* line 126, ../sass/_header.scss */
header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0px 0 15px;
}
@media (max-width: 992px) {
  /* line 126, ../sass/_header.scss */
  header.scrolled {
    padding: 0 0 60px;
  }
}
/* line 133, ../sass/_header.scss */
header.scrolled .menu-shop-container {
  top: 30px;
}
@media (max-width: 768px) {
  /* line 137, ../sass/_header.scss */
  header.scrolled #menuToggle {
    top: 60px;
  }
}
/* line 143, ../sass/_header.scss */
header.scrolled .header-btns {
  margin-top: 35px;
}
@media (max-width: 768px) {
  /* line 143, ../sass/_header.scss */
  header.scrolled .header-btns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* line 151, ../sass/_header.scss */
header.scrolled .logo {
  top: 28px;
}
/* line 153, ../sass/_header.scss */
header.scrolled .logo img, header.scrolled .logo svg {
  width: 100%;
  max-width: 150px !important;
}
@media (max-width: 768px) {
  /* line 153, ../sass/_header.scss */
  header.scrolled .logo img, header.scrolled .logo svg {
    max-width: 125px !important;
  }
}
@media (max-width: 768px) {
  /* line 162, ../sass/_header.scss */
  header.scrolled .menu-text {
    display: none;
  }
}
/* line 167, ../sass/_header.scss */
header.dark {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  /* line 167, ../sass/_header.scss */
  header.dark {
    background-color: transparent;
  }
  /* line 171, ../sass/_header.scss */
  header.dark.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
/* line 176, ../sass/_header.scss */
header.dark .logo img {
  max-width: 200px;
}
/* line 181, ../sass/_header.scss */
header.single {
  background-color: transparent;
}
/* line 183, ../sass/_header.scss */
header.single.scrolled {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 187, ../sass/_header.scss */
header.page, header.single {
  padding: 15px;
}
/* line 189, ../sass/_header.scss */
header.page .menu-shop-container, header.single .menu-shop-container {
  transition: all .2s;
  z-index: 99999;
}
/* line 193, ../sass/_header.scss */
header.page .menu-shop-container:hover i, header.single .menu-shop-container:hover i {
  color: #000000;
}
/* line 198, ../sass/_header.scss */
header.page .header-btns, header.single .header-btns {
  margin-top: 55px;
  transition: all .2s;
}
/* line 203, ../sass/_header.scss */
header.page #menuToggle, header.single #menuToggle {
  transition: all .2s;
  top: 60px;
}
/* line 208, ../sass/_header.scss */
header.page.scrolled, header.single.scrolled {
  padding: 5px;
}
/* line 211, ../sass/_header.scss */
header.page.scrolled .header-btns, header.single.scrolled .header-btns {
  margin-top: 35px;
}
/* line 214, ../sass/_header.scss */
header.page.scrolled #menuToggle, header.single.scrolled #menuToggle {
  top: 40px;
}
/* line 217, ../sass/_header.scss */
header.page.scrolled .menu-shop-container, header.single.scrolled .menu-shop-container {
  top: 30px;
}

/* line 3, ../sass/_main.scss */
main section.slider {
  transition: all .4s;
}
/* line 4, ../sass/_main.scss */
main section.slider .no-padding {
  padding: 0;
}
/* line 7, ../sass/_main.scss */
main section.slider .intro-block {
  margin-top: 30px;
  background-color: #bc900b;
  height: 100%;
  text-align: center;
  padding: 30px 40px;
  position: relative;
}
/* line 14, ../sass/_main.scss */
main section.slider .intro-block .content-wrapper {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 21, ../sass/_main.scss */
main section.slider .intro-block h1 {
  font-size: 34px;
  line-height: 40px;
}
/* line 25, ../sass/_main.scss */
main section.slider .intro-block p {
  font-size: 20px;
  line-height: 24px;
}
/* line 33, ../sass/_main.scss */
main section.slider .slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}
/* line 38, ../sass/_main.scss */
main section.slider .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
/* line 48, ../sass/_main.scss */
main section.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 59, ../sass/_main.scss */
main section.slider .slide .container {
  height: 100%;
  position: relative;
  z-index: 10;
}
/* line 63, ../sass/_main.scss */
main section.slider .slide .container .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 70, ../sass/_main.scss */
main section.slider .slide .caption {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
/* line 75, ../sass/_main.scss */
main section.slider .slide .caption h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 75, ../sass/_main.scss */
  main section.slider .slide .caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  /* line 75, ../sass/_main.scss */
  main section.slider .slide .caption h3 {
    font-size: 32px;
  }
}
/* line 91, ../sass/_main.scss */
main section.slider .slide .caption p {
  color: white;
}
/* line 95, ../sass/_main.scss */
main section.slider .slide .caption .btn-r {
  background-color: #fff !important;
  color: #000 !important;
  border-bottom: 3px solid #CCC !important;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 95, ../sass/_main.scss */
  main section.slider .slide .caption .btn-r {
    margin-left: 0;
  }
}
/* line 105, ../sass/_main.scss */
main section.slider .slide .caption .btn, main section.slider .slide .caption .btn-r {
  margin-top: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid #bc900b;
  text-decoration: none;
  transition: all .2s;
}
/* line 111, ../sass/_main.scss */
main section.slider .slide .caption .btn:hover, main section.slider .slide .caption .btn-r:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
  transform: scale(1.05);
}
/* line 119, ../sass/_main.scss */
main section.slider .slide .caption br {
  display: none;
}
/* line 129, ../sass/_main.scss */
main section.video-container {
  /*    overflow: hidden;
      padding-top: 56.25%;
      margin-top: -0px;
      height: 100vh;*/
  position: relative;
}
/* line 136, ../sass/_main.scss */
main section.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 146, ../sass/_main.scss */
main section.video-container .caption {
  z-index: 2;
}
/* line 148, ../sass/_main.scss */
main section.video-container .caption h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 148, ../sass/_main.scss */
  main section.video-container .caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  /* line 148, ../sass/_main.scss */
  main section.video-container .caption h3 {
    font-size: 32px;
  }
}
/* line 164, ../sass/_main.scss */
main section.video-container .caption p {
  color: white;
}
/* line 166, ../sass/_main.scss */
main section.video-container .caption p b {
  color: #bc900b;
}
@media (max-width: 992px) {
  /* line 164, ../sass/_main.scss */
  main section.video-container .caption p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  /* line 164, ../sass/_main.scss */
  main section.video-container .caption p {
    font-size: 16px;
  }
}
/* line 177, ../sass/_main.scss */
main section.video-container .caption .btn-r {
  background-color: #fff !important;
  color: #000 !important;
  border-bottom: 3px solid #CCC !important;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 177, ../sass/_main.scss */
  main section.video-container .caption .btn-r {
    margin-left: 0;
  }
}
/* line 187, ../sass/_main.scss */
main section.video-container .caption .btn, main section.video-container .caption .btn-r {
  margin-top: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid #bc900b;
  text-decoration: none;
  transition: all .2s;
}
/* line 193, ../sass/_main.scss */
main section.video-container .caption .btn:hover, main section.video-container .caption .btn-r:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
  transform: scale(1.05);
}
/* line 201, ../sass/_main.scss */
main section.video-container .caption br {
  display: none;
}
/* line 209, ../sass/_main.scss */
main section.video-container .caption {
  width: 100%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
/* line 217, ../sass/_main.scss */
main section.video-container .caption p {
  font-size: 19px;
}
@media (max-width: 1199px) {
  /* line 209, ../sass/_main.scss */
  main section.video-container .caption {
    top: 60%;
  }
  /* line 223, ../sass/_main.scss */
  main section.video-container .caption p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  /* line 228, ../sass/_main.scss */
  main section.video-container .caption p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* line 233, ../sass/_main.scss */
  main section.video-container .caption h3 {
    margin-bottom: 0;
    font-size: 36px;
  }
  /* line 238, ../sass/_main.scss */
  main section.video-container .caption .btn {
    padding: 10px 30px 10px 30px;
  }
}
@media (max-width: 992px) {
  /* line 243, ../sass/_main.scss */
  main section.video-container .caption .btn {
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    margin: 5px 0;
  }
}
@media (max-width: 576px) {
  /* line 209, ../sass/_main.scss */
  main section.video-container .caption {
    top: 55%;
  }
  /* line 252, ../sass/_main.scss */
  main section.video-container .caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 155%;
  }
  /* line 258, ../sass/_main.scss */
  main section.video-container .caption h3 {
    margin-bottom: 0;
    font-size: 30px;
  }
}
/* line 265, ../sass/_main.scss */
main section.video-container .lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 274, ../sass/_main.scss */
main section.video-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  animation: lds-dual-ring 2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 294, ../sass/_main.scss */
main section.video-container .video-header {
  height: 100vh;
  width: 100vw;
}
/* line 297, ../sass/_main.scss */
main section.video-container .video-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1620px) {
  /* line 294, ../sass/_main.scss */
  main section.video-container .video-header {
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 294, ../sass/_main.scss */
  main section.video-container .video-header {
    height: unset;
    width: unset;
  }
}
@media (max-width: 992px) {
  /* line 129, ../sass/_main.scss */
  main section.video-container {
    height: auto;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 129, ../sass/_main.scss */
  main section.video-container {
    height: 640px !important;
  }
}
@media (max-width: 768px) {
  /* line 319, ../sass/_main.scss */
  main section.video-container .embed-container {
    padding: 55%;
  }
}
@media (max-width: 576px) {
  /* line 319, ../sass/_main.scss */
  main section.video-container .embed-container {
    padding: 86%;
  }
}
@media (max-width: 768px) {
  /* line 329, ../sass/_main.scss */
  main section.video-container .video-header {
    height: 640px;
  }
  /* line 331, ../sass/_main.scss */
  main section.video-container .video-header iframe {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  /* line 340, ../sass/_main.scss */
  main section.banner {
    margin-top: 44px;
    min-height: 130px;
  }
}
/* line 345, ../sass/_main.scss */
main section.banner img {
  width: 100%;
}
@media (max-width: 992px) {
  /* line 345, ../sass/_main.scss */
  main section.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* line 355, ../sass/_main.scss */
main section.intro {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
/* line 360, ../sass/_main.scss */
main section.intro .edge {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  z-index: 3;
  text-align: center;
  height: 27px;
}
/* line 369, ../sass/_main.scss */
main section.intro .edge img {
  height: 100%;
}
/* line 374, ../sass/_main.scss */
main section.intro .intro-content {
  text-align: center;
  width: 100%;
}
/* line 377, ../sass/_main.scss */
main section.intro .intro-content .content-wrapper {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  /* line 377, ../sass/_main.scss */
  main section.intro .intro-content .content-wrapper {
    columns: 1;
  }
}
/* line 384, ../sass/_main.scss */
main section.intro .intro-content h1 {
  margin-top: 0;
}
/* line 389, ../sass/_main.scss */
main section.intro .peppermill {
  position: absolute;
  right: 5%;
  bottom: 0;
  max-width: 200px;
}
/* line 394, ../sass/_main.scss */
main section.intro .peppermill svg, main section.intro .peppermill img {
  width: 100%;
  opacity: 0.4;
}
/* line 400, ../sass/_main.scss */
main section.intro .tomatoes {
  position: absolute;
  left: -150px;
  top: 0;
  width: 400px;
}
/* line 405, ../sass/_main.scss */
main section.intro .tomatoes svg, main section.intro .tomatoes img {
  width: 100%;
  opacity: 0.3;
}
/* line 412, ../sass/_main.scss */
main section.usps {
  position: relative;
  padding: 200px 0 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 412, ../sass/_main.scss */
  main section.usps {
    padding: 80px 0 0;
  }
}
/* line 424, ../sass/_main.scss */
main section.usps .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 433, ../sass/_main.scss */
main section.usps .usp {
  padding: 70px 30px 10px;
  text-align: center;
  position: relative;
  border-radius: 30px;
}
/* line 439, ../sass/_main.scss */
main section.usps .usp h3 {
  margin-top: 20px;
  color: #fff !important;
}
/* line 444, ../sass/_main.scss */
main section.usps .usp p {
  color: #fff;
}
/* line 448, ../sass/_main.scss */
main section.usps .usp i {
  color: #bc900b;
  font-size: 60px;
  padding: 20px;
  border-radius: 200px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  /* line 433, ../sass/_main.scss */
  main section.usps .usp {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
/* line 466, ../sass/_main.scss */
main section.usps .edge {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(0deg);
  text-align: center;
}
/* line 476, ../sass/_main.scss */
main section.usps .edge_b {
  width: 100%;
  text-align: center;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 488, ../sass/_main.scss */
main section.news-home, main section.news {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
/* line 493, ../sass/_main.scss */
main section.news-home h2, main section.news h2 {
  margin-bottom: 60px;
  color: #fff;
}
/* line 498, ../sass/_main.scss */
main section.news-home .item-margin, main section.news .item-margin {
  margin-bottom: 40px;
}
/* line 502, ../sass/_main.scss */
main section.news-home .cow, main section.news .cow {
  position: absolute;
  bottom: 0;
  left: -40%;
  width: 60%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}
/* line 512, ../sass/_main.scss */
main section.news-home .news-item, main section.news .news-item {
  height: 100%;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  transition: all .3s;
}
/* line 518, ../sass/_main.scss */
main section.news-home .news-item .item-content, main section.news .news-item .item-content {
  padding: 20px 50px;
}
@media (max-width: 1380px) {
  /* line 518, ../sass/_main.scss */
  main section.news-home .news-item .item-content, main section.news .news-item .item-content {
    padding: 20px 30px;
  }
}
/* line 523, ../sass/_main.scss */
main section.news-home .news-item .item-content h3, main section.news .news-item .item-content h3 {
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 531, ../sass/_main.scss */
main section.news-home .news-item .item-content .date, main section.news .news-item .item-content .date {
  color: #CCC;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
/* line 538, ../sass/_main.scss */
main section.news-home .news-item .item-content .btn, main section.news .news-item .item-content .btn {
  display: inline-block;
  margin: 15px auto;
}
/* line 545, ../sass/_main.scss */
main section.news-home .news-item .item-photo img, main section.news .news-item .item-photo img {
  width: 100%;
  opacity: 0.85;
  transition: all .2s;
}
/* line 551, ../sass/_main.scss */
main section.news-home .news-item:hover, main section.news .news-item:hover {
  text-decoration: none;
}
/* line 555, ../sass/_main.scss */
main section.news-home .news-item:hover .item-photo img, main section.news .news-item:hover .item-photo img {
  opacity: 1;
}
/* line 560, ../sass/_main.scss */
main section.news-home .news-item:hover .btn, main section.news .news-item:hover .btn {
  background-color: #000;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
}
@media (max-width: 992px) {
  /* line 512, ../sass/_main.scss */
  main section.news-home .news-item, main section.news .news-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  /* line 512, ../sass/_main.scss */
  main section.news-home .news-item, main section.news .news-item {
    height: unset;
    margin-bottom: 30px;
  }
}
/* line 576, ../sass/_main.scss */
main section.news-home .btn-wrap, main section.news .btn-wrap {
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 488, ../sass/_main.scss */
  main section.news-home, main section.news {
    padding: 20px 0 40px;
  }
}
/* line 584, ../sass/_main.scss */
main section.main-content {
  padding: 60px 0 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-top: -25px;
}
@media (max-width: 768px) {
  /* line 584, ../sass/_main.scss */
  main section.main-content {
    padding: 30px 0 30px;
  }
}
/* line 595, ../sass/_main.scss */
main section.main-content h1 {
  margin-bottom: 0px;
}
/* line 599, ../sass/_main.scss */
main section.main-content img {
  max-width: 100%;
}
/* line 603, ../sass/_main.scss */
main section.main-content .edge {
  width: 100%;
  height: 40px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 612, ../sass/_main.scss */
main section.main-content .edge_b {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  transform: rotate(0deg);
}
/* line 622, ../sass/_main.scss */
main section.main-content.menu {
  text-align: center;
}
/* line 625, ../sass/_main.scss */
main section.main-content.single {
  margin-top: 170px;
}
/* line 628, ../sass/_main.scss */
main section.main-content.single-page {
  padding-bottom: 80px;
}
/* line 630, ../sass/_main.scss */
main section.main-content.single-page h1 {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  /* line 635, ../sass/_main.scss */
  main section.main-content.single-page p:last-of-type {
    margin-bottom: 0;
  }
}
/* line 641, ../sass/_main.scss */
main section.main-content.news-wrap {
  margin-bottom: 40px;
}
/* line 644, ../sass/_main.scss */
main section.main-content.errorpage {
  margin-bottom: 0;
}
/* line 649, ../sass/_main.scss */
main section.menus, main section.menukaart {
  background-color: #fff;
  padding-bottom: 60px;
}
/* line 652, ../sass/_main.scss */
main section.menus .menu-items, main section.menukaart .menu-items {
  text-align: center;
}
/* line 655, ../sass/_main.scss */
main section.menus .menu-items .menu-item, main section.menukaart .menu-items .menu-item {
  margin-bottom: 30px;
}
/* line 659, ../sass/_main.scss */
main section.menus .menu-items .btn, main section.menukaart .menu-items .btn {
  margin-top: -10px;
  display: inline-block;
  width: 100%;
  background-color: #bc900b;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 667, ../sass/_main.scss */
main section.menus .menu-items .page-link, main section.menukaart .menu-items .page-link {
  width: 100%;
  transition: all .2s;
  opacity: 0.8;
}
/* line 671, ../sass/_main.scss */
main section.menus .menu-items .page-link img, main section.menukaart .menu-items .page-link img {
  width: 100%;
  transition: all .2s;
}
/* line 676, ../sass/_main.scss */
main section.menus .menu-items .page-link:hover, main section.menukaart .menu-items .page-link:hover {
  transform: scale(1.03);
  opacity: 1;
}
/* line 683, ../sass/_main.scss */
main section.menus .btn-group .menu-btn, main section.menukaart .btn-group .menu-btn {
  margin-bottom: 5px;
}
/* line 689, ../sass/_main.scss */
main .menukaart-single {
  padding-bottom: 100px !important;
}
/* line 691, ../sass/_main.scss */
main .menukaart-single h1 {
  margin-bottom: 30px;
  margin-top: 60px;
}
/* line 696, ../sass/_main.scss */
main .menukaart-single h3 {
  text-align: left;
  margin: 20px 0;
}
/* line 701, ../sass/_main.scss */
main .menukaart-single hr {
  margin: 50px auto 30px;
}
/* line 706, ../sass/_main.scss */
main .menukaart-single .menu-items .menu-items-title, main .menukaart-single .menu-items .menu-dish, main .menukaart-single .menu-items .menu-price {
  color: #000000;
  font-weight: 600;
}
/* line 709, ../sass/_main.scss */
main .menukaart-single .menu-items .menu-items-title li, main .menukaart-single .menu-items .menu-dish li, main .menukaart-single .menu-items .menu-price li {
  list-style: none;
}
/* line 714, ../sass/_main.scss */
main .menukaart-single .menu-items .menu-dish {
  font-size: 21px;
}
/* line 718, ../sass/_main.scss */
main .menukaart-single .menu-items .menu-items-description, main .menukaart-single .menu-items .menu-item-description {
  font-size: 16px;
}
/* line 721, ../sass/_main.scss */
main .menukaart-single .menu-items .menu-list-item {
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
/* line 733, ../sass/_main.scss */
main section.content-blocks {
  padding-bottom: 10px;
  background-color: #fff;
  margin-top: -60px;
}
/* line 737, ../sass/_main.scss */
main section.content-blocks .content-block {
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  /* line 737, ../sass/_main.scss */
  main section.content-blocks .content-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  /* line 745, ../sass/_main.scss */
  main section.content-blocks .content-block h3 {
    margin-top: 0px;
  }
}
/* line 750, ../sass/_main.scss */
main section.content-blocks .content-block .content-block-img {
  position: absolute;
  width: 45%;
  right: 0;
  bottom: 0;
  top: 0;
}
/* line 756, ../sass/_main.scss */
main section.content-blocks .content-block .content-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 761, ../sass/_main.scss */
main section.content-blocks .content-block .content-block-img.right-pos {
  left: 0;
  right: unset;
}
@media (max-width: 992px) {
  /* line 750, ../sass/_main.scss */
  main section.content-blocks .content-block .content-block-img {
    order: 1 !important;
  }
}
@media (max-width: 992px) {
  /* line 768, ../sass/_main.scss */
  main section.content-blocks .content-block .content-block-img.content-block-img-responsive {
    display: block;
    position: relative;
    width: 100%;
  }
}
/* line 777, ../sass/_main.scss */
main section.content-blocks .content-block .content-block-content {
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 781, ../sass/_main.scss */
main section.content-blocks .content-block .content-block-content .btn {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  /* line 777, ../sass/_main.scss */
  main section.content-blocks .content-block .content-block-content {
    order: 2 !important;
  }
}
/* line 790, ../sass/_main.scss */
main section.content-blocks.page .content-block-img {
  position: unset;
  width: 100%;
}
/* line 793, ../sass/_main.scss */
main section.content-blocks.page .content-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 800, ../sass/_main.scss */
main section.content-blocks.sinle {
  margin-top: 40px;
}
/* line 804, ../sass/_main.scss */
main section.album {
  background-color: #fff;
  padding-bottom: 100px;
}
/* line 807, ../sass/_main.scss */
main section.album .grid-item {
  margin-bottom: 25px;
}
/* line 809, ../sass/_main.scss */
main section.album .grid-item img, main section.album .grid-item a {
  width: 100%;
}
/* line 814, ../sass/_main.scss */
main section.contact {
  background-color: #fff;
}
/* line 816, ../sass/_main.scss */
main section.contact .btn {
  margin-top: 30px;
}
/* line 819, ../sass/_main.scss */
main section.contact h4:first-of-type {
  margin-top: 0;
}
/* line 825, ../sass/_main.scss */
main section.playlist .item-photo {
  position: relative;
}
/* line 828, ../sass/_main.scss */
main section.playlist .fal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  z-index: 1;
}

@media (max-width: 1340px) {
  /* line 840, ../sass/_main.scss */
  .edge, .edge_b {
    width: 120% !important;
  }
}
@media (max-width: 1199px) {
  /* line 840, ../sass/_main.scss */
  .edge, .edge_b {
    width: 140% !important;
  }
}
@media (max-width: 992px) {
  /* line 840, ../sass/_main.scss */
  .edge, .edge_b {
    width: 170% !important;
  }
}
@media (max-width: 768px) {
  /* line 840, ../sass/_main.scss */
  .edge, .edge_b {
    width: 210% !important;
  }
}
@media (max-width: 576px) {
  /* line 840, ../sass/_main.scss */
  .edge, .edge_b {
    width: 390% !important;
  }
}

/* line 2, ../sass/_footer.scss */
footer {
  padding: 0px 0 80px;
}
/* line 5, ../sass/_footer.scss */
footer h4 {
  margin-top: 60px;
}
/* line 9, ../sass/_footer.scss */
footer section.newsletter {
  position: relative;
  padding: 40px 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
/* line 18, ../sass/_footer.scss */
footer section.newsletter a {
  color: #000000;
}
/* line 22, ../sass/_footer.scss */
footer section.newsletter h2 {
  color: #fff;
}
/* line 26, ../sass/_footer.scss */
footer section.newsletter .wpcf7-list-item-label {
  color: #fff;
}
/* line 30, ../sass/_footer.scss */
footer section.newsletter .edge {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(0deg);
}
/* line 39, ../sass/_footer.scss */
footer section.newsletter .edge_b {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 49, ../sass/_footer.scss */
footer section.newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 59, ../sass/_footer.scss */
footer section.newsletter form input[type='text'], footer section.newsletter form input[type='email'] {
  appearance: none;
  padding: 15px 35px 15px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: .4s all;
  border: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: calc(100% - 160px);
}
/* line 69, ../sass/_footer.scss */
footer section.newsletter form input[type='submit'] {
  border: none;
}
@media (max-width: 768px) {
  /* line 69, ../sass/_footer.scss */
  footer section.newsletter form input[type='submit'] {
    padding: 16px 15px 13px;
  }
}
/* line 78, ../sass/_footer.scss */
footer section.testimonials {
  padding: 40px 0;
  position: relative;
  background-color: #1d1d1d;
}
/* line 83, ../sass/_footer.scss */
footer section.testimonials .edge_b {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 93, ../sass/_footer.scss */
footer section.testimonials h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
/* line 99, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials {
  padding: 30px 0;
}
/* line 102, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .owl-stage-outer {
  overflow: inherit;
  overflow-x: clip;
}
/* line 107, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .owl-dots {
  display: none;
}
/* line 111, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .owl-nav {
  text-align: center;
  margin-top: 10px;
}
/* line 114, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .owl-nav span {
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
}
/* line 123, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide {
  padding: 20px 30px 5px;
  border-right: 3px solid #bc900b;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #fff;
}
/* line 128, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide h5 {
  color: #000000;
  font-size: 21px;
}
/* line 132, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide p {
  font-size: 16px;
}
/* line 137, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide a {
  text-decoration: none;
}
/* line 139, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide a:hover {
  color: #bc900b;
}
/* line 143, ../sass/_footer.scss */
footer section.testimonials .owl-carousel-testimonials .slide i {
  background-color: #fff;
  font-size: 30px;
  padding: 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 70px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/* line 160, ../sass/_footer.scss */
footer section.footer-content {
  background-color: #fff;
  padding-bottom: 40px;
}
/* line 164, ../sass/_footer.scss */
footer section.footer-content a {
  text-decoration: none;
  cursor: pointer;
}
/* line 169, ../sass/_footer.scss */
footer section.footer-content img {
  width: 100%;
  max-width: 250px;
  opacity: 1;
  margin: 0 auto;
  transition: all .2s;
  display: block;
  margin-top: 20px;
}
/* line 179, ../sass/_footer.scss */
footer section.footer-content .btn {
  margin-top: 30px;
}

/* line 1, ../sass/_override.scss */
.posted_in {
  display: none;
}

/* line 6, ../sass/_override.scss */
.woocommerce .single-product {
  text-align: left;
}

/* line 12, ../sass/_override.scss */
.product h1 {
  margin-bottom: 40px;
}

/* line 21, ../sass/_override.scss */
.description_tab, .wc-tabs {
  display: none;
}

/* line 26, ../sass/_override.scss */
.woocommerce-Tabs-panel h2 {
  width: 100%;
  text-align: center;
}
/* line 32, ../sass/_override.scss */
.woocommerce-Tabs-panel ul li {
  margin-bottom: 0;
}

/* line 38, ../sass/_override.scss */
.wc-tabs-wrapper {
  margin-bottom: 80px;
}

/* line 42, ../sass/_override.scss */
.woocommerce div.product form.cart .button, .woocommerce .checkout-button {
  padding: 15px 35px 11px 30px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  transition: .4s all !important;
  background-color: #000000 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
/* line 53, ../sass/_override.scss */
.woocommerce div.product form.cart .button i, .woocommerce .checkout-button i {
  vertical-align: middle !important;
  margin-left: 5px !important;
  margin-right: -5px !important;
}
@media (max-width: 768px) {
  /* line 42, ../sass/_override.scss */
  .woocommerce div.product form.cart .button, .woocommerce .checkout-button {
    padding: 10px 15px 6px 15px !important;
  }
}
/* line 61, ../sass/_override.scss */
.woocommerce div.product form.cart .button:hover, .woocommerce .checkout-button:hover {
  text-decoration: none !important;
}

/* line 66, ../sass/_override.scss */
.entry-summary {
  padding: 30px;
}
/* line 69, ../sass/_override.scss */
.entry-summary .qty {
  display: none;
}

/* line 74, ../sass/_override.scss */
.actions {
  display: none;
}

/* line 78, ../sass/_override.scss */
.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

/* line 82, ../sass/_override.scss */
.woocommerce-loop-product__title {
  min-height: 58px;
  line-height: 22px;
}

/* line 88, ../sass/_override.scss */
.product .add_to_cart_button {
  display: none !important;
}

/* line 93, ../sass/_override.scss */
.woocommerce-Price-amount {
  margin-top: 10px;
  display: block;
}
/* line 96, ../sass/_override.scss */
.woocommerce-Price-amount bdi {
  font-size: 26px;
}

/* line 101, ../sass/_override.scss */
.woocommerce ul.products li.product a img {
  margin-bottom: 5px !important;
}

/* line 106, ../sass/_override.scss */
.woocommerce-checkout label {
  text-align: left;
}
/* line 109, ../sass/_override.scss */
.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  border: 1px solid #c5c5c5;
  padding: 10px 15px;
}
/* line 113, ../sass/_override.scss */
.woocommerce-checkout textarea {
  min-height: 120px;
}

/* line 118, ../sass/_override.scss */
mark.count {
  display: none;
}

/* line 122, ../sass/_override.scss */
.products {
  margin-top: 20px;
}
