.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.15rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 1.25rem;
  }
}

.smallContainer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .smallContainer {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .smallContainer {
    padding: 0 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html,
body {
  min-width: 340px;
  max-width: 100vw;
  width: 100%;
  overflow-x: clip;
}

body {
  font-family: "Host Grotesk", Georgia, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #080604;
  background-color: #f5f5f5;
}
@media (min-width: 1100px) {
  body p,
  body ul,
  body ol {
    font-size: 18px;
  }
}
body strong {
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: -1%;
  font-family: "Host Grotesk", Georgia, serif;
}
h1.upper,
h2.upper,
h3.upper,
h4.upper,
h5.upper,
h6.upper {
  text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

h1 {
  font-size: clamp(1.2rem, 2.85vw, 1.75rem);
  margin: 0;
}

h2 {
  margin-bottom: 1.75rem;
  font-size: clamp(1.2rem, 2.85vw, 1.75rem);
}
@media (min-width: 1100px) {
  h2 {
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  h3 {
    margin-bottom: 1.75rem;
  }
}

.anchor {
  position: relative;
  top: 4rem;
}

p,
li,
span,
a {
  letter-spacing: -1%;
}

p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1100px) {
  p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 1.85rem;
  }
}

a {
  color: #080604;
  text-decoration: none;
  font-family: "Host Grotesk", Georgia, serif;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
  gap: 0;
  font-family: "Host Grotesk", Georgia, serif;
  min-width: fit-content;
}
@media (min-width: 1100px) {
  .btn,
  .button {
    font-size: 1rem;
  }
}
.btn .arrow,
.button .arrow {
  margin-left: 1rem;
}
.btn strong,
.btn .bold,
.button strong,
.button .bold {
  font-weight: 800;
  display: contents;
}
.btn.square,
.button.square {
  padding: 0.75rem;
}
.btn.square:after,
.button.square:after {
  border-radius: 8px;
}
.btn.whiteBG,
.button.whiteBG {
  background-color: #f5f5f5;
}
.btn.redBG,
.button.redBG {
  background-color: #ef4714;
  color: #f5f5f5;
}
.btn.blackBG,
.button.blackBG {
  background-color: #080604;
  color: #f5f5f5;
}
.btn.lighGreyBG,
.button.lighGreyBG {
  background-color: #eeeeee;
  color: #7c7c7c;
}
.btn.solid,
.button.solid {
  background-color: #cfcfcf;
  font-weight: 600;
}
.btn.outline,
.button.outline {
  background-color: #f5f5f5;
  color: #080604;
  border: 1px solid #cfcfcf;
}
.btn.outline .arrow,
.button.outline .arrow {
  transform: rotate(90deg);
}
.btn.outline .arrow circle,
.button.outline .arrow circle {
  fill: transparent;
}
.btn.pinkBG,
.button.pinkBG {
  background-color: #ffcedc;
}
.btn.see,
.button.see {
  font-size: 0.9rem;
  position: relative;
  padding: 0.75rem 4.5rem 0.75rem 4.5rem;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .btn.see,
  .button.see {
    font-size: 1rem;
  }
}
.btn.see .bg,
.button.see .bg {
  position: absolute;
  inset: 0 0 0 3.5rem;
  z-index: -1;
  margin: auto;
  width: calc(100% - 3.25rem);
  height: 100%;
}
.btn.see span,
.button.see span {
  position: relative;
  z-index: 2;
}
.btn.see .glasses,
.button.see .glasses {
  position: absolute;
  right: 0.75rem;
  z-index: 1;
}
.btn.see .arrow,
.button.see .arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn.goOn,
.button.goOn {
  font-size: 0.9rem;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 5.75rem;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .btn.goOn,
  .button.goOn {
    font-size: 1rem;
  }
}
.btn.goOn .bg,
.button.goOn .bg {
  position: absolute;
  inset: 0 0 0 3.5rem;
  z-index: -1;
  margin: auto;
  width: calc(100% - 2.25rem);
  height: 100%;
}
.btn.goOn span,
.button.goOn span {
  position: relative;
  z-index: 2;
}
.btn.goOn .arrow,
.button.goOn .arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.buttonCTA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
  gap: 0;
  font-family: "Host Grotesk", Georgia, serif;
  min-width: fit-content;
}
@media (min-width: 1100px) {
  .buttonCTA {
    font-size: 1rem;
  }
}
.buttonCTA.anim {
  color: #080604;
  position: relative;
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .buttonCTA.anim {
    padding: 1.125rem 1rem;
  }
}
.buttonCTA.anim:after {
  transform: scale(1) translateX(0);
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffcedc;
  z-index: -1;
  position: absolute;
  width: 100%;
  border-radius: 12px;
  transition: background-color 0.35s ease, transform 0.35s ease, width 0.35s ease;
}
@media (min-width: 768px) {
  .buttonCTA.anim:after {
    border-radius: 8px;
  }
}
@media (min-width: 1100px) {
  .buttonCTA.anim:hover:after {
    transform: scale(1) translateX(7px);
    width: calc(100% + 14px);
    background-color: #cfcfcf;
  }
  .buttonCTA.anim:hover .svgWrapper:after {
    background-color: #ffcedc;
    width: 45px;
  }
  .buttonCTA.anim:hover .svgWrapper svg {
    transform: translateX(14px) rotate(45deg);
  }
  .buttonCTA.anim:hover .svgWrapper svg path {
    stroke: #080604;
  }
}
.buttonCTA.anim .svgWrapper {
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}
.buttonCTA.anim .svgWrapper:after {
  transition: background-color 0.35s ease, width 0.35s ease, transform 0.35s ease;
  content: "";
  inset: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  transform-origin: left center;
  background-color: #080604;
  border-radius: 45px;
  margin: auto;
  z-index: 1;
}
.buttonCTA.anim .svgWrapper svg {
  position: relative;
  z-index: 2;
  transform: translateX(0) rotate(0deg);
  transition: transform 0.35s ease;
}
.buttonCTA.anim .svgWrapper svg circle {
  display: none;
}
.buttonCTA.anim .svgWrapper svg path {
  transition: transform 0.35s ease, stroke 0.35s ease;
}
.buttonCTA.blackBG {
  color: #f5f5f5;
}
.buttonCTA.blackBG:after {
  background-color: #080604;
}
@media (min-width: 1100px) {
  .buttonCTA.blackBG:hover {
    color: #080604;
  }
  .buttonCTA.blackBG:hover:after {
    background-color: #ffcedc;
  }
  .buttonCTA.blackBG:hover .svgWrapper:after {
    background-color: #080604;
  }
  .buttonCTA.blackBG:hover .svgWrapper svg path {
    stroke: #f5f5f5;
  }
}
.buttonCTA.blackBG .svgWrapper:after {
  background-color: #f5f5f5;
}
.buttonCTA.greenBG {
  color: #f5f5f5;
}
.buttonCTA.greenBG:after {
  background-color: #0dab76;
}
@media (min-width: 1100px) {
  .buttonCTA.greenBG:hover:after {
    background-color: #080604;
  }
  .buttonCTA.greenBG:hover .svgWrapper:after {
    background-color: #0dab76;
  }
  .buttonCTA.greenBG:hover .svgWrapper svg path {
    stroke: #f5f5f5;
  }
}
.buttonCTA.greenBG .svgWrapper:after {
  background-color: #f5f5f5;
}
.buttonCTA.lightGreyBG {
  color: #181818;
}
.buttonCTA.lightGreyBG:after {
  background-color: #ebebeb;
}
@media (min-width: 1100px) {
  .buttonCTA.lightGreyBG:hover:after {
    background-color: #ffcedc;
  }
  .buttonCTA.lightGreyBG:hover .svgWrapper:after {
    background-color: #080604;
  }
  .buttonCTA.lightGreyBG:hover .svgWrapper svg path {
    stroke: #f5f5f5;
  }
}
.buttonCTA.lightGreyBG .svgWrapper:after {
  background-color: #f5f5f5;
}
.buttonCTA.pinkBG {
  color: #080604;
}
.buttonCTA.pinkBG:after {
  background-color: #ffcedc;
}
@media (min-width: 1100px) {
  .buttonCTA.pinkBG:hover:after {
    background-color: #cfcfcf;
  }
  .buttonCTA.pinkBG:hover .svgWrapper:after {
    background-color: #ffcedc;
  }
  .buttonCTA.pinkBG:hover .svgWrapper svg path {
    stroke: #080604;
  }
}

.featuredCaseStudies {
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf {
  text-decoration: none;
}
@media (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid a.csHalf {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 2rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .title {
  display: block;
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
    padding: 0 0 2.5rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.25em;
  padding-right: 1rem;
  margin: 0;
  max-width: 635px;
}
@media screen and (min-width: 450px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    font-size: 1.25rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    font-size: 1.5rem;
    padding-right: 4rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
  flex: 0 0 auto;
  white-space: nowrap;
  background: #e8e8e8;
  padding: 0.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
    padding: 1rem 1.25rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
    font-size: 1.75rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container {
  position: relative;
  display: block;
  aspect-ratio: 1.025/1;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container {
    aspect-ratio: 1.025/1;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  overflow: hidden;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .glass {
  background: hsla(0, 0%, 86.26%, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .inner {
  position: relative;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .inner {
    font-size: 1rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 6px;
  overflow: hidden;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container .button {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button::after {
  content: "";
  position: relative;
  left: 12px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3e%3ccircle cx='12' cy='12' r='12' fill='%23fff'%3e%3c/circle%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7.757 16.243 8.169-8.169m-8.047-.439 8.364.122.122 8.364'%3e%3c/path%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button .glass {
  background: hsla(0, 0%, 86.26%, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
  border-radius: 6px;
  overflow: hidden;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button .inner {
  position: relative;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .main-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .main-video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77%;
  height: 101%;
  pointer-events: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #f5f5f5;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

main {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 4.75rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff3c1a;
}

#leadGen2 section .container .wrapper {
  background-color: #080604;
  color: #f5f5f5;
  border-radius: 10px;
  padding: 2rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.7rem, 4vw, 3rem);
}
@media (min-width: 1024px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header h3 {
    margin-bottom: 1.75rem;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
  line-height: 150%;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
    font-size: 18px;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form ::placeholder {
  color: #f5f5f5;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p {
  margin: 0 0 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap {
  position: relative;
  padding-left: 2rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap svg {
  position: absolute;
  right: 1rem;
  top: 0;
  margin: auto;
  bottom: 0;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p textarea {
  font-family: "Host Grotesk", Georgia, serif;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
  background-color: transparent;
  line-height: 150%;
  color: #f5f5f5;
  outline: none !important;
  font-weight: 400;
  letter-spacing: 1%;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=submit] {
  word-spacing: normal;
  font-family: "Host Grotesk", Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  background: #ef4714;
  color: #080604;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=submit] svg {
  margin-left: 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=text], #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=email], #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=tel] {
  line-height: 150%;
  letter-spacing: 1px;
  outline: none !important;
  font-weight: 400;
  color: #f5f5f5;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  background-color: transparent;
  height: 58px;
}

.locations {
  border-top: 1px solid #ebebeb;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 500px) {
  .locations {
    padding: 3.5rem 0 1.5rem;
  }
}
.locations .container .title {
  text-align: center;
}
.locations .container .title h2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 3.75vw, 2.75rem);
}
@media (min-width: 1024px) {
  .locations .container .title h2 {
    margin-bottom: 1.75rem;
  }
}
.locations .container .location-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid {
    gap: 1rem;
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.locations .container .location-grid .location-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container {
    aspect-ratio: 480/545;
  }
}
.locations .container .location-grid .location-container .img-wrap {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1.1/1;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 1.25/1;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 480/545;
  }
}
.locations .container .location-grid .location-container .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.locations .container .location-grid .location-container .address-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  padding: 1.25em 1.5em;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .address-wrap {
    position: absolute;
    bottom: 1em;
    left: 1em;
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .address-wrap {
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    top: auto;
    height: calc(100% - 3rem);
    width: calc(100% - 1rem);
    padding: 1rem;
    max-height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .address-wrap {
    max-height: 210px;
    max-width: 324px;
  }
}
@media screen and (min-width: 1200px) {
  .locations .container .location-grid .location-container .address-wrap {
    bottom: 1rem;
    left: 1rem;
  }
}
.locations .container .location-grid .location-container .address-wrap .blur-bg {
  background: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
}
.locations .container .location-grid .location-container .address-wrap .location-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.locations .container .location-grid .location-container .address-wrap .location-title h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.locations .container .location-grid .location-container .address-wrap .location-title img {
  width: 44px;
  max-width: 100%;
  height: auto;
}
.locations .container .location-grid .location-container .address-wrap .details {
  position: relative;
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .address-wrap .details {
    grid-template-rows: 92px 30px auto;
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .address-wrap .details {
    grid-template-rows: auto;
  }
}
.locations .container .location-grid .location-container .address-wrap .details a {
  text-decoration: underline;
}
.locations .container .location-grid .location-container .address-wrap .details .contact-address {
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .address-wrap .details .contact-address {
    font-size: 0.875rem;
  }
}
.locations .container .location-grid .location-container .address-wrap .details .contact-map-link {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.25em;
}
.locations .container .location-grid .location-container .address-wrap .details .contact-map-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.757519 9.72822L8.92582 1.55992M0.757533 1.24271L9.2428 1.24294L9.2428 9.72822' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
}
.locations .container .location-grid .location-container .address-wrap .details .contact-link {
  display: block;
  font-size: 1rem;
}

.blog .icons .container .thirds {
  margin: 3rem 0;
}
.blog .description {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 1rem;
}
.blog .description .container h2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: clamp(1.4rem, 3.25vw, 2.25rem);
}
@media (min-width: 1024px) {
  .blog .description .container h2 {
    margin-bottom: 1.75rem;
  }
}
.blog .description .container h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .blog .description .container h2 {
    max-width: 224px;
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .blog .description .container h2 {
    display: flex;
    justify-content: flex-end;
  }
}
.blog .hero {
  position: relative;
  padding: 5rem 0 4rem;
}
.blog .hero .container {
  padding: 0 !important;
  position: relative;
}
.blog .hero .container:after {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='551' height='202' fill='none' viewBox='0 0 551 202'%3E%3Cpath fill='%230dab76' d='M455.447 202H95.507c-9.067 0-17.76-3.819-23.944-10.48l-62.95-68.373c-11.484-12.482-11.484-31.718 0-44.2l62.95-68.374C77.793 3.819 86.44 0 95.553 0h359.941c9.066 0 17.76 3.82 23.943 10.48l62.95 68.373c11.484 12.483 11.484 31.718 0 44.201l-62.95 68.373a32.48 32.48 0 0 1-23.943 10.48z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 551/202;
  max-width: 551px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .blog .hero .container:after {
    max-width: 80%;
    max-height: 100%;
  }
}
.blog .hero .container .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 551/202;
  position: relative;
  max-width: 551px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .blog .hero .container .hero-content {
    max-width: 80%;
  }
}
.blog .hero .container .hero-content:before {
  background-image: url("data:image/svg+xml,%3Csvg width='805' height='202' viewBox='0 0 805 202' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='410' width='395' height='202' rx='101' fill='%23EAEAEA'/%3E%3Crect width='395' height='202' rx='25' fill='%23EAEAEA'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: calc(100% + 1rem);
  top: 0;
  height: 100%;
  bottom: 0;
  aspect-ratio: 805/202;
}
.blog .hero .container .hero-content:after {
  background-image: url("data:image/svg+xml,%3Csvg width='805' height='202' viewBox='0 0 805 202' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='410' width='395' height='202' rx='101' fill='%23EAEAEA'/%3E%3Crect width='395' height='202' rx='25' fill='%23EAEAEA'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: calc(100% + 1rem);
  top: 0;
  height: 100%;
  bottom: 0;
  aspect-ratio: 805/202;
}
.blog .hero .container .hero-content h1 {
  color: #f5f5f5;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-size: clamp(1.9rem, 7.25vw, 5.75rem);
  aspect-ratio: 551/202;
  position: relative;
}
.blog .blog-filter {
  padding: 1.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .blog .blog-filter {
    padding: 1.5rem 0;
  }
}
.blog .blog-filter .container .filter-container {
  max-width: 1100px;
}
.blog .blog-filter .container .filter-container .filter {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog .blog-filter .container .filter-container .filter .filter-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  font-size: 1rem;
  height: 48px;
  background-color: #0dab76;
  color: #f5f5f5;
  border-radius: 100vw;
  margin: 0 0.4rem 0.4rem 0;
  cursor: pointer;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .blog .blog-filter .container .filter-container .filter .filter-toggle {
    margin: 0 0.5rem 0.5rem 0;
  }
}
.blog .blog-filter .container .filter-container .filter .filter-toggle svg {
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}
.blog .blog-filter .container .filter-container .filter .filter-toggle.active svg {
  transform: rotate(45deg);
}
.blog .blog-filter .container .filter-container .filter .filter-item.filterLinks {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 639px) {
  .blog .blog-filter .container .filter-container .filter .filter-item.filterLinks {
    display: none;
  }
}
.blog .blog-filter .container .filter-container .filter .filter-item.filterLinks.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .blog .blog-filter .container .filter-container .filter .filter-item.filterLinks.show {
    display: block;
  }
}
.blog .blog-filter .container .filter-container .filter .filter-item .link.category-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  transition: 0.35s ease;
  margin: 0 0.4rem 0.4rem 0;
}
@media screen and (min-width: 640px) {
  .blog .blog-filter .container .filter-container .filter .filter-item .link.category-filter {
    margin: 0 0.5rem 0.5rem 0;
  }
}
.blog .blog-filter .container .filter-container .filter .filter-item .link.category-filter.selected {
  background-color: #ffcedc;
  border: 1px solid #ffcedc;
  border-radius: 50px;
}
.blog .blog-articles {
  color: #080604;
  padding: 0;
}
.blog .blog-articles .container .titleWrapper {
  margin-bottom: 1.25rem;
}
.blog .blog-articles .container .buttons {
  display: flex;
  justify-content: center;
  padding: 3rem 0 1rem;
}
.blog .blog-articles .container .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  align-items: stretch;
  border: none;
  padding-bottom: 7rem;
}
@media (min-width: 640px) {
  .blog .blog-articles .container .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .blog .blog-articles .container .content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .blog .blog-articles .container .content-wrapper {
    gap: 1.5rem;
    padding-bottom: 10rem;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #fff;
  padding: 10px 10px 0;
  border-radius: 8px;
}
.blog .blog-articles .container .content-wrapper .fullBlog a {
  text-decoration: none;
}
.blog .blog-articles .container .content-wrapper .fullBlog .leftImage {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .leftImage:hover + .rightSide .readWrapper svg {
    transform: rotate(45deg);
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .leftImage:hover + .rightSide .readWrapper svg circle {
    fill: #080604;
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .leftImage:hover + .rightSide .readWrapper svg path {
    stroke: #f5f5f5;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .leftImage a {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 451/309;
}
.blog .blog-articles .container .content-wrapper .fullBlog .leftImage a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper h3 a {
  color: #080604;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper:hover + .introBottom .readWrapper svg {
    transform: rotate(45deg);
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper:hover + .introBottom .readWrapper svg circle {
    fill: #080604;
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper:hover + .introBottom .readWrapper svg path {
    stroke: #f5f5f5;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper {
  margin-top: 1rem;
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a {
  border: 1px solid #cfcfcf;
  color: #080604;
  border-radius: 10px;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a:hover svg {
    transform: rotate(45deg);
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a:hover svg circle {
    fill: #080604;
  }
  .blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a:hover svg path {
    stroke: #f5f5f5;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a svg {
  margin-left: 2rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a svg circle {
  transition: fill 0.3s ease;
  fill: transparent;
}
.blog .blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a svg path {
  transition: stroke 0.3s ease;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom .readTime {
    display: flex;
    align-items: flex-end;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom .readTime .text span {
  display: inline-block;
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div {
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div.category {
    flex: 0 1 35%;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  position: relative;
  color: #9d9d9d;
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div.topic {
    flex: 0 1 65%;
    min-height: 70px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div.readWrapper {
    text-align: right;
  }
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 25%;
  }
}
@media only screen and (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 50%;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  line-height: 1.2;
  display: block;
  margin-top: 0.25rem;
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
  .blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
    font-size: 15px;
  }
}
.blog .blog-articles .container .content-wrapper .fullBlog .introBottom > div h5 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper {
  position: absolute;
  inset: auto 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper {
    inset: auto 0 2.25rem;
  }
}
@media (min-width: 1400px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper {
    inset: auto 0 3rem;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers {
  font-family: "Host Grotesk", Georgia, serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  margin: 0 0.125rem;
  border-radius: 26px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
@media (min-width: 640px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers {
    margin: 0 0.25rem;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers:hover, .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.current {
  color: #f5f5f5;
  border: 1px solid #0dab76;
  background-color: #0dab76;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev {
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  padding: 0;
  color: transparent;
  margin-left: 0;
  border: 1px solid #BCBCBC;
  margin-right: 0.7rem;
  border-radius: 8px;
  font-size: 0;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
@media (min-width: 640px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev {
    margin-right: 0.75rem;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5L12.0517 6.5M6.67241 0.5L12.5 6.5L6.67241 12.5' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 1;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5L12.0517 6.5M6.67241 0.5L12.5 6.5L6.67241 12.5' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:after, .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:before {
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  transition: opacity 0.35s ease;
}
@media (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:hover {
    background-color: #0dab76;
    color: #0dab76;
    border-color: #0dab76;
  }
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:hover:before {
    opacity: 0;
  }
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.prev:hover:after {
    opacity: 1;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next {
  width: 50px;
  height: 50px;
  padding: 0;
  color: transparent;
  border: 1px solid #BCBCBC;
  margin-right: 0;
  margin-left: 0.7rem;
  border-radius: 8px;
  background-color: transparent;
  font-size: 0;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
@media (min-width: 640px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next {
    margin-left: 0.75rem;
    position: relative;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5L12.0517 6.5M6.67241 0.5L12.5 6.5L6.67241 12.5' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 1;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.5L12.0517 6.5M6.67241 0.5L12.5 6.5L6.67241 12.5' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:after, .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:before {
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  transition: opacity 0.35s ease;
}
@media (min-width: 1100px) {
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:hover {
    background-color: #0dab76;
    color: #0dab76;
    border-color: #0dab76;
  }
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:hover:before {
    opacity: 0;
  }
  .blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.next:hover:after {
    opacity: 1;
  }
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.dots {
  opacity: 0.5 !important;
}
.blog .blog-articles .container .content-wrapper .pagination-wrapper .page-numbers.current {
  font-weight: 700;
}

.contact-form {
  margin-top: 1rem;
  border-bottom: 1px solid #DBDADA;
  padding-bottom: 3rem;
}/*# sourceMappingURL=blog.css.map */