@charset "UTF-8";
/* Shamokin Carbons Styles 
 * Shamokin Carbons 1.0
 */
/* Bootstrap Overrides */
/* Mixins */
/* Helper Mixins */
/* classes to remove padding from columns */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin-top: 0 !important;
  overflow-x: hidden;
}

body,
html {
  max-width: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  background: #fff;
  margin: 0;
  font-family: "robotolight";
  font-size: 1.8rem;
  line-height: 1.55;
  color: #313133;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1316px;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  margin: 0 auto;
}
.container.sm {
  max-width: 800px;
}
.container.md {
  max-width: 1000px;
}
.container.lg {
  max-width: 1400px;
}

.container .row,
.container-fluid .row {
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}
.container .row [class^=col-],
.container .row > *,
.container-fluid .row [class^=col-],
.container-fluid .row > * {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.page_content_wrap {
  background: #EFEFEF;
  position: relative;
  z-index: 1;
}

.full-height {
  height: 100vh;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

b,
strong {
  font-weight: 700;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #0060AF;
  transition: 0.3s ease-in-out;
}

a:focus,
a:hover {
  color: #727B7A;
}

.paragraph,
p {
  line-height: 1.55;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.wp-block-image img,
img {
  max-width: 100% !important;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5rem;
}

ul, ol {
  padding: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-links {
  position: absolute;
  top: 0;
  left: 0;
}
.skip-links a {
  opacity: 0;
  visibility: hidden;
}
.skip-links a:focus {
  opacity: 1;
  visibility: visible;
}

p#breadcrumbs {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  p#breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  p#breadcrumbs {
    font-size: 1.8rem;
  }
}
p#breadcrumbs a {
  color: #313133;
  text-decoration: none;
}
p#breadcrumbs a:hover {
  color: #0060AF;
}

/* Roboto */
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Medium */
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/Roboto-Medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: "robotomedium_italic";
  src: url("../fonts/Roboto-MediumItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Light */
@font-face {
  font-family: "robotolight";
  src: url("../fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: "robotolight_italic";
  src: url("../fonts/Roboto-LightItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Condensed Regular */
@font-face {
  font-family: "roboto_condensedregular";
  src: url("../fonts/RobotoCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Condensed Bold */
@font-face {
  font-family: "roboto_condensedbold";
  src: url("../fonts/RobotoCondensed-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Slab Bold */
@font-face {
  font-family: "roboto_slabbold";
  src: url("../fonts/RobotoSlab-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Bold */
@font-face {
  font-family: "robotobold";
  src: url("../fonts/Roboto-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Roboto Black */
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/Roboto-Black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* List styles */
ul {
  padding-left: 20px;
  list-style-position: outside;
}
ul.bold {
  font-family: "roboto_condensedbold";
}
ul li ul {
  list-style: none;
  padding-left: 20px;
}
ul li ul li:before {
  content: "-";
  margin-right: 8px;
}

/* Pre Loader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

#ploader {
  position: relative;
  padding: 40px 0 80px;
}
#ploader .plcontent {
  text-align: center;
  font-family: "source_sans_prosemibold";
  color: #0060AF;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
}

.stage {
  position: absolute;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  /* width: 100px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stage .dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  box-shadow: 9999px 0 0 0 #0060AF;
  -webkit-animation: dotFalling 1s infinite linear;
          animation: dotFalling 1s infinite linear;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.stage .dot-falling:after, .stage .dot-falling:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.stage .dot-falling:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  -webkit-animation: dotFallingBefore 1s infinite linear;
          animation: dotFallingBefore 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.stage .dot-falling:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  -webkit-animation: dotFallingAfter 1s infinite linear;
          animation: dotFallingAfter 1s infinite linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@-webkit-keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@-webkit-keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #0060AF;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.dot-flashing:after, .dot-flashing:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dot-flashing:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0060AF;
  color: #0060AF;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #0060AF;
  }
  100%, 50% {
    background-color: #ebe6ff;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #0060AF;
  }
  100%, 50% {
    background-color: #ebe6ff;
  }
}
/* Utility Spacing */
/* Used to override the margin and padding utility */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

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

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

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

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

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

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

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

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

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

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

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

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

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

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

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

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

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

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 10px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 10px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 10px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 10px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 10px !important;
  }

  .m-sm-2 {
    margin: 20px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 20px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 20px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 20px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 20px !important;
  }

  .m-sm-3 {
    margin: 30px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 30px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 30px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 30px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 30px !important;
  }

  .m-sm-4 {
    margin: 40px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 40px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 40px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 40px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 40px !important;
  }

  .m-sm-5 {
    margin: 50px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 50px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 50px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 50px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 50px !important;
  }

  .m-sm-6 {
    margin: 60px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 60px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 60px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 60px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 60px !important;
  }

  .m-sm-7 {
    margin: 70px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 70px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 70px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 70px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 70px !important;
  }

  .m-sm-8 {
    margin: 80px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 80px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 80px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 80px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 80px !important;
  }

  .m-sm-9 {
    margin: 90px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 90px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 90px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 90px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 90px !important;
  }

  .m-sm-10 {
    margin: 100px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 100px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 100px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 100px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 100px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 10px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 10px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 10px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 10px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 10px !important;
  }

  .p-sm-2 {
    padding: 20px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 20px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 20px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 20px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 20px !important;
  }

  .p-sm-3 {
    padding: 30px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 30px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 30px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 30px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 30px !important;
  }

  .p-sm-4 {
    padding: 40px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 40px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 40px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 40px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 40px !important;
  }

  .p-sm-5 {
    padding: 50px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 50px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 50px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 50px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 50px !important;
  }

  .p-sm-6 {
    padding: 60px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 60px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 60px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 60px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 60px !important;
  }

  .p-sm-7 {
    padding: 70px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 70px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 70px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 70px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 70px !important;
  }

  .p-sm-8 {
    padding: 80px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 80px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 80px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 80px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 80px !important;
  }

  .p-sm-9 {
    padding: 90px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 90px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 90px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 90px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 90px !important;
  }

  .p-sm-10 {
    padding: 100px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 100px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 100px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 100px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 100px !important;
  }

  .m-sm-n1 {
    margin: -10px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -10px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -10px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -10px !important;
  }

  .m-sm-n2 {
    margin: -20px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -20px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -20px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -20px !important;
  }

  .m-sm-n3 {
    margin: -30px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -30px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -30px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -30px !important;
  }

  .m-sm-n4 {
    margin: -40px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -40px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -40px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -40px !important;
  }

  .m-sm-n5 {
    margin: -50px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -50px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -50px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -50px !important;
  }

  .m-sm-n6 {
    margin: -60px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -60px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -60px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -60px !important;
  }

  .m-sm-n7 {
    margin: -70px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -70px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -70px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -70px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -70px !important;
  }

  .m-sm-n8 {
    margin: -80px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -80px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -80px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -80px !important;
  }

  .m-sm-n9 {
    margin: -90px !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -90px !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -90px !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -90px !important;
  }

  .m-sm-n10 {
    margin: -100px !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -100px !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -100px !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -100px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 10px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 10px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 10px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 10px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 10px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 20px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 20px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 20px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 20px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 30px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 30px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 30px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 30px !important;
  }

  .m-md-4 {
    margin: 40px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 40px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 40px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 40px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 40px !important;
  }

  .m-md-5 {
    margin: 50px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 50px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 50px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 50px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 50px !important;
  }

  .m-md-6 {
    margin: 60px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 60px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 60px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 60px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 60px !important;
  }

  .m-md-7 {
    margin: 70px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 70px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 70px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 70px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 70px !important;
  }

  .m-md-8 {
    margin: 80px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 80px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 80px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 80px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 80px !important;
  }

  .m-md-9 {
    margin: 90px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 90px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 90px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 90px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 90px !important;
  }

  .m-md-10 {
    margin: 100px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 100px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 100px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 100px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 100px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 10px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 10px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 10px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 10px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 20px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 20px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 20px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 20px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 30px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 30px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 30px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 30px !important;
  }

  .p-md-4 {
    padding: 40px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 40px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 40px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 40px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 40px !important;
  }

  .p-md-5 {
    padding: 50px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 50px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 50px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 50px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 50px !important;
  }

  .p-md-6 {
    padding: 60px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 60px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 60px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 60px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 60px !important;
  }

  .p-md-7 {
    padding: 70px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 70px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 70px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 70px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 70px !important;
  }

  .p-md-8 {
    padding: 80px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 80px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 80px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 80px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 80px !important;
  }

  .p-md-9 {
    padding: 90px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 90px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 90px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 90px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 90px !important;
  }

  .p-md-10 {
    padding: 100px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 100px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 100px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 100px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 100px !important;
  }

  .m-md-n1 {
    margin: -10px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -10px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -10px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -10px !important;
  }

  .m-md-n2 {
    margin: -20px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -20px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -20px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -20px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -20px !important;
  }

  .m-md-n3 {
    margin: -30px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -30px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -30px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -30px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -30px !important;
  }

  .m-md-n4 {
    margin: -40px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -40px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -40px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -40px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -40px !important;
  }

  .m-md-n5 {
    margin: -50px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -50px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -50px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -50px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -50px !important;
  }

  .m-md-n6 {
    margin: -60px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -60px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -60px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -60px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -60px !important;
  }

  .m-md-n7 {
    margin: -70px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -70px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -70px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -70px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -70px !important;
  }

  .m-md-n8 {
    margin: -80px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -80px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -80px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -80px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -80px !important;
  }

  .m-md-n9 {
    margin: -90px !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -90px !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -90px !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -90px !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -90px !important;
  }

  .m-md-n10 {
    margin: -100px !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -100px !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -100px !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -100px !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -100px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 10px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 40px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 40px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 50px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 50px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 50px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 50px !important;
  }

  .m-lg-6 {
    margin: 60px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 60px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 60px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 60px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 60px !important;
  }

  .m-lg-7 {
    margin: 70px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 70px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 70px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 70px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 70px !important;
  }

  .m-lg-8 {
    margin: 80px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 80px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 80px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 80px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 80px !important;
  }

  .m-lg-9 {
    margin: 90px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 90px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 90px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 90px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 90px !important;
  }

  .m-lg-10 {
    margin: 100px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 100px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 100px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 100px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 100px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 40px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 40px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 40px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 50px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 50px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 50px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 50px !important;
  }

  .p-lg-6 {
    padding: 60px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 60px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 60px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 60px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 60px !important;
  }

  .p-lg-7 {
    padding: 70px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 70px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 70px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 70px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 70px !important;
  }

  .p-lg-8 {
    padding: 80px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 80px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 80px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 80px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 80px !important;
  }

  .p-lg-9 {
    padding: 90px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 90px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 90px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 90px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 90px !important;
  }

  .p-lg-10 {
    padding: 100px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 100px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 100px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 100px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 100px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -40px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -40px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -40px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -40px !important;
  }

  .m-lg-n5 {
    margin: -50px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -50px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -50px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -50px !important;
  }

  .m-lg-n6 {
    margin: -60px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -60px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -60px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -60px !important;
  }

  .m-lg-n7 {
    margin: -70px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -70px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -70px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -70px !important;
  }

  .m-lg-n8 {
    margin: -80px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -80px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -80px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -80px !important;
  }

  .m-lg-n9 {
    margin: -90px !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -90px !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -90px !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -90px !important;
  }

  .m-lg-n10 {
    margin: -100px !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -100px !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -100px !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -100px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 10px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 10px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 10px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 10px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 10px !important;
  }

  .m-xl-2 {
    margin: 20px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 20px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 20px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 20px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 20px !important;
  }

  .m-xl-3 {
    margin: 30px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 30px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 30px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 30px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 30px !important;
  }

  .m-xl-4 {
    margin: 40px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 40px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 40px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 40px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 40px !important;
  }

  .m-xl-5 {
    margin: 50px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 50px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 50px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 50px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 50px !important;
  }

  .m-xl-6 {
    margin: 60px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 60px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 60px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 60px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 60px !important;
  }

  .m-xl-7 {
    margin: 70px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 70px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 70px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 70px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 70px !important;
  }

  .m-xl-8 {
    margin: 80px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 80px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 80px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 80px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 80px !important;
  }

  .m-xl-9 {
    margin: 90px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 90px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 90px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 90px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 90px !important;
  }

  .m-xl-10 {
    margin: 100px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 100px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 100px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 100px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 100px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 10px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 10px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 10px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 10px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 10px !important;
  }

  .p-xl-2 {
    padding: 20px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 20px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 20px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 20px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 20px !important;
  }

  .p-xl-3 {
    padding: 30px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 30px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 30px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 30px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 30px !important;
  }

  .p-xl-4 {
    padding: 40px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 40px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 40px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 40px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 40px !important;
  }

  .p-xl-5 {
    padding: 50px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 50px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 50px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 50px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 50px !important;
  }

  .p-xl-6 {
    padding: 60px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 60px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 60px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 60px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 60px !important;
  }

  .p-xl-7 {
    padding: 70px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 70px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 70px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 70px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 70px !important;
  }

  .p-xl-8 {
    padding: 80px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 80px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 80px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 80px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 80px !important;
  }

  .p-xl-9 {
    padding: 90px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 90px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 90px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 90px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 90px !important;
  }

  .p-xl-10 {
    padding: 100px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 100px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 100px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 100px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 100px !important;
  }

  .m-xl-n1 {
    margin: -10px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -10px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -10px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -10px !important;
  }

  .m-xl-n2 {
    margin: -20px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -20px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -20px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -20px !important;
  }

  .m-xl-n3 {
    margin: -30px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -30px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -30px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -30px !important;
  }

  .m-xl-n4 {
    margin: -40px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -40px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -40px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -40px !important;
  }

  .m-xl-n5 {
    margin: -50px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -50px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -50px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -50px !important;
  }

  .m-xl-n6 {
    margin: -60px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -60px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -60px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -60px !important;
  }

  .m-xl-n7 {
    margin: -70px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -70px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -70px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -70px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -70px !important;
  }

  .m-xl-n8 {
    margin: -80px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -80px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -80px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -80px !important;
  }

  .m-xl-n9 {
    margin: -90px !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -90px !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -90px !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -90px !important;
  }

  .m-xl-n10 {
    margin: -100px !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -100px !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -100px !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -100px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Header styles */
header.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background-color: #FFFFFF;
  transition: 0.3s ease-in-out;
  /***** Animated Hamburger *****/
  /* Icon 1 */
}
header.global-header .site-header {
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.15);
}
header.global-header .site-header .header-container {
  max-width: 1316px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
header.global-header .site-header .header-container .header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header {
    position: relative;
    height: 110px;
  }
}
header.global-header .site-header .header-container .header .logo {
  width: 174px;
  background-image: url("../images/logo-alt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}
header.global-header .site-header .header-container .header .logo:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 25%;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 264px;
  }
}
header.global-header .site-header .header-container .header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header.global-header .site-header .header-container .header .main-nav-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 90px 25px 24px;
  background: #f2f2f2;
}
@media (max-width: 1199.98px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper {
    transform: translateX(100%);
    height: 100vh;
    z-index: -1;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper {
    background: transparent;
    position: relative;
    padding: 0 0 0 300px;
    height: auto;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}
.mobile-nav-active header.global-header .site-header .header-container .header .main-nav-wrapper {
  transform: translateX(0);
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu {
    display: flex;
    justify-content: flex-end;
  }
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li {
    margin: 0 1.1%;
  }
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li > a {
  font-family: "robotoblack";
  padding: 20px 0;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.4rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li > a {
    display: block;
    border-top: 1px solid #E3E4E4;
  }
}
@media (min-width: 992px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li > a {
    font-size: 1.6rem;
  }
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li > a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #E98513;
    transition: 0.3s ease-in-out;
  }
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li > a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li:last-child {
    margin-top: 30px;
  }
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li:last-child a {
  border: none;
  color: #E98513;
  border: 1px solid #E98513;
  background-color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  padding: 20px;
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li:last-child a:hover {
  color: #FFFFFF;
  background-color: #E98513;
}
header.global-header .site-header .header-container .header .main-nav-wrapper .menu-primary-navigation-container .main-menu > li:first-child a {
  border: none;
}
header.global-header .site-header .header-container .header .mobile-nav-trigger {
  width: 38px;
  height: 20px;
  position: relative;
  z-index: 100;
}
@media (min-width: 1200px) {
  header.global-header .site-header .header-container .header .mobile-nav-trigger {
    display: none;
  }
}
header.global-header .nav-icon1,
header.global-header .nav-icon2,
header.global-header .nav-icon3 {
  width: 38px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}
header.global-header .nav-icon1 span,
header.global-header .nav-icon2 span,
header.global-header .nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0060AF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.global-header .nav-icon1 span:nth-child(1),
header.global-header .nav-icon2 span:nth-child(1),
header.global-header .nav-icon3 span:nth-child(1) {
  top: 0px;
}
header.global-header .nav-icon1 span:nth-child(2),
header.global-header .nav-icon2 span:nth-child(2),
header.global-header .nav-icon3 span:nth-child(2) {
  top: 8px;
}
header.global-header .nav-icon1 span:nth-child(3) {
  top: 16px;
}
header.global-header .nav-icon2 span:nth-child(3) {
  top: 8px;
}
header.global-header .nav-icon3 span:nth-child(3) {
  top: 8px;
}
header.global-header .nav-icon2 span:nth-child(4),
header.global-header .nav-icon3 span:nth-child(4) {
  top: 16px;
}
header.global-header .nav-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
header.global-header .nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header.global-header .nav-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
header.global-header .nav-icon2.open span:nth-child(1),
header.global-header .nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
header.global-header .nav-icon2.open span:nth-child(2),
header.global-header .nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
header.global-header .nav-icon2.open span:nth-child(3),
header.global-header .nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header.global-header .nav-icon2.open span:nth-child(4),
header.global-header .nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.site-wrapper {
  margin-top: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .site-wrapper {
    margin-top: 110px;
  }
  .headerReady .site-wrapper {
    margin-top: 70px;
  }
}

/* Alert Banner */
#cookie-banner {
  max-height: 0;
  overflow: hidden;
  background: #2D8CCD;
  z-index: 3;
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (min-width: 576px) {
  #cookie-banner {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#cookie-banner.active {
  max-height: auto;
  padding: 30px 0;
}
#cookie-banner .cookie-banner-inner {
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
#cookie-banner .cookie-banner-inner .banner-text {
  padding-right: 20px;
}
#cookie-banner .cookie-banner-inner a:not(.cta-button) {
  display: inline-block;
  text-decoration: underline;
  color: #313133;
}
#cookie-banner .cookie-banner-inner .accept {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
#cookie-banner .cookie-banner-inner .accept {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
#cookie-banner .cookie-banner-inner .accept:hover {
  opacity: 1;
}
#cookie-banner .cookie-banner-inner .accept:before, #cookie-banner .cookie-banner-inner .accept:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
#cookie-banner .cookie-banner-inner .accept:before {
  transform: rotate(45deg);
}
#cookie-banner .cookie-banner-inner .accept:after {
  transform: rotate(-45deg);
}

.carousel-wrap .carousel {
  display: flex;
}
.carousel-wrap .carousel .carousel-inner {
  min-height: 100%;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
}
.carousel-wrap .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner {
  height: 100%;
  padding: 0 20px;
  margin: 0 25%;
}
@media (max-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner {
    height: 100%;
    padding: 0 20px;
    margin: 0 5%;
  }
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .icon {
  width: 38px;
  margin: 0 auto;
  position: relative;
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .icon:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 100%;
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .pre-title {
  font-family: "roboto_condensedbold";
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 1.8rem;
  margin: 20px auto 15px;
}
@media (min-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .pre-title {
    font-size: 2.4rem;
    margin: 30px auto 18px;
  }
}
@media (min-width: 768px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .pre-title {
    font-size: 2.8rem;
    margin: 45px auto 20px;
  }
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .title {
  text-transform: uppercase;
  color: #E98513;
  font-size: 3rem;
  margin: 0 auto 20px;
  text-shadow: 0px 0px 8px #000000;
}
@media (min-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .title {
    font-size: 4rem;
    margin: 0 auto 24px;
  }
}
@media (min-width: 768px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .title {
    font-size: 6rem;
    margin: 0 auto 30px;
  }
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .sub-title {
  font-family: "roboto_condensedregular";
  text-transform: none;
  color: #FFFFFF;
  font-size: 2rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .sub-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .sub-title {
    font-size: 3rem;
  }
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .text-content {
  color: #FFFFFF;
  font-size: 110%;
  padding-top: 30px;
}
@media (min-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .text-content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .text-content {
    padding-top: 50px;
  }
}
.carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .button-row {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .button-row {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .carousel-wrap .carousel .carousel-inner .carousel-item .carousel-content .carousel-content-inner .button-row {
    padding-top: 50px;
  }
}
.carousel-wrap .carousel.sm .carousel-inner .carousel-item, .carousel-wrap .carousel.md .carousel-inner .carousel-item, .carousel-wrap .carousel.lg .carousel-inner .carousel-item {
  padding: 54px 0 30px;
}
@media (min-width: 992px) {
  .carousel-wrap .carousel.sm .carousel-inner .carousel-item, .carousel-wrap .carousel.md .carousel-inner .carousel-item, .carousel-wrap .carousel.lg .carousel-inner .carousel-item {
    padding: 64px 0 50px;
  }
}
.carousel-wrap .carousel.sm {
  position: relative;
}
.carousel-wrap .carousel.sm:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 25%;
}
@media (min-width: 992px) {
  .carousel-wrap .carousel.sm .carousel-content {
    min-height: 335px;
  }
}
.carousel-wrap .carousel.md {
  position: relative;
}
.carousel-wrap .carousel.md:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 33.3333333333%;
}
@media (min-width: 992px) {
  .carousel-wrap .carousel.md .carousel-content {
    min-height: 435px;
  }
}
.carousel-wrap .carousel.lg {
  position: relative;
}
.carousel-wrap .carousel.lg:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 42.1875%;
}
@media (min-width: 992px) {
  .carousel-wrap .carousel.lg .carousel-content {
    min-height: 535px;
  }
}
.carousel-wrap .carousel.full:before {
  display: none;
}

/* Modal Styles */
.modal {
  z-index: 9999;
}
.modal#dynModal .modal-dialog {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  max-width: 90%;
  max-height: 0;
  color: #FFFFFF;
  overflow: hidden;
}
.modal#dynModal .modal-dialog .modal-content {
  position: relative;
  max-height: 100%;
  overflow: auto;
}
.modal#dynModal .modal-dialog .modal-content .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 4;
  justify-content: flex-end;
}
.modal#dynModal .modal-dialog .modal-content .modal-header button {
  background-color: transparent;
  border: none;
}
.modal#dynModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content {
  position: relative;
  padding: 50px 10% 30px 10%;
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .product-name {
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-left: 37px;
  z-index: 6;
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .product-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 25px;
  height: 25px;
  background-image: url("../images/hex-solid.svg");
  background-size: contain;
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .content {
  position: relative;
  z-index: 4;
  max-width: 95%;
}
@media (min-width: 768px) {
  .modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .content {
    position: relative;
    height: 75%;
  }
}
@media (min-width: 992px) {
  .modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .content {
    height: 55%;
  }
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: #020024;
  /*background: linear-gradient(90deg, #020024 60%, black 60%, rgba(0, 0, 0, 0) 100%);*/
}
.modal#dynModal .modal-dialog .modal-content .modal-body .product-modal-content .bgnd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.modal#dynModal.show .modal-dialog {
  opacity: 1;
  visibility: visible;
  max-height: 90vh;
}

/* Footer Styles */
footer.site-footer {
  background-color: #000000;
}
footer.site-footer .container .footer {
  color: #FFFFFF;
  padding: 50px 0;
}
footer.site-footer .container .footer .heading {
  text-align: center;
  font-family: "robotomedium_italic";
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer .heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .heading {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
footer.site-footer .container .footer .top-footer {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer {
    display: flex;
    justify-content: space-between;
  }
}
footer.site-footer .container .footer .top-footer .col {
  display: flex;
  justify-content: flex-start;
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #727B7A;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col {
    text-align: left;
    border-top: none;
    padding: 0 0 0 37px;
  }
}
footer.site-footer .container .footer .top-footer .col .content {
  width: 100%;
}
footer.site-footer .container .footer .top-footer .col:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 25px;
  height: 25px;
  background-image: url("../images/hex-solid.svg");
  background-size: contain;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col:before {
    display: block;
  }
}
footer.site-footer .container .footer .top-footer .col h2 {
  font-family: "roboto_condensedbold";
  color: #FFFFFF;
  font-size: 1.3rem;
  padding-left: 27px;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col h2 {
    text-align: center;
    padding-left: 0;
  }
}
footer.site-footer .container .footer .top-footer .col h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 17px;
  height: 17px;
  background-image: url("../images/hex-solid.svg");
  background-size: cover;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col h2:before {
    display: none;
  }
}
footer.site-footer .container .footer .top-footer .col.col-left {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col.col-left {
    flex: 1 0 15%;
  }
}
footer.site-footer .container .footer .top-footer .col.col-left .address {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .col.col-left .address {
    justify-content: flex-start;
  }
}
footer.site-footer .container .footer .top-footer .col.col-left .address .tels {
  padding-left: 40px;
}
footer.site-footer .container .footer .top-footer .col.col-left .address .tels .title {
  display: inline-block;
  width: 55px;
}
footer.site-footer .container .footer .top-footer .col a:not(.cta-button) {
  color: #FFFFFF;
}
footer.site-footer .container .footer .top-footer .col .cta-button {
  font-size: 1.2rem;
}
footer.site-footer .container .footer .top-footer .divider {
  display: none;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer .top-footer .divider {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 1px;
    -ms-flexbox: 0 0 1px;
    flex: 0 0 1px;
    background-color: #727B7A;
    margin: 0 50px;
    display: block;
  }
}
footer.site-footer .subfooter {
  background-color: #727B7A;
  padding: 20px 0;
  position: relative;
  color: #000000;
}
footer.site-footer .subfooter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .subfooter .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.3);
}
footer.site-footer .subfooter .container .cert {
  display: flex;
  align-items: center;
  font-family: "robotobold";
}
footer.site-footer .subfooter .container .cert .icon {
  width: 47px;
  position: relative;
  background-image: url("../images/intertek.svg");
  background-size: cover;
}
footer.site-footer .subfooter .container .cert .icon:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 134.0425531915%;
}
footer.site-footer .subfooter .container .cert .copy {
  margin-left: 20px;
  font-size: 1.2rem;
}
footer.site-footer .subfooter .container .copyright {
  margin: 20px 0;
  font-size: 1.4rem;
  font-family: "roboto_condensedregular";
  line-height: 1;
  padding-left: 20px;
}

.testimonial-wrapper {
  color: #FFFFFF;
  text-align: center;
  background-color: #313133;
}
.testimonial-wrapper .testimonial-content {
  max-width: 85%;
  margin: 0 auto;
  padding: 40px 0;
}
.testimonial-wrapper .testimonial-content .testimonial {
  color: #B1E3FA;
  font-family: "robotolight_italic";
  margin: 20px 0;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .testimonial-wrapper .testimonial-content .testimonial {
    font-size: 3.2rem;
  }
}
.testimonial-wrapper .testimonial-content .testimonial-title {
  font-family: "robotoblack";
  margin-bottom: 6px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .testimonial-wrapper .testimonial-content .testimonial-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
/* Info Block */
.info-block [class*=col-] {
  align-self: center;
}
.info-block .animate__animated {
  opacity: 0;
}
.info-block .info-box-content {
  position: relative;
  display: flex;
}
.info-block .info-box-content .year {
  opacity: 0;
}
.info-block .info-box-content .year span {
  display: block;
  transform: rotate(90deg);
}
.info-block .info-box-content.fixed-text .info-box-text {
  max-width: 56ch;
}
.info-block .info-box-content.fixed-text.right {
  display: flex;
  justify-content: flex-end;
}
.info-block .image-col .info-box-image {
  position: relative;
  background-size: cover;
}
.info-block .image-col .info-box-image:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 64.9779735683%;
}

/* Button Styles */
.cta-button {
  display: inline-block;
  font-family: "roboto_condensedbold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  text-align: center;
  padding: 0.9em 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  color: #E98513;
  background-color: #FFFFFF;
  border: 1px solid #E98513;
}
@media (min-width: 1200px) {
  .cta-button {
    padding: 1.2em 2em;
  }
}
.cta-button:hover {
  color: #FFFFFF;
  background-color: #E98513;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

/* Industries */
.industry-wrapper .industry-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.industry-wrapper .industry-grid .industry-item {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.industry-wrapper .industry-grid .industry-item:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 80.8333333333%;
}
@media (min-width: 992px) {
  .industry-wrapper .industry-grid .industry-item {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 25%;
    -ms-flexbox: 0 1 25%;
    flex: 0 1 25%;
  }
}
.industry-wrapper .industry-grid .industry-item svg.bgnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.industry-wrapper .industry-grid .industry-item svg.bgnd rect {
  transition: 0.3s ease-in-out;
}
.industry-wrapper .industry-grid .industry-item .industry-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-wrapper .industry-grid .industry-item .industry-content h3 {
  font-size: 2.2rem;
  text-shadow: 0px 0px 8px #000000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .industry-wrapper .industry-grid .industry-item .industry-content h3 {
    font-size: 3.6rem;
  }
}
.industry-wrapper .industry-grid .industry-item .industry-content .reveal {
  transition: 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.industry-wrapper .industry-grid .industry-item .industry-content .reveal .icon {
  width: 38px;
  height: 38px;
  margin: 30px auto;
}
.industry-wrapper .industry-grid .industry-item .industry-content .reveal .cta-button {
  display: inline-block;
  font-family: "roboto_condensedbold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  text-align: center;
  padding: 0.9em 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgba(255, 255, 255, 0)), endColorstr=argb(rgba(255, 255, 255, 0)));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=argb(rgba(255, 255, 255, 0)), endColorstr=argb(rgba(255, 255, 255, 0)));
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}
@media (min-width: 1200px) {
  .industry-wrapper .industry-grid .industry-item .industry-content .reveal .cta-button {
    padding: 1.2em 2em;
  }
}
.industry-wrapper .industry-grid .industry-item .industry-content .reveal .cta-button:hover {
  background-color: #FFFFFF !important;
  color: #313133 !important;
  border-color: #313133;
}
.industry-wrapper .industry-grid .industry-item:hover svg rect {
  fill: rgba(0, 60, 113, 0.85) !important;
}
.industry-wrapper .industry-grid .industry-item:hover svg.orange rect {
  fill: rgba(233, 133, 19, 0.95) !important;
}
.industry-wrapper .industry-grid .industry-item:hover svg.red rect {
  fill: rgba(233, 133, 19, 0.85) !important;
}
.industry-wrapper .industry-grid .industry-item:hover svg.bluelt rect {
  fill: rgba(233, 133, 19, 0.85) !important;
}
.industry-wrapper .industry-grid .industry-item:hover .industry-content .reveal {
  max-height: 1000px;
}

/* Industries */
.product-wrapper .product-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-wrapper .product-grid .product-item {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flexbox: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-left: none;
  border-bottom: none;
}
.product-wrapper .product-grid .product-item:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 64%;
}
@media (min-width: 576px) {
  .product-wrapper .product-grid .product-item {
    position: relative;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 50%;
    -ms-flexbox: 0 1 50%;
    flex: 0 1 50%;
  }
  .product-wrapper .product-grid .product-item:before {
    display: block;
    content: " ";
    width: 1px;
    margin-left: -1px;
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .product-wrapper .product-grid .product-item {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 33.333%;
    -ms-flexbox: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}
@media (min-width: 1200px) {
  .product-wrapper .product-grid .product-item {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 16.666%;
    -ms-flexbox: 0 1 16.666%;
    flex: 0 1 16.666%;
  }
}
.product-wrapper .product-grid .product-item .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.product-wrapper .product-grid .product-item .product-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .product-grid .product-item .product-content h3 {
  font-size: 2.2rem;
  text-shadow: 0px 0px 8px #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-wrapper .product-grid .product-item .product-content h3 {
    font-size: 3.2rem;
  }
}
.product-wrapper .product-grid .product-item .product-content .reveal {
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .product-wrapper .product-grid .product-item .product-content .reveal {
    max-height: 0;
    overflow: hidden;
  }
}
.product-wrapper .product-grid .product-item .product-content .reveal .icon {
  width: 38px;
  height: 38px;
  margin: 10px auto 30px;
}
.product-wrapper .product-grid .product-item .product-content .reveal .cta-button {
  display: inline-block;
  font-family: "roboto_condensedbold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  text-align: center;
  padding: 0.9em 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  color: #E98513;
  background-color: #FFFFFF;
  border: 1px solid #E98513;
  padding: 0.8em;
}
@media (min-width: 1200px) {
  .product-wrapper .product-grid .product-item .product-content .reveal .cta-button {
    padding: 1.2em 2em;
  }
}
.product-wrapper .product-grid .product-item .product-content .reveal .cta-button:hover {
  color: #FFFFFF;
  background-color: #E98513;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}
.product-wrapper .product-grid .product-item:hover .hover-img {
  opacity: 1;
}
.product-wrapper .product-grid .product-item:hover .product-content .reveal {
  max-height: 1000px;
}

/* History Section */
.about .image-row {
  position: relative;
  transform: translateY(-50%);
}
.about .image-row img {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.15) !important;
}
.about .bg-image-row {
  position: relative;
}
.about .bg-image-row:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 28.8541666667%;
}

.history-group .wp-block-columns {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .history-group .wp-block-columns {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .history-group .wp-block-columns {
    padding-bottom: 40px;
  }
}
.history-group .wp-block-columns .wp-block-column.img-col {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .history-group .wp-block-columns .wp-block-column.img-col figure {
    padding-top: 30px;
    border-top: 1px solid #AD401B;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .history-group .wp-block-columns .wp-block-column {
    border-top: 1px solid #AD401B;
  }
  .history-group .wp-block-columns .wp-block-column.img-col {
    border-color: transparent;
  }
}
.history-group .wp-block-columns .wp-block-column h3 {
  color: #0060AF;
  font-size: 2.1rem;
  font-family: "roboto_condensedregular";
  margin: 20px 0;
}
@media (min-width: 768px) {
  .history-group .wp-block-columns .wp-block-column h3 {
    font-size: 3.2rem;
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .history-group .wp-block-columns .wp-block-column h3 {
    font-size: 4rem;
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .history-group .wp-block-columns:nth-child(odd) .img-col figure {
    text-align: right;
  }
}

/* Facilities styles */
.multinational-facilities .section-inner {
  background-image: url("../images/map-no-location-markers.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 160px;
  max-width: 1430px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .multinational-facilities .section-inner {
    background-image: url("../images/map-no-location-markers.png");
    background-position: center 190px;
  }
}
.multinational-facilities .section-inner .facilities-wrapper {
  font-size: 1.4rem;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities {
  padding-bottom: 60px;
}
@media (min-width: 1400px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities {
    padding-bottom: 120px;
  }
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flexbox: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 45%;
    -ms-flexbox: 0 1 45%;
    flex: 0 1 45%;
  }
}
@media (min-width: 992px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 29%;
    -ms-flexbox: 0 1 29%;
    flex: 0 1 29%;
  }
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3 {
  margin: 0;
  padding-top: 12px;
  position: relative;
  font-size: 1.8rem;
  text-transform: none;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 42px;
  background-color: #0060AF;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3.red:before {
  background-color: #E21D24;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3.orange:before {
  background-color: #E98513;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3.aqua:before {
  background-color: #2D8CCD;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h3.green:before {
  background-color: #027A3D;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h4 {
  font-family: "roboto_condensedbold";
  color: #727B7A;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column h4 {
    text-transform: none;
  }
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column p {
  margin-bottom: 6px;
  font-family: "robotobold";
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column .reveal {
  text-transform: uppercase;
  font-family: "roboto_condensedbold";
  color: #E98513;
  text-decoration: none;
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column .reveal:before {
  content: "";
  width: 8px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.192' height='5.657' viewBox='0 0 9.192 5.657'%3E%3Cg id='Group_395' data-name='Group 395' transform='translate(1.061 1.061)'%3E%3Cline id='Line_87' data-name='Line 87' x2='3.535' y2='3.536' transform='translate(0 0)' fill='none' stroke='%23e98513' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_88' data-name='Line 88' y1='3.536' x2='3.536' transform='translate(3.535)' fill='none' stroke='%23e98513' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (min-width: 576px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column .reveal {
    display: none;
  }
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column ul {
  max-height: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media (min-width: 576px) {
  .multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column ul {
    max-height: 1000px;
  }
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column.active .reveal:before {
  transform: rotate(180deg);
}
.multinational-facilities .section-inner .facilities-wrapper .facilities .facility-columns .wp-block-column.active ul {
  max-height: 1000px;
}
.multinational-facilities .section-inner .network-services {
  font-size: 1.4rem;
  padding: 20px 0 10px;
  background-color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(114, 123, 122, 0.3);
  border-bottom: 1px solid rgba(114, 123, 122, 0.3);
}
.multinational-facilities .section-inner .network-services h4 {
  font-size: 1.6rem;
  font-family: "robotobold";
}

/* Contact Form 7 Styles */
.wpcf7 {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .required {
  text-align: right;
  margin-bottom: 30px;
}
.wpcf7 .wpcf7-form .required span {
  color: #E98513;
}
.wpcf7 .wpcf7-form .row {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .row .row {
  margin: 0;
}
.wpcf7 .wpcf7-form label {
  font-family: "roboto_condensedregular";
  text-transform: uppercase;
  color: #0060AF;
  font-size: 1.8rem;
  margin: 14px 0 5px;
}
.wpcf7 .wpcf7-form label.select-label {
  margin: 44px 0 5px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  color: #737575;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text]::-webkit-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::-webkit-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select::-webkit-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text]::-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email]::-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select::-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text]:-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email]:-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select:-moz-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:-moz-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text]:-ms-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:-ms-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select:-ms-input-placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #737575;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #cc0000;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select {
  height: 57px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 190px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: "Montserrat Semi Bold";
}
.wpcf7 .wpcf7-form .button-row {
  display: inherit;
  text-align: center;
}
.wpcf7 .wpcf7-form .button-row .wpcf7-spinner {
  margin: 10px auto;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.wpcf7 .wpcf7-form input[type=submit] {
  display: inline-block;
  font-family: "roboto_condensedbold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  text-align: center;
  padding: 0.9em 1.8em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  color: #E98513;
  background-color: #FFFFFF;
  border: 1px solid #E98513;
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-form input[type=submit] {
    padding: 1.2em 2em;
  }
}
.wpcf7 .wpcf7-form input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #E98513;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  border-color: #cc0000;
  padding: 10px;
  color: #fff;
  background-color: #cc0000;
  text-align: center;
  font-family: "Montserrat Semi Bold";
}
.wpcf7 .wpcf7-form.sent {
  border-color: #0060AF;
  padding: 10px;
  color: #fff;
  background-color: #0060AF;
  text-align: center;
  font-family: "Montserrat Semi Bold";
}

/* Full Width 50/50 */
.full-5050 [class*=col-] {
  align-self: center;
}
.full-5050 .fixed-text .wp-block-group__inner-container {
  max-width: 56ch;
}
.full-5050 .fixed-text.right {
  display: flex;
  justify-content: flex-end;
}
.full-5050 .image-col .bgImage {
  position: relative;
}
.full-5050 .image-col .bgImage:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 64.9779735683%;
}

/* Backgrounds */
.bgImage {
  background-size: cover;
  background-position: top center;
}

.bg-grey {
  background-color: #EFEFEF;
}

.bg-aqua {
  background-color: #2D8CCD;
}

.bg-blue {
  background-color: #0060AF;
}

.bg-blue-lt {
  background-color: #EBF8FE;
}

.two-tone {
  background: linear-gradient(180deg, #B1E3FA 70%, #ffffff 0);
}

/* Text Colors */
.text-blue {
  color: #0060AF;
}

.text-grey {
  color: #727B7A;
}

.text-aqua {
  color: #2D8CCD;
}

.text-rust {
  color: #AD401B;
}

/* Embeds */
iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  position: relative;
}
.map:before {
  display: block;
  content: " ";
  width: 1px;
  margin-left: -1px;
  padding-bottom: 59.236773634%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* Headers */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "robotoblack";
  text-transform: uppercase;
}

h2,
.h2 {
  color: #0060AF;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h2,
.h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}

h3,
.h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}

h4,
.h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.section-header {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
@media (min-width: 768px) {
  .section-header {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section-header {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

/* Text Utilities */
@media (min-width: 768px) {
  .split-text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .split-text {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 768px) {
  .split-text.three-col {
    -moz-column-count: 3;
    column-count: 3;
  }
}

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

.uppercase {
  text-transform: uppercase;
}

.tagline {
  font-size: 2.6rem;
}
.tagline.sm {
  max-width: 55ch;
  margin: 0 auto 30px;
}

/* Section Styles */
section.top-shadow {
  position: relative;
  overflow: hidden;
}
section.top-shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 32px 22px rgba(0, 0, 0, 0.15);
}
section .section .section-header .sub-title {
  font-family: "robotomedium";
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section .section .section-header .sub-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  section .section .section-header .sub-title {
    font-size: 2.6rem;
  }
}
section .section .callout-box {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  section .section .callout-box .callout-row {
    display: flex;
    justify-content: space-between;
  }
}
section .section .callout-box .callout-row .callout-column {
  padding: 20px 25px 15px;
}
@media (min-width: 992px) {
  section .section .callout-box .callout-row .callout-column {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flexbox: 1 1 50%;
    flex: 1 1 50%;
    padding: 30px 40px 20px;
  }
}
section.about {
  background-color: #E1E1E1;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.wp-block-button {
  color: #fff;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: inherit;
}

.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c));
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
}

.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin: 4px;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #40464d;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}

/*.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;

  &.has-background {
    padding: 20px 30px;
  }
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;

    &:nth-child(2n) {
      margin-left: 32px;
    }
  }
}

@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;

    &[style] {
      flex-grow: 0;
    }

    &:not(:first-child) {
      margin-left: 32px;
    }
  }
}*/
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
  width: 100%;
}
.wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}

.wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background {
  opacity: 0.5;
}

.wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  max-width: 290px;
  width: 100%;
}

.wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 290px;
  width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  display: flex;
}

.wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff;
}

.wp-block-cover-image-text a {
  color: #fff;
}
.wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover {
  color: #fff;
}

.wp-block-cover-text a {
  color: #fff;
}
.wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover {
  color: #fff;
}

section.wp-block-cover-image h2 a {
  color: #fff;
}
section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center;
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img {
    width: auto;
  }

  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img {
  width: 100%;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img {
  width: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px) / 3 - 1px);
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px) / 3 - 1px);
    }
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px) / 4 - 1px);
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px) / 4 - 1px);
    }
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px) / 5 - 1px);
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px) / 5 - 1px);
    }
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px) / 6 - 1px);
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px) / 6 - 1px);
    }
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px) / 7 - 1px);
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px) / 7 - 1px);
    }
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px) / 8 - 1px);
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px) / 8 - 1px);
    }
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright {
  max-width: 290px;
  width: 100%;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.is-style-circle-mask img, .is-style-rounded img {
  border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.wp-block-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.wp-block-navigation > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation > ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.wp-block-navigation > ul ul li {
  margin: 0;
}
.wp-block-navigation > ul li {
  z-index: 1;
}
.wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
  cursor: pointer;
  z-index: 99999;
}
.wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-navigation > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px;
}
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  margin: 0;
  width: auto;
}
.wp-block-navigation > .wp-block-navigation__container {
  align-items: center;
  width: 100%;
}
.wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4;
}
.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
  margin: 0;
}
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
  display: none;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container {
  left: 100%;
  top: -1px;
}
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
  left: 100%;
  top: -1px;
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
  padding-top: 8px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
  padding-bottom: 8px;
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
  fill: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0);
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
  color: inherit;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #111;
}
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #111;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #fff;
}
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #333;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.wp-block-navigation > ul > li > a {
  display: flex;
  align-items: center;
}
.wp-block-navigation > ul > li:first-of-type > a {
  padding-left: 0;
}
.wp-block-navigation > ul > li:last-of-type > a {
  padding-right: 0;
}
.wp-block-navigation.items-justified-left > ul {
  justify-content: flex-start;
}
.wp-block-navigation.items-justified-center > ul {
  justify-content: center;
}
.wp-block-navigation.items-justified-right > ul {
  justify-content: flex-end;
}

@media (min-width: 600px) {
  .wp-block-navigation > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.is-small-text {
  font-size: 14px;
}

.is-regular-text {
  font-size: 16px;
}

.is-large-text {
  font-size: 36px;
}

.is-larger-text {
  font-size: 48px;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 290px;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}

.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}

.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease;
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
  color: currentColor;
  fill: currentColor;
}
.wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    transition-duration: 0s;
  }
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}

.wp-block-spacer {
  clear: both;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th {
  word-break: break-word;
}
.wp-block-table.alignleft td, .wp-block-table.alignleft th {
  word-break: break-word;
}
.wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd), .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-small-font-size {
  font-size: 13px;
}

.has-normal-font-size, .has-regular-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size, .has-larger-font-size {
  font-size: 42px;
}

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

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

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

.wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

.wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group__inner-container:after, .wp-block-group__inner-container:before {
  display: block;
  content: "";
  clear: both;
}

div.wpforms-container-full .wpforms-field-label {
  color: #0060AF !important;
  font-family: "roboto_condensedregular" !important;
  text-transform: uppercase;
  font-size: 1.8rem !important;
  margin: 14px 0 5px !important;
  font-weight: 400 !important;
}
/*# sourceMappingURL=shamokincarbons.css.map*/