@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-show {
    display: inherit !important;
  }
}
.tablet-show {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .tablet-show {
    display: inherit !important;
  }
}
.desktop-show {
  display: none;
}
@media screen and (min-width: 1200px) {
  .desktop-show {
    display: inherit !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c-pad {
  padding-left: 20px;
  padding-right: 20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.aligncenter:is(img) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1100px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
.footer-buttons-container {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  gap: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 800px) {
  .footer-buttons-container {
    display: none !important;
  }
}
.footer-buttons-container:hover {
  width: 100%;
}
.footer-buttons-container:hover .button-footer {
  opacity: 1;
}
.footer-buttons-container:hover .dev-button {
  display: none;
}
.footer-buttons-container .button-footer {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  height: 50px;
}
.footer-buttons-container .dev-button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  order: 5;
  min-width: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.footer-buttons-container * {
  box-sizing: border-box;
}
main {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
main > .grid,
main .grid-wrapper.grid {
  overflow: hidden;
}
main > .grid.panel-ready,
main .grid-wrapper.grid.panel-ready {
  transition: 0.6s;
  opacity: 0;
}
main > .grid.panel-ready.panel-active,
main .grid-wrapper.grid.panel-ready.panel-active {
  opacity: 1;
}
main > .grid:not(.full-width),
main .grid-wrapper.grid:not(.full-width) {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid article,
main .grid-wrapper.grid article {
  display: grid;
  gap: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main > .grid article > .grid-block,
main .grid-wrapper.grid article > .grid-block {
  width: 100%;
}
.grid-clear-d-1 > article {
  grid-template-columns: 1fr;
}
.grid-clear-d-2 > article {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-2 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-3 > article {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-3 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-4 > article {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
main > .grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.content-contained > article {
  width: 1440px;
}
main > .grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.narrow > article {
  width: 1100px;
}
.grid-wrapper.grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.content-contained > article {
  width: 1440px;
}
.grid-wrapper.grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.narrow > article {
  width: 1100px;
}
.spacer-container .spacer {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spacer-container .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .spacer-container .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .spacer-container .spacer.mobile-spacer {
    display: block !important;
  }
}
.sixty-forty article {
  grid-template-columns: 6fr 4fr;
}
@media screen and (max-width: 800px) {
  .sixty-forty article {
    grid-template-columns: 1fr !important;
  }
}
.forty-sixty article {
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: 800px) {
  .forty-sixty article {
    grid-template-columns: 1fr !important;
  }
}
.button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #9D2830;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 20px;
  border: solid 2px #9D2830;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.75px;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #284F8A;
  border-color: #284F8A;
  color: white;
}
.af-form .af-fields .af-field {
  border-top: none;
}
.modal.modal-wrapper {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.modal.modal-wrapper.active {
  pointer-events: all;
  opacity: 1;
}
.modal.modal-wrapper .modal-tint {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1;
  inset: 0;
  cursor: pointer;
}
.modal.modal-wrapper .modal-box {
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.modal.modal-wrapper .modal-box .modal-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.font-base {
  font-family: "Inter", sans-serif;
}
.font-heading {
  font-family: "Inter", sans-serif;
}
html,
body,
p {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  text-wrap: balance;
  margin-top: 0;
}
.heading-button {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .heading-button {
    align-items: start !important;
  }
}
@media screen and (max-width: 800px) {
  .heading-button {
    flex-direction: column !important;
  }
}
.heading-button .heading-column .minor-title {
  font-family: "Inter", sans-serif;
}
.heading-button .heading-column .major-title {
  font-family: "Inter", sans-serif;
}
.carbon-facebook-feed {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .carbon-facebook-feed {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .carbon-facebook-feed {
    grid-template-columns: 1fr !important;
  }
}
.carbon-facebook-feed .facebook-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
}
.carbon-facebook-feed .facebook-item .post-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.carbon-facebook-feed .facebook-item .post-header .profile-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carbon-facebook-feed .facebook-item .post-header .profile-image-column img {
  width: 50px;
  height: 50px;
}
.carbon-facebook-feed .facebook-item .post-header .page-title-column {
  display: flex;
  flex-direction: column;
}
.carbon-facebook-feed .facebook-item .post-header .page-title-column .page-name {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.carbon-facebook-feed .facebook-item .post-header .page-title-column .page-name:hover {
  text-decoration: underline;
}
.carbon-facebook-feed .facebook-item .post-body {
  flex-grow: 1;
}
.carbon-facebook-feed .facebook-item .post-body .facebook-message {
  line-height: 1.3em;
  font-size: 14px;
}
.carbon-facebook-feed .facebook-item .post-body .post-media {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  max-height: 300px;
}
.carbon-facebook-feed .facebook-item .post-body .post-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carbon-facebook-feed .facebook-item .post-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carbon-facebook-feed .facebook-item .post-footer .facebook-likes {
  font-size: 14px;
  font-weight: 900;
}
.carbon-facebook-feed .facebook-item .post-footer .facebook-view-post {
  font-size: 14px;
  font-weight: 900;
  border: solid 1px #ccc;
  padding: 0px 20px;
  color: black;
  text-decoration: none;
  border-radius: 5px;
}
.carbon-facebook-feed .facebook-item .post-footer .facebook-view-post:hover {
  border-color: black;
}
.carbon-instagram-feed {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.carbon-instagram-feed.instagram-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.carbon-instagram-feed.instagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.carbon-instagram-feed .instagram-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 200px;
  width: 200px;
  overflow: hidden;
  text-decoration: none;
}
.carbon-instagram-feed .instagram-item > img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carbon-instagram-feed .instagram-item .caption {
  color: white;
  z-index: 1;
  opacity: 0;
}
.carbon-instagram-feed .instagram-item:hover .caption {
  opacity: 1;
}
.carbon-twitter-feed {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.carbon-twitter-feed.tweet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.carbon-twitter-feed.tweet-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.carbon-twitter-feed .tweet-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
.carbon-twitter-feed .tweet-item .tweet-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.carbon-twitter-feed .tweet-item .tweet-header .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.carbon-twitter-feed .tweet-item .tweet-header .twitter-handle {
  text-decoration: none;
}
.carbon-twitter-feed .tweet-item .tweet-header .twitter-handle:hover {
  text-decoration: underline;
}
.carbon-twitter-feed .tweet-item .tweet-attachments {
  margin-top: 20px;
}
.carbon-twitter-feed .tweet-item .tweet-attachments .tweet-media {
  overflow: hidden;
  border-radius: 10px;
  max-height: 300px;
}
.carbon-twitter-feed .tweet-item .tweet-attachments .tweet-media img {
  max-width: 100%;
}
.carbon-social-notice {
  padding: 0;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: indianred;
  color: white;
}
.carbon-social-notice a {
  color: white;
}
* {
  box-sizing: border-box;
}
