@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, .grid-block {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .grid-block:before, .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "Switzer", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1.1rem ;
  line-height: 1;
  font-family: "Teko", sans-serif;
  font-weight: 500; }

h1, .h1 {
  font-size: 3.88889rem ; }

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

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

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

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

h6, .h6 {
  font-size: 1.77778rem ; }

p {
  font-family: "Switzer", sans-serif;
  line-height: inherit;
  margin-bottom: 1.1rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 1.1rem ;
  margin-left: 2em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.5; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 1.1rem ; }
  dl dt, dl dd {
    line-height: 1.5; }
  dl dd {
    line-height: 1.5; }

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

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 1.1rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: bold; }

ul.unstyled, ul.page-nav__blocklist, ol.unstyled, ol.page-nav__blocklist {
  list-style: none;
  margin-left: 0; }

ul.inline li, ul.page-nav__blocklist li, ol.inline li, ol.page-nav__blocklist li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

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

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 1.1rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 0.55rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 18px;
  color: #1A1C56;
  line-height: 1.5; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 1.1rem ;
  margin-right: 1.1rem ;
  margin-left: 1.1rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

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

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

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

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

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

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

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

.col-10, .w-10 {
  width: 10%; }

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

.col-9, .w-9 {
  width: 9%; }

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

.col-8, .w-8 {
  width: 8%; }

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

.col-7, .w-7 {
  width: 7%; }

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

.col-6, .w-6 {
  width: 6%; }

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

.col-5, .w-5 {
  width: 5%; }

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

.col-4, .w-4 {
  width: 4%; }

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

.col-3, .w-3 {
  width: 3%; }

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

.col-2, .w-2 {
  width: 2%; }

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

.col-1, .w-1 {
  width: 1%; }

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

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 1.1rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.5;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

audio:not([controls]) {
  display: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: #1956A7; }

a:hover,
a:active {
  outline: 0;
  color: #1A1C56; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

#i3-PILLAR .\+i3TODO {
  outline: 1px dashed red; }

#i3-PILLAR .\+fs-12 {
  font-size: 12px; }

#i3-PILLAR .\+fs-18 {
  font-size: 18px; }

#i3-PILLAR .\+fw-normal {
  font-weight: 400; }

#i3-PILLAR .\+fw-bold {
  font-weight: bold; }

#i3-PILLAR .\+ta-left {
  text-align: left; }

#i3-PILLAR .\+ta-center {
  text-align: center; }

#i3-PILLAR .\+ta-right {
  text-align: right; }

#i3-PILLAR .\+lh-1 {
  line-height: 1; }

#i3-PILLAR .\+lh-12 {
  line-height: 1.2; }

#i3-PILLAR .\+lh-14 {
  line-height: 1.4; }

#i3-PILLAR .\+lh-16 {
  line-height: 1.6; }

#i3-PILLAR .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-PILLAR .\+td-line-through {
  text-decoration: line-through; }

#i3-PILLAR .\+tt-uppercase {
  text-transform: uppercase; }

#i3-PILLAR .\+c-white {
  color: #FFF; }

#i3-PILLAR .\+c-black {
  color: #000; }

#i3-PILLAR .\+c-grey {
  color: #606060; }

#i3-PILLAR .\+c-light-grey {
  color: #EDE8DE; }

#i3-PILLAR .\+c-brand {
  color: #1956A7; }

#i3-PILLAR .\+c-brand-dark {
  color: #1A1C56; }

#i3-PILLAR .\+c-brand-red {
  color: #EBB510; }

#i3-PILLAR .\+d-block {
  display: block; }

#i3-PILLAR .\+d-inline-block {
  display: inline-block; }

#i3-PILLAR .\+p-relative {
  position: relative; }

#i3-PILLAR .\+ls-large {
  letter-spacing: 4px; }

#i3-PILLAR .\+ls-two {
  letter-spacing: 2px; }

#i3-PILLAR .\+ls-three {
  letter-spacing: 3px; }

#i3-PILLAR .\+ls-four {
  letter-spacing: 4px; }

#i3-PILLAR .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-PILLAR .\+d-none {
  display: none; }

@media (min-width: 1024px) {
  #i3-PILLAR .\+tablet-d-none {
    display: none; } }

@media (min-width: 1100px) {
  #i3-PILLAR .\+desktop-d-none {
    display: none; } }

#i3-PILLAR .\+d-block {
  display: block; }

@media (min-width: 1024px) {
  #i3-PILLAR .\+tablet-d-block {
    display: block; } }

@media (min-width: 1100px) {
  #i3-PILLAR .\+desktop-d-block {
    display: block; } }

#i3-PILLAR .\+highlight {
  text-align: center;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-PILLAR .\+highlight {
      font-size: 28px !important; } }

#i3-PILLAR .\+highlight-heading {
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #i3-PILLAR .\+highlight-heading {
      font-size: 28px !important;
      margin-bottom: 18px !important; } }

#i3-PILLAR .\+fs-44 {
  font-size: 44px; }

#i3-PILLAR .\+s-heading {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px; }

#i3-PILLAR .\+hr-small {
  width: 45px;
  border: 2px solid #024930; }
  #i3-PILLAR .\+hr-small.\--white {
    border-color: #fff; }

#i3-PILLAR .\+h-font {
  font-family: "Teko", sans-serif; }

#i3-PILLAR .\+cta-icon {
  font-weight: 500;
  color: #1A1C56;
  font-size: 1.22222rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #i3-PILLAR .\+cta-icon:after {
    content: "\e91d";
    font-family: 'default';
    width: 36px;
    height: 36px;
    background-color: #D5D4CC;
    border-radius: 6px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s; }
  #i3-PILLAR .\+cta-icon:hover {
    color: #1956A7; }
    #i3-PILLAR .\+cta-icon:hover:after {
      background-color: #1956A7;
      color: #FFF; }

#i3-PILLAR .\+text-bg {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  padding: 12px 1.11111rem;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 767px) {
    #i3-PILLAR .\+text-bg {
      font-size: 1rem; } }
  @media (min-width: 1024px) {
    #i3-PILLAR .\+text-bg {
      font-size: 1.22222rem; } }

#i3-PILLAR .\+mt-3 {
  margin-top: 1.66667rem; }

#i3-PILLAR .\+tb-3 {
  margin-top: 1.66667rem;
  margin-bottom: 1.66667rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  img.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  img.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }

html {
  height: 100%; }

body {
  background: #FFFFFF;
  overflow-x: hidden; }
  body.\--height-fixed {
    height: 100%;
    overflow: hidden;
    padding-right: 17px; }
  body .body-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden; }
  body.\--show-mobile-menu {
    overflow-y: hidden; }

@media (max-width: 767px) {
  .pm__nav ul > li.current-menu-ancestor ul.sub-menu {
    display: block; } }

.offset-bottom-1, .offset-bottom-rem-1 {
  margin-bottom: 10px; }
  @media (max-width: 1100px) {
    .offset-bottom-1, .offset-bottom-rem-1 {
      margin-bottom: 30px !important; } }

.offset-bottom-2, .offset-bottom-rem-2 {
  margin-bottom: 20px; }
  @media (max-width: 1100px) {
    .offset-bottom-2, .offset-bottom-rem-2 {
      margin-bottom: 30px !important; } }

.offset-bottom-3, .offset-bottom-rem-3 {
  margin-bottom: 30px; }
  @media (max-width: 1100px) {
    .offset-bottom-3, .offset-bottom-rem-3 {
      margin-bottom: 30px !important; } }

.offset-bottom-4, .offset-bottom-rem-4 {
  margin-bottom: 40px; }
  @media (max-width: 1100px) {
    .offset-bottom-4, .offset-bottom-rem-4 {
      margin-bottom: 30px !important; } }

.offset-bottom-5, .offset-bottom-rem-5 {
  margin-bottom: 50px; }
  @media (max-width: 1100px) {
    .offset-bottom-5, .offset-bottom-rem-5 {
      margin-bottom: 30px !important; } }

.offset-bottom-6, .offset-bottom-rem-6 {
  margin-bottom: 60px; }
  @media (max-width: 1100px) {
    .offset-bottom-6, .offset-bottom-rem-6 {
      margin-bottom: 30px !important; } }

.offset-bottom-7, .offset-bottom-rem-7 {
  margin-bottom: 70px; }
  @media (max-width: 1100px) {
    .offset-bottom-7, .offset-bottom-rem-7 {
      margin-bottom: 30px !important; } }

.offset-bottom-8, .offset-bottom-rem-8 {
  margin-bottom: 80px; }
  @media (max-width: 1100px) {
    .offset-bottom-8, .offset-bottom-rem-8 {
      margin-bottom: 30px !important; } }

.offset-bottom-9, .offset-bottom-rem-9 {
  margin-bottom: 90px; }
  @media (max-width: 1100px) {
    .offset-bottom-9, .offset-bottom-rem-9 {
      margin-bottom: 30px !important; } }

.offset-bottom-10, .offset-bottom-rem-10 {
  margin-bottom: 100px; }
  @media (max-width: 1100px) {
    .offset-bottom-10, .offset-bottom-rem-10 {
      margin-bottom: 30px !important; } }

.ins-checkout-layout {
  height: 100% !important; }
  .ins-checkout-layout .ins-toggle-btn {
    bottom: 55px !important; }
    @media (min-width: 1100px) {
      .ins-checkout-layout .ins-toggle-btn {
        bottom: 75px !important; } }

.yay-currency-single-page-switcher {
  margin-bottom: 0 !important; }
  .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper {
    min-width: 6.77778rem; }
    @media (min-width: 1280px) {
      .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper {
        min-width: 7.22222rem; } }
    .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-select__trigger {
      background-color: #E9ECF3;
      border-radius: 100px;
      border: 0 !important;
      padding: 1.33333rem 0.66667rem;
      line-height: 1; }
      .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-select__trigger .yay-currency-custom-select.open .yay-currency-custom-select__trigger {
        border: 0 !important; }
      .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-select__trigger span.yay-currency-selected-option {
        color: #333879;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.83333rem;
        line-height: 1; }
        @media (min-width: 1280px) {
          .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-select__trigger span.yay-currency-selected-option {
            font-size: 0.94444rem; } }
    .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-arrow:before, .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper .yay-currency-custom-arrow:after {
      background-color: #333879; }

.container {
  max-width: 1800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container.\--style-standard-border {
    border-left: 1px #C9C8C0 solid;
    border-right: 1px #C9C8C0 solid; }
  .container.\--style-full {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-large {
    max-width: 1840px; }
  .container.\--style-medium {
    max-width: 1700px; }
  .container.\--style-small {
    max-width: 1000px; }
  .container.\--pad-t-1 {
    padding-top: 10px; }
  .container.\--pad-b-1 {
    padding-bottom: 10px; }
  .container.\--pad-t-2 {
    padding-top: 20px; }
  .container.\--pad-b-2 {
    padding-bottom: 20px; }
  .container.\--pad-t-3 {
    padding-top: 30px; }
  .container.\--pad-b-3 {
    padding-bottom: 30px; }
  .container.\--pad-t-4 {
    padding-top: 40px; }
  .container.\--pad-b-4 {
    padding-bottom: 40px; }
  .container.\--pad-t-5 {
    padding-top: 50px; }
  .container.\--pad-b-5 {
    padding-bottom: 50px; }
  .container.\--pad-t-6 {
    padding-top: 60px; }
  .container.\--pad-b-6 {
    padding-bottom: 60px; }
  .container.\--pad-t-7 {
    padding-top: 70px; }
  .container.\--pad-b-7 {
    padding-bottom: 70px; }
  .container.\--pad-t-8 {
    padding-top: 80px; }
  .container.\--pad-b-8 {
    padding-bottom: 80px; }
  .container.\--pad-t-9 {
    padding-top: 90px; }
  .container.\--pad-b-9 {
    padding-bottom: 90px; }
  .container.\--pad-t-10 {
    padding-top: 100px; }
  .container.\--pad-b-10 {
    padding-bottom: 100px; }

@font-face {
  font-family: 'Switzer';
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Regular.woff2?32gdwb") format("woff2"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Regular.woff?32gdwb") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Switzer';
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Medium.woff2?32gdwb") format("woff2"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Medium.woff?32gdwb") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Switzer';
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Semibold.woff2?32gdwb") format("woff2"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Semibold.woff?32gdwb") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Switzer';
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Bold.woff2?32gdwb") format("woff2"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/Switzer-Bold.woff?32gdwb") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

p {
  font-size: 18px;
  letter-spacing: -0.02em; }
  @media (min-width: 1100px) {
    p {
      font-size: 20px; } }

a {
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  outline: none !important; }

h1, h2, h3, h4 {
  letter-spacing: -0.12px;
  text-transform: uppercase;
  word-wrap: break-word; }

h5, h6 {
  letter-spacing: -0.22px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  h2 {
    font-size: 2.77778rem; } }

ul li {
  font-size: 18px; }
  @media (min-width: 1100px) {
    ul li {
      font-size: 20px; } }

blockquote {
  border: 1px solid #8b2e98;
  padding: 38px;
  margin-bottom: 30px;
  font-family: "Teko", sans-serif;
  font-size: 1.5em;
  position: relative; }
  @media (min-width: 1100px) {
    blockquote {
      padding-left: 180px; } }
  blockquote:before {
    content: '❝';
    font-family: "Teko", sans-serif;
    line-height: 1;
    display: none;
    font-size: 140px;
    position: absolute;
    left: 50px;
    top: 20px; }
    @media (min-width: 1100px) {
      blockquote:before {
        display: block; } }
  blockquote p {
    font-family: "Teko", sans-serif;
    letter-spacing: 1px;
    line-height: 1.3; }
    blockquote p:last-child {
      margin-bottom: 0; }

hr {
  border-color: #CCC; }

.cms-content a:not(.btn) {
  text-decoration: none; }

p:last-child {
  margin-bottom: 0; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/default.eot?u8gez7");
  src: url("/wp-content/themes/pillar-shop/_ui/media/fonts/default.eot?u8gez7#iefix") format("embedded-opentype"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/default.ttf?u8gez7") format("truetype"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/default.woff?u8gez7") format("woff"), url("/wp-content/themes/pillar-shop/_ui/media/fonts/default.svg?u8gez7#default") format("svg");
  font-weight: normal;
  font-style: normal; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-currency:before {
  content: "\e92d"; }

.icon-user:before {
  content: "\e92c"; }

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

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

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

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

.icon-youtube:before {
  content: "\e929"; }

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

.icon-magnifier:before {
  content: "\e927"; }

.icon-calendar:before {
  content: "\e921"; }

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

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

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

.icon-eye:before {
  content: "\e926"; }

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

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

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

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

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

.icon-facebook:before {
  content: "\e90a"; }

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

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

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

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

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

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

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

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

.icon-chevron-up:before {
  content: "\e90e"; }

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

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

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

.icon-delivery:before {
  content: "\e91a"; }

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

.icon-card:before {
  content: "\e91c"; }

.icon-arrow-top-right:before {
  content: "\e91d"; }

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

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

.icon-loader:before {
  content: "\e90c"; }

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

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

.icon-caret-down:before {
  content: "\e918"; }

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

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

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

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

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.83333rem 1.11111rem 0.66667rem 1.11111rem;
  background-color: #FFF;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 1.22222rem;
  font-family: "Teko", sans-serif;
  letter-spacing: normal;
  line-height: 1 !important;
  border: 1px solid #1956A7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important; }
  @media (max-width: 1024px) {
    .btn {
      font-size: 1rem; } }
  .btn i {
    margin-left: 8px;
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -3px; }
  .btn.\--style-block {
    width: 100%;
    text-align: center; }
  .btn.\--style-center {
    margin-right: auto;
    margin-left: auto; }
  .btn.\--theme-primary {
    border-color: #1956A7;
    background-color: #1956A7;
    color: #FFF; }
    .btn.\--theme-primary:hover {
      background-color: #123f7b;
      border-color: #123f7b; }
  .btn.\--theme-secondary {
    border-color: #1A1C56;
    background-color: #1A1C56;
    color: #FFF; }
    .btn.\--theme-secondary:hover {
      border-color: #1956A7;
      background-color: #1956A7;
      color: #FFF; }
  .btn.\--theme-white {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #000E3D; }
    .btn.\--theme-white:hover {
      background-color: #1956A7;
      border-color: #1956A7;
      color: #FFF; }
  .btn.\--theme-dark {
    border-color: #1A1C56;
    background-color: #1A1C56;
    color: #FFF; }
    .btn.\--theme-dark:hover {
      background-color: #0e0f2f;
      border-color: #0e0f2f; }
  .btn.\--theme-transparent {
    border-color: #1A1C56;
    background-color: transparent;
    color: #1A1C56; }
    .btn.\--theme-transparent:hover {
      border-color: #1956A7;
      background-color: #1956A7;
      color: #FFF; }
  .btn.\--theme-grey {
    border-color: #DDDCD4;
    background-color: #DDDCD4;
    color: #1A1C56; }
    .btn.\--theme-grey:hover {
      border-color: #1956A7;
      background-color: #1956A7;
      color: #FFF; }
  .btn.\--type-dropdown.\--style-medium:after {
    margin-top: 2px; }
  .btn.\--type-dropdown:after {
    margin-left: 15px;
    margin-top: 5px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    font-size: 11px; }
  .btn.\--style-large {
    padding-left: 2.77778rem;
    padding-right: 2.77778rem; }
  .btn.\--style-x-large {
    padding-left: 2.77778rem;
    padding-right: 2.77778rem; }
    @media (min-width: 767px) {
      .btn.\--style-x-large {
        padding-left: 8.33333rem;
        padding-right: 8.33333rem; } }
  .btn.\--sold-out {
    pointer-events: none; }
  .btn.\--type-add-to-cart {
    padding: 0.77778rem 1.11111rem 0.61111rem 1.11111rem;
    width: 6.11111rem; }
    @media (min-width: 1024px) {
      .btn.\--type-add-to-cart {
        padding: 0.77778rem 2.22222rem 0.61111rem 2.22222rem; } }
    @media (min-width: 1280px) {
      .btn.\--type-add-to-cart {
        width: 6.55556rem;
        height: 2.88889rem; } }
    .btn.\--type-add-to-cart i {
      font-size: 0px;
      margin: 0px; }
      .btn.\--type-add-to-cart i:before {
        content: "\e907"; }
    .btn.\--type-add-to-cart.loading {
      pointer-events: none; }
      .btn.\--type-add-to-cart.loading span {
        font-size: 0px; }
      .btn.\--type-add-to-cart.loading i {
        -webkit-animation: button-icon-rotate .5s linear infinite;
        animation: button-icon-rotate .5s linear infinite;
        font-size: 1.33333rem; }
        .btn.\--type-add-to-cart.loading i:before {
          content: "\e90c"; }
  .btn.\--type-add-to-cart-full {
    padding: 0.77778rem 1.11111rem 0.61111rem 1.11111rem; }
    @media (min-width: 1024px) {
      .btn.\--type-add-to-cart-full {
        padding: 0.77778rem 2.05556rem 0.61111rem 2.05556rem; } }
    .btn.\--type-add-to-cart-full i {
      margin: 0px; }
      .btn.\--type-add-to-cart-full i:before {
        content: "\e907"; }
    .btn.\--type-add-to-cart-full.loading {
      pointer-events: none; }
      .btn.\--type-add-to-cart-full.loading i {
        -webkit-animation: button-icon-rotate .5s linear infinite;
        animation: button-icon-rotate .5s linear infinite;
        font-size: 1.33333rem; }
        .btn.\--type-add-to-cart-full.loading i:before {
          content: "\e90c"; }
    .btn.\--type-add-to-cart-full + .added_to_cart {
      display: none; }

a.btn {
  text-decoration: none; }

@-webkit-keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes button-icon-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.panel-row-style {
  border-width: 2px !important; }

.panel-grid {
  margin-bottom: 0 !important; }

.\--style-so-stretch > .panel-grid-cell > .so-panel {
  height: 100%; }
  .\--style-so-stretch > .panel-grid-cell > .so-panel > div {
    height: 100%; }
    .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div {
      height: 100%; }
      .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div {
        height: 100%; }
        .\--style-so-stretch > .panel-grid-cell > .so-panel > div > div.w-image > div img {
          height: 100%; }

.absolute-row {
  margin-top: -163px; }

.absolute-row-large {
  margin-top: -260px; }

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

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  color: rgba(0, 48, 20, 0.8);
  font-size: 1.11111rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 1.11111rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #1A1C56; }
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=text]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border-color: #28443F;
    border-left-color: #1A1C56;
    background: transparent; }

.gform-body input[type=email]:not(.mapplic-search-input),
.gform-body input[type=number]:not(.mapplic-search-input),
.gform-body input[type=tel]:not(.mapplic-search-input),
.gform-body input[type=text]:not(.mapplic-search-input),
.gform-body input[type=date]:not(.mapplic-search-input),
.gform-body input[type=password]:not(.mapplic-search-input),
.gform-body textarea:not(.mapplic-search-input) {
  color: rgba(0, 48, 20, 0.8);
  font-size: 1.11111rem;
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background: transparent;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 12px 1.11111rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  border-radius: 5px;
  border-left: 5px #EAE7E0 solid; }
  .gform-body input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
  .gform-body textarea:not(.mapplic-search-input).wpcf7-not-valid {
    border-color: #1A1C56; }
  .gform-body input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input):-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body textarea:not(.mapplic-search-input)::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .gform-body input[type=email]:not(.mapplic-search-input):focus,
  .gform-body input[type=number]:not(.mapplic-search-input):focus,
  .gform-body input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body input[type=text]:not(.mapplic-search-input):focus,
  .gform-body input[type=date]:not(.mapplic-search-input):focus,
  .gform-body input[type=password]:not(.mapplic-search-input):focus,
  .gform-body textarea:not(.mapplic-search-input):focus {
    border-color: #28443F;
    border-left-color: #1A1C56;
    background: transparent; }

.gform-body form p {
  line-height: 1.5; }

.gform-body .gfield.gfield--type-html {
  font-size: 13px;
  color: rgba(67, 88, 83, 0.8);
  line-height: 1rem; }

.gform-body .gfield.gfield--type-submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .gform-body .gfield.gfield--type-submit input[type="submit"] {
    background-color: #1A1C56;
    padding: 1.11111rem 1.33333rem;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.218px;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    border: none;
    line-height: 0; }
    .gform-body .gfield.gfield--type-submit input[type="submit"]:hover {
      background-color: #0e0f2f;
      color: #fff; }

.gform-body .gform-body .gform-field-label {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  letter-spacing: 0.36px;
  font-size: 9px;
  text-transform: uppercase;
  color: #1A1C56;
  margin-bottom: 12px; }
  .gform-body .gform-body .gform-field-label .gfield_required {
    color: #1A1C56; }

.gform-body .gform_required_legend {
  display: none; }

.gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input),
.gform-body.\--dark_wrapper textarea:not(.mapplic-search-input) {
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  background: #203C37;
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-webkit-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-webkit-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::-ms-input-placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::-ms-input-placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input)::placeholder,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input)::placeholder {
    color: rgba(250, 245, 237, 0.9); }
  .gform-body.\--dark_wrapper input[type=email]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=number]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=tel]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=text]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=date]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper input[type=password]:not(.mapplic-search-input):focus,
  .gform-body.\--dark_wrapper textarea:not(.mapplic-search-input):focus {
    border-color: #1956A7;
    border-left-color: #1956A7;
    background: transparent; }

.gform-body.\--dark_wrapper .gfield.gfield--type-html {
  color: rgba(250, 245, 237, 0.64);
  line-height: 1rem; }
  .gform-body.\--dark_wrapper .gfield.gfield--type-html a {
    color: #1956A7; }

.gform-body.\--dark_wrapper .gform-body .gform-field-label {
  color: #1956A7; }
  .gform-body.\--dark_wrapper .gform-body .gform-field-label .gfield_required {
    color: #1956A7; }

.gform-body.\--dark_wrapper .control-select {
  background: #203C37;
  border-color: #203C37;
  color: rgba(250, 245, 237, 0.9);
  border-left-color: #203C37; }
  .gform-body.\--dark_wrapper .control-select.\--focus {
    border-color: #1956A7;
    border-left-color: #1956A7;
    background: transparent; }
  .gform-body.\--dark_wrapper .control-select > span:after {
    color: rgba(250, 245, 237, 0.6); }

.gform-body .ginput_container_consent input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:after {
  opacity: 1; }

.gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:before {
  background-color: #F57842;
  border-color: #F57842; }

.gform-body .ginput_container_consent .gform-field-label {
  display: inline-block;
  font-family: "Switzer", sans-serif;
  min-height: 1.44444rem;
  padding-left: 2.11111rem;
  position: relative;
  display: block;
  line-height: 1.2;
  cursor: pointer;
  text-transform: unset;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
  color: rgba(250, 245, 237, 0.64) !important; }
  .gform-body .ginput_container_consent .gform-field-label:before {
    content: "";
    border: 2px solid #949F99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 1.22222rem;
    height: 1.22222rem;
    position: absolute;
    left: 0;
    top: 0; }
  .gform-body .ginput_container_consent .gform-field-label:after {
    content: '\e902';
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F57842;
    border-color: #F57842;
    width: 0.66667rem;
    height: 0.66667rem;
    position: absolute;
    left: 0.27778rem;
    top: 0.27778rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF; }

.gform_validation_error .gform_validation_errors {
  border-radius: 8px;
  padding: 10px;
  border-color: #000;
  display: none; }
  .gform_validation_error .gform_validation_errors > ol {
    padding-left: 0px;
    margin: 0; }
    .gform_validation_error .gform_validation_errors > ol li {
      list-style-type: none !important; }
  .gform_validation_error .gform_validation_errors > h2 {
    color: #000;
    font-family: "Switzer", sans-serif;
    font-weight: normal;
    font-size: 12px; }

.gform_validation_error .gfield_validation_message, .gform_validation_error .validation_message {
  padding: 0px !important;
  border-color: transparent !important;
  font-size: 12px !important;
  background: transparent !important;
  margin: 0.16667rem 0 0 0 !important; }

.gravity-theme.\--dark .gform_confirmation_message {
  color: #1956A7; }

.wpcf7-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0; }

.wpcf7-checkbox label {
  display: inline-block; }
  .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }
  .wpcf7-checkbox label .wpcf7-list-item-label {
    min-height: 1.22222rem;
    padding-left: 2.77778rem;
    position: relative;
    display: block;
    line-height: 1.2;
    cursor: pointer; }
    .wpcf7-checkbox label .wpcf7-list-item-label:before {
      content: "";
      border: 1.5px solid #BBBBBB;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 2px;
      width: 1.22222rem;
      height: 1.22222rem;
      position: absolute;
      left: 0;
      top: 0; }
    .wpcf7-checkbox label .wpcf7-list-item-label:after {
      background-color: #333333;
      width: 0.66667rem;
      height: 0.66667rem;
      content: "";
      position: absolute;
      left: 0.27778rem;
      top: 0.27778rem;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 135px;
  resize: vertical; }
  @media (max-width: 1024px) {
    textarea {
      height: 150px; } }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #1A1C56;
    font-weight: bold;
    font-size: 1.55556rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

:-ms-input-placeholder {
  color: #586266; }

:-moz-placeholder {
  color: #586266; }

@media (min-width: 1024px) {
  .form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .form__grid__item {
      padding-left: 1rem;
      width: 50%; } }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  border: 2px solid #ff0026 !important;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #ff0026 !important; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #1956A7;
    border-color: #1956A7; }

span.wpcf7-not-valid-tip {
  color: #1A1C56;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f; }

div.wpcf7-validation-errors {
  color: #1A1C56;
  border: 2px solid #1A1C56;
  border-radius: 0;
  padding-left: 20px; }

#mc_embed_signup div#mce-responses {
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important; }

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 10px auto;
  padding-left: 30px;
  position: relative;
  text-align: left; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top; }

.control-checkbox {
  line-height: 1;
  display: inline-block;
  padding: 10px 0; }
  .control-checkbox > label {
    display: block;
    cursor: pointer; }
  .control-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #1956A7;
      background-color: #1956A7; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #FFF; }
  .control-checkbox__checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    padding-top: 2px;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    text-align: center;
    background-color: #FFF; }
    .control-checkbox__checkbox > i {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .control-checkbox__checkbox > i:before {
        content: '\e90b'; }
  .control-checkbox__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 0;
    color: #000000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.cms-content-form {
  margin-left: -2%; }
  .cms-content-form .control-group {
    float: left;
    width: 48%;
    margin-left: 2%; }
    .cms-content-form .control-group:last-child {
      width: 98%;
      float: none;
      clear: both; }

.control-group {
  width: 100%;
  margin-bottom: 20px; }
  .control-group__label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: -1px; }
    .control-group__label i {
      display: inline-block;
      vertical-align: top;
      font-size: 1em;
      margin-right: 10px; }
    .control-group__label label {
      display: block; }
    .control-group__label span.asterix, .control-group__label span.required {
      color: #f03030; }
    .grid-table__cell .control-group__label {
      padding-right: 40px;
      margin-bottom: 0;
      line-height: 60px; }
      .grid-table__cell .control-group__label label {
        line-height: 60px; }
  .control-group__control {
    position: relative; }
  .control-group p.error {
    font-size: 12px;
    color: red;
    padding: 4px 0 0 0;
    margin-bottom: 0; }
    .form-consultation .control-group p.error {
      position: absolute;
      left: 0;
      bottom: -23px; }
  .control-group .help-block {
    display: block;
    padding-top: 5px; }
    .control-group .help-block i {
      display: none; }
    .control-group .help-block p {
      margin-bottom: 0;
      font-size: 12px; }
  .control-group__stars {
    padding: 14px;
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block; }
    .control-group__stars .control-radio {
      display: none; }
    .control-group__stars a {
      text-decoration: none;
      color: #CCC;
      margin-right: 3px;
      font-size: 26px;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .control-group__stars a.cancel {
        margin-right: 10px; }
        .control-group__stars a.cancel i:before {
          content: "\e900"; }
      .control-group__stars a.rating {
        color: #084983; }
      .control-group__stars a.rating-over {
        color: #084983; }
      .control-group__stars a i {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .control-group__stars a i:before {
          content: "\e911"; }
  .control-group.\--style-small input[type=email],
  .control-group.\--style-small input[type=number],
  .control-group.\--style-small input[type=text],
  .control-group.\--style-small input[type=password],
  .control-group.\--style-small textarea {
    padding: 10px; }
  .control-group.\--style-small .control-select {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-check {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-checkbox__checkbox {
    width: 20px;
    height: 20px; }
  .control-group.\--style-small .control-group__label, .control-group.\--style-small .control-checkbox__text {
    font-size: 14px; }
  .control-group.\--style-xsmall input[type=email],
  .control-group.\--style-xsmall input[type=number],
  .control-group.\--style-xsmall input[type=text],
  .control-group.\--style-xsmall input[type=password],
  .control-group.\--style-xsmall textarea {
    padding: 10px; }
  .control-group.\--style-xsmall .control-select {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-check {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-checkbox__checkbox {
    width: 12px;
    height: 12px; }
    .control-group.\--style-xsmall .control-checkbox__checkbox > i {
      font-size: 8px;
      margin-top: -15px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1px; }
  .control-group.\--style-xsmall .control-group__label, .control-group.\--style-xsmall .control-checkbox__text {
    font-size: 13px; }
  .control-group.\--style-xsmall .control-checkbox__text {
    margin: 0 0 0 2px; }
  .control-group.\--filter-active input[type=email], .control-group.\--filter-active input[type=number], .control-group.\--filter-active input[type=text], .control-group.\--filter-active input[type=password], .control-group.\--filter-active textarea,
  .control-group.\--filter-active .control-select {
    border-color: #131734; }
  .control-group.\--type-horizontal {
    display: table;
    width: 100%; }
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; }
    .control-group.\--type-horizontal .control-group__label {
      display: table-cell;
      width: 150px;
      vertical-align: middle; }
      .control-group.\--type-horizontal .control-group__label label {
        display: inline-block; }
    .control-group.\--type-horizontal .control-group__control {
      display: table-cell; }
  .control-group.\--type-range input[type="text"] {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px; }
  .control-group.\--type-range .to {
    margin-top: 7px;
    font-size: 11px;
    color: #222;
    display: inline-block; }
  .control-group.\--type-range .slider-range {
    height: 5px;
    background-color: #666666;
    margin: 0 5px;
    border-radius: 5px; }
    .control-group.\--type-range .slider-range .ui-slider-range {
      background-color: #333; }
    .control-group.\--type-range .slider-range .ui-slider-handle {
      width: 12px;
      height: 12px;
      border: 0;
      top: -4px;
      margin-left: -7px;
      background-color: #333;
      border-radius: 50%;
      border: 2px solid #333; }
  .control-group.\--theme-light input[type=email],
  .control-group.\--theme-light input[type=number],
  .control-group.\--theme-light input[type=text],
  .control-group.\--theme-light input[type=date],
  .control-group.\--theme-light input[type=password],
  .control-group.\--theme-light textarea {
    background-color: #fff;
    color: #858585;
    border-radius: 4px;
    border: 0; }
  .control-group.\--theme-light ::-webkit-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-ms-input-placeholder {
    color: #858585; }
  .control-group.\--theme-light :-moz-placeholder {
    color: #858585; }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1rem; } }
  @media (max-width: 767px) {
    .control-group.\--type-newsletter .control-group__control {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .control-group.\--type-newsletter .control-group__control__button {
      width: 180px; } }
  .control-group.\--type-newsletter .control-group__control__button input {
    width: 100%; }
  .control-group.\--type-newsletter .control-group__control__button .ajax-loader {
    position: absolute;
    right: -30px; }
  .control-group.\--type-search input[type="text"] {
    border: 1px solid #D7D7D7 !important;
    letter-spacing: -0.01em;
    color: #282828;
    font-size: 14px;
    padding: 14px 12px; }
  .control-group.\--type-search ::-webkit-input-placeholder {
    color: #282828; }
  .control-group.\--type-search :-moz-placeholder {
    color: #282828; }
  .control-group.\--type-search :-ms-input-placeholder {
    color: #282828; }
  .control-group .twitter-typeahead {
    width: 100%;
    display: block !important; }
    .control-group .twitter-typeahead input[type="text"] {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }

.control-radio {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 11px 0; }
  .control-radio > label {
    display: block;
    cursor: pointer; }
  .control-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio input[type=radio]:checked + .control-radio__radio {
      border-color: #1956A7;
      background-color: #1956A7; }
      .control-radio input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1;
        background-color: #FFF;
        border-color: #1956A7; }
      .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
        color: #333; }
  .control-radio__radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #666;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #FFF; }
    .control-radio__radio > i {
      display: block;
      width: 16px;
      height: 16px;
      border: 2px solid #FFF;
      border-radius: 50%;
      margin: 6px auto 0 auto;
      opacity: 0; }
  .control-radio__text {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: #666;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-radio + .control-radio {
  margin-top: 10px; }

.control-select {
  position: relative !important;
  font-size: 1.11111rem;
  padding: 13px 1.11111rem !important;
  border: 1px solid #C9C8C0;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px;
  padding-right: 2.22222rem;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .control-select.\--focus {
    border-color: #1A1C56 !important;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
    box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
    background-color: #FFF; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    line-height: 1.4;
    vertical-align: middle; }
    .control-select > span:before {
      content: "\00a0";
      color: #FFF; }
    .control-select > span:after {
      font-size: 1.11111rem;
      content: '\e910';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 1.11111rem;
      top: 50%;
      color: #1A1C56;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.control-uploader {
  font-size: 13px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 17px 17px 18px 17px;
  line-height: 1;
  background: #FFF; }
  .control-uploader.\--focus, .control-uploader.\--hover {
    border-color: #333; }
  .control-uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .control-uploader__filename {
    display: block;
    width: 100%;
    padding-right: 80px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .control-uploader__action {
    font-size: 13px;
    display: block;
    position: absolute;
    padding-top: 20px;
    z-index: 1;
    right: 10px;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 80px;
    color: #333; }

.wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 4px; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 3px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 15px;
  opacity: 0;
  visibility: hidden; }

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible; }

span.wpcf7-list-item.first.last {
  margin-left: 0; }

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  padding-left: 32px; }

.accept_policy {
  clear: both;
  padding-top: 25px; }

.accept_policy {
  position: relative;
  padding-bottom: 30px; }

.accept_policy span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 0; }

html.ie .accept_policy span.wpcf7-not-valid-tip {
  width: 100vh;
  bottom: -24px; }

html.ie body {
  overflow-x: hidden; }

@media (max-width: 1024px) {
  html.ie .accept_policy span.wpcf7-not-valid-tip {
    width: 100vh;
    bottom: -37px;
    text-align: left;
    padding-bottom: 13px; } }

span.wpcf7-form-control-wrap.accept-policy {
  position: unset; }

.wpcf7-not-valid .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
  border: 2px solid #c82859; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span:before,
html.ie .radio-style span.wpcf7-form-control.wpcf7-radio input + span:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border: 2px solid #d4d1d5;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 0;
  float: left; }

.radio-style span.wpcf7-form-control.wpcf7-radio input + span {
  margin-left: 19px; }

.radio-style span.wpcf7-form-control-wrap.flexible {
  width: 64%;
  display: block;
  float: right; }

.radio-style span.wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: block; }

.radio-style span.wpcf7-list-item {
  width: 50%;
  display: block;
  float: left;
  margin: 0; }

.radio-style span.wpcf7-form-control.wpcf7-radio input:checked + span:before {
  content: '\f00c' !important;
  font-family: "default" !important;
  line-height: 22px;
  padding-left: 3px;
  width: 20px !important;
  color: #8b2e98; }

span.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: relative;
  width: 23px;
  height: 23px;
  opacity: 0;
  z-index: 9;
  top: 4px;
  left: 2px; }

span.wpcf7-list-item {
  position: relative; }

@media all and (max-width: 992px) {
  .radio-style span.wpcf7-form-control-wrap.flexible {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 23px;
    padding-left: 11px; } }

@media all and (max-width: 480px) {
  .radio-style span.wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px; }
  .radio-style span.wpcf7-form-control-wrap.flexible {
    margin-bottom: 12px; } }

div.wpcf7 .ajax-loader {
  margin: 20px 0 0px 14px; }

span.wpcf7-not-valid-tip {
  color: #EBB510;
  font-size: 13px;
  display: block;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f !important; }

div.wpcf7-validation-errors {
  color: #d13961;
  border: 2px solid #d13962;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7-form.invalid div.wpcf7-response-output {
  margin: 1rem 0 1rem 0;
  padding: 10px;
  color: #EBB510;
  border-color: #EBB510; }

.grid-block {
  overflow: hidden; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .grid-block > * {
        width: 50% !important; } }
  .grid-block.\--type-inline-blocks {
    overflow: visible; }
    .grid-block.\--type-inline-blocks > * {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
  .grid-block.\--type-one-block > * {
    width: 100%; }
  .grid-block.\--type-two-blocks > * {
    width: 50%; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-block.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-block.\--type-four-blocks > * {
    width: 25%; }
  .grid-block.\--type-five-blocks > * {
    width: 20%; }
  .grid-block.\--style-offset-blocks {
    margin-left: -20px; }
    .grid-block.\--style-offset-blocks > * {
      padding-left: 20px;
      padding-bottom: 20px; }
  .grid-block.\--style-offset-block-medium {
    margin-left: -10px; }
    .grid-block.\--style-offset-block-medium > * {
      padding-left: 10px;
      padding-bottom: 10px; }
  .grid-block.\--style-offsets-xlarge {
    margin-left: -60px; }
    .grid-block.\--style-offsets-xlarge > * {
      padding-left: 60px; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
  .grid-block.\--style-offsets-medium {
    margin-left: -50px; }
    .grid-block.\--style-offsets-medium > * {
      padding-left: 50px; }
  .grid-block.\--style-offsets-small {
    margin-left: -10px; }
    .grid-block.\--style-offsets-small > * {
      padding-left: 10px; }
  .grid-block.\--style-offsets-large {
    margin-left: -50px; }
    .grid-block.\--style-offsets-large > * {
      padding-left: 50px; }

ul.grid-block {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table.\--style-fixed {
    table-layout: fixed; }
  .grid-table.\--style-align-middle .grid-table__cell {
    vertical-align: middle; }
  .grid-table.\--style-align-top .grid-table__cell {
    vertical-align: top; }
  .grid-table.\--style-fixed-height {
    height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
      height: 100%; }
    .grid-table.\--style-fixed-height .grid-table__cell > * {
      height: 100%; }
  .grid-table__row {
    display: table-row; }
  .grid-table__cell {
    display: table-cell;
    vertical-align: top; }
  .grid-table.\--type-two-blocks .grid-table__cell {
    width: 50%; }
  .grid-table.\--type-three-blocks .grid-table__cell {
    width: 33%; }
  .grid-table.\--type-four-blocks .grid-table__cell {
    width: 25%; }
  .grid-table.\--type-five-blocks .grid-table__cell {
    width: 20%; }
  .grid-table.\--style-offsets .grid-table__cell {
    padding-left: 30px; }
  .grid-table.\--style-offset-blocks .grid-table__cell {
    padding-left: 25px;
    padding-bottom: 25px; }
  .grid-table.\--style-offset .grid-table__cell {
    padding-left: 25px; }
  .grid-table.\--style-offset-large .grid-table__cell {
    padding-left: 80px; }
  .grid-table__wrapper {
    margin-left: -25px; }
  .grid-table__wrapper-large {
    margin-left: -80px; }

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  .grid-flex__spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .grid-flex.\--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .grid-flex.\--space-inherit {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; }
  .grid-flex > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid-flex.\--style-last-double > *:last-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .grid-flex.\--style-equal-widths > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .grid-flex.\--style-left-aligned {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .grid-flex.\--style-offset-blocks-xsmall {
    margin-left: -4px; }
    .grid-flex.\--style-offset-blocks-xsmall > * {
      padding-left: 4px;
      padding-bottom: 4px; }
  .grid-flex.\--style-offset-blocks {
    margin-left: -30px; }
    .grid-flex.\--style-offset-blocks > * {
      padding-left: 30px;
      padding-bottom: 30px; }
  .grid-flex.\--style-offsets {
    margin-left: -30px; }
    .grid-flex.\--style-offsets > * {
      padding-left: 30px; }
  .grid-flex.\--offset-1 {
    margin: 0-10px; }
    .grid-flex.\--offset-1 > * {
      padding: 0 10px; }
  .grid-flex.\--offset-2 {
    margin: 0-20px; }
    .grid-flex.\--offset-2 > * {
      padding: 0 20px; }
  .grid-flex.\--offset-3 {
    margin: 0-30px; }
    .grid-flex.\--offset-3 > * {
      padding: 0 30px; }
  .grid-flex.\--offset-4 {
    margin: 0-40px; }
    .grid-flex.\--offset-4 > * {
      padding: 0 40px; }
  .grid-flex.\--offset-5 {
    margin: 0-50px; }
    .grid-flex.\--offset-5 > * {
      padding: 0 50px; }
  .grid-flex.\--offset-6 {
    margin: 0-60px; }
    .grid-flex.\--offset-6 > * {
      padding: 0 60px; }
  .grid-flex.\--offset-7 {
    margin: 0-70px; }
    .grid-flex.\--offset-7 > * {
      padding: 0 70px; }
  .grid-flex.\--offset-8 {
    margin: 0-80px; }
    .grid-flex.\--offset-8 > * {
      padding: 0 80px; }
  .grid-flex.\--offset-9 {
    margin: 0-90px; }
    .grid-flex.\--offset-9 > * {
      padding: 0 90px; }
  .grid-flex.\--offset-10 {
    margin: 0-100px; }
    .grid-flex.\--offset-10 > * {
      padding: 0 100px; }
  .grid-flex.\--type-one-block > * {
    width: 100%; }
  .grid-flex.\--type-two-blocks > * {
    width: 50%; }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 769px) {
      .grid-flex.\--type-three-blocks > * {
        width: 50%; } }
    @media (min-width: 1101px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.333%; } }
  .grid-flex.\--type-four-blocks > * {
    width: 25%; }
  .grid-flex.\--type-five-blocks > * {
    width: 20%; }
  @media (max-width: 1024px) {
    .grid-flex.\--full-on-mobile > * {
      width: 100%; } }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.box-recipe {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .box-recipe__shape-media {
    position: relative; }
  .box-recipe__media {
    position: relative;
    background-size: cover;
    height: 300px; }
    @media (max-width: 1024px) {
      .box-recipe__media {
        height: 250px; } }
    .box-recipe__media a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }
  .box-recipe__content {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 0 40px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1024px) {
      .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe__title {
    font-family: "Switzer", sans-serif;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-size: 1.61111rem;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .box-recipe__title {
        font-size: 20px; } }
    .box-recipe__title a {
      color: #161514; }
  .box-recipe__excerpt p {
    letter-spacing: -0.01em;
    font-size: 1.11111rem; }
    @media (max-width: 1024px) {
      .box-recipe__excerpt p {
        font-size: 15px; } }
  .box-recipe__grid {
    padding: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .box-recipe__grid > div {
      border-left: 3px solid #EBEBEB;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 33.33333%; }
      @media (max-width: 1024px) {
        .box-recipe__grid > div {
          border-width: 1px; } }
      .box-recipe__grid > div:first-child {
        border: 0; }
  .box-recipe__info__title {
    font-family: "Switzer", sans-serif;
    font-weight: bold;
    font-size: 0.72222rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #215542;
    margin-bottom: 2px; }
    @media (max-width: 1024px) {
      .box-recipe__info__title {
        font-size: 8px;
        margin-bottom: 0; } }
  .box-recipe__info span {
    font-size: 0.88889rem; }
    @media (max-width: 1024px) {
      .box-recipe__info span {
        font-size: 11px; } }
    .box-recipe__info span i {
      color: #AE1B1F;
      font-size: 2rem; }
      @media (max-width: 1024px) {
        .box-recipe__info span i {
          font-size: 26px; } }
      .box-recipe__info span i.icon-serving {
        font-size: 1.5rem;
        margin-top: 9px; }
        @media (max-width: 1024px) {
          .box-recipe__info span i.icon-serving {
            font-size: 23px;
            margin-top: 4px; } }
  .box-recipe__info__icon {
    display: block;
    margin-bottom: 16px; }
  .box-recipe__shape {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0; }
    .box-recipe__shape > div {
      position: absolute;
      width: 100%;
      top: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .box-recipe__shape__withborder {
      visibility: hidden;
      margin-top: 12px; }
  .box-recipe:hover .box-recipe__shape__withborder {
    visibility: visible;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .box-recipe:hover .box-recipe__shape__withborder {
        margin-top: 3; } }
  .box-recipe.\--grid .box-recipe__content {
    padding: 0 10px 25px; }
    @media (max-width: 1024px) {
      .box-recipe.\--grid .box-recipe__content {
        padding: 0 10px 20px; } }
  .box-recipe.\--related-recipe .box-recipe__recipe-detail {
    display: none; }

.box-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-product:hover .box-product__media__cta {
    opacity: 1; }
  .box-product__media {
    border-radius: 6px;
    background-size: cover;
    min-height: 13.88889rem;
    background-position: center;
    position: relative;
    margin-bottom: 1.11111rem;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .box-product__media {
        min-height: 16.66667rem; } }
    @media (min-width: 1370px) {
      .box-product__media {
        min-height: 22.22222rem; } }
    .box-product__media__cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background: rgba(0, 14, 61, 0.6);
      -webkit-backdrop-filter: blur(1.65px);
      backdrop-filter: blur(1.65px);
      opacity: 0; }
      .box-product__media__cta a.btn {
        position: relative;
        width: auto;
        height: auto;
        margin: auto; }
        .box-product__media__cta a.btn i {
          margin-right: 8px;
          margin-top: 2px; }
    .box-product__media a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .box-product__content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%; }
  .box-product__cat {
    font-size: 1.11111rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    line-height: 1.44444rem; }
    .box-product__cat a {
      color: rgba(0, 48, 20, 0.64); }
  .box-product__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.33333rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .box-product__grid.\--top {
      margin-bottom: 1rem; }
  .box-product__title {
    width: 100%;
    font-size: 1.22222rem;
    letter-spacing: -0.22px;
    text-transform: capitalize;
    margin-bottom: 0.55556rem; }
    .box-product__title a {
      color: #1A1C56; }
  .box-product__date {
    font-family: "Teko", sans-serif;
    color: rgba(0, 14, 61, 0.64);
    font-size: 1rem; }
    @media (min-width: 1025px) {
      .box-product__date {
        font-size: 1.11111rem; } }
    .box-product__date span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: -0.21px;
      text-transform: uppercase;
      line-height: normal; }
      .box-product__date span i {
        color: #032B99;
        margin-right: 10px;
        font-size: 1.44444rem; }
  .box-product__cta .btn i {
    margin: 0 8px 0 0; }
  .box-product__price {
    width: 100%;
    font-size: 1.22222rem;
    font-family: "Teko", sans-serif;
    line-height: 1.22222rem;
    color: #1956A7; }
    .box-product__price .woocommerce-Price-currencySymbol {
      margin-right: 0.27778rem; }
  .box-product.\--style-event .box-product__price {
    width: auto; }
  .box-product.\--style-event .box-product__grid {
    margin-bottom: 1.11111rem; }
  .box-product.\--style-full {
    width: 100%;
    min-height: 16.66667rem; }
    @media (min-width: 1024px) {
      .box-product.\--style-full {
        width: 50%;
        min-height: 100%; } }
    .box-product.\--style-full .box-product__media {
      margin-bottom: 0;
      min-height: 100%; }
      .box-product.\--style-full .box-product__media:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: radial-gradient(102.2% 105.99% at 10.21% 83.24%, rgba(0, 0, 0, 0.8) 12.78%, rgba(0, 0, 0, 0) 65.46%), -webkit-gradient(linear, left top, left bottom, color-stop(59.32%, rgba(0, 0, 0, 0)), to(#000));
        background: -webkit-radial-gradient(10.21% 83.24%, 102.2% 105.99%, rgba(0, 0, 0, 0.8) 12.78%, rgba(0, 0, 0, 0) 65.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 59.32%, #000 100%);
        background: -o-radial-gradient(10.21% 83.24%, 102.2% 105.99%, rgba(0, 0, 0, 0.8) 12.78%, rgba(0, 0, 0, 0) 65.46%), -o-linear-gradient(top, rgba(0, 0, 0, 0) 59.32%, #000 100%);
        background: radial-gradient(102.2% 105.99% at 10.21% 83.24%, rgba(0, 0, 0, 0.8) 12.78%, rgba(0, 0, 0, 0) 65.46%), linear-gradient(180deg, rgba(0, 0, 0, 0) 59.32%, #000 100%);
        border-radius: 6px; }
    .box-product.\--style-full .box-product__cta .btn {
      position: relative; }
    .box-product.\--style-full .box-product__content {
      position: absolute;
      width: 100%;
      padding: 1.11111rem;
      bottom: 0;
      height: auto; }
      @media (min-width: 1024px) {
        .box-product.\--style-full .box-product__content {
          padding: 1.66667rem 2.77778rem; } }
    .box-product.\--style-full .box-product__title {
      margin-bottom: 0;
      font-size: 1.55556rem; }
      .box-product.\--style-full .box-product__title a {
        position: relative;
        color: #FFF; }
    .box-product.\--style-full .box-product__price {
      font-size: 1.44444rem;
      margin-bottom: 0.83333rem;
      color: #FFF; }

.box-review {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.04);
  padding: 1.66667rem 1.33333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%; }
  @media (min-width: 1024px) {
    .box-review {
      padding: 2.22222rem 2rem; } }
  .box-review__title {
    font-size: 1.66667rem;
    letter-spacing: -0.6px;
    margin-bottom: 1.66667rem; }
  .box-review__name {
    margin-bottom: 0px;
    font-size: 1.11111rem;
    text-transform: capitalize;
    color: rgba(0, 48, 20, 0.6);
    line-height: 0.8; }
  .box-review p {
    font-size: 1.22222rem;
    letter-spacing: -0.22px;
    margin-bottom: 0px; }
  .box-review__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.66667rem; }
  .box-review__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px; }
    .box-review__stars i {
      color: #EBB510;
      padding-left: 3px; }

@media (min-width: 601px) {
  .box-product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.box-product-small > div {
  padding-left: 0px; }
  @media (min-width: 601px) {
    .box-product-small > div {
      padding-left: 30px; } }

.box-product-small__media {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px; }
  @media (min-width: 601px) {
    .box-product-small__media {
      height: 112px;
      width: 124px;
      margin-bottom: 0px; } }

@media (max-width: 600px) {
  .box-product-small__content {
    margin-bottom: 20px; } }

.box-product-small__cat {
  border-radius: 4px;
  background: rgba(173, 177, 194, 0.32);
  padding: 5px 8px;
  font-size: 14px;
  font-family: "Teko", sans-serif;
  letter-spacing: -0.138px;
  text-transform: uppercase;
  color: #1A1C56;
  margin-bottom: 1rem; }

.box-product-small__cta .added_to_cart {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1100px) {
  .box-product-small__cta .btn.\--type-add-to-cart {
    height: 2.5rem; } }

.box-product-small__price {
  color: #1956A7;
  font-family: "Teko", sans-serif;
  font-size: 1.22222rem;
  margin: 15px 0px;
  line-height: 1; }

.box-product-small__title {
  margin: 0px; }
  .box-product-small__title a {
    color: #1A1C56;
    font-size: 1.22222rem; }

.page-home__slider-wrap {
  position: relative;
  margin: 0 0 1.94444rem;
  min-height: 16.66667rem; }
  @media (min-width: 1024px) {
    .page-home__slider-wrap {
      min-height: 33.33333rem;
      margin: 0 0 3.33333rem; } }

.page-home__hero {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  padding: 2.22222rem 1.38889rem 5rem; }
  @media (min-width: 1024px) {
    .page-home__hero {
      padding: 5.55556rem 5rem 5.83333rem; } }
  .page-home__hero__grid {
    width: 100%;
    max-width: 33.33333rem; }
  .page-home__hero__title {
    font-size: 1.66667rem;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .page-home__hero__title {
        font-size: 2.44444rem; } }
    @media (min-width: 1100px) {
      .page-home__hero__title {
        font-size: 2.77778rem; } }
  .page-home__hero__text {
    margin-bottom: 2.77778rem; }
    @media (min-width: 1024px) {
      .page-home__hero__text {
        margin-bottom: 8.33333rem; } }
    .page-home__hero__text p {
      color: #fff;
      font-size: 1.11111rem;
      line-height: 1.6;
      letter-spacing: -0.2px; }
  .page-home__hero__media {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .page-home__hero__cta .btn {
    max-width: 195px;
    width: 100%; }
    .page-home__hero__cta .btn i {
      margin: 1px 0 0 10px;
      font-size: 0.77778rem; }
  .page-home__hero__control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-home__hero__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0rem;
    max-width: 230px;
    width: 100%;
    position: relative; }
    .page-home__hero__controls a.hero-prev {
      left: 0; }
    .page-home__hero__controls a.hero-next {
      right: 0; }
    .page-home__hero__controls a {
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.13);
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 2.22222rem;
      height: 2.22222rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: -3.33333rem; }
      .page-home__hero__controls a i {
        font-size: 0.77778rem;
        color: #fff; }
      .page-home__hero__controls a:last-child {
        margin-left: 8px; }
      .page-home__hero__controls a:hover {
        text-decoration: none;
        background: #FFF; }
        .page-home__hero__controls a:hover i {
          color: #1956A7; }

.page-home__popup {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.11111rem; }
  @media (min-width: 1024px) {
    .page-home__popup {
      padding: 0px; } }
  .page-home__popup.\--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1; }
  .page-home__popup__box {
    max-width: 930px;
    background-color: #F7F4E7;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-image: url("/wp-content/themes/pillar-shop/_ui/media/popup-bg.png"); }
    @media (min-width: 1024px) {
      .page-home__popup__box {
        min-height: 440px; } }
    @media (min-width: 1024px) {
      .page-home__popup__box__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-home__popup__box__grid > div {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
    .page-home__popup__box__content {
      width: 100%;
      padding: 2.22222rem 1.66667rem 1.66667rem 1.66667rem; }
      @media (min-width: 1024px) {
        .page-home__popup__box__content {
          width: 54%;
          padding: 3.61111rem 2.77778rem 3.88889rem 2.77778rem; } }
      .page-home__popup__box__content P {
        font-size: 16px;
        letter-spacing: -0.32px; }
    .page-home__popup__box__media {
      width: 100%;
      min-height: 220px;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
      display: none; }
      @media (min-width: 767px) {
        .page-home__popup__box__media {
          min-height: 370px; } }
      @media (min-width: 1024px) {
        .page-home__popup__box__media {
          display: block;
          width: 46%;
          min-height: 540px; } }
    .page-home__popup__box__close {
      right: 10px;
      top: 10px;
      position: absolute; }
      @media (min-width: 767px) {
        .page-home__popup__box__close {
          top: 20px;
          right: 20px; } }
      .page-home__popup__box__close a {
        width: 32px;
        height: 32px;
        background-color: #153D25;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 6px;
        color: #FFF;
        text-decoration: none;
        font-size: 14px; }
        .page-home__popup__box__close a:hover {
          background-color: #1956A7;
          color: #FFF; }
    .page-home__popup__box__form {
      margin-top: 1.66667rem; }
      @media (min-width: 1024px) {
        .page-home__popup__box__form {
          margin-top: 3.33333rem; } }
      .page-home__popup__box__form .gform-body .gform_fields {
        grid-row-gap: 12px !important; }
        .page-home__popup__box__form .gform-body .gform_fields input[type="text"], .page-home__popup__box__form .gform-body .gform_fields input[type="email"] {
          border-radius: 8px;
          border: 1px solid #C9C8C0;
          padding: 0.88889rem 1.11111rem;
          color: rgba(0, 48, 20, 0.6);
          height: 2.66667rem;
          background: rgba(255, 255, 255, 0.3);
          outline: none; }
          .page-home__popup__box__form .gform-body .gform_fields input[type="text"]::-webkit-input-placeholder, .page-home__popup__box__form .gform-body .gform_fields input[type="email"]::-webkit-input-placeholder {
            color: #435853; }
          .page-home__popup__box__form .gform-body .gform_fields input[type="text"]:-ms-input-placeholder, .page-home__popup__box__form .gform-body .gform_fields input[type="email"]:-ms-input-placeholder {
            color: #435853; }
          .page-home__popup__box__form .gform-body .gform_fields input[type="text"]::-ms-input-placeholder, .page-home__popup__box__form .gform-body .gform_fields input[type="email"]::-ms-input-placeholder {
            color: #435853; }
          .page-home__popup__box__form .gform-body .gform_fields input[type="text"]::placeholder, .page-home__popup__box__form .gform-body .gform_fields input[type="email"]::placeholder {
            color: #435853; }
          .page-home__popup__box__form .gform-body .gform_fields input[type="text"]:focus, .page-home__popup__box__form .gform-body .gform_fields input[type="email"]:focus {
            border-color: #1A1C56;
            background-color: #FFF;
            color: #1A1C56;
            -webkit-box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12);
            box-shadow: 0px 4px 0px 0px rgba(63, 165, 53, 0.12); }
        .page-home__popup__box__form .gform-body .gform_fields .gform-grid-col {
          padding-right: 0px !important; }
      .page-home__popup__box__form .gform-body .ginput_container_consent .gform-field-label {
        color: #1A1C56 !important;
        font-size: 17px;
        margin-left: 0px;
        padding-left: 1.77778rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page-home__popup__box__form .gform-body .ginput_container_consent .gform-field-label:before {
          width: 20px;
          height: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 4.444px;
          border: 1.6px solid #1956A7;
          background-color: #FFF;
          -webkit-box-shadow: 0px 2.222px 0px 0px rgba(63, 165, 53, 0.12);
          box-shadow: 0px 2.222px 0px 0px rgba(63, 165, 53, 0.12); }
        .page-home__popup__box__form .gform-body .ginput_container_consent .gform-field-label:after {
          content: '\e90b';
          background-color: transparent;
          left: 0;
          top: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .page-home__popup__box__form .gform-body .ginput_container_consent input[type="checkbox"] {
        display: none; }
        .page-home__popup__box__form .gform-body .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:before {
          background-color: #1956A7;
          border-color: #1956A7; }
      .page-home__popup__box__form .gform_footer {
        padding: 0px !important;
        margin: 1.11111rem 0px 0px 0px !important; }
        .page-home__popup__box__form .gform_footer input[type="submit"] {
          padding: 0.55556rem 1.11111rem 0.66667rem 1.11111rem !important;
          background-color: #148543 !important;
          letter-spacing: 0.04em !important;
          text-transform: uppercase !important;
          color: #FFFFFF !important;
          font-size: 1.11111rem !important;
          font-family: 'TT Lakes Neue', sans-serif !important;
          letter-spacing: normal !important;
          line-height: 1 !important;
          border: 1px solid #148543 !important;
          border-radius: 6px !important;
          width: 100% !important; }
          .page-home__popup__box__form .gform_footer input[type="submit"]:hover {
            background-color: #0d592d !important; }
  .page-home__popup .gform_wrapper.gravity-theme .gform_footer.top_label {
    display: block !important; }

.page-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 2px solid #EBEBEB;
  border-top: 2px solid #EBEBEB;
  margin-bottom: 3.5rem; }
  .page-nav__list li {
    display: inline-block;
    padding: 0px 60px;
    position: relative;
    margin-top: 25px; }
    @media (min-width: 1400px) {
      .page-nav__list li {
        margin-top: 30px; } }
    .page-nav__list li a {
      font-size: 0.83333rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: -0.03em;
      color: #282828;
      display: block;
      border-bottom: 8px solid transparent;
      padding-bottom: 22px;
      margin-bottom: -1px;
      outline: none !important; }
    .page-nav__list li:before {
      content: ' ';
      width: 2px;
      height: 20px;
      background: #ebebeb;
      display: block;
      position: absolute;
      left: 0;
      top: -3px; }
    .page-nav__list li:first-child:before {
      display: none; }
    .page-nav__list li.current_page_item a, .page-nav__list li:hover a {
      border-color: #1956A7;
      color: #1956A7; }

.page-nav__blocklist {
  margin-bottom: 0;
  padding: 20px 15px; }
  .page-nav__blocklist li {
    display: block !important; }
    .page-nav__blocklist li.current_page_item a {
      color: #1956A7; }
    .page-nav__blocklist li a {
      color: #000;
      text-decoration: none;
      font-size: 16px;
      display: block;
      letter-spacing: 1px;
      padding: 5px 0;
      text-transform: capitalize;
      font-weight: 500; }
      .page-nav__blocklist li a:hover {
        color: #1956A7; }
  @media (max-width: 1100px) {
    .page-nav__blocklist.\--hide-content {
      display: none; } }
  @media (max-width: 1100px) {
    .page-nav__blocklist.\--show-content {
      display: block; } }

.page-nav__browse-selection {
  background-color: #f8f8f8;
  display: block;
  border: 1px solid #f8f8f8;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0; }
  .page-nav__browse-selection > i {
    float: right;
    padding-top: 6px;
    font-size: 14px; }

.page-nav__ancestors {
  margin-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0; }

.page-contact__grid {
  margin-top: 4.44444rem;
  margin-bottom: 4.44444rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-contact__info {
  width: 100%;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .page-contact__info {
      width: 55%;
      padding-right: 4.44444rem;
      margin-bottom: 0px; } }
  @media (min-width: 1100px) {
    .page-contact__info {
      padding-right: 6.66667rem; } }
  .page-contact__info__title {
    font-size: 3.55556rem;
    line-height: 1;
    letter-spacing: -2.6px;
    text-transform: uppercase;
    margin-bottom: 1.11111rem; }
    @media (min-width: 767px) {
      .page-contact__info__title {
        margin-bottom: 1.66667rem; } }
    @media (max-width: 767px) {
      .page-contact__info__title {
        font-size: 1.66667rem; } }

.page-contact__desc {
  font-size: 1.22222rem;
  font-family: "Switzer", sans-serif;
  color: #1A1C56;
  max-width: 630px;
  width: 100%; }

.page-contact__detail {
  margin: 2.22222rem 0 2.5rem; }
  .page-contact__detail ul {
    margin-bottom: 0; }
    .page-contact__detail ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.11111rem;
      margin-bottom: 1.66667rem; }
      .page-contact__detail ul li:last-child {
        margin-bottom: 0; }
      .page-contact__detail ul li i {
        min-width: 2.77778rem;
        height: 2.77778rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #1A1C56;
        color: #FFF;
        font-size: 16px;
        border-radius: 6px; }
      .page-contact__detail ul li a {
        color: #1956A7;
        text-decoration: none;
        font-size: 1.11111rem;
        letter-spacing: -0.4px;
        line-height: normal; }
        .page-contact__detail ul li a:hover {
          color: #1A1C56; }
        .page-contact__detail ul li a span {
          display: block;
          font-family: "Teko", sans-serif;
          font-size: 1.11111rem;
          line-height: normal;
          text-transform: uppercase;
          color: #1A1C56; }

.page-contact__social__title {
  font-size: 1.22222rem;
  letter-spacing: -0.2px;
  margin-bottom: 1.94444rem; }

.page-contact__social ul {
  margin-bottom: 0; }
  .page-contact__social ul li {
    padding-right: 10px; }
    .page-contact__social ul li a {
      width: 2.77778rem;
      height: 2.77778rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #1A1C56;
      color: #FFF;
      font-size: 18px;
      border-radius: 6px; }
      .page-contact__social ul li a:hover {
        background: #1956A7; }

.page-contact__social .w-social-links__title {
  display: none; }

.page-contact__formwrap {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 1024px) {
    .page-contact__formwrap {
      width: 45%; } }
  .page-contact__formwrap .gform_wrapper .gform_required_legend {
    display: none; }
  .page-contact__formwrap .gform_wrapper .gform_validation_errors {
    display: none; }
  .page-contact__formwrap .gform_wrapper .gform-body .gform_fields {
    gap: 1.11111rem; }
  .page-contact__formwrap .gform_wrapper .gform-body .gform-field-label {
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #1A1C56;
    margin-bottom: 10px; }
    .page-contact__formwrap .gform_wrapper .gform-body .gform-field-label .gfield_required {
      color: #1A1C56;
      font-size: 100%; }
  .page-contact__formwrap .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input),
  .page-contact__formwrap .gform_wrapper .gform-body textarea:not(.mapplic-search-input) {
    color: #1A1C56;
    font-size: 1rem;
    border: 1.5px solid #c9c8c0;
    background: transparent;
    padding: 1.33333rem 1.33333rem;
    outline: none;
    border-radius: 6px; }
    .page-contact__formwrap .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input).wpcf7-not-valid,
    .page-contact__formwrap .gform_wrapper .gform-body textarea:not(.mapplic-search-input).wpcf7-not-valid {
      border-color: #1A1C56; }
    .page-contact__formwrap .gform_wrapper .gform-body input[type=email]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=number]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=tel]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=text]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=date]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body input[type=password]:not(.mapplic-search-input):focus,
    .page-contact__formwrap .gform_wrapper .gform-body textarea:not(.mapplic-search-input):focus {
      border-color: #28443F;
      border-left-color: #1A1C56;
      background: rgba(255, 255, 255, 0.2);
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-contact__formwrap .gform_wrapper .gform-body .control-select {
    color: #1A1C56;
    background: transparent !important;
    padding: 1.11111rem 1.33333rem;
    outline: none;
    border: 1.5px solid #c9c8c0;
    border-radius: 6px; }
    .page-contact__formwrap .gform_wrapper .gform-body .control-select select {
      padding: 0;
      color: #1A1C56;
      font-size: 1rem;
      background: transparent; }
      .page-contact__formwrap .gform_wrapper .gform-body .control-select select:focus {
        border-color: #28443F;
        background: rgba(255, 255, 255, 0.2);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .page-contact__formwrap .gform_wrapper .gform_footer {
    margin-top: 2.22222rem; }
    .page-contact__formwrap .gform_wrapper .gform_footer input[type=submit] {
      width: 100% !important;
      background: #1956A7 !important;
      font-family: 'TT Lakes Neue', sans-serif !important;
      font-size: 1.11111rem !important;
      font-weight: 400 !important;
      line-height: normal !important;
      text-transform: uppercase !important;
      padding: 0.66667rem 1.33333rem !important; }
      .page-contact__formwrap .gform_wrapper .gform_footer input[type=submit]:hover {
        background: #1A1C56 !important; }

.page-recipes__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-recipes__grid.\--offset-1 {
    margin: 0-10px; }
    .page-recipes__grid.\--offset-1 > * {
      padding: 0 10px; }
  .page-recipes__grid.\--offset-2 {
    margin: 0-20px; }
    .page-recipes__grid.\--offset-2 > * {
      padding: 0 20px; }
  .page-recipes__grid.\--offset-3 {
    margin: 0-30px; }
    .page-recipes__grid.\--offset-3 > * {
      padding: 0 30px; }
  .page-recipes__grid.\--offset-4 {
    margin: 0-40px; }
    .page-recipes__grid.\--offset-4 > * {
      padding: 0 40px; }
  .page-recipes__grid.\--offset-5 {
    margin: 0-50px; }
    .page-recipes__grid.\--offset-5 > * {
      padding: 0 50px; }
  .page-recipes__grid.\--offset-6 {
    margin: 0-60px; }
    .page-recipes__grid.\--offset-6 > * {
      padding: 0 60px; }
  .page-recipes__grid.\--offset-7 {
    margin: 0-70px; }
    .page-recipes__grid.\--offset-7 > * {
      padding: 0 70px; }
  .page-recipes__grid.\--offset-8 {
    margin: 0-80px; }
    .page-recipes__grid.\--offset-8 > * {
      padding: 0 80px; }
  .page-recipes__grid.\--offset-9 {
    margin: 0-90px; }
    .page-recipes__grid.\--offset-9 > * {
      padding: 0 90px; }
  .page-recipes__grid.\--offset-10 {
    margin: 0-100px; }
    .page-recipes__grid.\--offset-10 > * {
      padding: 0 100px; }

.page-recipes__related {
  background: #F8F8F8;
  padding: 4rem 0; }

@media (min-width: 1100px) {
  .page-recipes__column {
    gap: 6.66667rem; } }

@media (min-width: 800px) {
  .page-recipes__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3rem; } }

.page-recipes__details ._number {
  font-weight: bold;
  font-size: 1.11111rem;
  letter-spacing: -0.02em;
  color: #1956A7;
  display: inline-block;
  min-width: 37px; }

@media (min-width: 800px) {
  .page-recipes__made-with {
    min-width: 348px; } }

.page-recipes__made-with__title {
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 1rem; }

.page-recipes__direction {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  margin-bottom: 2.5rem; }
  .page-recipes__direction > div {
    border-bottom: 1px solid #F2F2F2;
    background: #F8F8F8;
    padding: 1.66667rem 1.11111rem; }
    .page-recipes__direction > div:nth-child(even) {
      background: #ffffff; }
  .page-recipes__direction p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__ingredients {
  border: 1px solid #F2F2F2;
  background: #fbfbfb;
  margin-bottom: 2.5rem; }
  .page-recipes__ingredients > div {
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 20px; }
    @media (min-width: 800px) {
      .page-recipes__ingredients > div {
        width: 50%;
        float: left; } }
  .page-recipes__ingredients p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-recipes__media img {
  width: 100%; }
  @media (max-width: 1100px) and (min-width: 768px) {
    .page-recipes__media img {
      max-height: 500px; } }
  @media (max-width: 767px) {
    .page-recipes__media img {
      max-height: 200px; } }

.page-recipes__media > * {
  display: block;
  line-height: 0; }

.page-recipes__header {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 15px 20px;
  margin-bottom: 2.5rem; }
  @media (min-width: 800px) {
    .page-recipes__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.11111rem 1.38889rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 768px) {
    .page-recipes__header__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 799px) {
    .page-recipes__header__share {
      margin-top: 10px;
      margin-left: -20px; } }

.page-recipes__box {
  font-size: 0.72222rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  color: #606060;
  margin-right: 2.22222rem; }
  .page-recipes__box__title {
    font-weight: bold;
    font-family: "Switzer", sans-serif;
    font-size: 0.61111rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 5px;
    margin-bottom: 0;
    color: #1956A7; }
  .page-recipes__box__icon {
    color: #EBB510;
    font-size: 1.27778rem;
    padding-right: 10px; }
    .page-recipes__box__icon i {
      vertical-align: baseline;
      line-height: 0; }
      .page-recipes__box__icon i.icon-preparation {
        vertical-align: middle;
        font-size: 1.55556rem; }

.page-product__stock {
  margin-bottom: 1.11111rem; }
  .page-product__stock span {
    color: #FFF;
    border-radius: 6px;
    background: #1956A7;
    font-family: "Teko", sans-serif;
    padding: 4px 13px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.16px; }

.page-product__price {
  margin: 10px 0px; }
  @media (min-width: 1025px) {
    .page-product__price {
      margin: 1.11111rem 0px; } }
  .page-product__price del, .page-product__price ins {
    text-decoration: none; }
  .page-product__price del span {
    text-decoration: line-through; }
  .page-product__price span {
    color: #1956A7;
    font-family: "Teko", sans-serif;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    font-size: 1.33333rem;
    line-height: 1; }
    @media (min-width: 1280px) {
      .page-product__price span {
        font-size: 1.77778rem; } }

.page-product__title {
  font-size: 1.66667rem;
  max-width: 29.44444rem;
  letter-spacing: -2.08px;
  line-height: 1.66667rem;
  margin-bottom: 1.66667rem; }
  @media (min-width: 1101px) {
    .page-product__title {
      font-size: 2.22222rem;
      line-height: 2.22222rem;
      margin-bottom: 1.94444rem; } }
  @media (min-width: 1280px) {
    .page-product__title {
      font-size: 2.88889rem;
      line-height: 2.88889rem; } }

.page-product__category {
  margin-bottom: 2.22222rem; }
  .page-product__category a {
    color: rgba(0, 14, 61, 0.74);
    border-radius: 6px;
    font-family: "Teko", sans-serif;
    padding: 5px 13px 6px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.16px;
    border: 1px solid #C9C8C0; }
    .page-product__category a:hover {
      background: #032B99;
      color: #FFF; }

.page-product__description {
  margin-bottom: 2.22222rem;
  font-size: 1.11111rem; }
  @media (min-width: 1024px) {
    .page-product__description {
      margin-bottom: 4.44444rem; } }

.page-product__variations {
  border-top: 1px #C9C8C0 solid !important;
  padding-top: 1.66667rem;
  margin-bottom: 1.55556rem !important; }
  .page-product__variations__item__label {
    font-size: 16px;
    @inclued font-family-heading;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block; }
  .page-product__variations select {
    margin-right: 0px !important; }
  .page-product__variations .reset_variations {
    margin-top: 5px;
    display: block;
    font-size: 16px !important;
    color: #1A1C56;
    font-weight: 500; }

.page-product .woocommerce-variation-price {
  margin-bottom: 1.11111rem; }
  .page-product .woocommerce-variation-price span {
    color: #1956A7;
    font-family: "Teko", sans-serif;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    font-size: 1.77778rem;
    line-height: 1; }

.page-product__bar {
  padding: 8px;
  border-top: 1px solid #C9C8C0;
  border-bottom: 1px solid #C9C8C0;
  margin-bottom: 2.77778rem; }
  @media (min-width: 1100px) {
    .page-product__bar {
      margin-bottom: 4.44444rem; } }
  .page-product__bar .page-shop__bar {
    margin: 0px; }

.page-product__tabs__tab {
  border-radius: 12px;
  background: #F5F5F5;
  margin-bottom: 1rem;
  padding: 16px 1.33333rem; }
  .page-product__tabs__tab__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page-product__tabs__tab__link h5 {
      letter-spacing: -0.56px;
      margin: 0; }
      @media (max-width: 1024px) {
        .page-product__tabs__tab__link h5 {
          font-size: 1.22222rem; } }
    .page-product__tabs__tab__link i {
      width: 30px;
      height: 30px;
      background-color: #1956A7;
      border-radius: 50%;
      color: #FFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1rem; }
      @media (min-width: 1025px) {
        .page-product__tabs__tab__link i {
          width: 40px;
          height: 40px;
          font-size: 1.22222rem; } }
    .page-product__tabs__tab__link.active .icon-plus:before {
      content: '\e900'; }
  .page-product__tabs__tab__content {
    border-top: 1px solid #C9C8C0;
    margin-top: 1.11111rem;
    padding-top: 1.66667rem;
    font-size: 1.11111rem;
    padding-bottom: 12px; }

@media (min-width: 1100px) {
  .page-product__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px; } }

.page-product__cta-banner {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (min-width: 1024px) {
    .page-product__cta-banner {
      max-width: 22.22222rem; } }
  @media (min-width: 1100px) {
    .page-product__cta-banner {
      max-width: 27.77778rem; } }
  @media (min-width: 1280px) {
    .page-product__cta-banner {
      max-width: 36.11111rem; } }
  .page-product__cta-banner__content-wrap {
    min-height: 16.66667rem;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 2.22222rem 1.66667rem 2.22222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border-radius: 12px; }
    @media (min-width: 767px) {
      .page-product__cta-banner__content-wrap {
        min-height: 28.33333rem;
        padding: 3.33333rem 2.77778rem 4.44444rem; } }
  .page-product__cta-banner__title {
    color: #FFF !important; }
  .page-product__cta-banner__text {
    margin-bottom: 1.66667rem; }
    .page-product__cta-banner__text p {
      color: white;
      font-weight: 300; }
    @media (min-width: 767px) {
      .page-product__cta-banner__text {
        margin-bottom: 0; } }

.page-product__tabs-wrapper {
  border-top: 1px #C9C8C0 solid;
  margin-top: 1.11111rem;
  padding-top: 2.22222rem; }
  @media (min-width: 1024px) {
    .page-product__tabs-wrapper {
      margin-top: 2.22222rem;
      padding-top: 3.88889rem; } }

.page-product__content {
  max-width: 57.22222rem; }

.page-product__upsells {
  margin-top: 3.33333rem; }
  .page-product__upsells__title {
    font-size: 1.88889rem;
    margin-bottom: 1.22222rem; }
  .page-product__upsells__desc {
    font-size: 1.22222rem; }
  .page-product__upsells__grid {
    margin-top: 2.22222rem; }
    .page-product__upsells__grid > div:not(:last-child) {
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px #C9C8C0 solid; }

.page-product__related {
  border-top: 1px #C9C8C0 solid;
  padding-top: 2.77778rem;
  margin-top: 2.77778rem; }
  @media (min-width: 1025px) {
    .page-product__related {
      margin-top: 5rem;
      padding-top: 3.88889rem;
      margin-bottom: 2.77778rem; } }
  .page-product__related .w-section-header {
    margin-bottom: 3.05556rem; }
  .page-product__related__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.page-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -1.11111rem; }
  .page-product__actions > div {
    padding-left: 1.11111rem; }
    .page-product__actions > div:last-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .page-product__actions__cart button {
    width: 100% !important; }

.page-product__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .page-product__grid__magnifier {
    position: absolute;
    right: 1.38889rem;
    top: 1.38889rem;
    background: #1956A7;
    color: #FFF;
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px; }
    .page-product__grid__magnifier:hover {
      background: #1A1C56; }

.page-product__gallery {
  width: 100%; }
  @media (min-width: 1025px) {
    .page-product__gallery {
      max-width: 58%; } }
  .page-product__gallery .slick-arrow {
    display: none !important; }
  @media (min-width: 767px) {
    .page-product__gallery__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px; } }
  .page-product__gallery.\--product-gallery {
    width: auto; }
    @media (min-width: 767px) {
      .page-product__gallery.\--product-gallery {
        width: 100%; } }
    .page-product__gallery.\--product-gallery .slick-track {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 767px) {
        .page-product__gallery.\--product-gallery .slick-track {
          width: 100% !important; } }
      .page-product__gallery.\--product-gallery .slick-track .slick-slide {
        width: 100%; }
    .page-product__gallery.\--product-gallery .page-product__gallery__slide {
      height: 80px;
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      margin-right: 5px;
      margin-bottom: 1.11111rem; }
      @media (min-width: 767px) {
        .page-product__gallery.\--product-gallery .page-product__gallery__slide {
          height: 160px;
          margin-bottom: 1.11111rem;
          margin-right: 0; } }

.page-product__product-img {
  width: 100%;
  position: relative; }
  @media (min-width: 767px) {
    .page-product__product-img {
      width: 78%; } }
  .page-product__product-img img {
    border-radius: 12px; }

.page-product__slide-image {
  position: relative; }

.page-product__reviews {
  padding: 8px; }
  .page-product__reviews__content {
    padding: 4.44444rem 0px;
    background-size: cover;
    background-position: center;
    border-radius: 8px; }

.page-product.\--style-event .page-product__product-img {
  width: 100%; }

.page-product.\--style-event .page-product__description {
  margin-bottom: 1.66667rem; }

.page-product.\--style-event .page-product__title {
  max-width: unset; }

.page-product.\--style-event .page-product__price {
  margin-top: 0px; }

.page-product.\--style-event .wps_etmfw_product_wrapper {
  margin-bottom: 1.66667rem; }
  .page-product.\--style-event .wps_etmfw_product_wrapper .wps_etmfw_event_general_info {
    color: rgba(34, 90, 255, 0.9);
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -0.18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1100px) {
      .page-product.\--style-event .wps_etmfw_product_wrapper .wps_etmfw_event_general_info {
        font-size: 0.88889rem;
        line-height: 1.11111rem; } }
    .page-product.\--style-event .wps_etmfw_product_wrapper .wps_etmfw_event_general_info:before {
      content: "\e921";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #1956A7;
      font-size: 1.11111rem;
      margin-right: 10px; }
    .page-product.\--style-event .wps_etmfw_product_wrapper .wps_etmfw_event_general_info img {
      display: none !important; }
  .page-product.\--style-event .wps_etmfw_product_wrapper #wps_etmwf_event_time, .page-product.\--style-event .wps_etmfw_product_wrapper #wps_etmwf_event_venue {
    display: none; }

.page-product.\--style-event .page-product__cta-banner {
  max-width: 100%;
  margin-bottom: 2.22222rem;
  background-color: #1A1C56; }
  .page-product.\--style-event .page-product__cta-banner__content-wrap {
    border-radius: 0;
    min-height: 11.11111rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2.5rem 0; }
  .page-product.\--style-event .page-product__cta-banner__text {
    max-width: 520px;
    width: 100%; }
  .page-product.\--style-event .page-product__cta-banner__title {
    letter-spacing: -1.44px; }

.page-product__past-gallery {
  border-bottom: 1px #C9C8C0 solid;
  padding-bottom: 2.77778rem;
  margin-top: 2.77778rem; }
  .page-product__past-gallery__item img {
    width: 100%;
    border-radius: 8px; }
  .page-product__past-gallery .slick-slider {
    margin-top: 2.22222rem; }
    .page-product__past-gallery .slick-slider .slick-slide:not(.slick-active) {
      position: relative; }
      .page-product__past-gallery .slick-slider .slick-slide:not(.slick-active):after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #F1F0E8;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }

.page-shop__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -1.38889rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 1024px) {
    .page-shop__grid {
      margin-bottom: 2.22222rem; } }
  .page-shop__grid > div {
    padding-left: 1.38889rem;
    padding-bottom: 1.38889rem;
    width: 100%; }
    @media (min-width: 600px) {
      .page-shop__grid > div {
        width: 50%; } }
    @media (min-width: 1100px) {
      .page-shop__grid > div {
        width: 25%; } }

.page-shop__header {
  margin-bottom: 1.66667rem;
  padding: 2.22222rem 0px 1.11111rem 0px;
  border-bottom: 1px solid #C9C8C0; }
  @media (min-width: 1024px) {
    .page-shop__header {
      margin-bottom: 2rem;
      padding: 3.33333rem 0px 1.66667rem 0px; } }
  @media (min-width: 1024px) {
    .page-shop__header__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .page-shop__header__title {
    margin-bottom: 0px;
    font-size: 1.66667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -1.5px; }
    @media (min-width: 767px) {
      .page-shop__header__title {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .page-shop__header__title {
        font-size: 2.22222rem; } }
    @media (min-width: 1100px) {
      .page-shop__header__title {
        font-size: 2.77778rem; } }
    .page-shop__header__title span {
      color: #1956A7;
      font-size: 1.22222rem;
      margin-left: 8px; }
      @media (min-width: 767px) {
        .page-shop__header__title span {
          font-size: 1.44444rem; } }
      @media (min-width: 1024px) {
        .page-shop__header__title span {
          font-size: 1.66667rem; } }
      @media (min-width: 1100px) {
        .page-shop__header__title span {
          font-size: 2rem; } }
  .page-shop__header__subtitle {
    color: rgba(0, 48, 20, 0.6);
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.72px;
    line-height: 1; }
  .page-shop__header__search {
    width: 100%;
    margin-top: 1.11111rem; }
    @media (min-width: 1024px) {
      .page-shop__header__search {
        margin-top: 0px;
        max-width: 26.66667rem; } }
    @media (min-width: 1100px) {
      .page-shop__header__search {
        max-width: 31.11111rem; } }
    .page-shop__header__search input[type="text"] {
      padding: 12px 2.88889rem !important;
      line-height: 1.66667rem;
      border-radius: 8px;
      border: 1px solid #C9C8C0;
      background-color: transparent;
      padding: 12px 1.11111rem;
      border-radius: 5px;
      color: #1A1C56; }
      .page-shop__header__search input[type="text"].wpcf7-not-valid {
        border-color: #1A1C56; }
      .page-shop__header__search input[type="text"]::-webkit-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::-ms-input-placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]::placeholder {
        font-size: 1rem;
        color: rgba(46, 74, 69, 0.9); }
      .page-shop__header__search input[type="text"]:focus {
        border-color: #28443F;
        border-left-color: #1A1C56;
        background: transparent; }
    .page-shop__header__search .control-group__control {
      position: relative; }
      .page-shop__header__search .control-group__control .icon-search {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 16px;
        font-size: 1.22222rem;
        color: #1956A7; }
      .page-shop__header__search .control-group__control button {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        background-color: #DEE1D8;
        width: 1.55556rem;
        height: 1.55556rem;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        color: #1956A7;
        -webkit-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        .page-shop__header__search .control-group__control button:hover {
          background-color: #1956A7;
          color: #FFF; }

.page-shop__bar {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#026129), to(#026129)), rgba(48, 60, 56, 0.8);
  background: -webkit-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: -o-linear-gradient(bottom, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  background: linear-gradient(0deg, #026129 0%, #026129 100%), rgba(48, 60, 56, 0.8);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 1.66667rem; }
  @media (min-width: 1024px) {
    .page-shop__bar {
      margin-bottom: 2.66667rem;
      padding: 16px 3.33333rem; } }
  .page-shop__bar__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 1024px) {
      .page-shop__bar__grid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -1.11111rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset; } }
    .page-shop__bar__grid > div:not(:last-child) {
      padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .page-shop__bar__grid > div {
        padding-left: 1.11111rem; }
        .page-shop__bar__grid > div:not(:last-child) {
          padding-bottom: 0px; } }
    .page-shop__bar__grid h6 {
      font-size: 15px;
      color: #FFF !important; }
      @media (min-width: 767px) {
        .page-shop__bar__grid h6 {
          font-size: 1rem; } }
      @media (min-width: 1024px) {
        .page-shop__bar__grid h6 {
          font-size: 1.11111rem; } }
    .page-shop__bar__grid .w-icon-text i {
      font-size: 16px; }
      @media (min-width: 767px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 1rem; } }
      @media (min-width: 1024px) {
        .page-shop__bar__grid .w-icon-text i {
          font-size: 1.11111rem; } }

.page-shop__filter {
  margin-top: 2.22222rem;
  border-bottom: 1px #C9C8C0 solid;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-shop__filter {
      border-bottom: none; } }
  .page-shop__filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  .page-shop__filter__title h4 {
    margin-bottom: 0;
    letter-spacing: -0.68px; }
    .page-shop__filter__title h4 sup {
      top: -0.4em;
      color: #1956A7; }
  .page-shop__filter .w-filter {
    margin-bottom: 0; }
  .page-shop__filter__toggle {
    margin-bottom: 1.11111rem; }
    @media (min-width: 767px) {
      .page-shop__filter__toggle {
        display: none; } }

.page-shop__cta {
  border-top: 1px #C9C8C0 solid;
  border-bottom: 1px #C9C8C0 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.11111rem 0px; }
  @media (min-width: 767px) {
    .page-shop__cta {
      padding: 1.66667rem 0px; } }

.page-shop .w-section-header {
  margin-top: 1.66667rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 767px) {
    .page-shop .w-section-header {
      margin-top: 2.22222rem;
      margin-bottom: 1.66667rem; } }
  @media (min-width: 1024px) {
    .page-shop .w-section-header {
      margin-top: 3.33333rem;
      margin-bottom: 2.22222rem; } }
  @media (min-width: 1100px) {
    .page-shop .w-section-header {
      margin-top: 4.44444rem;
      margin-bottom: 3.33333rem; } }

.page-shop.\--style-event .page-shop__header {
  margin-bottom: 0px; }

.page-shop.\--style-event .page-shop__filter {
  border-bottom: 1px #C9C8C0 solid; }

.page-shop__header-media {
  border-bottom: 1px #C9C8C0 solid;
  padding: 8px 0px; }

.page-shop__featured {
  margin: 1.66667rem 0 1.11111rem; }
  @media (min-width: 768px) {
    .page-shop__featured {
      margin: 2.5rem 0 3.88889rem; } }
  .page-shop__featured__grid {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    padding: 2.22222rem 1.38889rem 5rem; }
    @media (min-width: 1024px) {
      .page-shop__featured__grid {
        padding: 5.55556rem 5rem 5.83333rem; } }
  .page-shop__featured__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    max-width: 38.88889rem;
    width: 100%; }
    .page-shop__featured__content__top {
      margin-bottom: 1.11111rem; }
      .page-shop__featured__content__top span {
        letter-spacing: -0.16px;
        text-transform: uppercase;
        color: #FFF;
        font-family: "Teko", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.15);
        padding: 8px 15px 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: normal; }
        .page-shop__featured__content__top span i {
          margin-right: 8px;
          font-size: 1.33333rem; }
  .page-shop__featured__media {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .page-shop__featured__media:before {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(165deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      background: -o-linear-gradient(165deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      background: linear-gradient(285deg, rgba(43, 45, 36, 0) 10%, #2B2D24 50%);
      width: 100%;
      height: 100%;
      z-index: 0; }
  .page-shop__featured__title {
    font-size: 1.88889rem;
    color: #FFF;
    margin-bottom: 1.11111rem;
    line-height: 1.1;
    letter-spacing: -0.5px; }
    @media (min-width: 1025px) {
      .page-shop__featured__title {
        font-size: 1.94444rem; } }
    @media (min-width: 1281px) {
      .page-shop__featured__title {
        font-size: 2.77778rem; } }
  .page-shop__featured__cta {
    margin-top: 2.5rem; }
  .page-shop__featured__desc {
    position: relative;
    color: #FFF;
    max-width: 28.88889rem;
    width: 100%; }
  .page-shop__featured__control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-shop__featured__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0rem;
    max-width: 230px;
    width: 100%;
    position: relative; }
    .page-shop__featured__controls a.hero-prev {
      left: 0; }
    .page-shop__featured__controls a.hero-next {
      right: 0; }
    .page-shop__featured__controls a {
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.13);
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      width: 2.22222rem;
      height: 2.22222rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: 2.22222rem; }
      .page-shop__featured__controls a i {
        font-size: 0.77778rem;
        color: #fff; }
      .page-shop__featured__controls a:last-child {
        margin-left: 8px; }
      .page-shop__featured__controls a:hover {
        text-decoration: none;
        background: #FFF; }
        .page-shop__featured__controls a:hover i {
          color: #1956A7; }

.pf {
  background: #0b2343;
  padding: 3.55556rem 0 2.94444rem; }
  .pf__scroll-to {
    width: 96px;
    height: 96px;
    background: #1956A7;
    position: fixed;
    bottom: 110px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.88889rem;
    color: #FFF;
    outline: none !important;
    border-radius: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    @media (min-width: 1380px) and (max-width: 1920px) {
      .pf__scroll-to {
        left: calc(1 * (100vw - 1340px) / 2); } }
    @media (min-width: 1920px) {
      .pf__scroll-to {
        left: calc(1 * (1920px - 1340px) / 2); } }
    .pf__scroll-to:hover {
      background: #1A1C56;
      text-decoration: none;
      color: #fff; }
    .pf__scroll-to.\--style-fixed {
      opacity: 1;
      visibility: visible; }
  .pf__bottom {
    background: #0c1f3a;
    font-size: 0.83333rem;
    padding: 0.66667rem 1.77778rem;
    letter-spacing: 0.15px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 14px; }
    @media (min-width: 1024px) {
      .pf__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 50px; } }
    .pf__bottom p {
      font-size: 0.77778rem;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 0;
      text-align: center; }
      @media (min-width: 1024px) {
        .pf__bottom p {
          font-size: 1rem;
          text-align: unset; } }
    .pf__bottom a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: underline; }
  .pf__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .pf__logo {
    margin-right: 2.22222rem;
    display: none; }
    @media (min-width: 1025px) {
      .pf__logo {
        display: unset;
        margin-right: 4.44444rem; } }
    @media (min-width: 1370px) {
      .pf__logo {
        margin-right: 13.72222rem; } }
  .pf__menu-news {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .pf__menu-news__top {
      margin-bottom: 3.55556rem; }
      @media (min-width: 767px) {
        .pf__menu-news__top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .pf__menu-news__grid {
      margin-left: -1.55556rem;
      margin-bottom: 1.66667rem; }
      @media (min-width: 1024px) {
        .pf__menu-news__grid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 3.55556rem; } }
      .pf__menu-news__grid > div {
        padding-left: 1.55556rem;
        width: 100%; }
  .pf__cta .btn {
    border-radius: 100px;
    width: 100%; }
    @media (min-width: 767px) {
      .pf__cta .btn {
        width: unset; } }
    .pf__cta .btn:hover {
      text-decoration: underline; }
  .pf__quick-menu {
    margin-bottom: 1.11111rem; }
    @media (min-width: 767px) {
      .pf__quick-menu {
        margin-bottom: 0; } }
    .pf__quick-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pf__quick-menu ul li {
        position: relative;
        display: inline-block;
        margin-right: 0.55556rem; }
        @media (min-width: 1280px) {
          .pf__quick-menu ul li {
            margin-right: 1.11111rem; } }
        .pf__quick-menu ul li a {
          font-size: 1rem;
          font-family: "Agdasima", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          color: #FFF; }
          @media (min-width: 1025px) {
            .pf__quick-menu ul li a {
              font-size: 1.22222rem; } }
          @media (min-width: 1100px) {
            .pf__quick-menu ul li a {
              font-size: 1.33333rem; } }
          @media (min-width: 1280px) {
            .pf__quick-menu ul li a {
              font-size: 1.66667rem; } }
          .pf__quick-menu ul li a:hover {
            text-decoration: underline; }
        .pf__quick-menu ul li:after {
          content: '/';
          opacity: 0.2;
          font-size: 1rem;
          font-style: normal;
          letter-spacing: -0.2px;
          color: #FFF;
          padding-left: 10px; }
          @media (min-width: 767px) {
            .pf__quick-menu ul li:after {
              font-size: 1.66667rem; } }
          @media (min-width: 1280px) {
            .pf__quick-menu ul li:after {
              padding-left: 20px; } }
        .pf__quick-menu ul li:last-child:after {
          display: none; }
  .pf__menu__title {
    font-size: 1.11111rem;
    font-family: "Agdasima", sans-serif;
    font-weight: bold;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #FFF !important;
    padding-bottom: 1.05556rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.66667rem; }
    .pf__menu__title a {
      color: #FFF; }
    .pf__menu__title.\--info {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 1rem; }
  .pf__menu__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    .pf__menu__grid.\--info {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .pf__menu__grid.\--info {
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          border-top: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding-top: 1.44444rem; } }
      @media (max-width: 767px) {
        .pf__menu__grid.\--info > div {
          width: 100%;
          margin-bottom: 1.11111rem; }
          .pf__menu__grid.\--info > div:last-child {
            margin-bottom: 0; } }
    .pf__menu__grid > div {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 50%; }
    .pf__menu__grid span a {
      font-size: 0.88889rem;
      letter-spacing: 0.16px;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      color: #FFF; }
  .pf__links.\--links-one li {
    margin-bottom: 0.55556rem; }
    @media (min-width: 767px) {
      .pf__links.\--links-one li {
        margin-bottom: 1rem; } }
    .pf__links.\--links-one li a {
      font-family: "Switzer", sans-serif;
      font-size: 0.77778rem;
      letter-spacing: -0.24px;
      font-weight: 400;
      color: #FFF; }
      .pf__links.\--links-one li a:hover {
        text-decoration: underline; }
      @media (min-width: 767px) {
        .pf__links.\--links-one li a {
          font-size: 1.11111rem; } }
  .pf__links.\--links-two li {
    margin-bottom: 0.55556rem; }
    @media (min-width: 767px) {
      .pf__links.\--links-two li {
        margin-bottom: 1rem; } }
    .pf__links.\--links-two li a {
      font-family: "Switzer", sans-serif;
      font-size: 0.77778rem;
      letter-spacing: -0.24px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.6); }
      .pf__links.\--links-two li a:hover {
        text-decoration: underline; }
      @media (min-width: 767px) {
        .pf__links.\--links-two li a {
          font-size: 1.11111rem; } }
  .pf__newsletter-social {
    max-width: unset;
    margin-top: 1.55556rem; }
    @media (min-width: 1024px) {
      .pf__newsletter-social {
        max-width: 18.77778rem;
        margin-top: 0; } }
  .pf__newsletter {
    background: rgba(16, 16, 16, 0.3);
    padding: 1.77778rem 1.33333rem;
    border-radius: 12px;
    margin-bottom: 2.22222rem; }
    @media (min-width: 1024px) {
      .pf__newsletter {
        margin-bottom: 4.77778rem; } }
    .pf__newsletter__title {
      font-size: 1rem;
      text-transform: uppercase;
      color: #FFF !important;
      line-height: 1.1;
      margin-bottom: 2.77778rem; }
      @media (min-width: 1024px) {
        .pf__newsletter__title {
          font-size: 1.55556rem; } }
      @media (min-width: 1024px) {
        .pf__newsletter__title {
          margin-bottom: 11.11111rem; } }
    .pf__newsletter form {
      position: relative; }
    .pf__newsletter .gform_heading {
      display: none !important; }
    .pf__newsletter .gfield_label {
      display: none !important; }
    .pf__newsletter .gform_confirmation_message {
      color: #fff; }
    .pf__newsletter .ginput_container_email input[type=email] {
      font-family: "Switzer", sans-serif;
      background: transparent;
      border: 0;
      padding: 0 22px 14px 0;
      font-size: 0.88889rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 0; }
      .pf__newsletter .ginput_container_email input[type=email]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .pf__newsletter .ginput_container_email input[type=email]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .pf__newsletter .ginput_container_email input[type=email]::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .pf__newsletter .ginput_container_email input[type=email]::placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .pf__newsletter .ginput_container_email ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .pf__newsletter .ginput_container_email :-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .pf__newsletter .ginput_container_email :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .pf__newsletter .ginput_container_email :-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .pf__newsletter .gform_footer {
      position: absolute;
      right: 5px;
      top: -8px; }
  .pf__social {
    text-align: center; }
    @media (min-width: 1024px) {
      .pf__social {
        text-align: left; } }

.ph.\--style-fixed.\--none {
  visibility: hidden;
  opacity: 0; }

.ph.\--style-fixed.\--show {
  visibility: visible;
  opacity: 1; }

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

.ph__logo {
  margin-right: 1rem; }
  .ph__logo a {
    display: block; }
  @media (min-width: 1281px) {
    .ph__logo {
      margin-right: 2.44444rem; } }
  .ph__logo img {
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .ph.\--style-fixed .ph__logo img, body.home.--menu-active .ph__logo img {
      -webkit-filter: unset;
      filter: unset; }

.ph__toggle {
  font-size: 1rem;
  margin-right: 1.11111rem;
  color: #1956A7; }
  @media (min-width: 1101px) {
    .ph__toggle {
      display: none; } }
  .ph__toggle:hover {
    color: #1956A7; }
  .ph__toggle > i.icon {
    font-size: 1rem; }

.ph__breadcrumbs {
  border-top: 1px #C9C8C0 solid;
  border-bottom: 1px #C9C8C0 solid;
  padding: 1.11111rem 0px;
  margin-bottom: 2.22222rem; }
  .ph__breadcrumbs.\--default {
    display: none; }
    body.woocommerce .ph__breadcrumbs.\--default {
      display: none; }
  .ph__breadcrumbs .container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .ph__breadcrumbs span {
    font-size: 1rem;
    color: #1A1C56;
    line-height: 1; }
    @media (min-width: 1025px) {
      .ph__breadcrumbs span {
        font-size: 1.11111rem; } }
    .ph__breadcrumbs span.breadcrumb_last {
      text-decoration: underline;
      margin-bottom: 0; }
    .ph__breadcrumbs span i {
      padding: 0 16px;
      color: #1956A7;
      font-size: 12px;
      margin-top: 3px; }
      @media (max-width: 767px) {
        .ph__breadcrumbs span i {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .ph__breadcrumbs span * {
        margin-top: 5px; } }
  .ph__breadcrumbs a {
    line-height: 1;
    color: rgba(0, 14, 61, 0.6);
    text-decoration: underline; }

.ph__logo__image {
  display: block;
  line-height: 0; }

.ph__bottom {
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 16px 16px 0px 0px;
  position: relative;
  padding: 0.77778rem 0; }
  @media (min-width: 1101px) {
    .ph__bottom {
      padding: 0; } }
  .ph.--style-fixed .ph__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }

.ph__nav {
  display: none; }
  @media (min-width: 1101px) {
    .ph__nav {
      display: unset; } }
  .ph__nav > ul > li {
    margin-right: 0.83333rem; }
    @media (min-width: 1024px) {
      .ph__nav > ul > li {
        margin-right: 0.66667rem; } }
    @media (min-width: 1281px) {
      .ph__nav > ul > li {
        margin-right: 1.66667rem; } }
    .ph__nav > ul > li > a {
      display: block;
      padding: 2.5rem 0;
      font-size: 1rem;
      font-family: "Agdasima", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #333879; }
      @media (min-width: 1281px) {
        .ph__nav > ul > li > a {
          font-size: 1.44444rem; } }
      .ph.\--style-fixed .ph__nav > ul > li > a, body.home.--menu-active .ph__nav > ul > li > a {
        color: #333879; }
    .ph__nav > ul > li .sub-menu {
      display: none;
      width: 17.77778rem;
      border-radius: 0px 0px 8px 8px;
      border: 1px solid #1956A7;
      background: #EDF1FA;
      color: #fff;
      margin-left: 0px;
      padding: 0.55556rem 0.61111rem;
      position: absolute;
      z-index: 100; }
      .ph__nav > ul > li .sub-menu li {
        display: block;
        position: relative; }
        .ph__nav > ul > li .sub-menu li a {
          position: relative;
          width: 100%;
          display: block;
          padding: 0.63889rem 0.77778rem;
          font-size: 0.77778rem;
          font-weight: 400;
          border-radius: 4px;
          letter-spacing: 0.14px;
          text-decoration: none;
          color: #333879; }
          .ph__nav > ul > li .sub-menu li a:hover {
            background: rgba(35, 96, 177, 0.1); }
            .ph__nav > ul > li .sub-menu li a:hover:after {
              /* use !important to prevent issues with browser extensions that change fonts */
              font-family: 'default' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              display: inline-block;
              vertical-align: top;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e925";
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 14px;
              background: #2360B1;
              width: 20px;
              height: 20px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 8px;
              color: #fff;
              border-radius: 50px; }
    .ph__nav > ul > li.menu-item-has-children {
      position: relative; }
    .ph__nav > ul > li.menu-item-has-children > a:after, .ph__nav > ul > li.menu-item-has-mega-menu > a:after {
      position: relative;
      top: 0.27778rem;
      content: "\e910";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333879;
      font-size: 0.83333rem;
      padding-left: 0.44444rem; }
    .ph__nav > ul > li.menu-item-has-children:hover > a, .ph__nav > ul > li.menu-item-has-children.--active > a, .ph__nav > ul > li.menu-item-has-mega-menu:hover > a, .ph__nav > ul > li.menu-item-has-mega-menu.--active > a {
      text-decoration: none;
      color: #1956A7; }
      .ph__nav > ul > li.menu-item-has-children:hover > a:after, .ph__nav > ul > li.menu-item-has-children.--active > a:after, .ph__nav > ul > li.menu-item-has-mega-menu:hover > a:after, .ph__nav > ul > li.menu-item-has-mega-menu.--active > a:after {
        color: #333879; }
    .ph__nav > ul > li.menu-item-has-children:hover .sub-menu, .ph__nav > ul > li.menu-item-has-children.--active .sub-menu, .ph__nav > ul > li.menu-item-has-mega-menu:hover .sub-menu, .ph__nav > ul > li.menu-item-has-mega-menu.--active .sub-menu {
      display: block; }

.ph__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.27778rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1280px) {
    .ph__cta {
      gap: 0.55556rem; } }
  .ph__cta__btn {
    min-width: 7.5rem;
    font-size: 1rem;
    width: 100%; }
    @media (max-width: 767px) {
      .ph__cta__btn {
        display: none; } }
    @media (min-width: 1024px) {
      .ph__cta__btn {
        min-width: 7.5rem;
        font-size: 1rem; } }
    @media (min-width: 1100px) {
      .ph__cta__btn {
        min-width: 7.77778rem;
        font-size: 1rem; } }
    @media (min-width: 1281px) {
      .ph__cta__btn {
        min-width: 10.55556rem;
        font-size: 1.11111rem; } }

.ph__cart {
  position: relative;
  border-radius: 100px;
  background: #E9ECF3;
  font-size: 1rem;
  text-transform: uppercase;
  color: #333879;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.77778rem 1.11111rem;
  gap: 8px; }
  @media (min-width: 1100px) {
    .ph__cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.77778rem 0.77778rem;
      font-size: 0.88889rem; } }
  @media (min-width: 1281px) {
    .ph__cart {
      font-size: 1.11111rem;
      padding: 0.77778rem 1.11111rem;
      font-size: 1rem; } }
  .ph__cart i {
    color: #1956A7; }
  @media (max-width: 767px) {
    .ph__cart span {
      display: none; } }
  .ph__cart__count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #EBB510;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    width: 1.22222rem;
    height: 1.22222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000E3D; }

.ph__account {
  width: 2rem;
  height: 2rem;
  background-color: #E9ECF3;
  border: 1px solid #1956A7;
  padding: 1rem;
  border-radius: 100px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ph__account i {
    font-size: 1.11111rem; }
  @media (min-width: 1100px) {
    .ph__account {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.22222rem;
      height: 2.22222rem; } }
  @media (min-width: 1280px) {
    .ph__account {
      width: 2.77778rem;
      height: 2.77778rem; } }

.ph__currency {
  display: none; }
  @media (min-width: 1100px) {
    .ph__currency {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pm {
  background: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
  overflow: hidden;
  height: 100%;
  width: 50%;
  z-index: 999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (max-width: 767px) {
    .pm {
      width: 100%; } }
  body.\--show-mobile-menu .pm {
    visibility: visible;
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding: 0.55556rem 1.38889rem;
    margin-bottom: 0;
    position: relative;
    background-color: #1956A7; }
    .pm__grid .ph__cart {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: transparent;
      padding: 0; }
      .pm__grid .ph__cart i {
        color: #FFFFFF; }
      .pm__grid .ph__cart span {
        display: none; }
  .pm__logo img {
    max-width: 6.66667rem;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(103%) contrast(102%); }
  .pm__toggle {
    color: #fff; }
    .pm__toggle:hover {
      color: #fff; }
  .pm__menu {
    margin-bottom: 1.11111rem;
    border-radius: 10px;
    margin-top: -10px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 0.55556rem 1.38889rem; }
    .pm__menu ul {
      margin: 0; }
      .pm__menu ul li a {
        display: inline-block;
        padding: 12px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: "Agdasima", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #333879;
        width: 100%;
        position: relative; }
      .pm__menu ul li.current-menu-item a {
        text-decoration: underline; }
      .pm__menu ul li.menu-item-has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e917";
        font-size: 1rem;
        margin-left: 0.55556rem;
        position: absolute;
        top: 10px;
        right: 0;
        width: 1rem;
        height: 1rem;
        background: #E9ECF3;
        border-radius: 50px;
        font-size: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .pm__menu ul li:hover .sub-menu {
        display: block; }
    .pm__menu .sub-menu {
      display: none;
      list-style: none; }
      .pm__menu .sub-menu li a {
        padding: 10px 10px; }
  .pm__cta {
    padding-top: 1.66667rem;
    padding: 0.55556rem 1.38889rem; }
    .pm__cta__btn {
      display: block;
      text-align: center; }
      .pm__cta__btn:hover {
        background-color: #1956A7; }
    .pm__cta .ph__cta__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .pm__copyright {
    text-align: center;
    margin-bottom: 30px; }
    .pm__copyright a {
      color: #fff; }
  .pm__currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.55556rem;
    border-top: 1px solid #C5C9D2;
    border-bottom: 1px solid #C5C9D2;
    padding: 0.55556rem 0;
    margin-bottom: 1.11111rem; }
    .pm__currency__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.55556rem; }
      .pm__currency__title span {
        color: #333879;
        font-size: 1rem;
        font-family: "Agdasima", sans-serif;
        font-weight: bold;
        text-transform: uppercase; }
  .pm__account {
    margin-top: 10px; }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@media (min-width: 1100px) {
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.layout__toggle {
  background-color: #f8f8f8;
  display: block;
  border: 1px solid #f8f8f8;
  padding: 14px 12px;
  font-size: 0.94444rem;
  letter-spacing: -0.01em;
  color: #606060;
  margin-bottom: 1.11111rem; }
  @media (min-width: 1100px) {
    .layout__toggle {
      display: none; } }
  .layout__toggle .icon {
    margin-top: 2px;
    float: right;
    font-size: 0.66667rem;
    color: #024930; }
  .layout__toggle.\--active .icon:before {
    content: "\e908"; }

@media (min-width: 1100px) {
  .layout__content {
    width: 73.5%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }

.layout__content__header {
  border: 1px solid #D7D7D7;
  padding: 15px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .layout__content__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px 20px; } }

.layout__content__result p {
  font-size: 0.94444rem;
  color: #282828;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .layout__content__result {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .layout__content__sort {
    min-width: 330px; } }

.layout__content__sort .control-select {
  padding: 15px 20px  !important;
  background: #F8F8F8;
  border-color: #F8F8F8  !important;
  font-size: 0.88889rem;
  letter-spacing: -0.01em;
  color: #282828; }

.layout__aside {
  display: none; }
  @media (min-width: 1100px) {
    .layout__aside {
      width: 23.5%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block !important; } }
  .layout__aside__widget {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    padding: 1.11111rem 1.11111rem;
    margin-bottom: 10px; }
    .layout__aside__widget__title {
      font-family: "Switzer", sans-serif;
      font-size: 0.88889rem;
      font-weight: bold;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #1956A7 !important;
      border-bottom: 7px solid #EAEAEA;
      padding-bottom: 0.83333rem;
      margin-bottom: 0.83333rem; }
    .layout__aside__widget__list {
      margin-bottom: 0; }

.w-social__title {
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  margin: 0; }

.w-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-right: 0.75rem; }
  .w-social li a, .w-social li span {
    width: 100%;
    height: 100%;
    background-color: #0D203A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #B1BBC8;
    font-size: 1.125rem;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    border-radius: 50px; }
    .w-social li a i, .w-social li span i {
      text-align: center; }
    .w-social li a:hover, .w-social li span:hover {
      background: #1956A7;
      color: #fff;
      text-decoration: none !important; }

.w-social.\--theme-white li a, .w-social.\--theme-white li span {
  border: 2px solid #CCCDDD;
  background: #fff;
  color: #1A1C56; }

.w-social.\--theme-white li:hover a, .w-social.\--theme-white li:hover span {
  background: #1956A7;
  border-color: #1956A7;
  color: #fff;
  text-decoration: none !important; }

.w-social.\--style-list .w-social__title {
  display: none; }

.w-social.\--style-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 12px; }
  .w-social.\--style-list li a, .w-social.\--style-list li span {
    border: 2px solid #CCCDDD;
    background: #fff;
    color: #1A1C56; }
  .w-social.\--style-list li:hover a, .w-social.\--style-list li:hover span {
    background: #1956A7;
    border-color: #1956A7;
    color: #fff;
    text-decoration: none !important; }

.w-social.\--style-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .w-social.\--style-post li a, .w-social.\--style-post li span {
    border-radius: 50px;
    background: rgba(0, 6, 87, 0.5);
    color: #fff; }
  .w-social.\--style-post li:hover a, .w-social.\--style-post li:hover span {
    background: #fff;
    color: #1956A7;
    text-decoration: none !important; }

.w-image {
  position: relative; }
  .w-image img {
    display: block; }
    .w-image img.\--style-full {
      width: 100%; }
  .w-image__bleed {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: none; }
  .w-image.\--style-bleed .w-image__bleed {
    display: block; }

.w-inc-dec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px; }
  .w-inc-dec__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    border: 1.5px solid #C9C8C0;
    background: rgba(255, 255, 255, 0.4); }
    .w-inc-dec__box span {
      width: 2.77778rem;
      height: 2.77778rem;
      padding: 0 0.33333rem;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 400px) {
        .w-inc-dec__box span {
          padding: 0px 4px; } }
      .w-inc-dec__box span i {
        font-size: 1.11111rem;
        font-weight: bold;
        line-height: normal;
        color: #1956A7;
        vertical-align: revert; }
      .w-inc-dec__box span.w-inc-dec__decrement {
        border-right: 1px #C9C8C0 solid; }
      .w-inc-dec__box span.w-inc-dec__increment {
        border-left: 1px #C9C8C0 solid; }
    .w-inc-dec__box input {
      border: 0 !important;
      background: transparent;
      height: 2.77778rem;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      width: 2.77778rem;
      color: #1A1C56;
      font-size: 1.11111rem;
      padding: 0 6px;
      text-align: center; }
      @media (max-width: 400px) {
        .w-inc-dec__box input {
          width: 2.5rem; } }

.w-page-header {
  margin: 0 0 2.77778rem; }
  .w-page-header__content {
    padding: 4.44444rem 0px 1.66667rem 0px;
    background-color: #1956A7;
    position: relative;
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .w-page-header__content {
        padding: 8.33333rem 1.66667rem 2.77778rem 1.66667rem; } }
    .w-page-header__content p {
      position: relative;
      z-index: 2; }
  .w-page-header__title {
    font-size: 2.22222rem;
    color: #FFF !important;
    letter-spacing: -0.56px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2; }
    @media (min-width: 767px) {
      .w-page-header__title {
        font-size: 3.11111rem; } }
  .w-page-header__text {
    color: #AFB5D9;
    position: relative;
    z-index: 2;
    letter-spacing: -0.18px;
    line-height: 1.6;
    width: 100%;
    max-width: 540px;
    margin-top: 30px; }
  .w-page-header__media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1024px) {
      .w-page-header__media {
        background-image: none; } }
    .w-page-header__media__overlay {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-position: left;
      background-size: cover; }
  .w-page-header.\--style-shop {
    padding: 0px;
    border: none; }
    .w-page-header.\--style-shop .w-page-header__content {
      padding: 15px 0px; }
      @media (min-width: 767px) {
        .w-page-header.\--style-shop .w-page-header__content {
          padding: 1.66667rem; } }
      @media (min-width: 1024px) {
        .w-page-header.\--style-shop .w-page-header__content {
          padding: 3.33333rem 3.33333rem 3.33333rem; } }
    .w-page-header.\--style-shop .w-page-header__title {
      max-width: 380px;
      letter-spacing: -0.34px;
      font-size: 1.55556rem;
      margin-bottom: 1.66667rem; }
      @media (min-width: 767px) {
        .w-page-header.\--style-shop .w-page-header__title {
          font-size: 1.88889rem; } }
    .w-page-header.\--style-shop p {
      max-width: 500px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1rem;
      line-height: 1.55556rem; }
      @media (min-width: 767px) {
        .w-page-header.\--style-shop p {
          font-size: 1.11111rem; } }
      .w-page-header.\--style-shop p a {
        color: #FFF;
        text-decoration: underline; }
    .w-page-header.\--style-shop .w-page-header__media {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right; }
      @media (min-width: 1024px) {
        .w-page-header.\--style-shop .w-page-header__media {
          background-position: center; } }
      @media (min-width: 1700px) {
        .w-page-header.\--style-shop .w-page-header__media {
          background-size: 60%; } }

.w-wp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem; }
  .w-wp-pagination > * {
    font-size: 0.88889rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #1956A7;
    text-decoration: underline;
    letter-spacing: 0.02em;
    padding: 0;
    height: 30px;
    width: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 14px; }
    @media (min-width: 768px) {
      .w-wp-pagination > * {
        font-size: 1.16667rem;
        height: 44px;
        width: 44px; } }
    .w-wp-pagination > *.current, .w-wp-pagination > *:hover {
      background-color: #1956A7;
      color: #fff;
      text-decoration: none; }
  .w-wp-pagination .next, .w-wp-pagination .prev {
    display: none; }

.w-share {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-share li {
    display: inline-block;
    margin-left: 20px; }
  .w-share i {
    color: #286750;
    font-size: 1.22222rem; }
  .w-share__title {
    font-weight: bold;
    font-size: 0.77778rem;
    letter-spacing: -0.01em;
    color: #1956A7; }
  .w-share .st-custom-button {
    line-height: normal;
    display: block;
    cursor: pointer; }

.w-cart-success {
  position: fixed;
  background: #F6FBFB;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px 0px;
  z-index: 999;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .w-cart-success {
      bottom: auto;
      left: auto;
      width: 220px;
      top: 180px;
      right: 50px; } }
  .w-cart-success .box-boxed-product__title {
    color: #333;
    min-height: auto;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "Switzer", sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: normal; }
    .w-cart-success .box-boxed-product__title span.product-cart-title {
      color: #20B2AA;
      font-size: 30px;
      font-family: "Teko", sans-serif;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
  .w-cart-success__close {
    background: #20B2AA;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    text-align: center; }
    .w-cart-success__close .icon:before {
      line-height: 30px; }
    @media (min-width: 1024px) {
      .w-cart-success__close {
        right: -15px; } }
    .w-cart-success__close:hover {
      color: #fff; }
  .w-cart-success .btn.\--theme-secondary:hover {
    background: #222; }

.w-image-box {
  height: 16.66667rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .w-image-box {
      min-height: 18.88889rem; } }
  @media (min-width: 1370px) {
    .w-image-box {
      min-height: 24.44444rem; } }
  .w-image-box__media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .w-image-box__media__overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 57.5%, rgba(1, 19, 44, 0.8) 100%), -webkit-linear-gradient(145deg, rgba(0, 0, 0, 0) 41.65%, rgba(1, 19, 44, 0.6) 76.34%);
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 57.5%, rgba(1, 19, 44, 0.8) 100%), -o-linear-gradient(145deg, rgba(0, 0, 0, 0) 41.65%, rgba(1, 19, 44, 0.6) 76.34%);
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 57.5%, rgba(1, 19, 44, 0.8) 100%), linear-gradient(305deg, rgba(0, 0, 0, 0) 41.65%, rgba(1, 19, 44, 0.6) 76.34%); }
  .w-image-box__content {
    z-index: 2;
    position: relative;
    padding: 1.66667rem 1.66667rem 1.33333rem 1.66667rem;
    height: 100%; }
    @media (min-width: 767px) {
      .w-image-box__content {
        padding: 1.11111rem; } }
    @media (min-width: 1280px) {
      .w-image-box__content {
        padding: 3.33333rem; } }
  .w-image-box__title {
    color: #FFFFFF;
    margin-bottom: 1.11111rem;
    letter-spacing: -0.4px;
    line-height: 1.1;
    font-size: 1.66667rem; }
    @media (min-width: 1024px) {
      .w-image-box__title {
        font-size: 2.22222rem; } }
  .w-image-box__text p {
    color: #FFFFFF;
    letter-spacing: -0.18px;
    font-size: 1rem; }
  .w-image-box__cta {
    position: absolute;
    left: 1.66667rem;
    bottom: 3.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.11111rem; }
    @media (min-width: 1024px) {
      .w-image-box__cta {
        left: 3.33333rem; } }
    .w-image-box__cta i {
      margin: 2px 0 0 10px;
      font-size: 0.77778rem; }
    .w-image-box__cta:hover {
      background-color: #1956A7;
      color: #FFFFFF; }

.w-filter {
  margin-bottom: 1.66667rem; }
  @media (min-width: 767px) {
    .w-filter {
      margin-bottom: 2.66667rem; } }
  @media (max-width: 767px) {
    .w-filter {
      display: none; } }
  @media (min-width: 767px) {
    .w-filter__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -12px; } }
  .w-filter__grid > div:not(:last-child) {
    margin-bottom: 15px; }
  @media (min-width: 767px) {
    .w-filter__grid > div {
      padding-left: 12px;
      margin-bottom: 0px; } }
  .w-filter .control-group__control .control-select {
    width: 100%; }
    @media (min-width: 767px) {
      .w-filter .control-group__control .control-select {
        width: 200px; } }
  .w-filter .control-group__control.\--sort .control-select {
    width: 100%; }
    @media (min-width: 767px) {
      .w-filter .control-group__control.\--sort .control-select {
        width: 360px; } }
  .w-filter.\--style-event {
    margin-bottom: 1.66667rem; }
  .w-filter__total__title {
    color: #1A1C56;
    letter-spacing: -0.68px; }
    .w-filter__total__title sup {
      color: #1956A7;
      top: -0.4em; }

.w-products__grid > div {
  padding-bottom: 1.66667rem;
  width: 100%; }

@media (min-width: 1024px) {
  .w-products__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1.66667rem;
    margin-bottom: 1.66667rem; }
    .w-products__grid > div {
      padding-left: 1.66667rem;
      width: 25%; } }

.w-products__filter {
  width: 100%; }
  .w-products__filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.33333rem; }
    @media (min-width: 1024px) {
      .w-products__filter__wrapper {
        margin-bottom: 2.5rem; } }
  .w-products__filter__title h4 {
    margin-bottom: 0;
    letter-spacing: -0.68px; }
    .w-products__filter__title h4 sup {
      top: -0.4em;
      color: #1956A7; }
  .w-products__filter .w-filter {
    margin-bottom: 0; }

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

@media (min-width: 1024px) {
  .w-section-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .w-section-header__main {
    max-width: 26.11111rem; } }

.w-section-header__sub-title {
  color: rgba(0, 48, 20, 0.6);
  font-size: 1rem;
  letter-spacing: -0.2px;
  margin-bottom: 1.38889rem; }
  @media (min-width: 1024px) {
    .w-section-header__sub-title {
      font-size: 1.11111rem; } }

.w-section-header__main-title {
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 1;
  font-size: 2.77778rem; }
  @media (max-width: 1023px) {
    .w-section-header__main-title {
      font-size: 2.22222rem;
      margin-bottom: 1.11111rem; }
      .w-section-header__main-title br {
        display: none; } }
  @media (max-width: 767px) {
    .w-section-header__main-title {
      font-size: 1.77778rem; } }
  .w-section-header__main-title span {
    color: #1956A7;
    display: block; }

.w-section-header__content {
  font-size: 1rem;
  border-left: 2px #1956A7 solid;
  padding-left: 1.11111rem; }
  @media (min-width: 1024px) {
    .w-section-header__content {
      max-width: 27.77778rem;
      font-size: 1.22222rem;
      padding-left: 1.66667rem; } }

.w-section-header__title {
  font-size: 1.11111rem;
  margin-bottom: 1.11111rem; }
  @media (min-width: 1024px) {
    .w-section-header__title {
      margin-bottom: 1.66667rem;
      font-size: 1.22222rem; } }

.woocommerce-breadcrumb {
  font-size: 1rem !important;
  padding: 1.4rem 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #606060 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .woocommerce-breadcrumb {
      padding: 1rem 0 !important; } }
  .woocommerce-breadcrumb i.icon {
    margin: 0 0.66667rem;
    font-size: 0.66667rem; }
  .woocommerce-breadcrumb a {
    color: #606060 !important; }
  .woocommerce-breadcrumb__crumb {
    color: #1956A7 !important; }

.woocommerce-cart.woocommerce-page .cms-content > .woocommerce {
  max-width: 1430px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .woocommerce-cart.woocommerce-page .cms-content > .woocommerce {
      padding-left: 15px;
      padding-right: 15px; } }

.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-cart .wc-block-cart__submit-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.83333rem 1.11111rem 0.66667rem 1.11111rem;
  background-color: #1956A7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 1.11111rem;
  font-family: "Teko", sans-serif;
  letter-spacing: normal;
  line-height: 1 !important;
  border: 1px solid #1956A7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important; }
  .woocommerce-cart .wc-block-cart__submit-button:hover {
    background-color: #1A1C56;
    border-color: #1A1C56; }

.woocommerce-cart .wc-block-cart__empty-cart__title {
  text-align: center;
  letter-spacing: normal;
  margin-top: 70px;
  margin-bottom: 70px; }

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  color: #1A1C56; }

.woocommerce input[type=email], .woocommerce input[type=number], .woocommerce input[type=tel], .woocommerce input[type=text], .woocommerce input[type=date], .woocommerce input[type=password], .woocommerce textarea, .woocommerce .control-select {
  border-radius: 8px;
  border: 1px solid #C9C8C0;
  background-color: transparent;
  padding: 12px 1.11111rem;
  border-radius: 5px;
  color: #1A1C56; }
  .woocommerce input[type=email].wpcf7-not-valid, .woocommerce input[type=number].wpcf7-not-valid, .woocommerce input[type=tel].wpcf7-not-valid, .woocommerce input[type=text].wpcf7-not-valid, .woocommerce input[type=date].wpcf7-not-valid, .woocommerce input[type=password].wpcf7-not-valid, .woocommerce textarea.wpcf7-not-valid, .woocommerce .control-select.wpcf7-not-valid {
    border-color: #1A1C56; }
  .woocommerce input[type=email]::-webkit-input-placeholder, .woocommerce input[type=number]::-webkit-input-placeholder, .woocommerce input[type=tel]::-webkit-input-placeholder, .woocommerce input[type=text]::-webkit-input-placeholder, .woocommerce input[type=date]::-webkit-input-placeholder, .woocommerce input[type=password]::-webkit-input-placeholder, .woocommerce textarea::-webkit-input-placeholder, .woocommerce .control-select::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]:-ms-input-placeholder, .woocommerce input[type=number]:-ms-input-placeholder, .woocommerce input[type=tel]:-ms-input-placeholder, .woocommerce input[type=text]:-ms-input-placeholder, .woocommerce input[type=date]:-ms-input-placeholder, .woocommerce input[type=password]:-ms-input-placeholder, .woocommerce textarea:-ms-input-placeholder, .woocommerce .control-select:-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]::-ms-input-placeholder, .woocommerce input[type=number]::-ms-input-placeholder, .woocommerce input[type=tel]::-ms-input-placeholder, .woocommerce input[type=text]::-ms-input-placeholder, .woocommerce input[type=date]::-ms-input-placeholder, .woocommerce input[type=password]::-ms-input-placeholder, .woocommerce textarea::-ms-input-placeholder, .woocommerce .control-select::-ms-input-placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]::placeholder, .woocommerce input[type=number]::placeholder, .woocommerce input[type=tel]::placeholder, .woocommerce input[type=text]::placeholder, .woocommerce input[type=date]::placeholder, .woocommerce input[type=password]::placeholder, .woocommerce textarea::placeholder, .woocommerce .control-select::placeholder {
    font-size: 1rem;
    color: rgba(46, 74, 69, 0.9); }
  .woocommerce input[type=email]:focus, .woocommerce input[type=number]:focus, .woocommerce input[type=tel]:focus, .woocommerce input[type=text]:focus, .woocommerce input[type=date]:focus, .woocommerce input[type=password]:focus, .woocommerce textarea:focus, .woocommerce .control-select:focus {
    border-color: #28443F;
    border-left-color: #1A1C56;
    background: transparent; }

.woocommerce table.shop_table {
  border-radius: 0px;
  border-color: #1956A7;
  border-width: 2px; }
  .woocommerce table.shop_table th {
    color: #1956A7; }
  .woocommerce table.shop_table td {
    border-width: 2px;
    border-color: #1956A7; }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tbody td {
    border-color: #1956A7 !important;
    border-width: 2px !important;
    color: #1A1C56;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    letter-spacing: -0.2px; }
    .woocommerce table.shop_table tbody th ul.wc-item-meta, .woocommerce table.shop_table tbody td ul.wc-item-meta {
      margin-left: 0; }
      .woocommerce table.shop_table tbody th ul.wc-item-meta li, .woocommerce table.shop_table tbody td ul.wc-item-meta li {
        line-height: 1; }
  .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    border-color: #1956A7;
    border-width: 2px; }

.woocommerce nav.woocommerce-MyAccount-navigation {
  padding: 30px;
  background-color: #1956A7;
  border: 1px solid #1956A7;
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .woocommerce nav.woocommerce-MyAccount-navigation {
      margin-bottom: 5rem;
      width: 25%; } }
  .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0; }
    .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
      color: #fff;
      text-decoration: none; }

.woocommerce .woocommerce-Address {
  margin-bottom: 2rem; }
  .woocommerce .woocommerce-Address .edit {
    padding: 10px 12px; }
  .woocommerce .woocommerce-Address address {
    margin-top: 0.55556rem;
    padding: 20px;
    line-height: 1.5;
    border: 1px solid #1956A7;
    border-right-width: 1px; }
  @media (max-width: 1024px) {
    .woocommerce .woocommerce-Address .woocommerce-Address-title h2 {
      font-size: 1.77778rem; } }

.woocommerce .woocommerce-customer-details address {
  line-height: 1.3; }
  .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone,
  .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone:before,
    .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email:before {
      margin-left: 0;
      position: static; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-top-color: #1956A7; }
  @media (max-width: 1024px) {
    .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
      padding: 1em 1em 1em 3.5em; } }
  .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    color: #1956A7; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .edit {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  vertical-align: baseline;
  padding: 0.83333rem 1.11111rem 0.94444rem 1.11111rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.11111rem;
  font-family: "Teko", sans-serif;
  letter-spacing: normal;
  line-height: 1 !important;
  border: 1px solid #1956A7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  background-color: #1956A7;
  color: #FFF; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .edit:hover {
    background-color: #123f7b;
    border-color: #123f7b;
    color: #FFF; }
  @media (max-width: 1024px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .edit {
      padding: 14px 25px;
      font-size: 14px; } }

.woocommerce fieldset {
  padding: 0; }
  .woocommerce fieldset legend {
    color: #024930;
    font-weight: 700;
    font-size: 1.55556rem;
    margin-bottom: 1rem; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 3px solid #1956A7;
  border-radius: 0; }

.woocommerce form p {
  font-weight: unset;
  margin-bottom: 1rem; }

.woocommerce form .form-row label {
  font-weight: 500;
  color: #000; }

.woocommerce form .show-password-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.woocommerce #customer_details {
  margin-bottom: 2rem; }

.woocommerce #order_review {
  margin-bottom: 2rem; }

.woocommerce .actions .button, .woocommerce .checkout_coupon button {
  height: 51px; }

.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #cfc8d8;
  border-radius: 6px; }
  .woocommerce form.login p,
  .woocommerce form.register p {
    font-size: 1rem; }

@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    width: 100%;
    border-bottom: 1px dashed #cfc8d8;
    border-right: 0;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    margin-right: 0; } }

@media (max-width: 767px) {
  .woocommerce-checkout h3 {
    font-size: 30px; }
  .woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-top: 20px; } }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  margin-bottom: 0px; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%; }
  @media (min-width: 1025px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
      width: 42%;
      padding: 1.11111rem 0 1.11111rem 2.22222rem;
      margin-bottom: 0px; } }
  @media (min-width: 1281px) {
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
      padding-left: 4.88889rem; } }

.woocommerce div.product p.price {
  margin-bottom: 1rem; }

.woocommerce-product-details__short-description {
  display: none; }

.woocommerce div.product form.cart {
  margin-bottom: 0; }

.single-product span.onsale {
  display: none; }

.single-product .woocommerce-notices-wrapper {
  max-width: 1430px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .single-product .woocommerce-notices-wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

.single-product .woocommerce-notices-wrapper {
  max-width: 1770px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-top: 1.66667rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid #C9C8C0;
  background: rgba(255, 255, 255, 0.4);
  border-top: 3px solid #1956A7 !important;
  font-size: 0.83333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
      font-size: 1rem; } }
  .woocommerce-error a.woocommerce-Button, .woocommerce-info a.woocommerce-Button, .woocommerce-message a.woocommerce-Button {
    margin-left: auto; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.11111rem; }

ul.woocommerce-error {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.woocommerce-message, .woocommerce-info {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .woocommerce-message .button, .woocommerce-info .button {
    margin-top: 15px !important;
    margin-left: 5px !important; }
    @media (min-width: 767px) {
      .woocommerce-message .button, .woocommerce-info .button {
        margin-top: 0 !important;
        margin-left: auto !important; } }

.wp-block-woocommerce-checkout {
  max-width: 1760px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important; }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: 0 !important; }
  .wp-block-woocommerce-checkout .wc-block-components-main {
    padding-top: 1.66667rem;
    width: 100% !important;
    padding-right: 0px !important; }
    @media (min-width: 1024px) {
      .wp-block-woocommerce-checkout .wc-block-components-main {
        padding-right: 1.66667rem !important;
        padding-left: 1.66667rem !important;
        width: 63% !important; } }
    @media (min-width: 1100px) {
      .wp-block-woocommerce-checkout .wc-block-components-main {
        padding-top: 2.5rem; } }
  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 0px;
    width: 100%;
    padding-top: 1.66667rem !important;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 1024px) {
      .wp-block-woocommerce-checkout .wc-block-components-sidebar {
        width: 37%;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem; } }
    @media (min-width: 1100px) {
      .wp-block-woocommerce-checkout .wc-block-components-sidebar {
        padding-top: 2.5rem;
        padding-left: 3.33333rem;
        padding-right: 3.33333rem; } }
    .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel {
      padding: 0px !important; }
  @media (min-width: 1024px) {
    .wp-block-woocommerce-checkout .wc-block-components-form {
      max-width: 44.44444rem; } }
  .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date], .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password], .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select {
    border: 1px solid #C9C8C0;
    background-color: transparent;
    padding: 13px 1.33333rem;
    border-radius: 5px;
    color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password].wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea.wpcf7-not-valid, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select.wpcf7-not-valid {
      border-color: #1A1C56; }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::-webkit-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::-webkit-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea:-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select:-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::-ms-input-placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea::placeholder, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select::placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=date]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset input[type=password]:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset textarea:focus, .wp-block-woocommerce-checkout .wc-block-components-form fieldset .control-select:focus {
      border-color: #1A1C56;
      background: rgba(255, 255, 255, 0.2); }
  .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text] {
    border: 1px solid #C9C8C0;
    background-color: transparent;
    border-radius: 5px;
    color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text].wpcf7-not-valid {
      border-color: #1A1C56; }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::-webkit-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]:-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::-ms-input-placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]::placeholder {
      font-size: 1rem;
      color: rgba(1, 15, 61, 0.7); }
    .wp-block-woocommerce-checkout .wc-block-components-form fieldset .wc-block-components-country-input input[type=text]:focus {
      border-color: #1A1C56;
      background: rgba(255, 255, 255, 0.2); }
  .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0px; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container:after {
    display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 1.33333rem;
    letter-spacing: -0.24px; }
    .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title:before {
      display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin: 10px 0px; }
  .wp-block-woocommerce-checkout .wc-block-checkout {
    margin-bottom: 0px; }
    @media (max-width: 1024px) {
      .wp-block-woocommerce-checkout .wc-block-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    .wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
      padding-left: 1.66667rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__terms {
      padding-left: 1.66667rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__actions {
      padding-left: 1.66667rem !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__actions {
      border-top: none !important;
      padding: 0px !important;
      margin-bottom: 1.66667rem; }
      .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row > * {
          width: 100% !important;
          margin-bottom: 10px;
          background-color: #1A1C56;
          color: #FFF;
          padding: 16px;
          border-radius: 6px;
          font-family: "Teko", sans-serif;
          text-transform: uppercase;
          font-size: 1.11111rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row > * svg {
            display: none; }
        .wp-block-woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row button {
          border-radius: 6px;
          background: #1956A7;
          min-height: unset !important;
          padding: 12px 16px !important;
          margin-bottom: 0px; }
    .wp-block-woocommerce-checkout .wc-block-checkout__order-notes {
      padding-left: 0px !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__add-note {
      margin: 16px 0; }
      .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__label {
        font-size: 1rem; }
      .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea {
        border-radius: 6px;
        border: 1.232px solid #C9C8C0;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(0, 48, 20, 0.6);
        font-size: 1rem; }
        .wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea :focus {
          background: rgba(255, 255, 255, 0.2) !important; }
    .wp-block-woocommerce-checkout .wc-block-checkout__terms {
      margin-bottom: 10px;
      padding: 1.38889rem !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 6px;
      background: #E7E6DB;
      font-size: 16px; }
      .wp-block-woocommerce-checkout .wc-block-checkout__terms .wc-block-components-checkbox {
        margin: 0; }
        .wp-block-woocommerce-checkout .wc-block-checkout__terms .wc-block-components-checkbox label {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .wp-block-woocommerce-checkout .wc-block-checkout__terms .wc-block-components-checkbox label span {
            font-size: 0.88889rem; }
          .wp-block-woocommerce-checkout .wc-block-checkout__terms .wc-block-components-checkbox label .wc-block-components-checkbox__mark {
            top: 1px; }
  .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: none;
    margin: 0;
    padding: 0px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper:first-child {
      border: none;
      padding: 0px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-panel__button {
      font-size: 1.33333rem;
      color: #1A1C56;
      font-family: "Teko", sans-serif;
      letter-spacing: -0.24px;
      text-transform: uppercase;
      padding: 0px;
      line-height: 1;
      margin-bottom: 1.66667rem; }
  .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    font-size: 0px;
    padding-top: 0px !important; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:not(:last-child) {
      padding-bottom: 1.11111rem;
      margin-bottom: 1.11111rem;
      border-bottom: 1px solid #C9C8C0; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-name {
      color: #1A1C56;
      font-family: "Teko", sans-serif;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      line-height: 1.22222rem;
      font-size: 1.11111rem; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
      margin-top: 0px;
      padding-bottom: 0px;
      min-width: 5.27778rem;
      width: 5.27778rem; }
      .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
        max-width: unset;
        height: 5.27778rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        border-radius: 6px; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
      padding-bottom: 0px;
      padding-left: 1.11111rem; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
      background-color: #EBB510;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 22px;
      height: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 14px;
      font-family: "Teko", sans-serif;
      border: 1px #C9C8C0 solid; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
      color: #1956A7;
      font-family: "Teko", sans-serif;
      font-size: 1rem;
      letter-spacing: -0.4px; }
    .wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
      font-size: 1.11111rem;
      color: #1956A7;
      font-family: "Teko", sans-serif;
      letter-spacing: -0.8px;
      text-transform: uppercase; }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none; }
  .wp-block-woocommerce-checkout .wc-block-components-totals-item {
    padding: 0px !important; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item span {
      font-size: 1.11111rem;
      font-family: "Teko", sans-serif;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      font-weight: 400; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
      color: #1956A7;
      letter-spacing: -0.8px; }
      .wp-block-woocommerce-checkout .wc-block-components-totals-item__value span {
        font-size: 1.33333rem;
        letter-spacing: -0.96px;
        color: #1956A7;
        text-transform: uppercase; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item__label {
      font-size: 1.33333rem;
      letter-spacing: -0.24px; }
    .wp-block-woocommerce-checkout .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
      font-size: 1.33333rem; }
  .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    margin: 1.11111rem 0px 1.66667rem;
    padding: 1.66667rem 0px;
    border-top: 1px solid #C9C8C0;
    border-bottom: 1px solid #C9C8C0; }

.woocommerce-product-gallery__image {
  position: relative; }

.woocommerce-form-login__rememberme {
  margin-top: 0.55556rem; }

.yay-currency-with-pillar-shop {
  max-width: 92%;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important; }

.woocommerce-Price-currencySymbol {
  margin-right: 0.11111rem; }

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px; }

.woocommerce-ResetPassword {
  border: 1px solid #cfc8d8;
  border-radius: 6px;
  padding: 20px;
  text-align: left;
  max-width: 630px;
  margin: 0 auto; }
  .woocommerce-ResetPassword p.woocommerce-form-row {
    width: 100%; }

.ins-checkout-popup {
  left: -2px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout {
    border-radius: 1.11111rem 0px 0px 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns {
      width: 100% !important;
      bottom: 1.66667rem !important;
      left: 0 !important;
      padding: 0px 2.22222rem !important;
      background-color: transparent !important;
      border: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns .view-cart {
        display: none; }
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-layout .ins-cart-btns a {
        font-family: "Teko", sans-serif;
        text-transform: uppercase;
        font-size: 1.11111rem !important;
        border-radius: 6px !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    height: auto;
    border-bottom: 1px solid #C9C8C0;
    border-radius: 0px;
    background-color: transparent !important; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 1.55556rem 1.77778rem 1.22222rem 1.77778rem; } }
    @media (min-width: 1024px) {
      .ins-checkout-popup.ins-checkout-modern .ins-checkout-header {
        padding: 2.33333rem 2.77778rem 1.5rem 2.77778rem; } }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-header .ins-checkout-header-icon {
      display: none; }
  @media (max-width: 767px) {
    .ins-checkout-popup.ins-checkout-modern .ins-content {
      height: calc(100% - 170px) !important;
      overflow: auto; } }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-header-title {
    font-size: 1.33333rem;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.24px;
    color: #1A1C56 !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-checkout-close {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px; }
    .ins-checkout-popup.ins-checkout-modern .ins-checkout-close svg {
      width: 1.11111rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-content-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0px;
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-heading {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:not(:last-child) {
      border-bottom: 1px #C9C8C0 solid;
      padding-bottom: 1.11111rem;
      margin-bottom: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item:hover {
      background-color: transparent; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-image a img {
        min-height: 5.27778rem;
        min-width: 5.27778rem;
        border-radius: 6px; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-price {
      display: none; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-product {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      gap: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title {
      padding-right: 10px; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
        color: #1A1C56 !important;
        font-size: 1rem !important;
        font-family: "Teko", sans-serif;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        line-height: 1.22222rem; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-title a {
            font-size: 1.33333rem !important; } }
    .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total {
      padding-left: 10px;
      text-align: right; }
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
        font-size: 1rem !important;
        font-family: "Teko", sans-serif;
        letter-spacing: -0.96px;
        text-transform: uppercase; }
        .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span bdi {
          color: #1956A7 !important; }
        @media (min-width: 767px) {
          .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-item-total span {
            font-size: 1.33333rem !important; } }
    @media (max-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-item .ins-cart-remove {
        display: none; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner.step-1.active {
    padding: 0px !important;
    height: 100%;
    padding-bottom: 6.66667rem !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-inner .ins-cart-step .cart_totals h2 {
    letter-spacing: -0.2px;
    font-size: 20px !important; }
  .ins-checkout-popup.ins-checkout-modern .woocommerce-cart-form {
    height: 100%; }
  .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
    overflow-x: hidden;
    scrollbar-color: #1956A7;
    padding: 10px 10px 0 !important;
    height: 100%; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        max-height: calc(100vh - 430px);
        padding: 1.11111rem 1.11111rem 0 !important; } }
    @media (min-width: 1024px) {
      .ins-checkout-popup.ins-checkout-modern .ins-single-cart-wrap {
        padding: 2.22222rem 2.22222rem 0 !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap {
    gap: 0;
    border-radius: 4.8px;
    border: 0.889px solid #D9D9D9;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus {
      height: 35px !important;
      border-radius: 0px;
      background: rgba(131, 126, 89, 0.09);
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus rect, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus rect {
        fill: #1A1C56; }
      .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .plus.ins-cart-plus path, .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap .minus.ins-cart-minus path {
        fill: #1A1C56; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
      background-color: transparent;
      border-radius: 0px !important;
      border: none !important;
      color: rgba(0, 48, 20, 0.8);
      font-size: 17px;
      letter-spacing: -0.168px;
      height: 32px !important;
      width: 1.33333rem !important;
      font-weight: 400; }
      @media (min-width: 767px) {
        .ins-checkout-popup.ins-checkout-modern .ins-cart-item-quantity.ins-cart-qty-wrap input[type="number"] {
          width: 2.44444rem !important; } }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
    background-color: transparent;
    padding: 10px 10px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #C9C8C0;
    border-bottom: none;
    border-radius: 0px; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content .cart-subtotal {
      display: none; }
    @media (min-width: 767px) {
      .ins-checkout-popup.ins-checkout-modern .ins-cart-footer-content {
        padding: 1.94444rem 2.22222rem 0px; } }
  .ins-checkout-popup.ins-checkout-modern .ins-empty-cart-button {
    display: none; }
  .ins-checkout-popup.ins-checkout-modern .ins-footer-cart-button .ins-cart-coupon {
    width: 100% !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon {
    padding: 0px;
    margin-bottom: 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon input[type="text"] {
      border-radius: 4px;
      border: 1px solid #C9C8C0;
      color: rgba(0, 48, 20, 0.6);
      font-size: 1rem;
      padding: 10px 1.11111rem; }
    .ins-checkout-popup.ins-checkout-modern .ins-cart-coupon button {
      width: 50% !important;
      background-color: #1A1C56 !important;
      font-size: 1.11111rem; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals h2 {
    letter-spacing: -0.2px !important;
    font-size: 1.11111rem !important; }
  .ins-checkout-popup.ins-checkout-modern .ins-cart-collaterals .cart_totals .order-total td span {
    font-family: "Teko", sans-serif;
    font-size: 1.22222rem !important;
    color: #1956A7 !important;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    font-weight: 400 !important; }
  .ins-checkout-popup .shop_table.shop_table_responsive {
    width: 100% !important; }

.i3-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    .i3-slider.slick-slider .slick-slide:not(:first-child) {
      display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide:not(:first-child) {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide:not(:first-child) {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide:not(:first-child) {
    display: block;
    height: auto; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-prev,
  .i3-slider.slick-slider .slick-next {
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #1956A7;
    color: FAF5ED;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 2.44444rem;
    height: 2.44444rem;
    z-index: 9;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider .slick-prev,
      .i3-slider.slick-slider .slick-next {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .i3-slider.slick-slider .slick-prev:hover, .i3-slider.slick-slider .slick-prev:focus,
    .i3-slider.slick-slider .slick-next:hover,
    .i3-slider.slick-slider .slick-next:focus {
      outline: none;
      background: #1A1C56; }
      .i3-slider.slick-slider .slick-prev:hover:before, .i3-slider.slick-slider .slick-prev:focus:before,
      .i3-slider.slick-slider .slick-next:hover:before,
      .i3-slider.slick-slider .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider .slick-prev.slick-disabled,
    .i3-slider.slick-slider .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8; }
    .i3-slider.slick-slider .slick-prev:before,
    .i3-slider.slick-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-size: 1rem;
      line-height: 1;
      color: #EBE8E1; }
  .i3-slider.slick-slider .slick-prev {
    left: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: -40px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-prev {
        left: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-prev {
        left: -90px; } }
  .i3-slider.slick-slider .slick-next {
    right: 0px; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: -40px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
    @media (min-width: 1200px) {
      .i3-slider.slick-slider .slick-next {
        right: -40px; } }
    @media (min-width: 1600px) {
      .i3-slider.slick-slider .slick-next {
        right: -90px; } }
  .i3-slider.slick-slider.\--style-updates .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .i3-slider.slick-slider.\--style-updates .slick-prev,
  .i3-slider.slick-slider.\--style-updates .slick-next {
    border-radius: 0px !important;
    position: absolute;
    padding: 0px !important;
    background: transparent;
    color: #1956A7;
    width: auto; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: transparent !important; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #1956A7 !important; }
    @media (min-width: 1400px) {
      .i3-slider.slick-slider.\--style-updates .slick-prev,
      .i3-slider.slick-slider.\--style-updates .slick-next {
        display: block !important; } }
    .i3-slider.slick-slider.\--style-updates .slick-prev:hover, .i3-slider.slick-slider.\--style-updates .slick-prev:focus,
    .i3-slider.slick-slider.\--style-updates .slick-next:hover,
    .i3-slider.slick-slider.\--style-updates .slick-next:focus {
      outline: none;
      background: #1A1C56; }
      .i3-slider.slick-slider.\--style-updates .slick-prev:hover:before, .i3-slider.slick-slider.\--style-updates .slick-prev:focus:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:hover:before,
      .i3-slider.slick-slider.\--style-updates .slick-next:focus:before {
        color: #FFF; }
    .i3-slider.slick-slider.\--style-updates .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-updates .slick-next.slick-disabled {
      pointer-events: none;
      opacity: .8; }
    .i3-slider.slick-slider.\--style-updates .slick-prev:before,
    .i3-slider.slick-slider.\--style-updates .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: top;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-weight: 700;
      font-size: 1.44444rem;
      line-height: 1;
      color: #1956A7; }
  .i3-slider.slick-slider.\--style-updates .slick-prev {
    left: -30px; }
  .i3-slider.slick-slider.\--style-updates .slick-next {
    right: -30px; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    width: 100%; }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 30px;
      height: 3px;
      margin: 0 0.33333rem; }
      @media (min-width: 1100px) {
        .i3-slider.slick-slider .slick-dots li {
          width: 50px; } }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%; }
        .i3-slider.slick-slider .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #1956A7;
          text-align: center; }
      .i3-slider.slick-slider .slick-dots li.slick-active button:before {
        background-color: #1A1C56; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
        margin-left: 5px;
        margin-right: 5px; } }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
        margin-left: -5px;
        margin-right: -5px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
        margin-left: 10px;
        margin-right: 10px; } }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
        margin-left: -10px;
        margin-right: -10px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
        margin-left: 15px;
        margin-right: 15px; } }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
        margin-left: 20px;
        margin-right: 20px; } }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
        margin-left: -20px;
        margin-right: -20px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
        margin-left: 25px;
        margin-right: 25px; } }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
        margin-left: -25px;
        margin-right: -25px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
        margin-left: 30px;
        margin-right: 30px; } }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
        margin-left: -30px;
        margin-right: -30px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
        margin-left: 35px;
        margin-right: 35px; } }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
        margin-left: -35px;
        margin-right: -35px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
        margin-left: 40px;
        margin-right: 40px; } }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
        margin-left: -40px;
        margin-right: -40px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
        margin-left: 45px;
        margin-right: 45px; } }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
        margin-left: -45px;
        margin-right: -45px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
        margin-left: 50px;
        margin-right: 50px; } }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -5px;
    margin-right: -5px; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
        margin-left: -50px;
        margin-right: -50px; } }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-product-gallery .slick-slide:not(.slick-current) {
    position: relative; }
    .i3-slider.slick-slider.\--style-product-gallery .slick-slide:not(.slick-current):after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #F1F0E8;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
  .i3-slider.slick-slider.\--style-product-gallery .slick-slide.slick-current + div:after {
    display: none; }
  .i3-slider.slick-slider.\--home-hero .slick-dots {
    position: absolute;
    bottom: 1.66667rem;
    margin: 0;
    max-width: 150px;
    right: 0;
    left: 0;
    margin: auto; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--home-hero .slick-dots {
        bottom: 2.22222rem; } }
    .i3-slider.slick-slider.\--home-hero .slick-dots li {
      width: 10px;
      height: 3px;
      margin: 0 0.33333rem;
      border-radius: 20px; }
      .i3-slider.slick-slider.\--home-hero .slick-dots li button {
        background: #FFF;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%;
        opacity: 0.5; }
        .i3-slider.slick-slider.\--home-hero .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #FFF;
          text-align: center;
          border-radius: 20px; }
      .i3-slider.slick-slider.\--home-hero .slick-dots li.slick-active {
        width: 20px; }
        .i3-slider.slick-slider.\--home-hero .slick-dots li.slick-active button {
          opacity: 1; }
          .i3-slider.slick-slider.\--home-hero .slick-dots li.slick-active button:before {
            background-color: #FFF; }
  .i3-slider.slick-slider.\--style-listing .slick-dots {
    position: absolute;
    bottom: 3.33333rem;
    margin: 0;
    max-width: 150px;
    right: 0;
    left: 0;
    margin: auto; }
    @media (min-width: 1024px) {
      .i3-slider.slick-slider.\--style-listing .slick-dots {
        bottom: 5.83333rem; } }
    .i3-slider.slick-slider.\--style-listing .slick-dots li {
      width: 10px;
      height: 3px;
      margin: 0 0.33333rem;
      border-radius: 20px; }
      .i3-slider.slick-slider.\--style-listing .slick-dots li button {
        background: #FFF;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%;
        opacity: 0.5; }
        .i3-slider.slick-slider.\--style-listing .slick-dots li button:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background-color: #FFF;
          text-align: center;
          border-radius: 20px; }
      .i3-slider.slick-slider.\--style-listing .slick-dots li.slick-active {
        width: 20px; }
        .i3-slider.slick-slider.\--style-listing .slick-dots li.slick-active button {
          opacity: 1; }
          .i3-slider.slick-slider.\--style-listing .slick-dots li.slick-active button:before {
            background-color: #FFF; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url();
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
