/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/BlockCreator/blockCreator/frontend/structure.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.awww-row {
  --o:0%;
  --om:0%;
  --os:0%;
  --oxs:0%;
  display: flex;
  flex-wrap: wrap;
}
.awww-row .awww-row {
  margin-left: -15px;
  margin-right: -15px;
}
.awww-row.row-align-top {
  align-items: start;
}
.awww-row.row-align-center {
  align-items: center;
}
.awww-row.row-align-end {
  align-items: end;
}

.row-align-stretch > .awww-col > * {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.row-align-stretch > .awww-col > * .has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.row-align-stretch > .awww-col > * .has-text-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

:root {
  --c: 100%;
  --o: 0% ;
}

.awww-col {
  padding: 15px;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: var(--c);
  margin-left: var(--o);
  max-width: 100%;
}
.awww-col.col-no-padding {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .c1 {
    flex-basis: var(--cm, 16.666%);
    margin-left: var(--om, 0);
  }
  .c2 {
    flex-basis: var(--cm, 33.33%);
  }
  .c3, .c4, .c5 {
    flex-basis: var(--cm, 50%);
  }
  .c6, .c7, .c8, .c9, .c10 {
    flex-basis: var(--cm, 100%);
  }
  .awww-col {
    margin-left: var(--om, 0);
  }
  .has-1-columns .wp-block-column {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 764px) {
  .awww-col {
    flex-basis: var(--cs, 100%);
    margin-left: var(--os, 0);
  }
  .c3, .c4 {
    flex-basis: var(--cs, 50%);
  }
  c5, .c6, .c7, .c8, .c9, .c10 {
    flex-basis: var(--cs, 100%);
  }
  .awww-row.mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .awww-col {
    flex-basis: var(--cxs, 100%);
    margin-left: var(--oxs, 0);
  }
}
.image-background-holder img {
  object-position: 50% var(--tp, 50);
  opacity: var(--io, 1);
}

.v-cs {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.v-cs .v-cs {
  width: 100%;
}

.full-size .post-overview {
  max-width: 100%;
}

.awww-slideshow-holder {
  position: relative;
}

.is-awww-slideshow > .awww-row {
  flex-wrap: nowrap;
  transform: translateX(0);
  transition: transform 0.3s;
}

.ismoving {
  cursor: move;
}
.ismoving > .awww-row {
  transition: none;
}
.ismoving .awww-col {
  pointer-events: none;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/BlockCreator/libs/modules/plugins/MultisiteMultilanguage/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.awww-lang-switcher {
  display: inline-block;
  position: relative;
}
.awww-lang-switcher:hover .awww-language-miltiple, .awww-lang-switcher.active .awww-language-miltiple {
  display: block;
}

.awww-lang-option {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.awww-language-miltiple {
  display: none;
  position: absolute;
  top: 30px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/BlockCreator/libs/modules/frontend/SlideshowStyle/SlideshowStyle.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.is-awww-slideshow {
  transition: transform 0.2s ease-out;
  overflow: hidden;
}

.bulletHolder {
  z-index: 2;
  position: absolute;
  width: 100%;
}

.bulletContainer {
  text-align: center;
  list-style: none;
}
.bulletContainer button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 6px;
  border: 0;
}
.bulletContainer.active button {
  background-color: #000000;
}

.awwwArrow {
  z-index: 10;
  display: block;
  background-color: #000000;
  width: 30px;
  height: 40px;
  position: absolute;
  margin-top: -20px;
  cursor: pointer;
  border: 0;
  top: 45px;
}
.awwwArrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 11px;
}
.awwwArrow.arrowRight {
  right: 0;
}
.awwwArrow.arrowRight:after {
  transform: rotate(135deg);
  left: auto;
  right: 11px;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/BlockCreator/libs/modules/frontend/AwwwModalBox/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.modal-con {
  display: none;
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
  max-height: 80vh;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  max-width: 900px;
  top: 0;
  left: 0;
  transform: translateX(calc(50vw - 50%)) translateY(calc(50vh - 50%));
}
.modal-con.active {
  display: block;
}
.modal-con.active + .modal-h {
  display: block;
}

.modal-h {
  position: fixed;
  z-index: 100;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3137254902);
  display: none;
}

.m-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
  border-radius: 20px;
  cursor: pointer;
}
.m-close:hover {
  background-color: #000000;
}
.m-close:hover:before, .m-close:hover:after {
  background-color: #ffffff;
}
.m-close:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #000000;
  left: 3px;
  top: 14px;
}
.m-close:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #000000;
  top: 3px;
  left: 14px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/BlockCreator/libs/modules/frontend/FilterHtml/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./iaspesite/wp-content/themes/campfour/framework/CampThree/src/scss/frontend.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(aea8400dfab6164811ff.eot);
  src: url(aea8400dfab6164811ff.eot#iefix) format("embedded-opentype"), url(e0f2f0353b38b140da06.woff2?) format("woff2"), url(a045b0eb32f390aee7b6.woff?) format("woff"), url(8e2fdd16749f3745030e.ttf?) format("truetype"), url(38299d2346e0acaf23d5.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
  font-family: "fontello";
  src: url(aea8400dfab6164811ff.eot);
  src: url(aea8400dfab6164811ff.eot#iefix) format("embedded-opentype"), url(e0f2f0353b38b140da06.woff2?) format("woff2"), url(a045b0eb32f390aee7b6.woff?) format("woff"), url(8e2fdd16749f3745030e.ttf?) format("truetype"), url(38299d2346e0acaf23d5.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

:root {
  --rounded-small:4px;
  --rounded-medium:10px;
  --m-steps:15px;
}

@font-face {
  font-family: "PT Sans";
  src: url(77e92507394e2309d837.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(610bc32a7e32c292ce59.ttf) format("truetype");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url(7c5aca8a8c320a8df026.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url(1cdef49100a51e35264a.ttf) format("truetype");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
.img-op-10 {
  opacity: 1;
}

.img-op-9 {
  opacity: 0.9;
}

.img-op-8 {
  opacity: 0.8;
}

.img-op-7 {
  opacity: 0.7;
}

.img-op-6 {
  opacity: 0.6;
}

.img-op-5 {
  opacity: 0.5;
}

.img-op-4 {
  opacity: 0.4;
}

.img-op-3 {
  opacity: 0.3;
}

.img-op-2 {
  opacity: 0.2;
}

.img-op-1 {
  opacity: 0.1;
}

.img-op-0 {
  opacity: 0;
}

.fg {
  gap: calc(15px * var(--fg, 0)) !important;
}

.d-t--1, .d-t--2 {
  z-index: 1;
  position: relative;
}

.dt {
  margin-top: calc(var(--m-steps) * (var(--dt, 1) - 1)) !important;
}

.db {
  margin-bottom: calc(var(--m-steps) * (var(--db, 1) - 1)) !important;
}

.dit {
  padding-top: calc(var(--m-steps) * (var(--dit, 1) - 1)) !important;
}

.dib {
  padding-bottom: calc(var(--m-steps) * (var(--dib, 1) - 1)) !important;
}

.dlr {
  padding-left: calc(var(--m-steps) * (var(--dlr, 1) - 1)) !important;
  padding-right: calc(var(--m-steps) * (var(--dlr, 1) - 1)) !important;
}

.icon-mail-1:before {
  content: "\e808";
} /* '' */
.icon-user-o:before {
  content: "\f2c0";
} /* '' */
html, body {
  font-size: 1rem;
  background-color: #f7f7f7;
}

p, ul, ol, label, input, textarea, select, .wp-block-search__input, time, button, cite, figcaption, .wp-block-button {
  font-family: var(--wp--preset--font-family--text);
  font-size: var(--wp--preset--font-size--m);
  font-weight: 400;
  line-height: 1.5em;
  color: var(--wp--preset--color--fifth);
}
p a, ul a, ol a, label a, input a, textarea a, select a, .wp-block-search__input a, time a, button a, cite a, figcaption a, .wp-block-button a {
  color: inherit;
}

.wp-block-button a {
  color: #ffffff;
}

p a {
  color: var(--wp--preset--color--third-light);
}

p.wp-block-post-excerpt__excerpt {
  color: inherit;
}

td {
  font-family: var(--wp--preset--font-family--text) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6, th, tfoot td {
  font-family: var(--wp--preset--font-family--head);
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 400;
  color: var(--wp--preset--color--fourth);
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, th a, tfoot td a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

cite {
  font-style: normal;
}

h1 {
  font-size: var(--wp--preset--font-size--6-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--3-xl);
}

h3 {
  font-size: var(--wp--preset--font-size--2-xl);
}

h4 {
  font-size: var(--wp--preset--font-size--x-large);
}

ul li {
  color: inherit;
}

.figure {
  margin: 0;
}

.wp-block-pullquote {
  border: 0;
  padding: 30px 0;
}

.image-slideshow-holder {
  overflow: visible;
}

.type-constrained.justify-content-center {
  text-align: center;
}
.type-constrained.justify-content-right {
  text-align: right;
}

.type-flex {
  display: flex;
  gap: 7.5px;
  flex-direction: row;
}
.type-flex > .has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.type-flex > .has-text-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.type-flex:not(.orientation-vertical) {
  align-items: center;
}
.type-flex:not(.orientation-vertical).justify-content-center {
  justify-content: center;
}
.type-flex:not(.orientation-vertical).justify-content-right {
  justify-content: right;
}
.type-flex:not(.orientation-vertical).justify-content-space-between {
  justify-content: space-between;
}
.type-flex:not(.orientation-vertical).vertical-alignment-top {
  align-items: start;
}
.type-flex:not(.orientation-vertical).vertical-alignment-bottom {
  align-items: end;
}
.type-flex:not(.orientation-vertical).vertical-alignment-stretch {
  align-items: stretch;
}

.orientation-vertical {
  flex-direction: column;
}
.orientation-vertical.justify-content-center {
  align-items: center;
}
.orientation-vertical.justify-content-right {
  align-items: end;
}
.orientation-vertical.justify-content-stretch {
  align-items: stretch;
}
.orientation-vertical.vertical-alignment-center {
  justify-content: center;
}
.orientation-vertical.vertical-alignment-bottom {
  justify-content: end;
}
.orientation-vertical.vertical-alignment-space-between {
  justify-content: space-between;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

body .type-flex > * {
  margin: 0;
}

.alignright {
  display: block !important;
  text-align: right;
}

.is-style-round-y-u {
  position: relative;
}
.is-style-round-y-u:before {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  opacity: 0.3;
  z-index: 0;
  top: -45px;
  left: -45px;
}
.is-style-round-y-u.justify-content-right:before {
  right: -45px;
  left: auto;
}

.is-style-round-y-t {
  position: relative;
}
.is-style-round-y-t:before {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  opacity: 0.3;
  z-index: 0;
  bottom: -45px;
  left: -45px;
}

.is-style-shadow {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding: calc(0.3em + 2px) calc(1.333em + 2px);
}

.is-style-btn-iaspe {
  margin: 5px -10px;
}
.is-style-btn-iaspe .wp-block-button {
  margin: 0 10px;
}
.is-style-btn-iaspe .wp-block-button__link {
  position: relative;
}
.is-style-btn-iaspe .wp-block-button__link:before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #000000;
  border-radius: 30px;
  top: 6px;
  left: -6px;
}
.is-style-btn-iaspe .wp-block-button__link.has-primary-background-color:before {
  border-color: var(--wp--preset--color--primary-light);
}
.is-style-btn-iaspe .wp-block-button__link.has-secondary-background-color:before {
  border-color: var(--wp--preset--color--secondary-light);
}
.is-style-btn-iaspe .wp-block-button__link.has-third-background-color:before {
  border-color: var(--wp--preset--color--third-light);
}

.is-style-btn-arr-r .wp-block-button {
  display: block;
}
.is-style-btn-arr-r .wp-block-button a {
  display: block;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  margin: 15px 0;
  border: 3px solid #ffffff;
  background-color: var(--wp--preset--color--fifth-light);
  position: relative;
}
.is-style-btn-arr-r .wp-block-button a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: var(--wp--preset--color--primary);
  transform: rotate(45deg);
  top: calc(50% - 7px);
  right: 25px;
}
.is-style-btn-arr-r .wp-block-button a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-btn-arr-r .wp-block-button:nth-child(3n-1) a:after {
  border-color: var(--wp--preset--color--secondary);
}
.is-style-btn-arr-r .wp-block-button:nth-child(3n-1) a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.is-style-btn-arr-r .wp-block-button:nth-child(3n) {
  color: #000000;
}
.is-style-btn-arr-r .wp-block-button:nth-child(3n) a:after {
  border-color: var(--wp--preset--color--third);
}
.is-style-btn-arr-r .wp-block-button:nth-child(3n) a:hover {
  color: var(--wp--preset--color--third) !important;
}

.holder-icon-anchor {
  display: inline-block;
}
.holder-icon-anchor .wp-block-awww-icon {
  display: inline-block;
  line-height: 0;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

ul:not(.menu, .sub-menu) {
  list-style: none;
}
ul:not(.menu, .sub-menu) li {
  position: relative;
  padding-left: 20px;
}
ul:not(.menu, .sub-menu) li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--primary);
  left: 0;
  top: 7px;
  position: absolute;
}
ul:not(.menu, .sub-menu) li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--wp--preset--color--primary-light);
  left: 3px;
  top: 10px;
  position: absolute;
}
ul:not(.menu, .sub-menu) li:nth-child(3n-1):before {
  background-color: var(--wp--preset--color--secondary);
}
ul:not(.menu, .sub-menu) li:nth-child(3n-1):after {
  border: 1px solid var(--wp--preset--color--secondary-light);
}
ul:not(.menu, .sub-menu) li:nth-child(3n):before {
  background-color: var(--wp--preset--color--third);
}
ul:not(.menu, .sub-menu) li:nth-child(3n):after {
  border: 1px solid var(--wp--preset--color--third-light);
}

.is-style-rounded {
  aspect-ratio: 1/1;
  min-width: 80px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-style-history-item {
  position: relative;
}
.is-style-history-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--wp--preset--color--primary-light);
  left: 36px;
  z-index: 0;
}
.is-style-history-item .is-style-rounded {
  position: relative;
  z-index: 1;
  margin: 30px 45px 30px 0;
  background-color: var(--wp--preset--color--primary-light);
}
.is-style-history-item:nth-child(3n-1):before {
  background-color: var(--wp--preset--color--secondary-light);
}
.is-style-history-item:nth-child(3n-1) .is-style-rounded {
  margin-right: 45px;
  background-color: var(--wp--preset--color--secondary-light);
}
.is-style-history-item:nth-child(3n-1) .is-style-rounded * {
  color: #ffffff;
}
.is-style-history-item:nth-child(3n):before {
  background-color: var(--wp--preset--color--third-light);
}
.is-style-history-item:nth-child(3n) .is-style-rounded {
  margin-right: 45px;
  background-color: var(--wp--preset--color--third-light);
}
.is-style-history-item:nth-child(3n) .is-style-rounded * {
  color: #ffffff;
}

figcaption {
  font-size: 12px;
}

figure img {
  border-radius: 4px;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu li {
  padding: 0;
  display: flex;
  position: relative;
}
.menu li a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 10px 15px;
}
.menu li.has-children > a {
  padding-right: 0;
}
.menu li:hover > .sub-menu {
  display: block;
}
.menu li:hover > a {
  color: var(--wp--preset--color--third-light);
}
.menu li:hover > .open-sm:before {
  transform: rotate(-45deg);
  margin-top: 2px;
}
.menu li.h-icon {
  position: relative;
  display: flex;
  justify-content: center;
}
.menu li.h-icon a {
  position: relative;
  padding: 20px 8px 2px 8px;
}
.menu li.h-icon a span {
  font-size: 14px;
}
.menu li.h-icon:before {
  position: absolute;
}
.menu .open-sm {
  background-color: transparent;
  border: 0;
  padding-right: 15px;
  cursor: pointer;
}
.menu .open-sm:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--wp--preset--color--third-light);
  border-right: 2px solid var(--wp--preset--color--third-light);
  transform: rotate(135deg);
  margin-top: -5px;
}

.sub-menu {
  padding: 3px 0;
  min-width: 260px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 45px;
  display: none;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
}
.sub-menu.active {
  display: block;
}
.sub-menu li a {
  padding: 3px 15px;
}

.trigger-holder {
  display: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.navbar {
  max-width: 1322px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-n-holder {
  display: flex;
  align-items: center;
}

.menu-top-menu-container {
  display: flex;
  align-items: center;
}

.entry-content {
  padding-top: 145px;
}

footer .menu a {
  color: #ffffff;
}

#awwwModal {
  display: none;
}

@media screen and (max-width: 998px) {
  .trigger-holder {
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
  }
  .menu-top-menu-container {
    margin-right: 46px;
  }
  .all-n-holder {
    position: fixed;
    inset: 0;
    top: 79px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.1882352941);
    display: none;
  }
  .all-n-holder.active {
    display: block;
  }
  .logo-holder svg {
    height: 75px;
  }
  .menu-main-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 280px;
    background-color: #ffffff;
    overflow: auto;
  }
  .menu-main-menu-container .menu {
    display: block;
    width: 280px;
  }
  .menu-main-menu-container .menu li {
    display: block;
    position: relative;
  }
  .menu-main-menu-container .menu li a {
    padding: 4px 15px;
    font-size: 16px;
  }
  .menu-main-menu-container .menu li.has-children > a {
    padding-right: 45px;
  }
  .menu-main-menu-container .menu li.has-children > button {
    display: none;
  }
  .menu-main-menu-container .sub-menu {
    padding-top: 0;
    position: relative;
    display: Block;
    top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-left: 15px;
  }
  .navTrigger {
    display: block !important;
    cursor: pointer;
    width: 30px;
    height: 25px;
    border: 0;
    background-color: transparent !important;
    right: 15px;
    top: 25px;
    padding: 0;
  }
  .navTrigger i {
    background-color: #000000;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
  }
  .navTrigger i:nth-child(2) {
    margin: 5px 0;
  }
  .navTrigger[aria-expanded=false] i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger[aria-expanded=false] i:nth-child(2) {
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger[aria-expanded=false] i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .navTrigger[aria-expanded=true] i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  .navTrigger[aria-expanded=true] i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  .navTrigger[aria-expanded=true] i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@media screen and (max-width: 764px) {
  :root {
    font-size: 14px;
  }
}
