.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

p {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #f6c311;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  font-size: 15px;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

blockquote {
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 10px 20px;
  border-left: 5px solid #f6c311;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
}

.hero-sub-grid {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-image-wrapper {
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
}

.hero-heading {
  font-family: Jonathan, sans-serif;
  color: #f6c311;
  font-size: 130px;
  line-height: 0.7;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.15);
}

.section {
  position: relative;
  z-index: 1;
  padding: 75px 30px;
}

.section.filter {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section.blog-internal {
  padding-top: 50px;
}

.section.product-internal {
  padding-top: 50px;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 160px 30px 120px;
  -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-section.internal {
  min-height: 210px;
  padding-top: 140px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.blog-internal {
  min-height: 24vh;
  padding-top: 140px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.product-internal {
  min-height: 0vh;
  padding-top: 140px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-para {
  margin-bottom: 40px;
  font-size: 18px;
}

.body-wrapper {
  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;
  background-image: url('../images/life-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mx-width {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
}

.nav-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar {
  padding: 25px 30px 15px 0px;
  background-color: transparent;
}

.nav-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 5px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #333;
  color: #f6c311;
}

.nav-link.w--current {
  background-color: #333;
  color: #f6c311;
}

.yellow-bard {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: 112vh;
  padding-top: 35px;
  -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;
  background-color: #f6c311;
  background-image: url('../images/Wave_White_bottom_left_shape_01.png'), -webkit-gradient(linear, left top, left bottom, color-stop(98%, rgba(246, 195, 17, 0.75)), to(transparent)), url('../images/26.png');
  background-image: url('../images/Wave_White_bottom_left_shape_01.png'), linear-gradient(180deg, rgba(246, 195, 17, 0.75) 98%, transparent), url('../images/26.png');
  background-position: 0% 100%, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.yellow-bard.internal {
  height: auto;
}

.product-grid {
  margin-bottom: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: rgba(51, 51, 51, 0.15) rgba(51, 51, 51, 0.15) #f6c311;
  border-radius: 5px;
}

.price-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  -ms-grid-columns: 17px 1fr;
  grid-template-columns: 17px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading {
  font-family: Jonathan, sans-serif;
  color: #f6c311;
  font-size: 10vw;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.15);
}

.section-heading.center {
  margin-bottom: 30px;
  text-align: center;
}

.button-wrapper {
  margin-top: 40px;
}

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

.price-text {
  color: rgba(85, 85, 85, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.price-text.internal {
  font-size: 30px;
  line-height: 1.3;
}

.product-title {
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.3;
  font-weight: 700;
}

.product-title.internal {
  color: #333;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 3px 3px 3px rgba(246, 195, 17, 0.2);
}

.product-link {
  position: relative;
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.product-link:hover {
  color: #333;
}

.dollar-sign {
  color: rgba(85, 85, 85, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.dollar-sign.internal {
  font-size: 30px;
  line-height: 1.3;
}

.button {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 3px;
  background-color: #f6c311;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.button:hover {
  background-color: #333;
  color: #f6c311;
}

.button.request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-decoration: none;
}

.button.reset {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #cecbcb;
  background-color: #f5f5f5;
  box-shadow: none;
  color: #333;
  text-align: center;
}

.button.reset:hover {
  background-color: rgba(51, 51, 51, 0.6);
  color: hsla(0, 0%, 100%, 0.85);
}

.news-title {
  overflow: hidden;
  min-height: 46px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.3;
}

.news-title.mini {
  font-size: 17px;
  font-weight: 600;
}

.date-text {
  font-size: 12px;
}

.article {
  overflow: hidden;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.article:hover {
  color: #333;
}

.article-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: rgba(51, 51, 51, 0.15) rgba(51, 51, 51, 0.15) #f6c311;
  border-radius: 5px;
}

.summary-para {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  font-weight: 300;
}

.summary-para.product {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.blog-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.date-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #f6c311;
  color: #000;
  font-weight: 700;
}

.news-title-wrapper {
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

.tag-line {
  display: none;
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.price-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  padding: 30px 14px;
  -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;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f6c311;
  text-align: center;
}

.copy-text {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}

.site-by-text {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  text-transform: none;
}

.ft-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.copy-section {
  position: relative;
  z-index: 1;
  padding: 35px 30px;
}

.dash-div {
  width: 20px;
  height: 4px;
  margin-top: 10px;
  border-radius: 65px;
  background-color: #f6c311;
}

.contact-form-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  padding: 45px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -6px 6px 8px 0 rgba(51, 51, 51, 0.1), 6px 6px 8px 0 rgba(51, 51, 51, 0.1);
}

.large {
  margin-top: -29px;
  font-size: 25px;
}

.section-5 {
  position: relative;
  z-index: 1;
  margin-top: -200px;
  padding: 60px 30px 30px;
}

.ft-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ft-link:hover {
  color: #f6c311;
  text-shadow: 4px 4px 3px rgba(51, 51, 51, 0.15);
}

.list-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.emagine {
  opacity: 0.7;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.emagine:hover {
  opacity: 1;
}

.section-4 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 100px 30px;
  background-image: url('../images/bg-2.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sub-title {
  margin-bottom: 32px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field {
  display: block;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(51, 51, 51, 0.1);
  background-color: transparent;
}

.text-field:hover {
  border-bottom-color: #f6c311;
}

.text-field:active {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f6c311;
}

.text-field:focus {
  border-bottom-color: #f6c311;
}

.text-field::-webkit-input-placeholder {
  color: #333;
}

.text-field:-ms-input-placeholder {
  color: #333;
}

.text-field::-ms-input-placeholder {
  color: #333;
}

.text-field::placeholder {
  color: #333;
}

.text-field.comments {
  height: 100px;
}

.text-field.reply {
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 13px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
}

.text-field.comment {
  height: 60px;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.text-field.message {
  height: 120px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.text-field.reply {
  height: 60px;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #fff;
}

.text-field.reply-message {
  height: 20vh;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.ft-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._80-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.footer-grid {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copy-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ft-address-text {
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}

.reduced {
  margin-left: -25px;
}

.social-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-grid.post {
  margin-top: 0px;
}

.social-media-wrapper {
  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;
}

.social-link {
  margin-right: 25px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 30px;
  text-decoration: none;
}

.social-link:hover {
  opacity: 1;
  color: #f6c311;
}

.social-link.faded {
  margin-right: 10px;
  opacity: 0.45;
  font-size: 25px;
  line-height: 25px;
}

.social-link.faded:hover {
  opacity: 1;
}

.grid {
  margin-bottom: 33px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.branding {
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.branding:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.branding.w--current {
  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;
}

.card-2 {
  position: relative;
  display: block;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 3px;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.card-2:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #000;
}

.interaction-wrapper {
  position: relative;
  z-index: 1;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 6px;
  background-color: #333;
  box-shadow: 1px 1px 3px 0 #d3d3d3;
  color: #f6c311;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.key-text {
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
}

.bg-mask-card {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 200px;
  background-color: #f6c311;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scroll-block {
  width: 26px;
  margin-left: auto;
  padding: 19px 9px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.5);
  border-radius: 60px;
  opacity: 0.25;
}

.scroll-block:hover {
  opacity: 1;
}

.dot {
  padding: 3px;
  border-radius: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}

.scroll-icon-wrapper {
  margin-top: 5%;
  text-align: center;
}

.logo-img {
  width: 90%;
}

.pagination-wrapper {
  margin-top: 40px;
}

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

.pagination {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 12px;
  font-weight: 700;
}

.pagination:hover {
  background-color: #333;
  color: #f6c311;
}

.pagination.w--current {
  background-color: #333;
  color: #f6c311;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.slash-text {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.4;
  font-size: 12px;
  line-height: 1;
}

.breadcumb-link {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
}

.breadcumb-link:hover {
  opacity: 1;
}

.product-profile-grid {
  grid-column-gap: 70px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-ligh-box {
  display: block;
  overflow: hidden;
  height: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(51, 51, 51, 0.15);
}

.size-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.ruler-icon {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.size-guide-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.size-guide-lightbox {
  opacity: 0.55;
  color: #333;
  text-decoration: none;
}

.size-guide-lightbox:hover {
  opacity: 0.9;
}

.filter-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select-field {
  display: block;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  background-color: #f5f5f5;
  opacity: 0.8;
}

.select-field:hover {
  opacity: 1;
}

.select-field:active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.select-field::-webkit-input-placeholder {
  color: #333;
}

.select-field:-ms-input-placeholder {
  color: #333;
}

.select-field::-ms-input-placeholder {
  color: #333;
}

.select-field::placeholder {
  color: #333;
}

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.3);
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.filter-button:hover {
  background-color: #333;
  color: #f6c311;
}

.filter-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.fitler-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-filter-wrapper {
  position: relative;
  padding: 55px 40px 40px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(246, 195, 17, 0.1);
}

.filter-title-text {
  font-size: 16px;
  font-weight: 600;
}

.filter-link-wrapper {
  margin-top: 15px;
}

.filter-link {
  opacity: 0.8;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.filter-link:hover {
  opacity: 1;
  color: #f6c311;
}

.color-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 15px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.filter-form-block {
  margin-bottom: 0px;
}

.hidden-label {
  display: none;
}

.color-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 100%;
  background-color: #f6c311;
  opacity: 0.65;
}

.color-checkbox-field:hover {
  opacity: 1;
}

.color-checkbox-field.color-2 {
  background-color: purple;
}

.color-checkbox-field.color-3 {
  background-color: red;
}

.color-checkbox-field.color-4 {
  background-color: #00f;
}

.color-checkbox-field.color-5 {
  background-color: brown;
}

.color-checkbox-field.color-6 {
  background-color: #fff;
}

.color-checkbox {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
}

.color-checkbox:hover {
  background-image: url('../images/check-mark-2075678.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: #333;
}

.color-checkbox.w--redirected-checked {
  border-style: none;
  background-color: transparent;
  background-image: url('../images/check-mark-2075678.svg');
  background-size: 20px 20px;
}

.size-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 15px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.size-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 2px;
  opacity: 0.65;
}

.size-field:hover {
  opacity: 1;
}

.checkbox-size-text {
  position: absolute;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.size-checkbox {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.size-checkbox:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #f6c311;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #333;
}

.size-checkbox.w--redirected-checked {
  border-style: solid;
  border-width: 2px;
  border-color: #f6c311;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.close-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  opacity: 0.65;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
}

.product-search-form-block {
  margin-bottom: 30px;
}

.search-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-field {
  display: block;
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f5f5f5;
}

.search-field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 195, 17, 0.1)), to(rgba(246, 195, 17, 0.1)));
  background-image: linear-gradient(180deg, rgba(246, 195, 17, 0.1), rgba(246, 195, 17, 0.1));
}

.search-field:active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.search-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.search-field::-webkit-input-placeholder {
  color: #333;
}

.search-field:-ms-input-placeholder {
  color: #333;
}

.search-field::-ms-input-placeholder {
  color: #333;
}

.search-field::placeholder {
  color: #333;
}

.submit-button {
  display: block;
  width: 100%;
  height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f6c311;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #333;
  color: #f6c311;
}

.filter-tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 40px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 13px;
  font-weight: 600;
}

.filter-tag-grid {
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-tag-block {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  opacity: 0.7;
  text-decoration: none;
}

.filter-tag-block:hover {
  opacity: 1;
}

.fliter-tag-close {
  color: #333;
  text-decoration: none;
}

.clear-all {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  background-color: #f5f5f5;
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}

.clear-all:hover {
  opacity: 1;
}

.field {
  display: block;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  background-color: #f5f5f5;
  opacity: 0.8;
}

.field:hover {
  opacity: 1;
}

.field:active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
}

.field::-webkit-input-placeholder {
  color: #333;
}

.field:-ms-input-placeholder {
  color: #333;
}

.field::-ms-input-placeholder {
  color: #333;
}

.field::placeholder {
  color: #333;
}

.form-block {
  margin-bottom: 0px;
}

.text-label {
  margin-bottom: 10px;
  font-size: 13px;
}

.flex-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

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

.sku-title {
  margin-right: 10px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.sku-number {
  font-size: 14px;
  font-weight: 600;
}

.tags-title {
  margin-right: 10px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.cat-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.cat-link:hover {
  color: #f6c311;
}

.comma {
  margin-right: 3px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.profile-grid-2 {
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-title {
  margin-right: 10px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.tag-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.tag-link:hover {
  color: #f6c311;
}

.in-stock-text {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.stock-wrapper {
  -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;
}

.out-stock-text {
  color: #ff0004;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.descript-link {
  opacity: 0.74;
  color: #555;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.descript-link:hover {
  opacity: 1;
}

.link-wrapper {
  margin-bottom: 29px;
}

.product-detail-list {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 30px;
  text-align: left;
}

.shop-para {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.description-wrapper {
  margin-bottom: 32px;
}

.details-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.v2 {
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.blog-title {
  margin-bottom: 30px;
  color: #333;
  font-size: 40px;
  text-shadow: 4px 4px 3px rgba(246, 195, 17, 0.2);
}

.img-wrapper {
  overflow: hidden;
  height: 400px;
  margin-bottom: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.outer-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.title-box {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  color: #333;
  font-size: 19px;
  font-weight: 600;
}

.blog-dets-wrap {
  padding: 20px;
}

.grid-3 {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  -ms-grid-columns: 27px 1fr;
  grid-template-columns: 27px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cred-title {
  display: inline-block;
  opacity: 0.59;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
}

.author-name {
  display: inline-block;
  color: #333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-date {
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-date.mini {
  margin-top: 10px;
  font-size: 13px;
}

.back-link {
  display: inline-block;
  margin-top: 15px;
  opacity: 0.6;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.back-link:hover {
  opacity: 1;
}

.mini-blog-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mini-blog-img-wrap {
  overflow: hidden;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.mini-blog-link {
  display: block;
  margin-bottom: 30px;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #333;
  text-decoration: none;
}

.mini-blog-link:hover {
  opacity: 1;
}

.grid-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-product-img-wraper {
  overflow: hidden;
  height: 500px;
  margin-bottom: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.about-image-wrap {
  overflow: hidden;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.nav-link-grid {
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-text {
  display: none;
  font-family: Montserrat, sans-serif;
}

.search-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 120px 60px 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background-image: url('../images/bg-2.png'), url('../images/life-2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

._404-wrapper {
  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;
}

._404-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-puff {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -6px 6px 8px 0 rgba(51, 51, 51, 0.1), 6px 6px 8px 0 rgba(51, 51, 51, 0.1);
}

.search-puff:hover {
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.2)), to(hsla(0, 0%, 96.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.2), hsla(0, 0%, 96.1%, 0.2));
}

.search-puff:focus {
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.2)), to(hsla(0, 0%, 96.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.2), hsla(0, 0%, 96.1%, 0.2));
}

.search-puff::-webkit-input-placeholder {
  font-size: 18px;
}

.search-puff:-ms-input-placeholder {
  font-size: 18px;
}

.search-puff::-ms-input-placeholder {
  font-size: 18px;
}

.search-puff::placeholder {
  font-size: 18px;
}

._70-wrap {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.close-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 30px;
  margin-right: 30px;
  padding: 15px 20px;
  background-image: url('../images/forbidden-mark.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.close-link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.special-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.special-link:hover {
  background-color: #333;
  color: #f6c311;
}

.special-link.w--current {
  background-color: #333;
  color: #f6c311;
}

.special-link.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f6c311;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-shadow: 4px 0 2px rgba(51, 51, 51, 0.15);
}

.special-link.search:hover {
  background-color: transparent;
  color: #000;
}

.special-button {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 3px;
  background-color: #f6c311;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.special-button:hover {
  background-color: #333;
  color: #f6c311;
}

.special-button.full {
  width: 20%;
  height: 60px;
}

.request-but {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 3px;
  background-color: #f6c311;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.request-but:hover {
  background-color: #333;
  color: #f6c311;
}

.request-but.request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-decoration: none;
}

.filter-grid-2 {
  grid-column-gap: 40px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sort-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sort-form {
  margin-bottom: 0px;
}

.flex-wrap {
  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;
  font-size: 14px;
}

.text {
  margin-right: 5px;
}

.total-blogs-text {
  margin-right: 5px;
  font-weight: 600;
}

.currently-showing-text {
  margin-right: 5px;
  font-weight: 600;
}

.custom-checkbox {
  width: 17px;
  height: 17px;
  margin-top: 0px;
  margin-right: 10px;
}

.custom-checkbox.w--redirected-checked {
  border-color: #f6c311;
  background-color: #f6c311;
}

.custom-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #f6c311;
}

.check-field {
  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;
  opacity: 0.7;
  color: #333;
}

.check-field:active {
  opacity: 1;
  color: #333;
}

.checkbox-label {
  font-weight: 600;
}

.filter-title {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 600;
}

.check-grid {
  margin-top: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.fitler-toggle {
  display: block;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.filter-list {
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.filter-list.w--open {
  position: relative;
  background-color: transparent;
}

.filter-accordian {
  width: 100%;
}

.icon {
  margin-right: 0px;
  margin-bottom: 13.5px;
}

.blog-wrapper {
  position: relative;
}

.tag-block-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-width: 80px;
  margin-top: 216px;
  margin-right: 1px;
  padding: 6px 15px;
  border-top-left-radius: 5px;
  background-color: #f5f5f5;
  opacity: 0.5;
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.tag-block-link:hover {
  box-shadow: -4px -4px 0 0 #f6c311;
}

.tab-menu {
  margin-bottom: 40px;
}

.tab-link {
  margin-right: 10px;
  border-radius: 5px;
  background-color: #f6c311;
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, background-color 350ms ease;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.tab-link:hover {
  background-color: #333;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.3);
  color: #f6c311;
}

.tab-link.w--current {
  background-color: #333;
  box-shadow: 0 0 20px 0 rgba(246, 195, 17, 0.2);
  color: #f6c311;
}

.result-link {
  display: block;
  margin-bottom: 60px;
  padding: 35px 35px 25px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #000;
  text-decoration: none;
}

.result-link:hover {
  border-bottom-color: #f6c311;
}

.result-para {
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.result-para:hover {
  text-shadow: none;
}

.result-title {
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.3;
  font-weight: 700;
}

.result-title.internal {
  color: #333;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 3px 3px 3px rgba(246, 195, 17, 0.2);
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.alert-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  padding-right: 30px;
  padding-left: 30px;
}

.message-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 3px solid #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f6c311;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url('../images/26.png');
  background-image: linear-gradient(180deg, #000, #000), url('../images/26.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.tagline-hider {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}

.blocker {
  overflow: hidden;
  height: 11px;
  margin-left: 0%;
}

.tag-line-text {
  margin-top: 5px;
  color: #333;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1px;
}

.comment-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -6px 6px 8px 0 rgba(51, 51, 51, 0.1), 6px 6px 8px 0 rgba(51, 51, 51, 0.1);
}

.comment-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.profile-img-wrap {
  overflow: hidden;
  border-radius: 100%;
}

.reply-wrapper {
  margin-bottom: 20px;
  margin-left: 25px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
}

.comment-grid-2 {
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reply-quote {
  margin-bottom: 0px;
  margin-left: 0px;
  border-left: 2px solid rgba(246, 195, 17, 0.2);
  border-radius: 3px;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.name-text {
  display: inline-block;
  margin-right: 10px;
  color: #f6c311;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.reply-btn {
  height: 45px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #f6c311;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.reply-btn:hover {
  background-color: #333;
  color: #f6c311;
}

.divider-div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.15);
}

.comment-block {
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 6px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.85)), to(hsla(0, 0%, 96.1%, 0.85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.85), hsla(0, 0%, 96.1%, 0.85));
}

.comment-date {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.comment-date.day {
  height: auto;
  border-style: none;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.comment-date.day:hover {
  background-image: none;
}

.comment-date.month {
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.comment-date.year {
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.dash-text {
  margin: 0px 4px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.comment-date-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.comment {
  margin-bottom: 0px;
}

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

.reply-button-wrapper {
  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;
}

.reply-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.reply-container {
  padding: 60px 60px 30px;
  border-top: 4px solid #f6c311;
  background-color: #f5f5f5;
}

.close-link-popup {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reply-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cancel {
  height: 45px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #f6c311;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.cancel:hover {
  background-color: #333;
  color: #f6c311;
}

.cancel.mobile {
  margin-left: 13px;
  background-color: #fff;
  color: #cecbcb;
}

.cancel.mobile:hover {
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
}

.big-field {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 35px 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: -6px 6px 8px 0 rgba(51, 51, 51, 0.1), 6px 6px 8px 0 rgba(51, 51, 51, 0.1);
}

.big-field:hover {
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.big-field:focus {
  border-style: solid;
  border-width: 5px;
  border-color: #f8e190;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.big-field::-webkit-input-placeholder {
  font-size: 18px;
}

.big-field:-ms-input-placeholder {
  font-size: 18px;
}

.big-field::-ms-input-placeholder {
  font-size: 18px;
}

.big-field::placeholder {
  font-size: 18px;
}

._404-message {
  color: rgba(51, 51, 51, 0.7);
  font-size: 15px;
}

._404-heading {
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 40px;
  font-weight: 500;
}

html.w-mod-js *[data-ix="hidden-filter"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hidden-filter-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="arrow-initial-state"] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html.w-mod-js *[data-ix="show-alert"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (min-width: 1920px) {
  .hero-sub-grid {
    max-width: 1440px;
  }

  .hero-section {
    min-height: 120vh;
  }

  .hero-section.internal {
    padding-top: 150px;
  }

  .hero-section.blog-internal {
    padding-top: 150px;
  }

  .hero-section.product-internal {
    padding-top: 150px;
  }

  .mx-width {
    max-width: 1440px;
  }

  .nav-grid {
    -ms-grid-columns: 24% 1fr;
    grid-template-columns: 24% 1fr;
  }

  .navbar {
    padding-top: 40px;
  }

  .nav-link {
    font-size: 14px;
  }

  .branding {
    width: 350px;
  }

  .logo-img {
    width: 85%;
  }

  .special-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  .hero-sub-grid {
    justify-items: end;
    grid-column-gap: 30px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .hero-heading {
    font-size: 70px;
    line-height: 0.9;
  }

  .hero-heading.home {
    text-align: left;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-internal {
    padding-top: 30px;
  }

  .section.product-internal {
    padding-top: 30px;
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .hero-section.blog-internal {
    min-height: 0px;
  }

  .hero-section.product-internal {
    min-height: 0px;
  }

  .hero-para {
    font-size: 16px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    border-radius: 0px;
    line-height: 1.5;
  }

  .nav-link:hover {
    border-bottom-color: rgba(246, 195, 17, 0.1);
    background-color: #333;
  }

  .nav-link.w--current {
    border-bottom-color: rgba(246, 195, 17, 0.1);
  }

  .yellow-bard {
    width: 100%;
    height: 20vh;
    background-color: transparent;
    background-size: cover, auto, auto;
  }

  .yellow-bard.internal {
    width: 100%;
    height: 110px;
  }

  .product-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-image-wrapper {
    height: 400px;
  }

  .section-heading {
    font-size: 15vw;
  }

  .button.mobile {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news-title {
    min-height: 69px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-overlay {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    text-align: left;
  }

  .contact-form-wrapper {
    min-height: 450px;
    padding: 30px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-field.reply-message {
    height: 30vh;
  }

  ._80-wrap {
    width: 100%;
  }

  .copy-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu {
    position: fixed;
    overflow: auto;
    background-color: #f6c311;
  }

  .menu-button.w--open {
    border-radius: 5px;
    background-color: #000;
    color: #f6c311;
  }

  .branding {
    z-index: 0;
    width: 100%;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .branding:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo-img {
    width: 100%;
  }

  .breadcrumb-wrapper {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: 500;
  }

  .product-profile-grid {
    grid-column-gap: 20px;
  }

  .product-ligh-box {
    height: 50%;
  }

  .fitler-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .profile-grid-2 {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .mini-blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-blog-img-wrap {
    height: 170px;
  }

  .about-product-img-wraper {
    height: 400px;
    margin-bottom: 0px;
  }

  .nav-link-grid {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-text {
    display: block;
  }

  .search-icon {
    display: none;
  }

  ._404-img-wrap {
    width: 50%;
  }

  ._70-wrap {
    width: 100%;
  }

  .special-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    border-radius: 0px;
    line-height: 1.5;
  }

  .special-link:hover {
    border-bottom-color: rgba(246, 195, 17, 0.1);
    background-color: #333;
  }

  .special-link.w--current {
    border-bottom-color: rgba(246, 195, 17, 0.1);
  }

  .special-link.search {
    padding: 20px;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 11px;
    line-height: 1.5;
  }

  .special-link.search:hover {
    background-color: #333;
    color: #f6c311;
  }

  .filter-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .check-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .filter-list {
    position: relative;
  }

  .tag-block-link {
    opacity: 1;
  }

  .message-block {
    width: 90%;
  }

  .comment-wrapper {
    padding: 30px;
  }

  .reply-container {
    position: relative;
  }

  .close-link-popup {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  label {
    font-size: 15px;
  }

  blockquote {
    font-size: 16px;
  }

  .hero-sub-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading {
    font-size: 80px;
    line-height: 0.9;
    text-align: center;
    text-shadow: none;
  }

  .hero-heading.home {
    font-size: 60px;
  }

  .section {
    padding: 10px 15px 40px;
  }

  .section.blog-internal {
    padding-top: 40px;
  }

  .section.product-internal {
    padding-top: 0px;
  }

  .hero-section {
    padding: 150px 15px 70px;
  }

  .hero-section.internal {
    padding-bottom: 0px;
  }

  .hero-section.blog-internal {
    padding-bottom: 0px;
  }

  .hero-section.product-internal {
    padding-bottom: 0px;
  }

  .nav-grid {
    -ms-grid-columns: 236px 1fr;
    grid-template-columns: 236px 1fr;
  }

  .navbar {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .yellow-bard {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 150px;
    padding-top: 20px;
  }

  .yellow-bard.internal {
    height: 120px;
  }

  .product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-image-wrapper {
    height: 220px;
  }

  .section-heading {
    font-size: 17vw;
  }

  .section-heading.center {
    text-shadow: none;
  }

  .product-title.internal {
    font-size: 30px;
  }

  .news-title {
    min-height: 0px;
  }

  .article {
    display: block;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-image-wrapper {
    height: 290px;
  }

  .blog-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tag-line {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.6;
  }

  .copy-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form-wrapper {
    min-height: 400px;
  }

  .section-5 {
    margin-top: 0px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .section-4 {
    padding: 60px 15px;
  }

  .text-field.reply {
    border-radius: 3px;
  }

  .text-field.reply-message {
    height: 60px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .branding {
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .scroll-icon-wrapper {
    display: none;
  }

  .breadcrumb-wrapper {
    display: none;
  }

  .product-profile-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-ligh-box {
    width: 50%;
  }

  .inner-filter-wrapper {
    padding: 40px 20px 20px;
  }

  .close-link {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .descript-link {
    margin-bottom: 10px;
  }

  .product-detail-list {
    margin-bottom: 30px;
  }

  .shop-para {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .details-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-title {
    font-size: 30px;
  }

  .img-wrapper {
    height: 300px;
  }

  .mini-blog-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .mini-blog-img-wrap {
    height: 120px;
  }

  .grid-4 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-product-img-wraper {
    height: 450px;
  }

  .about-image-wrap {
    height: 300px;
  }

  .search-popup {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._404-img-wrap {
    width: 80%;
  }

  .search-puff {
    margin-bottom: 20px;
  }

  .close-x {
    z-index: 1;
    margin-top: 20px;
    margin-right: 20px;
  }

  .special-button.full {
    display: block;
    width: 30%;
  }

  .tag-block-link {
    margin-top: 256px;
  }

  .result-link {
    padding: 20px;
  }

  .result-title.internal {
    font-size: 25px;
  }

  .alert-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .message-block {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .message-text {
    font-size: 16px;
  }

  .blocker {
    overflow: hidden;
  }

  .comment-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reply-btn {
    border-radius: 3px;
  }

  .reply-btn.mobile {
    display: block;
  }

  .comment-block {
    padding: 15px;
  }

  .reply-container {
    height: 95%;
    padding: 15px 20px;
  }

  .reply-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rechapta-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cancel {
    border-radius: 3px;
  }

  .cancel.mobile {
    margin-left: 0px;
  }

  .button-wrapper-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .big-field {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._404-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 1.3;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }

  .hero-sub-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 70px;
    line-height: 0.9;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
  }

  .hero-heading.home {
    font-size: 56px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .hero-section.internal {
    padding-top: 160px;
    padding-bottom: 0px;
  }

  .hero-section.blog-internal {
    padding-top: 160px;
    padding-bottom: 0px;
  }

  .hero-section.product-internal {
    padding-top: 160px;
    padding-bottom: 0px;
  }

  .nav-grid {
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }

  .yellow-bard {
    height: 120px;
  }

  .yellow-bard.internal {
    height: 13vh;
  }

  .product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-image-wrapper {
    height: 400px;
  }

  .section-heading {
    font-size: 30vw;
  }

  .section-heading.center {
    line-height: 0.8;
    text-shadow: none;
  }

  .product-title.internal {
    font-size: 30px;
  }

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

  .tag-line {
    font-size: 17px;
  }

  .contact-form-wrapper {
    padding: 15px;
  }

  .section-5 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field.reply-message {
    height: 40vh;
  }

  .ft-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-wrapper {
    display: none;
  }

  .product-ligh-box {
    width: 100%;
  }

  .filter-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fitler-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .inner-filter-wrapper {
    padding-top: 35px;
  }

  .close-link {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .product-search-form-block {
    margin-bottom: 56px;
  }

  .search-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-field {
    border-radius: 5px;
  }

  .submit-button {
    border-radius: 5px;
  }

  .flex-wrappers.spaced {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .in-stock-text {
    margin-top: 7px;
  }

  .out-stock-text {
    margin-top: 7px;
  }

  .descript-link {
    margin-bottom: 10px;
  }

  .shop-para {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
  }

  .details-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-blog-img-wrap {
    height: 170px;
  }

  .about-product-img-wraper {
    height: 300px;
  }

  .search-popup {
    padding-top: 86px;
  }

  ._404-img-wrap {
    width: 100%;
  }

  .search-puff {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .special-button.full {
    display: block;
    width: 100%;
  }

  .sort-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .check-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image {
    -o-object-position: 15% 50%;
    object-position: 15% 50%;
  }

  .message-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .message-text {
    font-size: 16px;
  }

  .tag-line-text {
    font-size: 7px;
  }

  .comment-wrapper {
    padding: 15px;
  }

  .profile-img-wrap {
    width: 100px;
  }

  .comment-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reply-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .comment-date-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reply-container {
    padding: 40px 15px 15px;
  }

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

  .rechapta-wrapper {
    overflow: hidden;
    width: 250px;
    float: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .cancel {
    display: block;
    width: 100%;
    text-align: center;
  }

  .big-field {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  ._404-heading {
    font-size: 25px;
  }
}

#w-node-_561ba94e-f1eb-23a3-415a-95b4460db088-c9dfd7ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_561ba94e-f1eb-23a3-415a-95b4460db08b-c9dfd7ce {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1692bd2-03ca-c29c-c1e5-dd997831e56c-7831e569 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae41db7b-68ac-cf16-5f5d-e29efece53c7-6a2d5d0c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2a981414-0112-847e-4c1a-ab9c833cac84-e58db330 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f140ebfb-9603-2d64-128e-a4890369eb7c-e58db330 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_77363153-b6a3-351a-7412-34a73b799308-e58db330 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_474027ee-334e-e96f-78aa-a238c2061d7c-e58db330 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_010d5ed3-eba5-d2b3-c972-534c435584f7-e58db330 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4672bad6-4915-7f3a-c49e-2edc7130890b-e58db330 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9143dcea-2516-02c9-cbc0-6e22b7b93d53-8bf1a386 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6ca9cf25-d202-4c18-8567-f3692ddcd170-8bf1a386 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_561ba94e-f1eb-23a3-415a-95b4460db088-c9dfd7ce {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_561ba94e-f1eb-23a3-415a-95b4460db08b-c9dfd7ce {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_010d5ed3-eba5-d2b3-c972-534c435584f7-e58db330 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4672bad6-4915-7f3a-c49e-2edc7130890b-e58db330 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b64c0670-f65d-ee48-3378-1b16562a3227-0af284b9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2a981414-0112-847e-4c1a-ab9c833cac84-e58db330 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f140ebfb-9603-2d64-128e-a4890369eb7c-e58db330 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_77363153-b6a3-351a-7412-34a73b799308-e58db330 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_474027ee-334e-e96f-78aa-a238c2061d7c-e58db330 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_010d5ed3-eba5-d2b3-c972-534c435584f7-e58db330 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_561ba94e-f1eb-23a3-415a-95b4460db088-c9dfd7ce {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ae41db7b-68ac-cf16-5f5d-e29efece53c7-6a2d5d0c {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-f140ebfb-9603-2d64-128e-a4890369eb7c-e58db330 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_010d5ed3-eba5-d2b3-c972-534c435584f7-e58db330 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Jonathan';
  src: url('../fonts/Jonathan.ttf') format('truetype'), url('../fonts/Jonathan.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}