.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: ) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: ) and (min-width: ) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: ) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: ) {
  .mobile-show {
    display: inherit !important;
  }
}
.tablet-show {
  display: none;
}
@media screen and (max-width: ) and (min-width: ) {
  .tablet-show {
    display: inherit !important;
  }
}
.desktop-show {
  display: none;
}
@media screen and (min-width: ) {
  .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: ;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 100%;
  max-width: ;
  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: ;
  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: ;
}
.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;
}
@media only screen and (max-width: 500px) {
  .mobile-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1119px) and (min-width: 501px) {
  .tablet-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1120px) {
  .desktop-hide {
    display: none !important;
  }
}
.background--white {
  background-color: var(--white);
}
.background--white.acf-field.column::before {
  background-color: var(--white);
}
.background--white .acf-spinner {
  background-color: var(--white) !important;
}
.background--black {
  background-color: var(--black);
}
.background--black.acf-field.column::before {
  background-color: var(--black);
}
.background--black .acf-spinner {
  background-color: var(--black) !important;
}
.background--neutral-2 {
  background-color: var(--neutral-2);
}
.background--neutral-2.acf-field.column::before {
  background-color: var(--neutral-2);
}
.background--neutral-2 .acf-spinner {
  background-color: var(--neutral-2) !important;
}
.background--neutral-1 {
  background-color: var(--neutral-1);
}
.background--neutral-1.acf-field.column::before {
  background-color: var(--neutral-1);
}
.background--neutral-1 .acf-spinner {
  background-color: var(--neutral-1) !important;
}
.background--secondary {
  background-color: var(--secondary);
}
.background--secondary.acf-field.column::before {
  background-color: var(--secondary);
}
.background--secondary .acf-spinner {
  background-color: var(--secondary) !important;
}
.background--primary {
  background-color: var(--primary);
}
.background--primary.acf-field.column::before {
  background-color: var(--primary);
}
.background--primary .acf-spinner {
  background-color: var(--primary) !important;
}
.background--gradient-left-right {
  background: var(--gradient-left-right);
}
.background--image {
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background--tint {
  background-color: var(--text-2-60);
  background-blend-mode: multiply;
}
.background--primary {
  background-color: #D9461F;
}
.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: ) {
  .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;
}
@font-face {
  font-family: 'DMSans';
  src: url('../../fonts/dmsans/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  src: url('../../fonts/dmsans/DMSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  src: url('../../fonts/dmsans/DMSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  src: url('../../fonts/dmsans/DMSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font-base {
  font-family: 'DMSans', Arial, sans-serif;
}
html,
body,
p,
button,
input,
select,
textarea {
  font-family: 'DMSans', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'DMSans', Arial, sans-serif;
  font-weight: bold;
}
h1 .font-semibold,
.h1 .font-semibold,
h2 .font-semibold,
.h2 .font-semibold {
  font-weight: 500;
}
.display-small {
  font-size: 60px !important;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  .display-small {
    font-size: 34px !important;
  }
}
section article .grid-block h2 {
  font-size: 45px;
}
@media only screen and (max-width: ) {
  section article .grid-block h2 {
    font-size: 34px;
  }
}
h1,
.h1 {
  letter-spacing: -0.01em;
  font-size: 45px;
}
@media only screen and (max-width: ) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
h2,
.h2 {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 20px;
}
@media only screen and (max-width: ) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h6,
.h6 {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
  letter-spacing: 2px;
}
.body,
.body-large,
.body-small,
p,
li {
  color: ;
}
.check-list ul,
ul.check-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.check-list ul>:last-child,
ul.check-list>:last-child {
  margin-bottom: 0px;
}
.check-list ul li,
ul.check-list li {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding-left: 37px;
  color: inherit;
}
.check-list ul li:before,
ul.check-list li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../../images/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  padding-right: 14px;
}
.bg--dark h1,
.bg--dark .h1,
.bg--dark h2,
.bg--dark .h2,
.bg--dark h3,
.bg--dark .h3,
.bg--dark h4,
.bg--dark .h4,
.bg--dark h5,
.bg--dark .h5,
.bg--dark h6,
.bg--dark .h6,
.bg--dark p,
.bg--dark .text {
  color: var(--white);
}
.bg--dark .body,
.bg--dark .body-large,
.bg--dark .body-small,
.bg--dark .action,
.bg--dark .action-large,
.bg--dark .action-small,
.bg--dark ul li,
.bg--dark a:not(.button) {
  color: var(--white);
}
.tagline {
  letter-spacing: 1.5px;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.regular {
  font-weight: 400 !important;
}
.post-group .article-item a .details h3 {
  font-size: 20px;
  line-height: 1.1;
  margin-top: 0;
  overflow: hidden;
}
body.search-active header#site-header .nav-actions .search-form-wrapper {
  display: block;
}
header#site-header .nav-actions .search-form-wrapper {
  right: 20px;
  top: 10px;
  bottom: 10px;
  width: 288px;
  border-radius: 30px;
  z-index: 10;
}
html.scrolled header#site-header .header-inner .search-form-wrapper input,
.no-header-banner header#site-header .header-inner .search-form-wrapper input {
  background: var(--secondary);
  color: var(--ink);
}
header#site-header .nav-actions .search-form-wrapper input {
  width: 100%;
  border-radius: 26px;
  outline: none;
  border: 0;
  padding: 10px 40px;
  display: block;
  background: white;
  border: 2px solid var(--primary);
}
header#site-header .nav-actions .search-form-wrapper span.input-icon {
  position: absolute;
  left: 16px;
  top: 12px;
}
header#site-header .nav-actions .search-form-wrapper .close {
  position: absolute;
  right: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  top: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 0 26px 26px 0;
  cursor: pointer;
}
html.scrolled header#site-header .header-inner .search-form-wrapper input::placeholder,
.no-header-banner header#site-header .header-inner .search-form-wrapper input::placeholder {
  color: rgba(27,29,33,0.55);
}
html.scrolled header#site-header .header-inner .search-form-wrapper svg path,
.no-header-banner header#site-header .header-inner .search-form-wrapper svg path {
  fill: white;
}
html.scrolled header#site-header .header-inner .search-form-wrapper .close,
.no-header-banner header#site-header .header-inner .search-form-wrapper .close {
  color: var(--green);
}
@media only screen and (min-width: 1120px) {
  body.search-active header#site-header .nav-actions .search-form-wrapper {
    top: 17px;
    width: 290px;
  }
  body.search-active header#site-header .nav-actions .search-form-wrapper input {
    padding: 11px 40px;
  }
  header#site-header .nav-actions .search-form-wrapper .close {
    height: 43px;
    line-height: 43px;
  }
  header#site-header .nav-container .menu-main-menu-container ul li li a:hover {
    background: var(--neutral-2);
    box-shadow: -15px 0 var(--neutral-2);
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:hover > a {
    text-decoration: none !important;
    cursor: pointer;
  }
  header#site-header .nav-container .menu-main-menu-container ul li li a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid var(--primary);
    float: right;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    margin: 7px 18px 0 0;
    transition: all ease-in 200ms;
    opacity: 0;
    margin-left: 10px;
  }
  header#site-header .nav-container .menu-main-menu-container ul li li a:hover:before {
    opacity: 1;
  }
}
.tab-groups {
  display: flex;
  gap: 80px;
  margin-top: 60px;
}
.tab-groups .tag-titles {
  flex: 1;
}
.tab-groups .tab-content {
  flex: 1;
}
.tab-groups .tag-titles .tag-title.active {
  border-color: var(--primary);
}
.tab-groups .tag-titles .tag-title {
  border-left: 2px solid transparent;
  padding-left: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.tab-groups .tab-content .tag-content-item {
  display: none;
}
.tab-groups .tab-content .tag-content-item.active {
  display: block;
}
.tab-groups .tag-titles .office-name {
  font-size: 24px;
  font-weight: bold;
}
.tab-groups .tag-titles .phone,
.tab-groups .tag-titles .address {
  color: #505862;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
  padding: 11px 0;
}
.tab-groups .tag-titles .address p {
  margin: 0;
}
.tab-groups iframe {
  height: 100% !important;
}
.tab-groups .tab-content div#tab-content-0 {
  height: 100%;
}
.tab-groups .tag-titles .view-more svg path {
  stroke: #505862;
}
.tab-groups .tag-titles .view-more {
  color: #505862;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: flex-end;
  text-decoration: underline;
}
.tab-groups .tag-titles .tag-title:hover .view-more {
  color: var(--primary);
}
.tab-groups .tag-titles .tag-title:hover .view-more svg path {
  stroke: var(--primary);
}
@media only screen and (max-width: 900px) {
  .tab-groups {
    flex-direction: column;
    gap: 0;
  }
  .tab-groups iframe {
    aspect-ratio: 1.6666666666667;
    height: auto !important;
  }
}
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;
}
@media only screen and (min-width: 901px) {
  main > .grid article,
  main .grid-wrapper.grid article {
    gap: 90px;
  }
}
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: ) {
  .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: ) {
  .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: ) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: ) and (min-width: ) {
  .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: 1155px;
}
main > .grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.narrow > article {
  width: 870px;
}
.grid-wrapper.grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.content-contained > article {
  width: 1155px;
}
.grid-wrapper.grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.narrow > article {
  width: 870px;
}
.spacer-container .spacer {
  display: none;
}
@media screen and (min-width: ) {
  .spacer-container .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: ) and (min-width: ) {
  .spacer-container .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: ) {
  .spacer-container .spacer.mobile-spacer {
    display: block !important;
  }
}
.sixty-forty article {
  grid-template-columns: 6fr 4fr;
}
@media screen and (max-width: ) {
  .sixty-forty article {
    grid-template-columns: 1fr !important;
  }
}
.forty-sixty article {
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: ) {
  .forty-sixty article {
    grid-template-columns: 1fr !important;
  }
}
.icon-item img {
  width: 100%;
}
section.content-lg article {
  max-width: 1155px;
}
section.content-md article {
  max-width: 1110px;
}
section.content-sm article {
  max-width: 970px;
}
section.content-xs article {
  max-width: 870px;
}
@media only screen and (max-width: 640px) {
  section.content-lg article {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-width {
  margin: 0 auto;
  width: calc(calc(100%) - 40px);
}
.content-width-lg {
  max-width: 1155px !important;
}
.content-width-md {
  max-width: 1110px !important;
}
.content-width-sm {
  max-width: 970px !important;
}
.content-width-xs {
  max-width: 870px !important;
}
@media screen and (min-width: 1120px) {
  .spacer.desktop-spacer {
    display: block;
  }
  .grid-cols {
    display: grid;
    gap: 30px;
  }
  .grid-cols.icon_group {
    gap: 90px;
  }
  .grid-col-desktop-6 {
    grid-template-columns: repeat(6,1fr);
  }
  .grid-col-desktop-5 {
    grid-template-columns: repeat(5,1fr);
  }
  .grid-col-desktop-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .grid-col-desktop-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-col-desktop-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .grid-col-desktop-1 {
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1119px) {
  .spacer.tablet-spacer {
    display: block;
  }
  .grid-cols {
    display: grid;
    gap: 20px;
  }
  .grid-col-tablet-6 {
    grid-template-columns: repeat(6,1fr);
  }
  .grid-col-tablet-5 {
    grid-template-columns: repeat(5,1fr);
  }
  .grid-col-tablet-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .grid-col-tablet-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-col-tablet-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .grid-col-tablet-1 {
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 500px) {
  .spacer.mobile-spacer {
    display: block;
  }
  .grid-cols {
    display: grid;
    gap: 20px;
  }
  .grid-col-mobile-6 {
    grid-template-columns: repeat(6,1fr);
  }
  .grid-col-mobile-5 {
    grid-template-columns: repeat(5,1fr);
  }
  .grid-col-mobile-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .grid-col-mobile-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-col-mobile-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .grid-col-mobile-1 {
    grid-template-columns: repeat(1,1fr);
  }
}
.video-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-container.aspect-ratio-landscape {
  aspect-ratio: 1.7777777777778;
  width: 100%;
}
.video-container.aspect-ratio-square {
  aspect-ratio: 1;
  width: 100%;
  max-width: 500px;
}
.video-container.aspect-ratio-portrait {
  aspect-ratio: 0.5625;
  width: 100%;
  max-width: 520px;
}
.video-container .custom-video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: #000;
}
.video-poster-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.video-poster-wrapper:hover .video-poster {
  opacity: 0.9;
}
.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 99px;
  height: 99px;
  background-image: url('../../images/comradery/video_play_icon@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-play-icon:hover {
  opacity: 1;
}
.video-description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  font-style: italic;
}
.video-container video[poster] {
  display: none;
}
.video-container.video-playing .video-poster-wrapper {
  display: none;
}
.video-container.video-playing video[poster] {
  display: block;
}
@media (max-width: 900px) {
  .video-play-icon {
    width: 99px;
    height: 99px;
  }
  .video-play-icon::before {
    width: 99px;
    height: 99px;
  }
  .video-description {
    font-size: 13px;
    padding: 0 10px;
  }
}
.video-poster-wrapper {
  cursor: pointer;
}
section h2 {
  margin-top: 10px;
}
section.background--primary {
  color: white;
}
section.background--primary h6 {
  color: white;
  opacity: 0.6;
}
section .buttons {
  margin-top: 10px;
}
section.contained-bg article {
  position: relative;
  padding: 80px 30px;
}
section.contained-bg article .section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}
section.contained-bg article .section-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.background--image article {
  color: white;
}
section.grid.desktop--columns--30-70 > article {
  grid-template-columns: 3fr 7fr;
}
section.grid.desktop--columns--40-60 > article {
  grid-template-columns: 4fr 6fr;
}
section.grid.desktop--columns--60-40 > article {
  grid-template-columns: 6fr 4fr;
}
section.grid.curved-section {
  mask: url(#bottomCurveMask);
  -webkit-mask: url(#bottomCurveMask);
}
@media only screen and (max-width: 900px) {
  section.grid.curved-section {
    mask: url(#mobileBottomCurveMask);
    -webkit-mask: url(#mobileBottomCurveMask);
  }
  section.grid.mobile--display--col-reverse article {
    display: flex;
    flex-direction: column-reverse;
  }
  section.grid.mobile--display--default article {
    display: block;
    flex-direction: column;
  }
  .accordion.layout-2-col {
    column-count: 1 !important;
  }
}
.accordion.layout-2-col {
  column-count: 2;
}
.accordion .accordion-item {
  border-radius: 0;
  margin-bottom: 25px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.accordion .accordion-item .expander {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 0;
  transition: alle ease-in 100ms;
  gap: 10px;
}
.accordion .accordion-item .expander span.toggle-icon {
  background: transparent url("../../images/icon_accordion.svg") center / 32px 32px no-repeat;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 32px;
  height: 32px;
  min-width: 32px;
  transform: rotate(180deg);
  transition: all ease-in 200ms;
  width: 32px;
}
.accordion .accordion-item .expander span.toggle-icon:after {
  content: none;
}
.accordion .accordion-item .expander-target {
  padding: 20px;
}
.accordion .accordion-item.active .expander span.toggle-icon {
  background: transparent url("../../images/icon_accordion.svg") center / 32px 32px no-repeat;
  transform: rotate(0deg);
}
pre {
  max-height: 400px;
  overflow-y: scroll;
  background: var(--secondary);
  border-radius: 30px;
  padding: 40px;
  font-size: 12px;
  line-height: 140%;
  color: var(--neutral-2);
}
section.contained-bg {
  background: none;
}
section.background--primary article {
  background-color: var(--primary);
}
section.contained-bg.cta article > div:first-of-type .image-block {
  width: 100%;
  height: 100%;
}
section.contained-bg.cta article {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
section.contained-bg.cta article > div + div {
  padding: 32px 32px 32px 0;
}
section.background--secondary article {
  background: var(--secondary);
  color: white;
}
section.contained-bg.cta article > div + div.cta-image-button .buttons {
  flex-basis: 180px;
  display: block;
  margin-right: 30px;
  float: left;
}
section.contained-bg.cta article > div + div.cta-image-button .buttons + img.content-block.image-block {
  width: calc(calc(100%) - 214px);
  max-width: 258px;
}
section.contained-bg.cta article h2 {
  font-size: 34px;
  margin: 0;
}
section.contained-bg.cta article p {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .header-banner-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 380px) {
  .buttons {
    gap: 8px;
  }
}
@media only screen and (max-width: 370px) {
  .buttons {
    flex-direction: column;
  }
  .header-banner .header-banner-inner .buttons {
    margin-top: -20px;
  }
}
img.content-block img {
  width: 100%;
}
img.content-block.image-block {
  width: 100%;
}
img.content-block.image-block.style-square {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}
img.content-block.image-block.style-portrait {
  aspect-ratio: 0.5625;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}
section.background--primary:not(.contained-bg) {
  background: #D9461F;
}
section.background--primary article {
  background: #D9461F !important;
}
section.contained-bg article .section-background-image {
  background-color: black;
}
section.contained-bg article .section-background-image img {
  opacity: 0.8;
}
section.background--image article h6 {
  color: white;
}
@media only screen and (min-width: 1120px) {
  section.grid.background--image.content-lg.contained-bg article {
    padding: 80px;
  }
}
section.icon-reduced-spacing .grid-cols.icon_group {
  gap: 40px;
}
section.contained-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  section.contained-bg.cta article {
    gap: 0;
  }
  section.contained-bg.cta article > div:last-of-type {
    padding: 40px;
  }
}
@media only screen and (max-width: 560px) {
  section.contained-bg.cta article > div + div.cta-image-button .buttons {
    float: none;
    margin-bottom: 22px;
  }
  section.contained-bg.cta article > div:last-of-type {
    padding: 20px;
  }
  section.contained-bg.cta article > div + div.cta-image-button .buttons + img.content-block.image-block {
    width: 100%;
  }
}
section.cta.cta-enews form .acf-hidden {
  display: none;
}
section.cta.cta-enews form .af-field-email .af-label {
  display: none;
}
section.cta.cta-enews form .af-fields {
  display: flex;
  background: white;
  border-radius: 40px;
}
section.cta.cta-enews form .af-fields .af-input input {
  padding: 12px 25px;
  width: 100%;
  border: none;
  border-radius: 30px;
}
section.cta.cta-enews form .af-fields .af-field.af-field-type-email {
  flex: 1;
}
section.cta.cta-enews form .af-submit.acf-form-submit {
  width: 42.39px;
}
section.cta.cta-enews form .af-submit.acf-form-submit button {
  font-size: 0;
  outline: none;
  -webkit-mask-image: url(../../images/button_arrow.svg);
  mask-image: url(../../images/button_arrow.svg);
  background: var(--primary);
  width: 30px;
  height: 30px;
  border: none;
  display: block;
  margin: 6px;
}
a:not(.button) {
  color: var(--primary);
  transition: all ease-in 200ms;
}
a:not(.button):hover {
  color: var(--secondary);
}
section.grid.remove-padding-bottom {
  padding-bottom: 0;
}
section.grid.remove-padding-top {
  padding-top: 0;
}
.remove-padding-bottom {
  padding-bottom: 0;
}
.remove-padding-top {
  padding-top: 0;
}
.team-profiles.profile-slider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.team-profiles.profile-slider .team-profile-member {
  margin: 0 15px;
}
.team-profiles.profile-slider .team-profile-member .profile-inner {
  background: white;
  border: 1px solid var(--primary);
  border-radius: 16px;
  overflow: hidden;
}
.team-profiles.profile-slider .team-profile-member .profile-inner a.image-link {
  max-width: 384px;
  display: block;
}
.team-profiles.profile-slider .team-profile-member .profile-inner a.image-link img {
  aspect-ratio: 0.98969072164948;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
  display: block;
}
.team-profiles.profile-slider .team-profile-member .profile-inner .details {
  display: block;
  padding: 20px;
}
.team-profiles.profile-slider .team-profile-member .profile-inner .details h3 {
  margin: 15px 0 10px;
}
.team-profiles.profile-slider .team-profile-member .profile-inner .details .short-bio {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.tag.profile-tag {
  background: #fdf1ed;
  display: inline-block;
  padding: 4px 8px;
  color: var(--primary);
}
.button.button-no-arrow {
  padding: 14px 24px;
}
.button.button-no-arrow:after {
  display: none;
}
.team-profiles-slide-wrapper {
  overflow: hidden;
  margin: 0 -10px;
}
.team-profiles.profile-slider {
  overflow: visible !important;
}
.team-profiles .slick-list {
  overflow: visible;
  padding: 0 !important;
  margin: 0 -15px;
}
.team-profiles button.slick-arrow {
  display: none;
}
.articles-slider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.articles-slider .article-item {
  margin: 0 15px;
}
.articles-slider .article-item a {
  background: white;
  border: 1px solid var(--primary);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.articles-slider .article-item a .image-wrapper {
  max-width: 384px;
  display: block;
}
.articles-slider .article-item a .image-wrapper img {
  aspect-ratio: 1.2360248447205;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
  display: block;
}
.articles-slider .article-item a .details {
  display: block;
  padding: 20px;
  color: black;
}
.articles-slider .article-item a .details .tag {
  background: #fdf1ed;
  display: inline-block;
  padding: 4px 8px;
  color: var(--primary);
}
.articles-slider .article-item a .details h3 {
  margin: 15px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 1.2;
}
.articles-slider .article-item a .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.articles-slider-wrapper {
  overflow: hidden;
  margin: 0 -10px;
}
.articles-slider {
  overflow: visible !important;
}
.articles-slider .slick-list {
  overflow: visible;
  padding: 0 !important;
  margin: 0 -15px;
}
.articles-slider .slick-dots {
  display: none;
}
.articles-slider .article-item a:hover .button {
  scale: 1.02;
  box-shadow: 0 4px 6px -4px var(--black-10), 0 10px 15px -3px var(--black-10);
}
section#content_hero_image img {
  aspect-ratio: 2.1333333333333;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
section#content_hero_image picture {
  display: block;
  margin: 0 auto;
  max-width: 1155px;
}
section#content_hero_image {
  padding-top: 40px;
  padding-bottom: 0;
}
section article.related-posts-group {
  gap: 20px;
  display: grid;
  margin: 0 10px;
}
#related_posts .article-item img {
  width: 100%;
}
#related_posts .article-item a.item {
  text-decoration: none;
  color: black;
}
#related_posts .article-item {
  margin: 0 15px;
}
#related_posts .article-item a {
  background: white;
  box-shadow: 0 1px 2px -1px var(--black-10), 0 1px 3px 0 var(--black-10);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
#related_posts .article-item a .image-wrapper {
  max-width: 384px;
  display: block;
}
#related_posts .article-item a .image-wrapper img {
  aspect-ratio: 1.7318181818182;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
  display: block;
}
#related_posts .article-item a .details {
  display: block;
  padding: 20px;
  color: black;
}
#related_posts .article-item a .details .tag {
  background: #fdf1ed;
  display: inline-block;
  padding: 4px 8px;
  color: var(--primary);
}
#related_posts .article-item a .details h3 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
#related_posts .article-item a .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.text-center {
  text-align: center;
}
.semibold {
  font-weight: 600 !important;
}
.tags.overlay-badge {
  position: absolute;
  margin: 15px;
}
.tags.overlay-badge .tag {
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 7px;
  border-radius: 4px;
}
.single-profile-wrapper {
  border: 1px solid var(--primary);
  background: white;
  display: flex;
  gap: 80px;
  padding: 50px;
  border-radius: 16px;
  margin-top: 140px;
  box-shadow: 0 1px 6px -4px var(--black-10), 0 1px 3px -3px var(--black-10);
}
.single-profile-wrapper .member-bio {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
h5.semibold {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid var(--black-10);
  padding-top: 10px;
}
.profile-section .expand-section {
  font-size: 16px;
  font-weight: 600;
}
.single-profile-wrapper .contact-details ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.single-profile-wrapper .contact-details ul a {
  text-decoration: none;
  color: #717182;
  padding: 6px 0;
  display: inline-block;
}
.single-profile-wrapper .contact-details ul li.team-contact-icon:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-profile-wrapper .contact-details ul li.team-contact-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-profile-wrapper .contact-details ul li.team-contact-icon.tci-phone:before {
  background-image: url(../../images/profile-phone-gray.png);
}
.single-profile-wrapper .contact-details ul li.team-contact-icon.tci-email:before {
  background-image: url(../../images/profile-mail-gray.png);
}
.single-profile-wrapper h5.semibold {
  margin-bottom: 0;
}
.profile-section {
  border-top: 1px solid var(--black-10);
}
.profile-section .expand-section {
  display: flex;
}
.profile-section .expand-section span.title {
  padding: 13px;
  font-weight: 700;
  flex: 1;
}
.profile-section .expand-section .icon {
  width: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  height: 20px;
}
.profile-section.professional_engagements .icon {
  background-image: url(../../images/profile-professional-engagements.png);
}
.profile-section.legal_qualifications .icon {
  background-image: url(../../images/profile-legal-qualifications.png);
}
.profile-section.accreditations .icon {
  background-image: url(../../images/profile-accreditations.png);
}
.profile-section .section-content ul {
  margin-top: 0;
  padding-left: 15px;
  color: #6A7682;
}
.profile-section .section-content ul li {
  padding: 0 0 9px;
}
.profile-section .section-content ul li::marker {
  color: black;
}
.profile-section .expand-section span.toggle-icon {
  border: 2px solid #717182;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: relative;
}
.profile-section .expand-section {
  align-items: center;
}
.profile-section .expand-section span.toggle-icon:before,
.profile-section .expand-section span.toggle-icon:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #717182;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  border-radius: 2px;
}
.profile-section .expand-section span.toggle-icon:before {
  transform: rotate(90deg);
  transition: all ease-in 200ms;
}
.profile-section.active .section-content {
  pointer-events: unset;
  opacity: 1;
  max-height: 2000px;
}
.profile-section .section-content {
  transition: all ease-in 200ms;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.profile-section.active .expand-section .toggle-icon:before {
  transform: rotate(0deg);
}
.profile-section.accreditations ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 20px 0 0;
  align-items: center;
}
.profile-section.accreditations ul li {
  flex-basis: 80px;
  max-width: 80px;
}
.profile-section.accreditations ul li img {
  width: 100%;
}
.single-profile-wrapper .inner-left img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.member-bio-wrapper.active .default-text {
  display: none;
}
.member-bio-wrapper.active .active-text {
  display: block;
}
.member-bio-wrapper .active-text {
  display: none;
}
.single-profile-wrapper .member-bio-wrapper.active .member-bio {
  -webkit-line-clamp: none;
  text-overflow: unset;
}
.button.button-text:hover {
  border-color: var(--primary);
}
.button.button-text:hover:after {
  background: var(--primary);
}
.button.button-text:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: var(--primary);
  position: absolute;
  right: 8px;
  border-radius: 8px;
  transition: all ease-in 200ms;
}
.button.button-text {
  position: relative;
}
.button.button-text:hover:before {
  background: white;
}
.member-bio-wrapper.active .expand-bio.button:after {
  transform: rotate(-90deg);
}
section article .grid-block .single-profile-wrapper h2 {
  font-weight: 600;
  margin-bottom: 0;
}
a.icon-link span {
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.icon-link {
  display: inline-flex;
  height: 44px;
  width: 44px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.profile-inner .links {
  display: flex;
}
a.icon-link span.icon-email {
  background-image: url(../../images/profile-mail.png);
}
a.icon-link span.icon-phone {
  background-image: url(../../images/profile-phone.png);
}
@media only screen and (max-width: 900px) {
  .single-profile-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
  .contact-details {
    margin-bottom: 7px;
  }
  section article .grid-block .single-profile-wrapper h2 {
    margin-bottom: 0;
    font-size: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .single-profile-wrapper {
    padding: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .single-profile-wrapper .inner-left img {
    width: 100%;
  }
}
.background--neutral-2.contained-bg article {
  background: var(--neutral-2);
  padding: 60px;
}
@media only screen and (max-width: 900px) {
  .background--neutral-2.contained-bg article {
    padding: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .background--neutral-2.contained-bg article {
    padding: 20px;
  }
}
.border--rounded.contained-bg article {
  border-radius: 8px;
}
.border--primary.contained-bg article {
  border: 1px solid #D9461F;
}
.block-30-min-consult-text img {
  float: left;
  width: 70px !important;
  height: 70px;
  border-radius: 70px;
  object-fit: cover;
  margin-right: 20px;
}
.block-30-min-consult-text h4 {
  margin-bottom: 0;
}
.block-30-min-consult-text h4 + p {
  margin-top: 0;
  padding-left: 90px;
}
section:not(.background--primary,
.background--secondary,
.background--image) .wysiwyg-text-block p,
section:not(.background--primary,
.background--secondary,
.background--image) .wysiwyg-text-block ul,
section:not(.background--primary,
.background--secondary,
.background--image) .wysiwyg-text-block ol {
  color: #6A7682;
}
.acf-hidden {
  display: none;
}
section#block-30-min-consult form {
  display: block;
  margin: 30px;
  color: white;
}
section#block-30-min-consult .background--primary {
  border-radius: 15px;
}
section#block-30-min-consult form .acf-label {
  display: none;
}
section#block-30-min-consult form .acf-input input,
section#block-30-min-consult form .acf-input select,
section#block-30-min-consult form .acf-input textarea {
  width: 100%;
  border: none;
  padding: 14px;
  font-size: 14px;
  border-radius: 9px;
  margin-bottom: 15px;
}
.form-title-block p {
  margin: 0 0 30px;
  opacity: 0.8;
}
section#block-30-min-consult form .acf-form-submit button {
  display: inline-flex;
  border-radius: 25px;
  padding: 6px 6px 6px 20px;
  border: solid 1px var(--primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
  gap: 12px;
  align-items: center;
  transition: all ease-in 200ms;
  font-family: 'DMSans', Arial, sans-serif;
  letter-spacing: 0.014em;
  background: white;
  color: var(--primary);
  border-color: white;
}
section#block-30-min-consult form .acf-form-submit button:after {
  content: '';
  display: block;
  -webkit-mask-image: url(../../images/button_arrow.svg);
  mask-image: url(../../images/button_arrow.svg);
  width: 30px;
  height: 30px;
  background-color: var(--primary);
}
section#block-30-min-consult form .acf-form-submit button:hover {
  scale: 1.02;
  box-shadow: 0 4px 6px -4px var(--black-10), 0 10px 15px -3px var(--black-10);
}
section#block-30-min-consult form .acf-form-submit button:active {
  box-shadow: 0 0 0 3px var(--primary-30);
}
section.extend-bg.curved-section .section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  background: black;
}
section.extend-bg.curved-section {
  position: relative;
}
section.extend-bg .section-background-image img {
  opacity: 0.6;
}
.testimonials.layout--featured {
  display: flex;
  gap: 30px;
}
.testimonials.layout--featured .testimonial-item {
  background: var(--white-80);
  color: black;
  border-radius: 16px;
  flex: 1;
}
.testimonials.layout--featured .testimonial-item .inner {
  padding: 30px;
}
.testimonials .testimonial-item  .modal-wrapper.testimonial-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.testimonials .testimonial-item .modal-wrapper.testimonial-modal .modal-inner {
  background: white;
  width: calc(70%);
  max-width: 100%;
  padding: 30px;
  border-radius: 16px;
  max-width: 800px;
  box-shadow: 0 1px 10px -8px;
}
.testimonials .testimonial-item .modal-wrapper.testimonial-modal .modal-inner span.close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: -30px -30px 0 auto;
  display: block;
}
.testimonials .testimonial-item .modal-wrapper.testimonial-modal .modal-inner .name-block {
  margin-top: 15px;
  opacity: 0.8;
}
.testimonials .testimonial-item.active .modal-wrapper.testimonial-modal {
  display: flex;
}
.testimonials .testimonial-item .inner .details {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
}
.testimonials.layout--featured .testimonial-item .inner .location {
  display: none;
}
.star-rating {
  height: 22px;
  display: block;
  margin-bottom: 15px;
  background-image: url(../../images/star.png);
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: left;
}
.testimonials.layout--all-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.star-rating.star-5 {
  width: 100%;
}
.star-rating.star-4 {
  width: 108px;
}
.star-rating.star-3 {
  width: 83px;
}
.star-rating.star-2 {
  width: 55px;
}
.star-rating.star-1 {
  width: 27px;
}
.testimonials.layout--all-reviews .testimonial-item {
  border: 1px solid #DDD;
  border-radius: 14px;
  padding: 30px;
}
.testimonial-text-desc {
  text-align: center;
  margin: -20px auto 50px;
}
.testimonials.layout--all-reviews .name {
  font-weight: bold;
}
.testimonials.layout--all-reviews .testimonial-item .modal-wrapper.testimonial-modal {
  position: fixed;
  z-index: 1000;
  background: var(--black-80);
}
.testimonials.layout--all-reviews .testimonial-item {
  cursor: pointer;
  transition: all ease-in 200ms;
}
.testimonials.layout--all-reviews .testimonial-item:hover {
  box-shadow: 0 1px 8px -6px;
}
.resources-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px auto 0;
}
.resources-list .item a {
  background: var(--neutral-1);
  padding: 30px;
  border: 1px solid var(--black-10);
  border-radius: 12px;
  display: flex;
  gap: 30px;
  text-decoration: none;
  color: inherit;
}
.resources-list span.icon {
  background-image: url(../../images/resource_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  display: block;
  min-width: 48px;
}
.resources-list .item a .rd .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}
.resources-list .item a .rd .description {
  color: #5D666F;
  font-size: 14px;
}
.resources-title-bar {
  display: flex;
  gap: 40px;
}
.resources-title-bar > div {
  flex: 1;
}
section.background--neutral-1 .accordion .accordion-item {
  background: white;
  box-shadow: 0 1px 5px -4px var(--black-20);
}
.post-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.post-group .article-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-group .article-item .image-wrapper {
  width: 100%;
  aspect-ratio: 1.7318181818182;
  background-color: #ccc;
}
@media only screen and (max-width: 600px) {
  .post-group .article-item .image-wrapper {
    aspect-ratio: 1.5227272727273;
  }
}
.post-group .article-item a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 1px 10px -8px black;
  text-decoration: none;
  color: inherit;
}
.post-group .article-item a .details {
  display: block;
  padding: 20px;
}
.post-group .article-item a .details .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
  color: #6A767D;
}
.post-group .article-item a:hover .button.button-text {
  scale: 1.02;
  box-shadow: 0 4px 6px -4px var(--black-10), 0 10px 15px -3px var(--black-10);
}
.post-group .article-item a:hover .button.button-text:before {
  background-color: white;
}
.post-group .article-item a:hover .button.button-text:after {
  background-color: var(--primary);
}
@media only screen and (max-width: 900px) {
  .post-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .post-group {
    grid-template-columns: 1fr;
  }
}
section.background--neutral-1 .accordion .accordion-item {
  background: white;
  box-shadow: 0 1px 5px -4px var(--black-20);
}
.testimonials.layout--featured > h2 {
  width: 100%;
}
.testimonials.layout--featured {
  flex-wrap: wrap;
}
.post-group .article-item a .details .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
  color: #6A767D;
}
.post-group .article-item a .tag.category-tag {
  background: var(--primary);
  color: white;
  display: inline-block;
  position: absolute;
  padding: 2px 10px;
  font-size: 12px;
  margin: 15px;
  border-radius: 4px;
}
section.main-loop {
  padding-top: 0;
  padding-bottom: 40px;
}
.pagination-nav-wrapper p.showing-total {
  display: none;
}
.pagination-nav-wrapper {
  margin: 30px auto;
  text-align: center;
}
.pagination-nav-wrapper a {
  background: var(--primary);
  color: white;
  text-decoration: none;
  padding: 14px 21px;
  border-radius: 24px;
}
.pagination-nav-wrapper span {
  background: var(--secondary);
  padding: 14px 21px;
  color: white;
  border-radius: 25px;
}
.pagination-nav-wrapper span.dots {
  background: none;
  color: var(--secondary);
  padding: 7px;
}
.team-profiles.profile-slider {
  padding-bottom: 50px;
}
.team-profiles.profile-slider ul.slick-dots {
  bottom: 0;
}
section.accred_icons .icon-item img {
  width: auto;
  height: 90px;
}
section.accred_icons article {
  max-width: 1000px;
}
section.accred_icons article .grid-cols.icon_group {
  gap: unset;
}
@media only screen and (max-width: 730px) {
  section.accred_icons .icon-item img {
    width: auto;
    height: 64px;
  }
}
@media only screen and (max-width: 500px) {
  section.accred_icons article .grid-cols.icon_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
  section.accred_icons article .grid-cols.icon_group .icon-item {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 750px) {
  body section article .grid-block h2 {
    font-size: 34px;
  }
  section.background--primary:not(.contained-bg).curved-section article {
    padding-bottom: 80px;
  }
  section.mobile-extend-width {
    padding: 0 !important;
  }
  section.mobile-extend-width.contained-bg article .section-background-image {
    border-radius: 0;
  }
  section.mobile-extend-width .wysiwyg-text-block li {
    font-size: 20px;
    padding-left: 45px;
  }
  section.our-team-copy article {
    gap: 0;
  }
  section.our-team-slider .team-profiles-slide-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 449px) {
  .articles-slider .slick-slide,
  .team-profiles.profile-slider .slick-slide {
    width: 277px !important;
  }
  .articles-slider .slick-list,
  .team-profiles.profile-slider .slick-list {
    margin: 0 auto;
    max-width: 277px;
  }
  .team-profiles.profile-slider .team-profile-member .profile-inner .details h3 {
    white-space: nowrap;
  }
  .profile-inner .links a.button {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .team-profiles.profile-slider ul.slick-dots li {
    background: transparent;
    flex: 1;
    margin: 0;
    border-radius: 10px;
    transition: all ease-in 200ms;
  }
  .team-profiles.profile-slider ul.slick-dots {
    display: flex;
    background: var(--primary-50);
    gap: 0;
    border-radius: 15px;
  }
  .team-profiles.profile-slider ul.slick-dots li * {
    opacity: 0;
  }
  .team-profiles.profile-slider ul.slick-dots li.slick-active {
    background: var(--primary);
  }
}
ul.slick-dots li {
  background: #D1D5DB;
  border-radius: 10px;
  transition: all ease-in 200ms;
}
ul.slick-dots li * {
  opacity: 0;
}
ul.slick-dots {
  display: flex;
  justify-content: center;
}
ul.slick-dots li.slick-active {
  background: var(--primary);
  width: 40px;
}
section.news-slider .articles-slider {
  padding-bottom: 40px;
}
section.news-slider .articles-slider {
  padding-bottom: 40px;
}
section.news-slider button.slick-arrow {
  background: var(--primary);
  top: -50px;
  right: 0;
  left: unset;
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
section.news-slider .articles-slider-wrapper {
  overflow: visible;
}
section.news-slider button.slick-arrow.slick-prev {
  margin-right: 54px;
}
section.news-slider button.slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
}
section.news-slider button.slick-arrow:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  section.news-slider button.slick-arrow {
    display: none;
  }
}
@media (max-width: 749px) {
  .mobile-only-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .mobile-only-slide .testimonials {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .mobile-only-slide .testimonials .slick-list {
    width: 100% !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .mobile-only-slide .testimonials .slick-track {
    display: flex !important;
    width: 100% !important;
  }
  .mobile-only-slide .testimonials .slick-slide {
    flex: 0 0 auto !important;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .mobile-only-slide .testimonials .testimonial-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .mobile-only-slide .slick-arrow {
    display: none;
  }
}
@media (min-width: 750px) {
  .mobile-only-slide .testimonials {
    display: flex !important;
  }
  .mobile-only-slide .testimonials .testimonial-item {
    display: block !important;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
  }
  .mobile-only-slide .testimonials.slick-initialized .slick-list,
  .mobile-only-slide .testimonials.slick-initialized .slick-track {
    transform: none !important;
    width: 100% !important;
  }
  .mobile-only-slide .slick-arrow,
  .mobile-only-slide .slick-dots {
    display: none !important;
  }
}
.icon-contained-wrapper .icon_group {
  display: flex;
}
.icon-contained-wrapper .icon_group img {
  height: 92px;
  width: auto;
}
.text-dark p {
  color: black !important;
}
.single-profile-wrapper .inner-left img {
  width: 100%;
}
.single-profile-wrapper .inner-left {
  flex-basis: 300px;
  max-width: 300px;
}
.single-profile-wrapper .inner-right {
  flex: 1;
}
@media only screen and (max-width: 1119px) {
  .header-banner-inner.with-icon.icon-position-right .icon-wrapper img {
    height: 90px;
    width: auto;
  }
  .header-banner-inner.with-icon.icon-position-right {
    padding-top: 0;
  }
}
.expand-bio.button.button-text:not(:hover,
:active) {
  padding-left: 0;
  padding-right: 0;
}
.expand-bio.button.button-text {
  margin-bottom: 30px;
}
@media (max-width: 1240px) and (min-width: 450px) {
  .articles-slider .slick-slide,
  .team-profiles.profile-slider .slick-slide {
    width: 277px !important;
  }
  .articles-slider .slick-list,
  .team-profiles.profile-slider .slick-list {
    margin: 0 auto;
    max-width: 277px;
  }
  .team-profiles.profile-slider .team-profile-member .profile-inner .details h3 {
    white-space: nowrap;
  }
  .profile-inner .links a.button {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .team-profiles.profile-slider ul.slick-dots li {
    background: transparent;
    margin: 0;
    border-radius: 10px;
    transition: all ease-in 200ms;
  }
  .team-profiles.profile-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .team-profiles.profile-slider ul.slick-dots li * {
    opacity: 0;
  }
  .team-profiles.profile-slider ul.slick-dots li {
    background: #D1D5DB;
    border-radius: 10px;
    transition: all ease-in 200ms;
    width: 20px;
    height: 20px;
  }
  .team-profiles.profile-slider ul.slick-dots li.slick-active {
    background: var(--primary);
    width: 40px;
  }
}
.slick-dotted.slick-slider.articles-slider {
  padding-bottom: 40px;
}
.resources-list .item a .rd .file_option {
  display: flex;
  margin-top: 13px;
  gap: 20px;
  align-items: center;
}
.resources-list .item a .rd .file_option .download {
  background: white;
  border: 1px solid #dfdfdf;
  padding: 8px 15px;
  border-radius: 20px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.file_option .file-size {
  color: #8593A3;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .resources-title-bar {
    flex-direction: column;
    gap: 20px;
  }
  .resources-list {
    grid-template-columns: 1fr;
  }
}
section.background--override-primary {
  background: var(--primary) !important;
}
section.background--override-secondary {
  background: var(--secondary) !important;
}
section.background--override-neutral-2 {
  background: var(--neutral-2) !important;
}
section.background--override-neutral-1 {
  background: var(--neutral-1) !important;
}
.post-group .article-item a .details h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 66px;
}
.post-group .article-item a .details .date {
  color: #8593A3;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  article.related-posts-group {
    display: flex !important;
    flex-direction: column;
  }
  section.content-lg article img {
    width: 100%;
  }
  #related_posts .article-item a .image-wrapper {
    max-width: 100%;
  }
}
.site-body.news-archive main {
  margin-top: 50px;
}
iframe#matter-intake-iframe {
  margin: 0 -29px;
  height: 1100px !important;
}
@media only screen and (max-width: 600px) {
  section article.related-posts-group {
    gap: 30px;
  }
  section article.related-posts-group {
    padding: 0;
  }
  #related_posts .article-item {
    margin: 0;
  }
}
section.content-sm.post-footer {
  padding-top: 0;
}
section.content-sm.post-footer article {
  margin-top: -30px;
}
section.content-sm.post-footer article .share-container {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 30px;
}
section.content-sm.post-footer article .post-navigation {
  display: flex;
  justify-content: space-between;
}
section.content-sm.post-footer article .post-navigation a {
  text-decoration: none;
  color: #7f7f7f;
}
section.content-sm.post-footer article .share-container .share-icons {
  display: flex;
  gap: 10px;
}
section.content-sm.post-footer article .share-container .share-icons .share-icon {
  font-size: 0;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section.content-sm.post-footer article .share-container .share-icons .share-icon.link-icon {
  background-image: url(../../images/link.png);
}
section.content-sm.post-footer article .share-container .share-icons .share-icon.pinterest-icon {
  background-image: url(../../images/pinterest.png);
}
section.content-sm.post-footer article .share-container .share-icons .share-icon.facebook-icon {
  background-image: url(../../images/facebook.png);
}
section.content-sm.post-footer article .share-container .share-icons .share-icon.x-icon {
  background-image: url(../../images/x.png);
}
@media only screen and (min-width: 901px) {
  section.cta.background--override-neutral-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 900px) {
  section.mobile-gap-0 article {
    gap: 0;
  }
}
section.icon-reduced-spacing.icon-contained-wrapper article .icon_group {
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 840px) {
  section.icon-reduced-spacing.icon-contained-wrapper article .icon_group {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 450px) {
  section#careers .buttons {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 1000px) {
  section.contained-bg.cta.cta-enews.content-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 480px) {
  section.icon-reduced-spacing .grid-cols.icon_group .icon-item img {
    max-width: 98px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .mobile-only-slide .testimonials ul.slick-dots {
    bottom: 0;
  }
  .mobile-only-slide .testimonials {
    padding-bottom: 30px;
  }
  .mobile-only-slide .testimonials ul.slick-dots {
    background: var(--white-40);
    border-radius: 30px;
    gap: 0;
    display: flex;
  }
  .mobile-only-slide .testimonials ul.slick-dots li {
    background: transparent;
    margin: 0;
    flex: 1;
  }
  .mobile-only-slide .testimonials ul.slick-dots li.slick-active {
    background: white;
  }
}
.curved-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-container {
  position: relative;
  width: 100%;
}
.banner-picture {
  display: block;
  width: 100%;
  height: 773px;
  position: relative;
}
.banner-video {
  display: block;
  width: 100%;
  height: 773px;
  position: relative;
  object-fit: cover;
}
.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  clip-path: url(#desktopClip);
}
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 2;
  clip-path: url(#desktopClip);
}
@media (max-width: 500px) {
  .banner-video,
  .banner-picture {
    height: 517px;
  }
  .banner-video {
    clip-path: url(#mobileClip) !important;
  }
  .banner-image {
    clip-path: url(#mobileClip);
  }
  .dark-overlay {
    clip-path: url(#mobileClip);
  }
}
header#site-header {
  margin: 30px auto;
  width: calc(calc(100%) - 40px);
  max-width: 1216px;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}
header#site-header .header-inner {
  background: white;
  border-radius: 35px;
  transition: background ease-in 200ms;
}
header#site-header .nav-container {
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
header#site-header .nav-container .menu-main-menu-container {
  position: absolute;
  background: var(--neutral-1);
  left: 0;
  right: 0;
  top: 0;
  max-height: calc(calc(100vh) - 50px);
  z-index: -1;
  border-radius: 35px;
  padding: 65px 10px 30px;
  transition: all ease-in 200ms;
  opacity: 0;
  pointer-events: none;
}
header#site-header .nav-container .menu-main-menu-container > ul {
  transform: translateY(-20px);
  transition: all ease-in 200ms;
  list-style: none;
  padding: 0;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
}
header#site-header .nav-container .menu-main-menu-container > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  font-family: 'DMSans', Arial, sans-serif;
  padding: 20px 0;
  border-color: var(--black-20);
  transition: color ease-in 200ms;
}
header#site-header .nav-container .menu-main-menu-container ul {
  list-style: none;
  padding: 0;
}
header#site-header .nav-container .menu-main-menu-container ul a:not(.button) {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 400;
  font-family: 'DMSans', Arial, sans-serif;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--black-10);
}
header#site-header .nav-container .menu-main-menu-container ul ul a:not(.button) {
  font-weight: 400;
}
header#site-header .logo.nav-logo {
  width: 158px;
}
header#site-header .logo.nav-logo a {
  display: block;
  padding: 24px 0;
}
header#site-header .logo.nav-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
header#site-header .logo.nav-logo svg path {
  transition: fill ease-in 200ms;
}
header#site-header .nav-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header#site-header .nav-actions .search-form-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
header#site-header .nav-actions button.search-toggle {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  transition: all ease-in 200ms;
}
header#site-header .nav-actions button.search-toggle svg path {
  transition: fill ease-in 200ms;
}
header#site-header .nav-actions button.search-toggle span.search-text {
  display: none;
}
header#site-header .nav-actions button.menu-toggle {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
header#site-header .nav-actions button.menu-toggle span.hamburger {
  transition: background ease-in 200ms;
  width: 23px;
  height: 12px;
  display: block;
  background: var(--secondary);
  -webkit-mask-image: url(../../images/menu.svg);
  mask-image: url(../../images/menu.svg);
}
.mobile-nav-active  header#site-header .nav-container .menu-main-menu-container {
  opacity: 1;
  pointer-events: unset;
}
.mobile-nav-active  header#site-header .nav-container .menu-main-menu-container > ul {
  transform: translateY(0);
}
.mega-menu-wrapper .menu-details {
  display: none;
}
.header-banner .header-banner-inner {
  margin: 0 auto;
  width: calc(calc(100%) - 40px);
  max-width: 1000px;
}
.header-banner .dark-overlay .header-banner-inner {
  color: white;
}
.header-top-spacer {
  height: 120px;
}
@media only screen and (min-width: 1120px) {
  .mega-menu-wrapper .menu-details {
    display: block;
  }
  header#site-header .header-inner {
    border-radius: 38px;
  }
  header#site-header .logo.nav-logo {
    width: 248px;
  }
  header#site-header .nav-container {
    padding: 0 40px;
  }
  header#site-header .nav-container button.menu-toggle {
    display: none;
  }
  header#site-header .nav-container .menu-main-menu-container {
    position: unset;
    pointer-events: unset;
    opacity: 1;
    background: transparent;
    flex: 1;
    height: unset;
    padding: 0;
    z-index: 1;
  }
  header#site-header .nav-container .menu-main-menu-container ul li a:not(.button) {
    border: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: none;
    transition: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul li.menu-item-has-children > a {
    display: flex !important;
    gap: 10px;
    align-items: center;
  }
  header#site-header .nav-container .menu-main-menu-container > ul li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border: 3px solid var(--primary);
    border-top: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li > a:not(.button) {
    padding: 28px 20px;
    font-size: 15px;
    font-weight: 500;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:hover > .sub-menu-wrapper {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0);
  }
  header#site-header .nav-container .menu-main-menu-container > ul .sub-menu-wrapper {
    position: absolute;
    background: var(--neutral-1);
    left: 0;
    right: 0;
    border-radius: 0 0 35px 35px;
    z-index: -1;
    padding: 20px 30px 30px;
    margin-top: 0;
    pointer-events: none;
    opacity: 0;
    transition: all ease-in 200ms;
    transform: translateY(-20px);
  }
  header#site-header .nav-container .menu-main-menu-container > ul .sub-menu-wrapper:before,
  header#site-header .nav-container .menu-main-menu-container > ul .sub-menu-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--neutral-1);
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    margin-top: -35px;
    mask-image: radial-gradient(circle at 0% 100%,transparent 35px,black 35px);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    transform: rotate(180deg);
  }
  header#site-header .nav-container .menu-main-menu-container > ul .sub-menu-wrapper:after {
    transform: rotate(90deg);
    top: 0;
    right: 0;
    left: unset;
  }
  header#site-header .nav-actions button.search-toggle {
    width: 106px;
    height: 44px;
    border: 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  header#site-header .nav-actions button.search-toggle span.search-text {
    display: block;
    font-size: 13px;
    font-family: 'DMSans', Arial, sans-serif;
  }
  header#site-header .nav-actions button.search-toggle span.search-icon {
    width: 16px;
    height: 16px;
  }
  .sub-menu-inner {
    display: flex;
    gap: 120px;
    padding: 50px 0;
  }
  .sub-menu-inner .menu-details {
    flex: 1;
    max-width: 430px;
  }
  .sub-menu-inner .menu-details h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: 'DMSans', Arial, sans-serif;
    line-height: 45px;
    margin: 0 0 20px;
  }
  .sub-menu-inner .sub-menu-items {
    column-count: 2;
    column-gap: 70px;
    column-width: 230px;
  }
  .sub-menu-inner .mega-menu-content {
    color: black;
    opacity: 0.5;
    font-family: 'DMSans', Arial, sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:not(.mega-menu-parent):hover > .sub-menu-wrapper {
    left: unset;
    right: unset;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:not(.mega-menu-parent):hover > .sub-menu-wrapper:before {
    display: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:not(.mega-menu-parent):hover > .sub-menu-wrapper:after {
    display: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:hover > .sub-menu-wrapper {
    box-shadow: 0 2px 10px -8px;
  }
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-right {
    display: flex;
    flex-direction: row-reverse;
  }
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-right .text-content {
    flex: 1;
  }
}
html.scrolled header#site-header .header-inner,
.no-header-banner header#site-header .header-inner {
  background: var(--secondary);
}
html.scrolled header#site-header .header-inner .nav-logo svg path,
.no-header-banner header#site-header .header-inner .nav-logo svg path {
  fill: white;
}
@media only screen and (min-width: 1120px) {
  html.scrolled header#site-header .header-inner .menu-main-menu-container > ul > li > a:not(.button),
  .no-header-banner header#site-header .header-inner .menu-main-menu-container > ul > li > a:not(.button) {
    color: white;
  }
}
.header-banner.with-banner-image + main > section:not(.background--none):first-of-type {
  padding-top: 150px;
  margin-top: -150px;
}
pre {
  max-height: 400px;
  overflow-y: scroll;
  background: var(--secondary);
  border-radius: 30px;
  padding: 40px;
  font-size: 12px;
  line-height: 140%;
  color: var(--neutral-2);
}
.footer-buttons-container .button-footer {
  height: 44px;
}
.footer-buttons-container span.button.qm-trigger {
  font-size: 0;
  padding: 6px;
  width: 44px;
  height: 44px;
  gap: 0;
  display: block;
}
.footer-buttons-container span.button.qm-trigger:after {
  -webkit-mask-image: url(../../images/settings.svg);
  mask-image: url(../../images/settings.svg);
  mask-size: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
}
.header-banner-inner {
  padding-top: 50px;
}
.header-banner-inner .text-content h1 {
  margin: 10px 0 30px;
}
.header-banner-inner .text-content .header-details {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 650px;
  line-height: 150%;
}
@media only screen and (max-width: 500px) {
  .header-banner-inner .text-content .header-details {
    display: none;
  }
}
.header-banner-inner.with-icon.icon-position-top .icon-wrapper {
  width: 134px;
}
.header-banner-inner.with-icon.icon-position-top 

img {
  max-width: 100%;
}
.banner-picture.md-hero {
  height: 562px;
}
@media (max-width: 500px) {
  .banner-picture.md-hero {
    height: 468px;
  }
}
.banner-picture.md-hero ~ .dark-overlay .header-banner-inner .text-content .header-details {
  display: block;
  max-width: 433px;
}
.banner-picture.md-hero ~ .dark-overlay .header-banner-inner .text-content .display-small {
  max-width: 811px;
}
.margin-sides-auto {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1119px) {
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    border: 1px solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin: 0 12px 0;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li > a {
    font-weight: bold;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li.menu-item-has-children ul {
    display: none;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li.menu-item-has-children.mobile-active ul {
    display: block;
  }
}
.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 470px) {
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-top {
    padding-top: 0;
  }
}
@media (max-width: 380px) {
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-top {
    margin-top: -10px;
  }
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-top .buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
  }
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-top .icon-wrapper {
    margin-bottom: -10px;
  }
  .header-banner .dark-overlay .header-banner-inner.with-icon.icon-position-top .text-content h1 {
    margin-bottom: 20px;
  }
}
a.button.button-text:not(:hover,
:active),
a:not(:hover,
:active) .button.button-text {
  padding-left: 0;
  padding-right: 0;
}
a:active .button.button-text,
a.button.button-text:active {
  scale: 1.02;
  box-shadow: 0 4px 6px -4px var(--black-10), 0 10px 15px -3px var(--black-10);
  background: var(--primary);
  color: white;
}
a:active .button.button-text:after,
a.button.button-text:active:after {
  background: white !important;
}
a:active .button.button-text:before,
a.button.button-text:active:before {
  background: var(--primary) !important;
}
footer#footer-main {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
}
footer#footer-main a {
  text-decoration: none;
  color: inherit;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 120px 0;
}
.footer-inner .footer-left {
  flex-basis: 250px;
}
.footer-inner .footer-left address p {
  font-style: normal;
  margin-bottom: 20px;
  display: block;
}
.footer-inner .footer-left address p p a {
  text-decoration: underline !important;
}
.footer-inner .footer-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.footer-inner .footer-right .right-bottom {
  width: 100%;
}
.footer-inner .footer-right .right-bottom .footer_icons ul {
  display: flex;
  list-style: none;
  gap: 40px;
  max-width: 532px;
  width: 100%;
  margin: 50px 0 0 auto;
}
.footer-inner .footer-right .right-bottom .footer_icons ul li {
  flex: 1;
}
.footer-inner .footer-right .right-bottom .footer_icons ul li img {
  width: 100%;
}
.footer-inner .menu-wrapper {
  flex: 1;
}
.footer-inner .menu-wrapper.menu-col-2 {
  flex-basis: 145px;
  max-width: 145px;
}
.footer-inner .menu-wrapper.menu-col-3 {
  flex-basis: 260px;
  max-width: 260px;
}
.footer-inner .menu-wrapper h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 9px;
}
.footer-inner .menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-inner .menu-wrapper:first-of-type ul {
  column-count: 2;
}
.footer-inner .menu-wrapper a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.5px;
  opacity: 0.8;
  padding: 6px 0;
  transition: all ease-in 200ms;
}
.footer-inner .menu-wrapper a:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: white;
  margin: 0px 8px 4px 0;
}
.footer-inner .menu-wrapper a:hover {
  opacity: 1;
}
.footer-inner .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  font-size: 0;
}
.footer-inner .social ul a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-inner .social ul li.social-facebook a {
  background-image: url(../../images/footer-facebook.svg);
}
.footer-inner .social ul li.social-linkedin a {
  background-image: url(../../images/footer-linkedin.svg);
}
@media only screen and (max-width: 1119px) {
  .footer-inner {
    flex-direction: column;
    gap: 0;
  }
  .footer-inner .footer-right .right-bottom {
    padding-top: 30px;
  }
  .footer-inner .footer-right .right-bottom .footer_icons ul {
    margin: 25px 0 0;
    padding: 0;
  }
  .footer-inner .footer-left {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .menu-wrapper.menu-col-1 {
    display: none;
  }
  .menu-wrapper.menu-col-2 {
    display: none;
  }
  .footer-inner .menu-wrapper h4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer-inner .footer-right .right-bottom .footer_icons ul {
    gap: 7px;
  }
}
.buttons {
  display: inline-flex;
  gap: 20px;
}
.button {
  background-color: #44644F;
  color: white;
  display: inline-flex;
  border-radius: 25px;
  height: 40px;
  min-height: 40px;
  padding: 0 20px;
  border: solid 1px #44644F;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transition: all ease-in 200ms;
  font-family: 'DMSans', Arial, sans-serif;
  letter-spacing: 0.014em;
}
.button:after {
  content: none;
  display: none;
}
.button:hover {
  scale: 1.02;
  box-shadow: 0 4px 6px -4px var(--black-10), 0 10px 15px -3px var(--black-10);
}
.button:active {
  box-shadow: 0 0 0 3px var(--primary-30);
}
.button.icon-button {
  flex-direction: row-reverse;
  padding: 0 20px 0 6px;
}
.button.icon-button > span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.button.icon-button > span .pre-text {
  font-size: 10px;
  font-weight: 300;
}
.button.icon-button.icon-button-phone:after {
  -webkit-mask-image: url(../../images/button-icon-phone.svg);
  mask-image: url(../../images/button-icon-phone.svg);
}
.button.button-outlined {
  background: #44644F;
  color: white;
}
.button.button-outlined:after {
  content: none;
  display: none;
}
.button.button-text {
  background: #44644F;
  border-color: #44644F;
  color: white;
}
.button.button-text:after {
  content: none;
  display: none;
}
.button.button-white {
  background: #44644F;
  color: white;
  border-color: #44644F;
}
.button.button-white:after {
  content: none;
  display: none;
}
.background--primary .button.button-primary,
.background--secondary .button.button-primary {
  background: #E1AC9A;
  color: #44644F;
  border-color: #E1AC9A;
}
.background--primary .button.button-primary:after,
.background--secondary .button.button-primary:after {
  content: none;
  display: none;
}
.header-banner.with-banner-image .button.button-outlined {
  color: white;
  background-color: #44644F;
}
.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;
}
.heading-button {
  padding: 0;
  width: 100%;
  max-width: ;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: ) {
  .heading-button {
    align-items: start !important;
  }
}
@media screen and (max-width: ) {
  .heading-button {
    flex-direction: column !important;
  }
}
.carbon-facebook-feed {
  padding: 0;
  width: 100%;
  max-width: ;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: ) and (min-width: ) {
  .carbon-facebook-feed {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: ) {
  .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: ;
  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: ;
  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: ;
  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;
}
html,
body,
.site-container,
.site-body {
  background: var(--cream,#FCF7EB);
}
header#site-header {
  left: 0;
  max-width: 1155px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 26px;
  width: calc(100% - 96px);
  z-index: 999;
}
header#site-header .header-inner {
  background: var(--peach,#F6DABC);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1155px;
  min-height: 42px;
  padding: 0 14px;
  pointer-events: auto;
  width: 100%;
}
@keyframes comradery-nav-shell-in {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes comradery-logo-in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes comradery-button-cute-bounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  38% {
    transform: translateY(-3px) scale(1.018);
  }
  68% {
    transform: translateY(1px) scale(0.996);
  }
}
html.comradery-nav-preload header#site-header .header-inner {
  transition: width 860ms cubic-bezier(0.16,1,0.3,1), background ease-in 200ms;
}
html.comradery-nav-preload:not(.comradery-nav-complete) header#site-header .header-inner {
  height: var(--comradery-nav-final-height,80px);
  overflow: hidden;
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .header-inner {
  animation: comradery-nav-shell-in 420ms cubic-bezier(0.16,1,0.3,1) both;
  width: var(--comradery-nav-collapsed-width,190px);
}
html.comradery-nav-preload.comradery-nav-loaded:not(.comradery-nav-complete) header#site-header .header-inner {
  width: var(--comradery-nav-final-width,100%);
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-container {
  justify-content: center;
}
html.comradery-nav-preload:not(.comradery-nav-complete) header#site-header .nav-container {
  height: var(--comradery-nav-final-height,80px);
  min-height: var(--comradery-nav-final-height,80px);
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-container {
  padding-left: 0;
  padding-right: 0;
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .logo.nav-logo {
  flex: 0 0 auto;
  width: auto;
}
html.comradery-nav-preload header#site-header .logo.nav-logo a {
  animation: comradery-logo-in 540ms cubic-bezier(0.16,1,0.3,1) 80ms both;
  transform-origin: center;
  will-change: opacity, transform;
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .logo.nav-logo a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .menu-main-menu-container,
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-actions {
  flex: 0 0 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  width: 0;
}
html.comradery-nav-preload header#site-header .menu-main-menu-container > ul > li,
html.comradery-nav-preload header#site-header .nav-actions > * {
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: var(--nav-item-delay,700ms);
  will-change: opacity, transform;
}
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .menu-main-menu-container > ul > li,
html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-actions > * {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1120px) {
  html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .menu-main-menu-container > ul > li,
  html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-actions > * {
    transform: translate3d(0,14px,0);
  }
  html.comradery-nav-preload.comradery-nav-loaded header#site-header .menu-main-menu-container > ul > li,
  html.comradery-nav-preload.comradery-nav-loaded header#site-header .nav-actions > * {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}
@media only screen and (max-width: 1119px) {
  html.comradery-nav-preload:not(.comradery-nav-loaded) header#site-header .nav-actions > * {
    transform: translate3d(-14px,0,0);
  }
  html.comradery-nav-preload.comradery-nav-loaded header#site-header .nav-actions > * {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.comradery-nav-preload header#site-header .header-inner,
  html.comradery-nav-preload header#site-header .logo.nav-logo a,
  html.comradery-nav-preload header#site-header .menu-main-menu-container > ul > li,
  html.comradery-nav-preload header#site-header .nav-actions > * {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
html.scrolled header#site-header .header-inner,
.no-header-banner header#site-header .header-inner {
  background: var(--peach,#F6DABC);
}
header#site-header nav.main-man {
  display: block;
  width: 100%;
}
header#site-header .nav-container {
  align-items: center;
  min-height: 42px;
}
header#site-header .logo.nav-logo {
  align-self: center;
  display: flex;
}
header#site-header .logo.nav-logo a {
  align-items: center;
  display: flex;
  min-height: var(--comradery-nav-final-height,80px);
  padding-bottom: 0;
  padding-top: 0;
}
header#site-header .logo.nav-logo .image {
  align-items: center;
  display: flex;
}
header#site-header .logo.nav-logo img {
  display: block;
  height: auto;
  max-height: 42px;
  width: 160px;
}
header#site-header .menu-main-menu-container > ul > li > a:not(.button),
header#site-header button.search-toggle,
header#site-header .search-text {
  color: var(--ink,#050505) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
html header#site-header .header-inner .menu-main-menu-container > ul > li > a:not(.button),
html.scrolled header#site-header .header-inner .menu-main-menu-container > ul > li > a:not(.button),
.no-header-banner header#site-header .header-inner .menu-main-menu-container > ul > li > a:not(.button),
html header#site-header .header-inner .search-text,
html.scrolled header#site-header .header-inner .search-text,
.no-header-banner header#site-header .header-inner .search-text {
  color: var(--ink,#050505);
}
header#site-header .menu-main-menu-container > ul {
  gap: 34px;
}
header#site-header .menu-main-menu-container > ul > li > a:not(.button) {
  padding: 15px 0;
}
@media only screen and (min-width: 1120px) {
  header#site-header .menu-main-menu-container > ul > li > a:not(.button) {
    align-items: center;
    display: inline-flex;
    text-decoration: none !important;
    transition: color 220ms ease;
  }
  header#site-header .menu-main-menu-container > ul > li > a:not(.button) .main-nav__label {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none !important;
    transition: background-size 260ms ease;
  }
  header#site-header .menu-main-menu-container > ul > li > a:not(.button):hover,
  header#site-header .menu-main-menu-container > ul > li > a:not(.button):focus-visible {
    color: var(--green,#44644F) !important;
  }
  header#site-header .menu-main-menu-container > ul > li > a:not(.button):hover .main-nav__label,
  header#site-header .menu-main-menu-container > ul > li > a:not(.button):focus-visible .main-nav__label {
    background-size: 100% 1px;
  }
}
header#site-header .nav-actions {
  gap: 10px;
}
header#site-header .nav-search {
  position: relative;
}
header#site-header button.search-toggle {
  align-items: center;
  background: var(--cream,#FCF7EB);
  border: 0;
  border-radius: 999px;
  color: #6A7682 !important;
  display: inline-flex;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px;
}
header#site-header .nav-actions .search-form-wrapper input {
  background: var(--cream,#FCF7EB);
  border: 0;
  box-shadow: none;
}
body.search-active header#site-header .nav-actions .search-form-wrapper,
header#site-header .nav-actions .search-form-wrapper {
  align-items: center;
  background: var(--cream,#FCF7EB);
  border: 0;
  border-radius: 999px;
  bottom: auto;
  box-shadow: none;
  display: flex;
  height: 40px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.18);
  transform-origin: right center;
  transition: opacity 160ms ease, transform 360ms cubic-bezier(0.16,1,0.3,1), width 360ms cubic-bezier(0.16,1,0.3,1);
  width: 40px;
  z-index: 30;
}
body.search-active header#site-header .nav-actions .search-form-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scaleX(1);
  width: min(340px,calc(100vw - 44px));
}
body.search-active header#site-header button.search-toggle {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1120px) {
  header#site-header .menu-main-menu-container {
    transition: opacity 180ms ease;
  }
  body.search-active header#site-header .menu-main-menu-container {
    opacity: 0;
    pointer-events: none;
  }
}
header#site-header .nav-actions .search-form-wrapper .header-search,
header#site-header .nav-actions .search-form-wrapper .field-search {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
header#site-header .nav-actions .search-form-wrapper input {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #6A7682 !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  min-height: 0;
  outline: none;
  padding: 0 44px 0 42px;
  width: 100%;
}
header#site-header .nav-actions .search-form-wrapper input::placeholder {
  color: #6A7682 !important;
}
header#site-header .nav-actions .search-form-wrapper span.input-icon {
  align-items: center;
  display: flex;
  height: 100%;
  left: 16px;
  position: absolute;
  top: 0;
}
header#site-header .nav-actions .search-form-wrapper span.input-icon svg {
  height: 14px;
  width: 14px;
}
header#site-header .nav-actions .search-form-wrapper svg path,
html.scrolled header#site-header .header-inner .search-form-wrapper svg path,
.no-header-banner header#site-header .header-inner .search-form-wrapper svg path {
  fill: #6A7682;
}
header#site-header .nav-actions .search-form-wrapper .close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #6A7682 !important;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
html.scrolled header#site-header .header-inner .search-form-wrapper input,
.no-header-banner header#site-header .header-inner .search-form-wrapper input {
  color: #6A7682 !important;
}
header#site-header .nav-actions button.search-toggle svg {
  display: block;
  flex: 0 0 auto;
  height: 12px;
  width: 12px;
}
header#site-header .nav-actions button.search-toggle .search-icon,
header#site-header .nav-actions button.search-toggle .search-text {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
header#site-header .search-text {
  color: #727d86 !important;
}
header#site-header .nav-actions button.search-toggle svg path {
  fill: #6A7682;
}
html.scrolled header#site-header .header-inner .nav-actions button.search-toggle svg path,
.no-header-banner header#site-header .header-inner .nav-actions button.search-toggle svg path {
  fill: #6A7682;
}
.comradery-home-hero {
  background: var(--cream,#FCF7EB);
  overflow: hidden;
  padding-top: 286px;
}
.comradery-home-hero__inner {
  margin: 0 auto;
  max-width: 1155px;
  padding: 0;
  position: relative;
  width: calc(100% - 96px);
  z-index: 2;
}
.comradery-home-hero__title {
  color: var(--ink,#050505);
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 128px;
  max-width: 820px;
}
.comradery-home-hero__title:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h1:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h2:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h3:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h4:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h5:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
.site-body h6:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h1:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h2:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h3:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h4:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h5:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
footer#footer-main h6:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped) {
  opacity: 0.01;
  transform: translate3d(0,28px,0);
}
.comradery-text-reveal {
  white-space: normal;
}
.comradery-text-reveal__line {
  display: block;
  overflow: hidden;
}
.comradery-home-hero__title .comradery-text-reveal__line {
  margin-bottom: -0.12em;
  padding-bottom: 0.12em;
}
.comradery-text-reveal__word {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  opacity: 0.01;
  transform: translate3d(0,86%,0);
  transition: transform 980ms cubic-bezier(0.16,1,0.3,1), clip-path 980ms cubic-bezier(0.16,1,0.3,1), opacity 220ms ease;
  transition-delay: calc(120ms + var(--word-index, 0) * 80ms);
  will-change: transform, clip-path, opacity;
}
.comradery-text-reveal.is-visible .comradery-text-reveal__word {
  clip-path: inset(0 -0.05em -0.12em -0.05em);
  opacity: 1;
  transform: translate3d(0,0,0);
}
.comradery-reveal-enabled .comradery-scroll-reveal {
  opacity: 0.01;
  transform: translate3d(0,34px,0);
  transition: opacity 760ms ease, transform 940ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(var(--reveal-index, 0) * 55ms);
  will-change: opacity, transform;
}
.comradery-reveal-enabled .comradery-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.header-banner .header-details,
.header-banner .date,
.header-banner .buttons,
.comradery-home-hero__intro p,
.comradery-page-hero__intro p,
.comradery-text-hero p,
.comradery-icon-hero p,
.comradery-gateway-hero p,
.comradery-project-detail__intro p,
.comradery-project-detail__meta,
.comradery-header-text-reveal {
  opacity: 0.01;
  transform: translate3d(0,28px,0);
  transition: opacity 720ms ease, transform 940ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(180ms + var(--header-text-index, 0) * 90ms);
  will-change: opacity, transform;
}
.comradery-header-text-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.comradery-content-reveal {
  opacity: 0.01;
  transform: translate3d(0,24px,0);
  transition: opacity 680ms ease, transform 880ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(var(--content-heading-delay, 0ms) + var(--content-reveal-index, 0) * 70ms);
  will-change: opacity, transform;
}
.comradery-content-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
html.comradery-nav-preload article.comradery-gateway-card:not(.is-visible),
html.comradery-nav-preload .post-group .article-item:not(.is-visible),
article.comradery-gateway-card.comradery-archive-card-reveal,
.post-group .article-item.comradery-archive-card-reveal {
  backface-visibility: hidden;
  opacity: 0.01;
  perspective: 1000px;
  transform: perspective(1000px) translate3d(0,34px,0) rotateX(62deg);
  transform-origin: 50% 100%;
  transition: clip-path 980ms cubic-bezier(0.16,1,0.3,1), opacity 520ms ease, transform 980ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(100ms + var(--archive-card-index, 0) * 110ms);
  will-change: opacity, transform;
}
article.comradery-gateway-card.comradery-archive-card-reveal.is-visible,
.post-group .article-item.comradery-archive-card-reveal.is-visible {
  opacity: 1;
  transform: perspective(1000px) translate3d(0,0,0) rotateX(0deg);
}
article.comradery-gateway-card.comradery-archive-card-reveal.is-visible:hover,
article.comradery-gateway-card.comradery-archive-card-reveal.is-visible:focus-within,
.post-group .article-item.comradery-archive-card-reveal.is-visible:hover,
.post-group .article-item.comradery-archive-card-reveal.is-visible:focus-within {
  transform: perspective(1000px) translate3d(0,0,0) rotateX(0deg) scale(1.018);
}
.comradery-column-media-reveal {
  opacity: 0.01;
  transform: translate3d(var(--column-media-offset,42px),0,0);
  transition: opacity 720ms ease, transform 980ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(180ms + var(--column-media-index, 0) * 80ms);
  will-change: opacity, transform;
}
.comradery-column-media-reveal--from-left {
  --column-media-offset: -42px;
}
.comradery-column-media-reveal--from-right {
  --column-media-offset: 42px;
}
.comradery-column-media-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.comradery-footer-fade {
  opacity: 0.01;
  transition: opacity 620ms ease;
  transition-delay: calc(140ms + var(--footer-fade-index, 0) * 55ms);
  will-change: opacity;
}
.comradery-footer-fade.is-visible {
  opacity: 1;
}
html.comradery-nav-preload .comradery-home-hero__media,
html.comradery-nav-preload .comradery-page-hero__media,
.comradery-hero-image-flip {
  opacity: 0.01;
  transform: translate3d(0,34px,0) scale(0.94);
  transform-origin: 50% 50%;
  transition: opacity 760ms ease, transform 1100ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(260ms + var(--hero-media-index, 0) * 90ms);
  will-change: opacity, transform;
}
html.comradery-nav-preload .comradery-home-hero__media.is-visible,
html.comradery-nav-preload .comradery-page-hero__media.is-visible,
.comradery-hero-image-flip.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}
html.comradery-nav-preload .comradery-home-hero__intro,
html.comradery-nav-preload .comradery-page-hero__intro,
.comradery-home-hero__intro.comradery-hero-intro-slide,
.comradery-page-hero__intro.comradery-hero-intro-slide {
  background: transparent;
}
.comradery-home-hero__intro:before,
.comradery-page-hero__intro:before,
.comradery-hero-intro-slide:before {
  background: var(--green,#44644F);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 980ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(260ms + var(--hero-panel-index, 0) * 80ms);
  will-change: height;
  z-index: 0;
}
.comradery-home-hero__intro.is-visible:before,
.comradery-page-hero__intro.is-visible:before,
.comradery-hero-intro-slide.is-visible:before {
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .comradery-text-reveal__word {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .comradery-home-hero__title:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h1:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h2:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h3:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h4:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h5:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  .site-body h6:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h1:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h2:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h3:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h4:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h5:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped),
  footer#footer-main h6:not(.comradery-text-reveal):not(.comradery-text-reveal-skipped) {
    opacity: 1;
    transform: none;
  }
  .comradery-reveal-enabled .comradery-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .header-banner .header-details,
  .header-banner .date,
  .header-banner .buttons,
  .comradery-home-hero__intro p,
  .comradery-page-hero__intro p,
  .comradery-text-hero p,
  .comradery-icon-hero p,
  .comradery-gateway-hero p,
  .comradery-project-detail__intro p,
  .comradery-project-detail__meta,
  .comradery-header-text-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .comradery-content-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html.comradery-nav-preload article.comradery-gateway-card:not(.is-visible),
  html.comradery-nav-preload .post-group .article-item:not(.is-visible),
  .comradery-archive-card-reveal,
  .comradery-column-media-reveal {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .comradery-footer-fade {
    opacity: 1;
    transition: none;
  }
  .comradery-single-hero {
    --single-hero-progress: 1;
    --single-hero-current-drop: 0px;
    --single-hero-inset: 0px;
    --single-hero-max-width: 100vw;
  }
  html.comradery-nav-preload .comradery-home-hero__media,
  html.comradery-nav-preload .comradery-page-hero__media,
  .comradery-hero-image-flip {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html.comradery-nav-preload .comradery-home-hero__intro,
  html.comradery-nav-preload .comradery-page-hero__intro,
  .comradery-home-hero__intro.comradery-hero-intro-slide,
  .comradery-page-hero__intro.comradery-hero-intro-slide {
    background: var(--green,#44644F);
  }
  .comradery-home-hero__intro:before,
  .comradery-page-hero__intro:before,
  .comradery-hero-intro-slide:before {
    height: 100%;
    transition: none;
  }
}
.comradery-home-hero__media {
  background: var(--cream,#FCF7EB);
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.comradery-home-hero__image {
  aspect-ratio: 1.7769230769231;
  border-radius: 20px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-home-hero__intro {
  background: var(--green,#44644F);
  color: var(--white,#ffffff);
  isolation: isolate;
  margin-top: -300px;
  overflow: hidden;
  padding: 394px 48px 124px;
  position: relative;
}
.comradery-home-hero__intro > * {
  position: relative;
  z-index: 1;
}
.comradery-home-hero__intro p {
  color: inherit;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
.comradery-home-body {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  overflow: hidden;
}
.comradery-home-button {
  align-items: center;
  background: var(--green,#44644F);
  border: 0;
  border-radius: 999px;
  color: var(--white,#ffffff);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}
.button,
.button.button-primary,
.button.button-outlined,
.button.button-text,
.button.button-white,
button.button,
input[type="submit"],
button[type="submit"],
.acf-form-submit button,
.af-submit button,
.comradery-home-button {
  align-items: center;
  background: var(--green,#44644F);
  border: 1px solid var(--green,#44644F);
  border-radius: 999px;
  color: var(--white,#ffffff);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  transform-origin: center;
  transition: all 200ms ease-in-out;
}
.button:before,
.button:after,
.button.button-primary:before,
.button.button-primary:after,
.button.button-outlined:before,
.button.button-outlined:after,
.button.button-text:before,
.button.button-text:after,
.button.button-white:before,
.button.button-white:after,
button.button:before,
button.button:after,
input[type="submit"]:before,
input[type="submit"]:after,
button[type="submit"]:before,
button[type="submit"]:after,
.acf-form-submit button:before,
.acf-form-submit button:after,
.af-submit button:before,
.af-submit button:after,
.comradery-home-button:before,
.comradery-home-button:after {
  -webkit-mask-image: none !important;
  background: none !important;
  content: none !important;
  display: none !important;
  mask-image: none !important;
}
.button:hover,
button.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.acf-form-submit button:hover,
.af-submit button:hover,
.comradery-home-button:hover {
  background: #E8AB9A;
  border-color: #E8AB9A;
  box-shadow: none;
  color: var(--white,#ffffff);
  animation: comradery-button-cute-bounce 420ms cubic-bezier(0.34,1.56,0.64,1);
  scale: 1;
}
.background--primary .button,
.background--secondary .button,
.background--primary button.button,
.background--secondary button.button,
.background--primary input[type="submit"],
.background--secondary input[type="submit"],
.background--primary button[type="submit"],
.background--secondary button[type="submit"],
.background--primary .acf-form-submit button,
.background--secondary .acf-form-submit button,
.background--primary .af-submit button,
.background--secondary .af-submit button,
.comradery-home-hero__intro .button,
.comradery-home-hero__intro .comradery-home-button,
.comradery-native-about-video .button,
.comradery-native-about-video .comradery-home-button,
.comradery-footer__newsletter button {
  background: #E1AC9A;
  border-color: #E1AC9A;
  color: var(--green,#44644F);
}
.comradery-home-button--small {
  font-size: 13px;
  min-height: 40px;
  padding: 0 20px;
}
.comradery-home-button--peach {
  background: #E1AC9A;
  border-color: #E1AC9A;
  color: var(--green,#44644F);
}
.button:hover,
button.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.acf-form-submit button:hover,
.af-submit button:hover,
.comradery-home-button:hover,
.background--primary .button:hover,
.background--secondary .button:hover,
.background--primary button.button:hover,
.background--secondary button.button:hover,
.background--primary input[type="submit"]:hover,
.background--secondary input[type="submit"]:hover,
.background--primary button[type="submit"]:hover,
.background--secondary button[type="submit"]:hover,
.background--primary .acf-form-submit button:hover,
.background--secondary .acf-form-submit button:hover,
.background--primary .af-submit button:hover,
.background--secondary .af-submit button:hover {
  background: #E8AB9A;
  border-color: #E8AB9A;
  animation: comradery-button-cute-bounce 420ms cubic-bezier(0.34,1.56,0.64,1);
  color: var(--white,#ffffff);
}
@media (prefers-reduced-motion: reduce) {
  .button:hover,
  button.button:hover,
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  .acf-form-submit button:hover,
  .af-submit button:hover,
  .comradery-home-button:hover,
  .background--primary .button:hover,
  .background--secondary .button:hover,
  .background--primary button.button:hover,
  .background--secondary button.button:hover,
  .background--primary input[type="submit"]:hover,
  .background--secondary input[type="submit"]:hover,
  .background--primary button[type="submit"]:hover,
  .background--secondary button[type="submit"]:hover,
  .background--primary .acf-form-submit button:hover,
  .background--secondary .acf-form-submit button:hover,
  .background--primary .af-submit button:hover,
  .background--secondary .af-submit button:hover {
    animation: none;
  }
}
.comradery-native-feature,
.comradery-native-services,
.comradery-native-testimonial,
.comradery-native-image-cta,
.comradery-native-team,
.comradery-native-about-video,
.comradery-native-values,
.comradery-native-contact-hero,
.comradery-native-contact-form,
.comradery-native-contact-image {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
}
.comradery-native-feature article,
.comradery-native-services article,
.comradery-native-image-cta article,
.comradery-native-team article,
.comradery-native-values article,
.comradery-native-contact-hero article,
.comradery-native-contact-form article,
.comradery-native-contact-image article {
  margin: 0 auto;
  max-width: 1360px;
}
.comradery-native-feature {
  padding: 112px 48px 100px;
}
.comradery-native-feature article {
  align-items: center;
  gap: 96px;
  justify-content: center;
  max-width: 1155px;
}
.comradery-native-feature .major-title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 60px;
  margin: 0 0 24px;
}
.comradery-native-feature .wysiwyg-text-block {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 28px;
  max-width: 420px;
}
.comradery-native-feature .grid-block:nth-child(2) {
  justify-self: center;
  max-width: 455px;
  position: relative;
}
.comradery-native-feature__video-column {
  justify-self: center;
  max-width: 455px;
  position: relative;
}
.comradery-native-feature__video {
  aspect-ratio: 0.5625;
  background: #050505;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: transform 220ms ease;
  width: 100%;
}
.comradery-native-feature__video:hover,
.comradery-native-feature__video:focus-visible {
  transform: translate3d(0,-4px,0);
}
.comradery-native-feature__video-column.is-playing .comradery-native-feature__video {
  cursor: default;
  transform: none;
}
.comradery-native-feature img.image-block {
  aspect-ratio: 0.5625;
  border-radius: 16px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-native-feature__video img.image-block,
.comradery-native-feature__iframe {
  height: 100%;
}
.comradery-native-feature__iframe {
  border: 0;
  display: block;
  width: 100%;
}
.comradery-inline-video-poster {
  appearance: none;
  background: #050505;
  border: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: transform 220ms ease;
  width: 100%;
}
.comradery-inline-video-poster:hover,
.comradery-inline-video-poster:focus-visible {
  transform: translate3d(0,-4px,0);
}
.comradery-inline-video-poster.is-playing {
  cursor: default;
  transform: none;
}
.comradery-inline-video-poster__iframe {
  aspect-ratio: 1.7777777777778;
  border: 0;
  display: block;
  width: 100%;
}
.comradery-inline-video-poster.style-square .comradery-inline-video-poster__iframe {
  aspect-ratio: 1;
}
.comradery-inline-video-poster.style-portrait .comradery-inline-video-poster__iframe {
  aspect-ratio: 0.5625;
}
.comradery-native-feature .comradery-inline-video-poster {
  border-radius: 16px;
}
.comradery-native-services {
  padding: 104px 48px 96px;
}
.comradery-native-services article {
  gap: 96px;
  justify-content: center;
  max-width: 1155px;
}
.comradery-native-services .major-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 18px;
}
.comradery-native-services .wysiwyg-text-block {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 320px;
}
.comradery-native-services .accordion {
  border-top: 1px solid rgba(68,100,79,0.3);
  margin: 0;
}
.comradery-native-services .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(68,100,79,0.3);
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.comradery-native-services .accordion-item .expander {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}
.comradery-native-services .accordion-item .expander .h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.comradery-native-services .accordion-item .toggle-icon {
  background: transparent url("../../images/icon_accordion.svg") center / 32px 32px no-repeat;
  border-radius: 0;
  display: block;
  flex: 0 0 32px;
  height: 32px;
  transform: rotate(0deg);
  transition: transform ease-in 200ms;
  width: 32px;
}
.comradery-native-services .accordion-item:not(.active) .toggle-icon {
  transform: rotate(180deg);
}
.comradery-native-services .accordion-item .expander-target {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 22px;
}
.comradery-native-testimonial {
  padding-bottom: 104px;
}
.comradery-native-image-cta {
  padding: 0 48px 112px;
}
.comradery-native-image-cta article {
  max-width: 1155px;
}
.comradery-native-image-cta .content-image-inner {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(320px,520px) minmax(300px,470px);
}
.comradery-native-image-cta .image-column,
.comradery-native-image-cta .image-column img {
  border-radius: 8px;
  overflow: hidden;
}
.comradery-native-image-cta .image-column img {
  aspect-ratio: 0.93693693693694;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-native-image-cta .content-container h2,
.comradery-native-image-cta .content-container h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 26px;
}
.comradery-native-image-cta .content-container {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
.comradery-native-team {
  padding: 250px 48px 116px;
}
.comradery-native-team article {
  align-items: start;
  gap: 30px;
}
.comradery-native-team article > .grid-block:first-child {
  padding-right: 24px;
}
.comradery-native-team .major-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 36px;
}
.comradery-native-team .wysiwyg-text-block {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 28px;
}
.comradery-native-team article > .grid-block:not(:first-child) img.image-block {
  aspect-ratio: 1;
  border-radius: 12px;
  display: block;
  height: auto;
  margin-bottom: 28px;
  object-fit: cover;
  width: 100%;
}
.comradery-native-team article > .grid-block:not(:first-child) .major-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 7px;
}
.comradery-native-team article > .grid-block:not(:first-child) .wysiwyg-text-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.comradery-native-about-video {
  background: var(--green,#44644F);
  color: var(--white,#ffffff) !important;
  padding: 110px 80px 128px;
  text-align: center;
}
.comradery-native-about-video article {
  margin: 0 auto;
  max-width: 1155px;
}
.comradery-native-about-video img.image-block {
  aspect-ratio: 1.7534246575342;
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 0 auto 84px;
  object-fit: cover;
  width: 100%;
}
.comradery-native-about-video .comradery-inline-video-poster {
  border-radius: 12px;
  margin: 0 auto 84px;
  max-width: 1155px;
}
.comradery-native-about-video .comradery-inline-video-poster img.image-block {
  margin: 0;
}
.comradery-native-about-video .comradery-inline-video-poster__iframe {
  aspect-ratio: 1.7534246575342;
}
.comradery-native-about-video .grid-block {
  position: relative;
}
.comradery-native-about-video .grid-block:before {
  background: var(--peach,#F6DABC);
  border-radius: 999px;
  content: '';
  height: 84px;
  left: 50%;
  position: absolute;
  top: calc((100vw - 160px) * 0.285);
  transform: translate(-50%,-50%);
  width: 84px;
  z-index: 2;
}
.comradery-native-about-video .grid-block:after {
  border-bottom: 16px solid transparent;
  border-left: 23px solid var(--green,#44644F);
  border-top: 16px solid transparent;
  content: '';
  left: 50%;
  position: absolute;
  top: calc((100vw - 160px) * 0.285);
  transform: translate(-35%,-50%);
  z-index: 3;
}
.comradery-native-about-video .comradery-inline-video-poster ~ .major-title,
.comradery-native-about-video .major-title,
.comradery-native-about-video .wysiwyg-text-block,
.comradery-native-about-video .wysiwyg-text-block p {
  color: var(--white,#ffffff) !important;
}
.comradery-native-about-video .comradery-inline-video-poster ~ .major-title {
  color: var(--white,#ffffff) !important;
}
.comradery-native-about-video .grid-block:before,
.comradery-native-about-video .grid-block:after {
  content: none;
}
.comradery-native-about-video .major-title {
  color: inherit;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 28px;
}
.comradery-native-about-video .wysiwyg-text-block {
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto 32px;
  max-width: 760px;
}
.comradery-native-about-video .wysiwyg-text-block p {
  color: inherit;
}
.comradery-native-about-video .major-title,
.comradery-native-about-video .wysiwyg-text-block,
.comradery-native-about-video .wysiwyg-text-block p {
  color: var(--white,#ffffff) !important;
}
.comradery-native-values {
  padding: 110px 48px 114px;
}
.comradery-native-values article {
  align-items: center;
  gap: 64px;
}
.comradery-native-values img.image-block {
  aspect-ratio: 0.98214285714286;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-native-values .major-title {
  color: var(--ink,#050505);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 46px;
}
.comradery-native-values .wysiwyg-text-block h3 {
  border-top: 1px solid rgba(68,100,79,0.35);
  color: var(--ink,#050505);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  padding: 24px 0 12px;
}
.comradery-native-values .wysiwyg-text-block h3:first-child {
  border-top: 0;
  padding-top: 0;
}
.comradery-native-values .wysiwyg-text-block p {
  border-bottom: 1px solid rgba(68,100,79,0.35);
  color: var(--ink,#050505);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  padding-bottom: 27px;
}
.comradery-native-contact-hero {
  padding: 260px 48px 94px;
}
.comradery-native-contact-hero article {
  align-items: center;
}
.comradery-native-contact-hero .major-title {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 58px;
}
.comradery-native-contact-hero .wysiwyg-text-block {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 640px;
}
.comradery-native-contact-hero article > .grid-block:nth-child(2) {
  display: flex;
  justify-self: end;
  position: relative;
}
.comradery-native-contact-hero article > .grid-block:nth-child(2):before {
  background: var(--green,#44644F);
  border-radius: 999px;
  content: '';
  display: block;
  height: 210px;
  width: 210px;
}
.comradery-native-contact-hero article > .grid-block:nth-child(2):after {
  border: 6px solid var(--white,#ffffff);
  box-shadow: 16px 17px 0 -13px var(--white,#ffffff), -16px 17px 0 -13px var(--white,#ffffff);
  content: '';
  height: 48px;
  margin-left: -140px;
  margin-top: 81px;
  position: absolute;
  width: 70px;
}
.comradery-icon-hero {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  padding: 260px 48px 94px;
}
.comradery-icon-hero__inner {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0,1fr) 208px;
  margin: 0 auto;
  max-width: 1155px;
  width: 100%;
}
.comradery-icon-hero h1 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 58px;
}
.comradery-icon-hero p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 640px;
}
.comradery-icon-hero__icon {
  display: block;
  height: 208px;
  justify-self: end;
  width: 208px;
}
.comradery-text-hero {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  padding: 260px 48px 96px;
}
.comradery-text-hero__inner {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(320px,420px) minmax(420px,780px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1155px;
}
.comradery-text-hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}
.comradery-text-hero p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}
.comradery-native-contact-form {
  padding: 0 48px 126px;
}
.comradery-native-contact-form article {
  gap: 72px;
}
.comradery-native-contact-form .major-title,
.comradery-contact-form-block h2 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 42px;
}
.comradery-native-contact-form .wysiwyg-text-block,
.comradery-contact-form-block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.comradery-contact-form-block {
  display: none;
}
.comradery-native-contact-image {
  padding: 0 48px 126px;
}
.comradery-native-contact-image img.image-block {
  aspect-ratio: 2.3859649122807;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-about-body {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  overflow: hidden;
}
.comradery-team-card,
.comradery-project-card,
.comradery-contact-card,
.comradery-gateway-card {
  margin: 0;
  max-width: none;
  overflow: visible;
  width: 100%;
}
article.comradery-gateway-card {
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
article.comradery-gateway-card:hover,
article.comradery-gateway-card:focus-within {
  transform: scale(1.018);
}
.comradery-about-team {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(280px,392px) minmax(520px,880px);
  justify-content: center;
  padding: 250px 48px 116px;
}
.comradery-about-team__intro h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 36px;
}
.comradery-about-team__intro p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 28px;
  max-width: 350px;
}
.comradery-about-team__intro .comradery-home-button {
  margin-top: 14px;
}
.comradery-about-team__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2,minmax(240px,1fr));
}
.comradery-team-card img {
  aspect-ratio: 1;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-team-card h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 28px 0 7px;
}
.comradery-team-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px;
}
.comradery-team-card a,
.comradery-team-profile__toggle {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.comradery-team-profile {
  font-size: 14px;
  line-height: 1.45;
}
.comradery-team-profile__role {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px;
}
.comradery-team-profile__more {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(0.16,1,0.3,1), opacity 260ms ease;
}
.comradery-team-profile.is-open .comradery-team-profile__more {
  opacity: 1;
}
.comradery-team-profile__bio p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 18px;
}
.comradery-team-profile__focus {
  margin: 0 0 20px;
}
.comradery-team-profile__focus-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.comradery-team-profile__focus ul {
  margin: 0;
  padding-left: 18px;
}
.comradery-team-profile__focus li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 4px;
}
.comradery-team-profile__toggle {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  padding: 0;
}
.comradery-team-profile__label--open,
.comradery-team-profile.is-open .comradery-team-profile__label--closed {
  display: none;
}
.comradery-team-profile.is-open .comradery-team-profile__label--open {
  display: inline;
}
.comradery-native-team article > .grid-block:not(:first-child) .comradery-team-profile {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.comradery-about-video {
  background: var(--green,#44644F);
  color: var(--white,#ffffff);
  padding: 110px 80px 128px;
  text-align: center;
}
.comradery-about-video__poster {
  border-radius: 12px;
  display: block;
  margin: 0 auto 84px;
  max-width: 1155px;
  overflow: hidden;
  position: relative;
}
.comradery-about-video__poster img {
  aspect-ratio: 1.7534246575342;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-about-video__poster:after {
  background: transparent url("../../images/comradery/video_play_icon@2x.png") center / contain no-repeat;
  content: '';
  height: 99px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 99px;
}
.comradery-about-video__poster:before {
  content: none;
}
.comradery-about-video h2 {
  color: inherit;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 28px;
}
.comradery-about-video p {
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto 32px;
  max-width: 760px;
}
.comradery-about-video p,
.comradery-about-video h2 {
  color: var(--white,#ffffff);
}
.comradery-about-values {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(360px,660px) minmax(360px,620px);
  justify-content: center;
  padding: 110px 48px 114px;
}
.comradery-about-values__image {
  border-radius: 12px;
  overflow: hidden;
}
.comradery-about-values__image img {
  aspect-ratio: 0.98214285714286;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-about-values h2 {
  color: var(--ink,#050505);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 46px;
}
.comradery-about-value {
  border-bottom: 1px solid rgba(68,100,79,0.35);
  padding: 0 0 27px;
}
.comradery-about-value + .comradery-about-value {
  padding-top: 24px;
}
.comradery-about-value h3 {
  color: var(--ink,#050505);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.comradery-about-value p {
  color: var(--ink,#050505);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}
.comradery-about-values .comradery-home-button {
  margin-top: 28px;
}
.comradery-page-hero,
.comradery-services-page,
.comradery-contact-page,
.comradery-gateway-page,
.comradery-project-detail {
  background: var(--cream,#FCF7EB);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  overflow: hidden;
}
.comradery-page-hero {
  padding-top: 260px;
}
.header-banner.comradery-header--no-bottom-padding {
  padding-bottom: 0 !important;
}
.comradery-page-hero__inner {
  margin: 0 auto;
  max-width: 1155px;
  padding: 0;
  position: relative;
  width: calc(100% - 96px);
  z-index: 2;
}
.comradery-page-hero h1 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 140px;
}
.comradery-page-hero__media {
  background: var(--cream,#FCF7EB);
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.comradery-page-hero__media img {
  aspect-ratio: 1.7769230769231;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-page-hero__intro {
  background: var(--green,#44644F);
  color: var(--white,#ffffff);
  isolation: isolate;
  margin-top: -318px;
  overflow: hidden;
  padding: 430px 48px 126px;
  position: relative;
}
.comradery-page-hero__intro > * {
  position: relative;
  z-index: 1;
}
.comradery-page-hero__intro p {
  color: inherit;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}
.comradery-services--page {
  padding-bottom: 126px;
  padding-top: 126px;
}
.comradery-contact-hero {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(520px,1fr) 220px;
  margin: 0 auto;
  max-width: 1360px;
  padding: 260px 48px 94px;
}
.comradery-contact-hero h1 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 58px;
}
.comradery-contact-hero p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 640px;
}
.comradery-contact-hero__icon {
  align-items: center;
  background: var(--green,#44644F);
  border-radius: 999px;
  display: flex;
  height: 210px;
  justify-content: center;
  justify-self: end;
  width: 210px;
}
.comradery-contact-hero__icon span {
  border: 6px solid var(--white,#ffffff);
  height: 48px;
  position: relative;
  width: 70px;
}
.comradery-contact-hero__icon span:before,
.comradery-contact-hero__icon span:after {
  background: var(--white,#ffffff);
  content: '';
  height: 6px;
  position: absolute;
  top: 18px;
  width: 42px;
}
.comradery-contact-hero__icon span:before {
  left: -4px;
  transform: rotate(32deg);
}
.comradery-contact-hero__icon span:after {
  right: -4px;
  transform: rotate(-32deg);
}
.comradery-contact-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2,minmax(280px,1fr));
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 48px 112px;
}
.comradery-contact-card {
  border: 1px solid rgba(68,100,79,0.45);
  border-radius: 16px;
  padding: 48px;
}
.comradery-contact-card h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.comradery-contact-card p,
.comradery-contact-card a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.comradery-contact-card p {
  color: rgba(5,5,5,0.66);
  margin: 0 0 18px;
}
.comradery-contact-card a {
  color: inherit;
  margin-top: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.comradery-contact-form-section {
  display: block;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 48px 126px;
}
.comradery-contact-form-section > article {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(360px,610px) minmax(520px,670px);
}
.comradery-contact-form-section .grid-block {
  float: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.comradery-contact-form-section h2 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 42px;
}
.comradery-contact-form-section p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.comradery-contact-form,
.comradery-contact-form-section .af-form .acf-fields,
.comradery-contact-form-section .af-form .af-fields {
  display: grid;
  gap: 28px 26px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.comradery-contact-form label,
.comradery-contact-form-section .af-form .acf-field {
  display: grid;
  gap: 17px;
}
.comradery-contact-form span,
.comradery-contact-form-section .af-form .acf-label label {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
.comradery-contact-form input,
.comradery-contact-form select,
.comradery-contact-form textarea,
.comradery-contact-form-section .af-form input,
.comradery-contact-form-section .af-form select,
.comradery-contact-form-section .af-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(68,100,79,0.5);
  border-radius: 0;
  color: inherit;
  font-size: 17px;
  min-height: 44px;
  padding: 0;
}
.comradery-contact-form textarea,
.comradery-contact-form-section .af-form textarea {
  min-height: 188px;
  resize: vertical;
}
.comradery-contact-form__wide,
.comradery-contact-form button,
.comradery-contact-form-section .af-form .af-field[data-name="preferred_appointment_date_time"],
.comradery-contact-form-section .af-form .af-field[data-name="message"],
.comradery-contact-form-section .af-form .af-submit {
  grid-column-start: 1;
  grid-column-end: -1;
}
.comradery-contact-form-section .af-form .acf-fields > .acf-field,
.comradery-contact-form-section .af-form .af-fields > .af-field {
  border: 0;
  padding: 0;
  width: auto !important;
}
.comradery-contact-form-section .af-form .acf-label {
  margin: 0;
}
.comradery-contact-form-section .af-form .acf-input,
.comradery-contact-form-section .af-form .acf-input-wrap,
.comradery-contact-form-section .af-form input,
.comradery-contact-form-section .af-form select,
.comradery-contact-form-section .af-form textarea {
  width: 100%;
}
body.page-contact .comradery-contact-form-section .af-form input,
body.page-contact .comradery-contact-form-section .af-form select,
body.page-contact .comradery-contact-form-section .af-form textarea {
  background-image: linear-gradient(#e1ac9a,#e1ac9a);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 2px;
  outline: 0;
  transition: background-size 420ms cubic-bezier(0.16,1,0.3,1), border-color 260ms ease;
  transform-origin: center bottom;
}
@keyframes comradery-field-focus-bounce {
  0% {
    transform: scale(1);
  }
  52% {
    transform: scale(1.018);
  }
  76% {
    transform: scale(0.997);
  }
  100% {
    transform: scale(1.006);
  }
}
body.page-contact .comradery-contact-form-section .af-form input:hover,
body.page-contact .comradery-contact-form-section .af-form select:hover,
body.page-contact .comradery-contact-form-section .af-form textarea:hover {
  border-bottom-color: rgba(68,100,79,0.9);
}
body.page-contact .comradery-contact-form-section .af-form input::placeholder,
body.page-contact .comradery-contact-form-section .af-form textarea::placeholder {
  transition: color 260ms ease;
}
body.page-contact .comradery-contact-form-section .af-form input:focus,
body.page-contact .comradery-contact-form-section .af-form select:focus,
body.page-contact .comradery-contact-form-section .af-form textarea:focus {
  background-size: 100% 2px;
  border-bottom-color: transparent;
  animation: comradery-field-focus-bounce 520ms cubic-bezier(0.16,1,0.3,1) both;
  outline: 0;
}
body.page-contact .comradery-contact-form-section .af-form input:focus::placeholder,
body.page-contact .comradery-contact-form-section .af-form textarea:focus::placeholder {
  color: #e1ac9a;
}
body.page-contact .comradery-contact-form-section .af-form input:focus-visible,
body.page-contact .comradery-contact-form-section .af-form select:focus-visible,
body.page-contact .comradery-contact-form-section .af-form textarea:focus-visible {
  outline: 0;
}
body.page-contact.comradery-datepicker-open:before {
  background: rgba(5,5,5,0.42);
  content: "";
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
body.page-contact .ui-datepicker {
  background: var(--cream,#FCF7EB);
  border: 1px solid rgba(68,100,79,0.35);
  border-radius: 20px;
  bottom: 28px !important;
  box-shadow: 0 24px 70px rgba(5,5,5,0.22);
  color: var(--ink,#050505);
  font-family: inherit;
  left: 50% !important;
  padding: 18px;
  pointer-events: auto;
  position: fixed !important;
  right: auto !important;
  top: auto !important;
  transform: translate3d(-50%,20px,0);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.16,1,0.3,1);
  width: 420px;
  z-index: 1001 !important;
}
body.page-contact.comradery-datepicker-open .ui-datepicker {
  transform: translate3d(-50%,0,0);
}
body.page-contact .ui-datepicker .ui-datepicker-header {
  align-items: center;
  background: var(--peach,#F6DABC);
  border: 0;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0,1fr) 32px;
  padding: 10px;
}
body.page-contact .ui-datepicker .ui-datepicker-prev,
body.page-contact .ui-datepicker .ui-datepicker-next {
  align-items: center;
  background: var(--cream,#FCF7EB);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  height: 29px;
  justify-content: center;
  pointer-events: auto;
  position: static;
  width: 29px;
  z-index: 2;
}
body.page-contact .ui-datepicker .ui-datepicker-prev {
  grid-column: 1;
  grid-row: 1;
}
body.page-contact .ui-datepicker .ui-datepicker-next {
  grid-column: 3;
  grid-row: 1;
}
body.page-contact .ui-datepicker .ui-datepicker-prev span,
body.page-contact .ui-datepicker .ui-datepicker-next span {
  background: transparent;
  border-left: 2px solid var(--green,#44644F);
  border-top: 2px solid var(--green,#44644F);
  display: block;
  height: 8px;
  left: auto !important;
  margin: 0;
  opacity: 0.78;
  overflow: hidden;
  position: static !important;
  text-indent: 999px;
  top: auto !important;
  width: 8px;
}
body.page-contact .ui-datepicker .ui-datepicker-prev span {
  transform: rotate(-45deg);
}
body.page-contact .ui-datepicker .ui-datepicker-next span {
  transform: rotate(135deg);
}
body.page-contact .ui-datepicker .ui-datepicker-title {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  grid-column: 2;
  grid-row: 1;
  line-height: 1;
  margin: 0;
}
body.page-contact .ui-datepicker select.ui-datepicker-month,
body.page-contact .ui-datepicker select.ui-datepicker-year,
body.page-contact .ui-datepicker .ui-timepicker-div select {
  background: var(--cream,#FCF7EB);
  border: 1px solid rgba(68,100,79,0.35);
  border-radius: 8px;
  color: var(--ink,#050505);
  font-size: 15px;
  font-weight: 600;
  height: 36px;
  padding: 0 10px;
  width: 100%;
}
body.page-contact .ui-datepicker table {
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 15px;
  margin: 12px 0;
}
body.page-contact .ui-datepicker th {
  color: rgba(5,5,5,0.68);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 0;
}
body.page-contact .ui-datepicker td {
  padding: 0;
}
body.page-contact .ui-datepicker td span,
body.page-contact .ui-datepicker td a {
  align-items: center;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(68,100,79,0.18);
  border-radius: 8px;
  color: var(--ink,#050505);
  display: flex;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
body.page-contact .ui-datepicker td a:hover {
  background: var(--peach,#F6DABC);
  border-color: var(--green,#44644F);
}
body.page-contact .ui-datepicker td .ui-state-highlight {
  background: rgba(225,172,154,0.24);
  border-color: #e1ac9a;
}
body.page-contact .ui-datepicker td .ui-state-active {
  background: var(--peach,#F6DABC);
  border-color: var(--green,#44644F);
}
body.page-contact .ui-datepicker .ui-timepicker-div {
  border-top: 1px solid rgba(68,100,79,0.22);
  margin-top: 10px;
  padding-top: 12px;
}
body.page-contact .ui-datepicker .ui-timepicker-div dl {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}
body.page-contact .ui-datepicker .ui-timepicker-div dt,
body.page-contact .ui-datepicker .ui-timepicker-div dd {
  margin: 0;
}
body.page-contact .ui-datepicker .ui-timepicker-div dt,
body.page-contact .ui-datepicker .ui_tpicker_time,
body.page-contact .ui-datepicker .ui_tpicker_second,
body.page-contact .ui-datepicker .ui_tpicker_millisec,
body.page-contact .ui-datepicker .ui_tpicker_microsec,
body.page-contact .ui-datepicker .ui_tpicker_timezone {
  display: none !important;
}
body.page-contact .ui-datepicker .ui_tpicker_hour,
body.page-contact .ui-datepicker .ui_tpicker_minute {
  display: block !important;
  flex: 1 1 0;
}
body.page-contact .ui-datepicker .ui-datepicker-buttonpane {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
  padding: 0;
}
body.page-contact .ui-datepicker .ui-datepicker-buttonpane button {
  background: var(--green,#44644F);
  border: 0;
  border-radius: 999px;
  color: var(--white,#ffffff);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  min-height: 38px;
  padding: 0 18px;
  width: 100%;
}
body.page-contact .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}
body.page-contact .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  float: none;
}
.comradery-related-posts {
  background: var(--cream,#FCF7EB);
  padding: 96px 48px 120px;
}
.comradery-related-posts__inner {
  margin: 0 auto;
  max-width: 1155px;
}
.comradery-related-posts h2 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 64px;
}
.comradery-related-posts__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
#cboxOverlay {
  background: rgba(5,5,5,0.72) !important;
}
#colorbox {
  outline: 0;
  z-index: 10000;
}
#cboxContent,
#cboxLoadedContent {
  background: transparent !important;
}
#cboxLoadedContent {
  border-radius: 16px;
  overflow: hidden !important;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  align-items: center;
  background: var(--peach,#F6DABC) !important;
  border: 1px solid var(--green,#44644F) !important;
  border-radius: 999px;
  color: transparent;
  display: flex !important;
  height: 48px !important;
  justify-content: center;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  opacity: 1;
  text-indent: 0 !important;
  width: 48px !important;
}
#cboxPrevious:before,
#cboxNext:before,
#cboxClose:before,
#cboxClose:after {
  background: var(--green,#44644F);
  content: "";
  display: block;
  position: absolute;
}
#cboxPrevious,
#cboxNext {
  top: 50% !important;
}
#cboxPrevious {
  left: -72px !important;
  transform: translateY(-50%) !important;
}
#cboxNext {
  right: -72px !important;
  transform: translateY(-50%) !important;
}
#cboxPrevious:before,
#cboxNext:before {
  border-left: 3px solid var(--green,#44644F);
  border-top: 3px solid var(--green,#44644F);
  height: 13px;
  width: 13px;
}
#cboxPrevious:before {
  background: transparent;
  transform: rotate(-45deg);
}
#cboxNext:before {
  background: transparent;
  transform: rotate(135deg);
}
#cboxClose {
  position: fixed !important;
  right: 28px !important;
  top: 28px !important;
  transform: none !important;
}
#cboxClose:before,
#cboxClose:after {
  height: 2px;
  width: 18px;
}
#cboxClose:before {
  transform: rotate(45deg);
}
#cboxClose:after {
  transform: rotate(-45deg);
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  transform: scale(1.05);
}
#cboxPrevious:hover {
  transform: translateY(-50%) scale(1.05) !important;
}
#cboxNext:hover {
  transform: translateY(-50%) scale(1.05) !important;
}
@media only screen and (max-width: 900px) {
  .comradery-native-feature article > .grid-block + .grid-block {
    margin-top: 40px;
  }
  .comradery-related-posts {
    padding-left: 24px;
    padding-right: 24px;
  }
  .comradery-related-posts__grid {
    gap: 28px;
  }
  #cboxPrevious {
    left: 18px !important;
  }
  #cboxNext {
    right: 18px !important;
  }
}
@media only screen and (max-width: 700px) {
  body.page-contact .ui-datepicker {
    bottom: 16px !important;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    touch-action: pan-y;
    width: calc(100% - 32px);
  }
  .comradery-related-posts {
    padding: 72px 24px 88px;
  }
  .comradery-related-posts h2 {
    font-size: 42px;
    margin-bottom: 38px;
  }
  .comradery-related-posts__grid {
    grid-template-columns: 1fr;
  }
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    height: 42px !important;
    width: 42px !important;
  }
  #cboxClose {
    right: 16px !important;
    top: 16px !important;
  }
}
.comradery-contact-form button,
.comradery-contact-form-section .af-form .af-submit button {
  align-items: center;
  background: var(--green,#44644F);
  border: 0;
  border-radius: 999px;
  color: var(--white,#ffffff);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  justify-self: start;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}
.comradery-contact-image {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 48px 126px;
}
.comradery-contact-image img {
  aspect-ratio: 2.3859649122807;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-gateway-hero {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(320px,420px) minmax(420px,780px);
  justify-content: center;
  padding: 260px 48px 96px;
}
.comradery-gateway-hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}
.comradery-gateway-hero p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}
.comradery-gateway-grid {
  display: grid;
  gap: 78px 24px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: -15px auto 0;
  max-width: 1360px;
  overflow: visible;
  padding: 15px 48px 126px;
}
.comradery-gateway-card a {
  background: transparent;
  border-radius: 5px;
  box-shadow: 0 0 0 0 transparent;
  color: inherit;
  display: block;
  text-decoration: none;
  transition: background 260ms ease, box-shadow 260ms ease;
}
.comradery-gateway-card a:hover,
.comradery-gateway-card a:focus-visible {
  background: #F6DABC;
  box-shadow: 0 0 0 15px #F6DABC;
}
.comradery-gateway-card img {
  aspect-ratio: 2.0903225806452;
  border-radius: 10px;
  display: block;
  height: auto;
  margin-bottom: 34px;
  object-fit: cover;
  width: 100%;
}
.comradery-gateway-card__meta {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.comradery-gateway-card__title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 22px;
}
.comradery-gateway-card__text {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 24px;
}
.comradery-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: -44px auto 112px;
  max-width: 1155px;
  padding: 0 48px;
}
.comradery-pagination .page-numbers {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(68,100,79,0.45);
  border-radius: 999px;
  color: var(--green,#44644F);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-width: 40px;
  padding: 0 15px;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}
.comradery-pagination a.page-numbers:hover,
.comradery-pagination a.page-numbers:focus-visible,
.comradery-pagination .page-numbers.current {
  background: var(--green,#44644F);
  border-color: var(--green,#44644F);
  color: var(--white,#ffffff);
}
.comradery-pagination .page-numbers.dots {
  border-color: transparent;
  min-width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.comradery-single-hero {
  --single-hero-progress: 0;
  --single-hero-top-offset: 190px;
  --single-hero-drop: 200px;
  --single-hero-current-drop: var(--single-hero-drop);
  --single-hero-inset: 96px;
  --single-hero-inset-start: 96px;
  --single-hero-max-width: 1330px;
  background: var(--cream,#FCF7EB);
  overflow: visible;
  padding-bottom: var(--single-hero-current-drop,100px);
  padding-top: var(--single-hero-top-offset,190px);
}
.comradery-single-hero picture {
  aspect-ratio: 2.5531914893617;
  border-radius: var(--single-hero-radius,16px);
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--single-hero-max-width,1330px);
  opacity: 0.01;
  overflow: hidden;
  transform: translate3d(0,var(--single-hero-current-drop,100px),0);
  width: calc(100% - var(--single-hero-inset, 96px));
  transition: opacity 620ms ease;
  will-change: max-width, opacity, transform, width;
}
.comradery-single-hero.is-load-visible picture {
  opacity: 1;
}
.comradery-single-hero img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.comradery-post-detail__intro {
  padding: 72px 24px 34px;
}
.comradery-post-detail__intro article {
  max-width: 870px;
}
.comradery-post-detail__intro h1 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 18px;
}
.comradery-post-detail__intro .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.comradery-project-detail__intro {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(520px,760px) minmax(260px,350px);
  justify-content: center;
  padding: 118px 48px 112px;
}
.comradery-project-detail__intro h1 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 6px;
}
.comradery-project-detail__intro h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 28px;
}
.comradery-project-detail__intro p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 24px;
}
.comradery-project-detail__meta {
  display: grid;
  gap: 30px;
  margin: 80px 0 0;
}
.comradery-project-detail__meta-item {
  border-left: 1px solid rgba(68,100,79,0.45);
  padding-left: 16px;
}
.comradery-project-detail__meta-title {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.comradery-project-detail__meta-value {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}
.comradery-impact {
  align-items: end;
  background: var(--green,#44644F);
  color: var(--white,#ffffff);
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4,minmax(130px,1fr));
  padding: 86px 80px 78px;
  text-align: center;
}
.comradery-impact h2 {
  font-size: 35px;
  font-weight: 600;
  grid-column-start: 1;
  grid-column-end: -1;
  line-height: 1.1;
  margin: 0 0 26px;
  white-space: nowrap;
}
.comradery-impact h2 span {
  display: inline-block;
}
.comradery-impact strong {
  display: block;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.comradery-impact span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.comradery-project-strip {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.55fr 1.45fr 0.55fr;
  padding: 112px 0 100px;
}
.comradery-project-image-slider {
  overflow: hidden;
  padding: 112px 0 100px;
}
.comradery-project-image-slider h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 24px;
  max-width: 1155px;
  padding: 0 48px;
}
.comradery-project-image-slider__rail:not(.slick-initialized) {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.comradery-project-image-slider__slide {
  padding: 0 12px;
}
.comradery-project-image-slider__slide img {
  aspect-ratio: 1.7674418604651;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-project-image-slider .slick-arrow,
.comradery-testimonial-slider .slick-arrow {
  background: #E8AB9A;
  border: 0;
  border-radius: 999px;
  height: 40px;
  min-height: 40px;
  width: 40px;
  z-index: 2;
}
.comradery-testimonial-slider .slick-arrow {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border: 0;
  height: 48px;
  margin: 0;
  min-height: 48px;
  min-width: 48px;
  overflow: hidden;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.comradery-project-image-slider .slick-arrow:before,
.comradery-testimonial-slider .slick-arrow:before {
  content: '';
  display: block;
  height: 9px;
  opacity: 1;
  width: 9px;
}
.comradery-testimonial-slider .slick-arrow:before {
  content: none;
  display: none;
}
.comradery-project-image-slider .slick-prev,
.comradery-testimonial-slider .slick-prev {
  left: 48px;
}
.comradery-project-image-slider .slick-next,
.comradery-testimonial-slider .slick-next {
  right: 48px;
}
.comradery-testimonial-slider .slick-prev {
  background-image: url("../../images/comradery/testimonial_prev@2x.png");
  left: -80px;
}
.comradery-testimonial-slider .slick-next {
  background-image: url("../../images/comradery/testimonial_next@2x.png");
  right: -80px;
}
.comradery-project-image-slider .slick-prev:before,
.comradery-testimonial-slider .slick-prev:before {
  border-left: 2px solid var(--green,#44644F);
  border-top: 2px solid var(--green,#44644F);
  margin-left: 16px;
  transform: rotate(-45deg);
}
.comradery-project-image-slider .slick-next:before,
.comradery-testimonial-slider .slick-next:before {
  border-right: 2px solid var(--green,#44644F);
  border-top: 2px solid var(--green,#44644F);
  margin-left: 13px;
  transform: rotate(45deg);
}
.comradery-project-strip img,
.comradery-project-gallery img {
  aspect-ratio: 1.68;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-project-split {
  align-items: center;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(340px,560px) minmax(340px,430px);
  justify-content: center;
  padding: 0 48px 112px;
}
.comradery-project-two-column {
  padding-bottom: 112px;
}
.comradery-project-two-column article {
  align-items: center;
  display: flex;
  gap: 74px;
  max-width: 1155px;
}
section.grid.row-align--start > article {
  align-items: start;
}
section.grid.row-align--center > article {
  align-items: center;
}
section.grid.row-align--end > article {
  align-items: end;
}
section.grid.row-align--stretch > article {
  align-items: stretch;
}
.comradery-project-two-column img.image-block {
  aspect-ratio: 1.5555555555556;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-project-two-column .wysiwyg-text-block h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 24px;
}
.comradery-project-two-column .wysiwyg-text-block p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}
.comradery-project-split img {
  aspect-ratio: 1.5555555555556;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-project-split h2,
.comradery-project-gallery h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 24px;
}
.comradery-project-split p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}
.comradery-project-detail .comradery-testimonial {
  margin-bottom: 112px;
}
.comradery-project-gallery {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 48px 112px;
}
.comradery-project-gallery div {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.comradery-project-gallery a {
  display: block;
  text-decoration: none;
}
.comradery-feature {
  padding: 112px 48px 100px;
}
.comradery-feature__inner {
  align-items: center;
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(300px,430px) minmax(280px,455px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1155px;
}
.comradery-feature h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 60px;
  margin: 0 0 24px;
}
.comradery-feature p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 28px;
  max-width: 420px;
}
.comradery-feature__video {
  aspect-ratio: 0.5625;
  background: #050505;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.comradery-feature__video--landscape {
  aspect-ratio: 1.7777777777778;
}
.comradery-feature__video--square {
  aspect-ratio: 1;
}
.comradery-feature__video--portrait {
  aspect-ratio: 0.5625;
}
.comradery-feature__video:hover,
.comradery-feature__video:focus-visible {
  transform: translate3d(0,-4px,0);
}
.comradery-feature__video img,
.comradery-feature__iframe {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.comradery-feature__iframe {
  border: 0;
}
.comradery-feature__video.is-playing {
  cursor: default;
  transform: none;
}
.comradery-play-button {
  background: transparent url("../../images/comradery/video_play_icon@2x.png") center / contain no-repeat;
  height: 99px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 99px;
  z-index: 2;
}
.comradery-play-button:after {
  content: none;
}
.comradery-projects {
  overflow: hidden;
  padding: 0 0 92px;
}
.comradery-projects__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 36px;
  max-width: 1155px;
  padding: 0 48px;
}
.comradery-projects h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}
.comradery-slider-dots {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}
.comradery-slider-dots .slick-arrow {
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: 29px;
  justify-content: center;
  margin: 0;
  min-height: 29px;
  min-width: 29px;
  overflow: hidden;
  padding: 0;
  position: static;
  transform: none;
  transition: opacity 0.2s ease;
  width: 29px;
}
.comradery-slider-dots .slick-arrow:hover,
.comradery-slider-dots .slick-arrow:focus-visible {
  opacity: 0.86;
}
.comradery-slider-dots .slick-arrow:before {
  content: none;
  display: none;
}
.comradery-slider-dots .slick-prev {
  background-image: url("../../images/comradery/prev_slide@2x.png");
}
.comradery-slider-dots .slick-next {
  background-image: url("../../images/comradery/next_slide@2x.png");
}
.comradery-slider-dots .slick-arrow.slick-hidden {
  display: none;
}
.comradery-slider-dots .slick-dots {
  display: none;
}
.comradery-slider-bullets {
  display: none;
}
.comradery-slider-bullets .slick-dots {
  display: none;
}
@media (max-width: 980px) {
  .comradery-projects__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .comradery-projects .comradery-slider-dots {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    width: auto;
  }
  .comradery-projects .comradery-slider-dots .slick-arrow {
    flex: 0 0 29px;
  }
  .comradery-projects .comradery-slider-dots .slick-dots {
    display: none !important;
  }
  .comradery-projects .comradery-slider-bullets {
    display: block;
    margin: 18px 24px 0;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots {
    align-items: center;
    background: #f1d9cb;
    border-radius: 999px;
    bottom: auto;
    display: flex !important;
    gap: 0;
    height: 15px;
    left: auto;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    right: auto;
    text-align: left;
    transform: none;
    width: 100%;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li {
    background: transparent;
    display: block;
    flex: 0 0 15px;
    height: 15px;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    opacity: 1 !important;
    overflow: hidden;
    padding: 0;
    transform: none !important;
    transition: flex-basis 320ms cubic-bezier(0.16,1,0.3,1), flex-grow 320ms cubic-bezier(0.16,1,0.3,1);
    width: auto;
    will-change: auto;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li.slick-active {
    flex: 1 1 auto;
    min-width: 15px;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots button {
    background: #f1d9cb;
    border: 0;
    border-radius: 999px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    opacity: 1 !important;
    padding: 0;
    transform: none !important;
    width: 100%;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots button:before,
  .comradery-projects .comradery-slider-bullets .slick-dots button:after {
    content: none;
    display: none;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li.slick-active button {
    background: #e1ac9a;
  }
}
.comradery-projects__rail {
  display: grid;
  gap: 40px;
  grid-auto-columns: 286px;
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 48px 12px;
  scroll-snap-type: x mandatory;
}
.comradery-projects__rail.slick-initialized {
  display: block;
  margin: 0 auto;
  max-width: calc(1155px + 160px);
  overflow: visible;
  padding: 0;
  width: calc(100% - 48px);
}
.comradery-projects__rail .slick-list {
  overflow: visible;
  padding: 0;
}
.comradery-projects__rail .slick-track {
  align-items: stretch;
  display: flex;
}
.comradery-project-card {
  background-color: transparent;
  border: 1px solid rgba(68,100,79,0.2);
  border-radius: 16px;
  height: auto;
  margin: 0 20px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: background-color 360ms cubic-bezier(0.16,1,0.3,1), border-color 360ms cubic-bezier(0.16,1,0.3,1);
}
.comradery-project-card:hover,
.comradery-project-card:focus-within {
  background-color: #F6DABC;
  border-color: var(--green,#44644F);
}
.comradery-projects__rail.slick-initialized .slick-slide {
  display: flex;
  height: auto !important;
  padding: 0;
}
.comradery-projects__rail.slick-initialized .slick-slide > div {
  display: flex;
  height: 100%;
  width: 100%;
}
.comradery-projects__rail.slick-initialized .slick-slide .comradery-project-card {
  display: flex;
  height: 100%;
  width: calc(100% - 40px);
}
@media (max-width: 699px) {
  .comradery-project-card {
    margin: 0 7px;
  }
  .comradery-projects__rail.slick-initialized {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  .comradery-projects__rail.slick-initialized .slick-list {
    overflow: visible;
  }
  .comradery-projects__rail.slick-initialized .slick-slide {
    width: 250px !important;
  }
  .comradery-projects__rail.slick-initialized .slick-slide .comradery-project-card {
    margin-left: 7px;
    margin-right: 7px;
    width: calc(100% - 14px);
  }
}
.comradery-project-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
.comradery-project-card__media {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.comradery-brand-work-flip {
  backface-visibility: hidden;
  clip-path: polygon(8% 0,92% 0,100% 100%,0 100%);
  opacity: 0.01;
  perspective: 1000px;
  transform: perspective(1000px) translate3d(0,34px,0) rotateX(62deg);
  transform-origin: 50% 100%;
  transition: clip-path 980ms cubic-bezier(0.16,1,0.3,1), opacity 520ms ease, transform 980ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: calc(100ms + var(--brand-work-index, 0) * 110ms);
  will-change: opacity, transform;
}
.comradery-brand-work-flip.is-visible {
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  opacity: 1;
  transform: perspective(1000px) translate3d(0,0,0) rotateX(0deg);
}
.comradery-project-slider-fade {
  opacity: 0.01;
  transform: translate3d(0,18px,0);
  transition: opacity 640ms ease, transform 780ms cubic-bezier(0.16,1,0.3,1);
  will-change: opacity, transform;
}
.comradery-project-slider-fade.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.comradery-project-card__media img {
  aspect-ratio: 1.1925465838509;
  display: block;
  height: auto;
  margin: 0;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.16,1,0.3,1);
  width: 100%;
  will-change: transform;
}
.comradery-project-card:hover .comradery-project-card__media img,
.comradery-project-card:focus-within .comradery-project-card__media img {
  transform: scale(1.045);
}
@media (prefers-reduced-motion: reduce) {
  .comradery-brand-work-flip {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .comradery-project-slider-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .comradery-project-card__media img {
    transform: none !important;
    transition: none;
  }
}
@media (max-width: 699px) {
  .comradery-projects .comradery-brand-work-flip {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.comradery-project-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 24px 22px;
}
.comradery-project-card__tag {
  align-self: flex-start;
  background: transparent;
  border: 1px solid rgba(74,98,76,0.6);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 18px;
  padding: 0 9px;
  width: auto;
}
.comradery-project-card__title {
  color: #1B1D21;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 14px;
}
.comradery-project-card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000000;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 22px;
  opacity: 0.6;
  overflow: hidden;
}
.comradery-project-card .comradery-home-button {
  align-self: flex-start;
  margin-top: auto;
  width: auto;
}
.comradery-project-card:hover .comradery-home-button,
.comradery-project-card:focus-within .comradery-home-button {
  animation: comradery-button-cute-bounce 420ms cubic-bezier(0.34,1.56,0.64,1);
  background: #E8AB9A;
  border-color: #E8AB9A;
  color: var(--white,#ffffff);
}
@media (prefers-reduced-motion: reduce) {
  .comradery-project-card:hover .comradery-home-button,
  .comradery-project-card:focus-within .comradery-home-button {
    animation: none;
  }
}
.comradery-social-strip {
  background: #E7AE9B;
  padding: 43px 32px;
}
.comradery-social-strip div {
  align-items: center;
  display: flex;
  gap: 72px;
  justify-content: center;
}
.comradery-social-strip a {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
}
.comradery-social-strip img {
  display: block;
  max-height: 38px;
  max-width: 120px;
  object-fit: contain;
  width: auto;
}
.comradery-services {
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(280px,370px) minmax(420px,620px);
  justify-content: center;
  padding: 104px 48px 96px;
}
.comradery-services h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 18px;
}
.comradery-services__intro p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  max-width: 320px;
}
.comradery-services__accordion {
  border-top: 1px solid rgba(68,100,79,0.3);
}
.comradery-services__accordion details {
  border-bottom: 1px solid rgba(68,100,79,0.3);
  border-radius: 0;
  padding: 0;
}
.comradery-services__accordion summary {
  color: var(--ink,#050505);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  list-style: none;
  padding: 22px 0;
}
.comradery-services__accordion summary:hover,
.comradery-services__accordion summary:focus,
.comradery-services__accordion details[open] summary {
  color: var(--ink,#050505);
}
.comradery-services__accordion summary::-webkit-details-marker {
  display: none;
}
.comradery-services__accordion summary:after {
  background: transparent url("../../images/icon_accordion.svg") center / 32px 32px no-repeat;
  content: '';
  display: block;
  flex: 0 0 32px;
  height: 32px;
  transition: transform ease-in 200ms;
  width: 32px;
}
.comradery-services__accordion details:not([open]) summary:after {
  transform: rotate(180deg);
}
.comradery-services__accordion ul,
.comradery-services__accordion p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: -6px 0 18px;
}
.comradery-services__accordion ul {
  padding-left: 18px;
}
.comradery-services__accordion .comradery-home-button {
  color: var(--white,#ffffff);
  margin: 0 0 22px;
}
.comradery-home-body .comradery-services__accordion .comradery-home-button:hover,
.comradery-home-body .comradery-services__accordion .comradery-home-button:focus-visible {
  color: var(--green,#44644F);
}
.comradery-testimonial {
  align-items: center;
  background: var(--green,#44644F);
  border-radius: 8px;
  color: var(--white,#ffffff);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0,720px);
  justify-content: center;
  margin: 0 auto 104px;
  max-width: 1090px;
  padding: 58px 112px 46px;
  position: relative;
}
.comradery-testimonial-slider {
  display: block;
  position: relative;
}
.comradery-testimonial-slider__rail {
  margin: 0 auto;
  max-width: 820px;
}
.comradery-testimonial-slider blockquote {
  padding: 0 42px;
}
.comradery-testimonial-slider .slick-dots {
  display: none !important;
}
.comradery-testimonial > button {
  background: #E8AB9A;
  border: 0;
  border-radius: 999px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}
.comradery-testimonial > button:first-child {
  left: 40px;
}
.comradery-testimonial > button:last-child {
  right: 40px;
}
.comradery-testimonial > button:after {
  border-right: 2px solid var(--green,#44644F);
  border-top: 2px solid var(--green,#44644F);
  content: '';
  height: 7px;
  left: 20px;
  position: absolute;
  top: 19px;
  transform: rotate(45deg);
  width: 7px;
}
.comradery-testimonial > button:first-child:after {
  left: 18px;
  transform: rotate(-135deg);
}
.comradery-testimonial-slider .slick-arrow {
  position: absolute;
}
.comradery-testimonial-slider .slick-arrow:after {
  content: none;
  display: none;
}
.comradery-testimonial blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.comradery-stars {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 22px;
}
.comradery-testimonial p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 auto 28px;
  max-width: 720px;
}
.comradery-testimonial cite {
  display: block;
  font-style: normal;
}
.comradery-testimonial cite span,
.comradery-testimonial cite small {
  display: block;
}
.comradery-testimonial cite span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.comradery-testimonial cite small {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.85;
}
.comradery-team-cta {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(320px,520px) minmax(300px,470px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1155px;
  padding: 0 48px 112px;
}
.comradery-team-cta__image {
  border-radius: 8px;
  overflow: hidden;
}
.comradery-team-cta__image img {
  aspect-ratio: 0.93693693693694;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.comradery-team-cta h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 26px;
}
.comradery-team-cta p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 26px;
  max-width: 470px;
}
.comradery-footer {
  background: var(--cream,#FCF7EB);
  border-top: 1px solid rgba(68,100,79,0.45);
  color: var(--ink,#050505);
  font-family: 'DMSans', Arial, sans-serif;
  padding: 64px 0 50px;
}
.comradery-footer a {
  color: inherit;
  text-decoration: none;
}
.comradery-footer__inner {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0;
  width: calc(100% - 112px);
  min-width: 0;
}
.comradery-footer__top {
  align-items: flex-start;
  display: grid;
  gap: 120px;
  grid-template-columns: minmax(430px,584px) 564px;
  justify-content: center;
}
.comradery-footer__right {
  display: grid;
  gap: 21px 92px;
  grid-template-columns: 120px 120px 140px;
  min-width: 0;
}
.comradery-footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
.comradery-footer__newsletter-heading {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 26px;
}
.comradery-footer__affiliate p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 34px;
  max-width: 480px;
}
.comradery-footer__affiliate-mark {
  align-items: center;
  display: flex;
  gap: 20px;
}
.comradery-footer__affiliate-mark img {
  display: block;
  height: auto;
  max-width: 305px;
  width: 100%;
}
.comradery-footer__cta,
.comradery-footer__newsletter button {
  background: var(--peach,#F6DABC);
  border: 0;
  border-radius: 0;
  color: var(--ink,#050505);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 22px;
}
.comradery-footer__list,
.comradery-footer__social {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comradery-footer__list a,
.comradery-footer__social-label {
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
}
.comradery-footer__list a,
.comradery-footer__social a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 220ms ease;
}
.comradery-footer__list a,
.comradery-footer__social-label {
  transition: color 220ms ease, background-size 260ms ease;
}
.comradery-footer__list a:hover,
.comradery-footer__list a:focus-visible,
.comradery-footer__social a:hover,
.comradery-footer__social a:focus-visible,
.comradery-footer__legal a:hover,
.comradery-footer__legal a:focus-visible {
  color: var(--green,#44644F);
}
.comradery-footer__list a:hover,
.comradery-footer__list a:focus-visible,
.comradery-footer__social a:hover .comradery-footer__social-label,
.comradery-footer__social a:focus-visible .comradery-footer__social-label,
.comradery-footer__legal a:hover,
.comradery-footer__legal a:focus-visible {
  background-size: 100% 1px;
}
.comradery-footer__social a {
  align-items: center;
  display: inline-flex;
  gap: 13px;
}
.comradery-footer__social img {
  display: block;
  flex: 0 0 auto;
  height: 20px;
  object-fit: contain;
  width: 20px;
}
.comradery-footer__newsletter {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-top: 0;
  max-width: none;
  width: 100%;
}
.comradery-footer__newsletter-form {
  width: 100%;
}
.comradery-footer__newsletter .af-form {
  align-items: center;
  border: 1px solid rgba(68,100,79,0.86);
  border-radius: 999px;
  display: flex;
  min-height: 40px;
  overflow: hidden;
  width: 100%;
}
.comradery-footer__newsletter .acf-fields,
.comradery-footer__newsletter .af-fields {
  align-items: center;
  border: 0;
  display: flex;
  flex: 1;
  height: 40px;
  min-width: 0;
  width: 100%;
}
.comradery-footer__newsletter .acf-field,
.comradery-footer__newsletter .af-field {
  border: 0;
  flex: 1 1 auto;
  height: 40px;
  max-width: none;
  min-width: 0;
  padding: 0;
  width: auto;
}
.comradery-footer__newsletter .acf-label {
  display: none;
}
.comradery-footer__newsletter .acf-input,
.comradery-footer__newsletter .af-input,
.comradery-footer__newsletter .acf-input-wrap {
  height: 100%;
  width: 100%;
}
.comradery-footer__newsletter input {
  background: transparent;
  border: 0;
  color: var(--ink,#050505);
  flex: 1;
  font-size: 16px;
  height: 40px;
  min-height: 0;
  padding: 0 23px;
  transition: color 220ms ease;
  width: 100%;
}
.comradery-footer__newsletter input:focus,
.comradery-footer__newsletter button:focus {
  box-shadow: none;
  outline: 0;
}
.comradery-footer__newsletter .af-submit {
  flex: 0 0 auto;
  height: 40px;
}
.comradery-footer__newsletter button {
  background: var(--green,#44644F);
  border-radius: 999px;
  color: var(--white,#ffffff);
  font-size: 16px;
  height: 40px;
  margin: 0;
  min-height: 0;
  min-width: 160px;
  padding: 0 24px;
  transition: background-color 220ms ease, color 220ms ease;
}
.comradery-footer__brand {
  display: block;
  margin-top: 92px;
  overflow: visible;
  width: 100%;
}
.comradery-footer__brand-mark {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
}
.comradery-footer__brand-mark text {
  fill: currentColor;
  font-family: 'DMSans', Arial, sans-serif;
  font-size: 104px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.comradery-footer__bottom {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  margin-top: 54px;
  min-width: 0;
}
.comradery-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  min-width: 0;
}
.comradery-footer__legal a {
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color 220ms ease, background-size 260ms ease;
}
.comradery-footer__bottom > *,
.comradery-footer__legal a {
  min-width: 0;
  overflow-wrap: anywhere;
}
.comradery-gateway-page.comradery-gateway-page--post,
.comradery-gateway-page.comradery-gateway-page--project {
  overflow: visible;
}
@media (max-width: 980px) {
  header#site-header {
    top: 16px;
    width: calc(100% - 32px);
  }
  header#site-header .header-inner {
    width: 100%;
  }
  .comradery-home-hero {
    padding-top: 144px;
  }
  .comradery-home-hero__inner {
    padding: 0;
    width: calc(100% - 64px);
  }
  .comradery-home-hero__title {
    font-size: 72px;
    margin-bottom: 84px;
  }
  .comradery-home-hero__intro {
    margin-top: -190px;
    padding: 258px 32px 88px;
  }
  .comradery-about-team {
    gap: 42px;
    grid-template-columns: 1fr;
    padding: 160px 32px 86px;
  }
  .comradery-about-team__cards {
    gap: 24px;
  }
  .comradery-about-video {
    padding: 80px 32px 92px;
  }
  .comradery-about-video__poster {
    margin-bottom: 62px;
  }
  .comradery-about-values {
    gap: 42px;
    grid-template-columns: 1fr 1fr;
    padding: 86px 32px 92px;
  }
  .comradery-about-video h2,
  .comradery-about-values h2 {
    font-size: 38px;
  }
  .comradery-page-hero {
    padding-top: 160px;
  }
  .comradery-page-hero__inner {
    padding: 0;
    width: calc(100% - 64px);
  }
  .comradery-page-hero h1 {
    font-size: 72px;
    margin-bottom: 90px;
  }
  .comradery-page-hero__intro {
    margin-top: -190px;
    padding: 278px 32px 88px;
  }
  .comradery-page-hero__intro p {
    font-size: 34px;
  }
  .comradery-contact-hero,
  .comradery-contact-form-section,
  .comradery-gateway-hero,
  .comradery-project-detail__intro {
    gap: 42px;
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-contact-hero {
    padding-top: 160px;
  }
  .comradery-contact-hero h1 {
    font-size: 72px;
  }
  .comradery-contact-hero__icon {
    justify-self: start;
  }
  .comradery-contact-cards,
  .comradery-contact-image,
  .comradery-gateway-grid,
  .comradery-project-image-slider h2,
  .comradery-project-gallery {
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-contact-form-section h2 {
    font-size: 48px;
  }
  .comradery-gateway-grid {
    gap: 56px 24px;
  }
  .comradery-project-strip {
    grid-template-columns: 0.25fr 1.5fr 0.25fr;
  }
  .comradery-project-split,
  .comradery-project-two-column {
    gap: 42px;
    grid-template-columns: 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-impact {
    grid-template-columns: repeat(2,minmax(130px,1fr));
  }
  .comradery-feature,
  .comradery-services,
  .comradery-team-cta,
  .comradery-native-feature,
  .comradery-native-services,
  .comradery-native-image-cta {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-native-feature article,
  .comradery-native-services article,
  .comradery-native-image-cta .content-image-inner,
  .comradery-native-values article,
  .comradery-native-contact-form article {
    gap: 48px;
  }
  .comradery-native-feature,
  .comradery-native-services {
    padding-top: 82px;
  }
  .comradery-native-feature .major-title,
  .comradery-native-services .major-title {
    font-size: 34px;
  }
  .comradery-native-team {
    padding: 160px 32px 86px;
  }
  .comradery-native-about-video {
    padding: 80px 32px 92px;
  }
  .comradery-native-about-video .grid-block:before,
  .comradery-native-about-video .grid-block:after {
    top: calc((100vw - 64px) * 0.285);
  }
  .comradery-native-values {
    padding: 86px 32px 92px;
  }
  .comradery-native-about-video .major-title,
  .comradery-native-values .major-title {
    font-size: 38px;
  }
  .comradery-native-contact-hero,
  .comradery-native-contact-form,
  .comradery-native-contact-image {
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-native-contact-hero {
    padding-top: 160px;
  }
  .comradery-native-contact-hero .major-title {
    font-size: 72px;
  }
  .comradery-native-contact-form .major-title {
    font-size: 48px;
  }
  .comradery-feature {
    padding-top: 82px;
  }
  .comradery-feature h2,
  .comradery-services h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .comradery-projects__header {
    padding: 0 32px;
  }
  .comradery-projects__rail:not(.slick-initialized) {
    padding-left: 32px;
    padding-right: 32px;
  }
  .comradery-social-strip div {
    gap: 44px;
  }
  .comradery-testimonial {
    margin-left: 32px;
    margin-right: 32px;
  }
  .comradery-footer__inner {
    width: calc(100% - 56px);
  }
  .comradery-footer__top {
    grid-template-columns: 1fr;
  }
  .comradery-footer__right {
    grid-template-columns: repeat(3,minmax(120px,1fr));
  }
}
@media (max-width: 1119px) {
  header#site-header .nav-container {
    position: relative;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger {
    background: none;
    height: 14px;
    mask-image: none;
    -webkit-mask-image: none;
    position: relative;
    width: 22px;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:before,
  header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    background: var(--green,#44644F);
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: box-shadow 180ms ease, top 280ms cubic-bezier(0.16,1,0.3,1), transform 280ms cubic-bezier(0.16,1,0.3,1);
    width: 100%;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:before {
    box-shadow: 0 6px 0 var(--green,#44644F);
    top: 0;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    top: 12px;
  }
  .mobile-nav-active header#site-header .nav-actions button.menu-toggle span.hamburger:before {
    box-shadow: 0 0 0 transparent;
    top: 6px;
    transform: rotate(45deg);
  }
  .mobile-nav-active header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    top: 6px;
    transform: rotate(-45deg);
  }
  header#site-header .nav-container .menu-main-menu-container {
    background: var(--white,#ffffff);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(27,29,33,0.12);
    left: 0;
    max-height: none;
    opacity: 0;
    overflow: hidden;
    padding: 22px 20px 18px;
    pointer-events: none;
    right: 0;
    top: calc(100% + 12px);
    transform: translate3d(0,-14px,0) scale(0.98);
    transform-origin: top center;
    transition: opacity 260ms ease, transform 430ms cubic-bezier(0.16,1,0.3,1);
    z-index: 20;
  }
  header#site-header .nav-container .menu-main-menu-container > ul {
    display: grid;
    gap: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    transform: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li {
    border-bottom: 1px solid rgba(68,100,79,0.16);
    opacity: 0;
    transform: translate3d(0,-10px,0);
    transition: opacity 260ms ease, transform 430ms cubic-bezier(0.16,1,0.3,1);
    transition-delay: 0ms;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:last-child {
    border-bottom: 0;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li > a:not(.button) {
    border: 0;
    color: var(--ink,#050505);
    display: block;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 17px 0;
    text-transform: uppercase;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0,0,0) scale(1);
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(1) {
    transition-delay: 90ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(2) {
    transition-delay: 140ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(3) {
    transition-delay: 190ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(4) {
    transition-delay: 240ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(5) {
    transition-delay: 290ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(6) {
    transition-delay: 340ms;
  }
}
@media (max-width: 640px) {
  .comradery-home-hero {
    padding-top: 120px;
  }
  .comradery-home-hero__inner {
    padding: 0;
    width: calc(100% - 40px);
  }
  .comradery-home-hero__title {
    font-size: 48px;
    letter-spacing: -0.03em;
    margin-bottom: 58px;
    max-width: 420px;
  }
  .comradery-home-hero__media {
    border-radius: 20px;
  }
  .comradery-home-hero__image {
    aspect-ratio: 0.67307692307692;
    border-radius: 20px;
  }
  .comradery-home-hero__intro {
    margin-top: -210px;
    padding: 268px 26px 70px;
  }
  .comradery-home-hero__intro p {
    font-size: 28px;
    line-height: 1.2;
  }
  .comradery-about-team {
    padding: 132px 24px 68px;
  }
  .comradery-about-team__intro h1 {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .comradery-about-team__intro p {
    font-size: 16px;
  }
  .comradery-about-team__cards {
    grid-template-columns: 1fr;
  }
  .comradery-about-video {
    padding: 58px 24px 72px;
  }
  .comradery-about-video__poster {
    margin-bottom: 48px;
  }
  .comradery-about-video h2,
  .comradery-about-values h2 {
    font-size: 32px;
  }
  .comradery-about-video p {
    font-size: 14px;
  }
  .comradery-about-values {
    grid-template-columns: 1fr;
    padding: 68px 24px 74px;
  }
  .comradery-about-value h3 {
    font-size: 20px;
  }
  .comradery-page-hero {
    padding-top: 132px;
  }
  .comradery-page-hero__inner {
    padding: 0;
    width: calc(100% - 48px);
  }
  .comradery-page-hero h1,
  .comradery-contact-hero h1 {
    font-size: 48px;
    margin-bottom: 58px;
  }
  .comradery-page-hero__media img {
    aspect-ratio: 0.67307692307692;
  }
  .comradery-page-hero__intro {
    margin-top: -210px;
    padding: 284px 24px 70px;
  }
  .comradery-page-hero__intro p {
    font-size: 28px;
  }
  .comradery-contact-hero {
    grid-template-columns: 1fr;
    padding: 132px 24px 58px;
  }
  .comradery-contact-hero p,
  .comradery-gateway-hero p,
  .comradery-contact-form-section p {
    font-size: 15px;
  }
  .comradery-contact-hero__icon {
    height: 128px;
    width: 128px;
  }
  .comradery-contact-cards,
  .comradery-contact-form-section,
  .comradery-gateway-hero,
  .comradery-gateway-grid,
  .comradery-project-image-slider h2,
  .comradery-project-detail__intro,
  .comradery-project-two-column,
  .comradery-project-split,
  .comradery-project-gallery,
  .comradery-contact-image {
    padding-left: 24px;
    padding-right: 24px;
  }
  .comradery-contact-cards,
  .comradery-contact-form-section > article,
  .comradery-contact-form,
  .comradery-contact-form-section .af-form .acf-fields,
  .comradery-contact-form-section .af-form .af-fields,
  .comradery-gateway-grid,
  .comradery-project-detail__intro,
  .comradery-project-two-column article,
  .comradery-project-split,
  .comradery-project-split--reverse,
  .comradery-project-gallery div {
    grid-template-columns: 1fr;
  }
  .comradery-contact-card {
    padding: 30px;
  }
  .comradery-contact-form-section,
  .comradery-contact-form-section > article {
    gap: 34px;
  }
  .comradery-contact-form-section h2 {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .comradery-contact-image img {
    aspect-ratio: 1.45;
  }
  .comradery-gateway-hero {
    gap: 24px;
    padding-bottom: 58px;
    padding-top: 132px;
  }
  .comradery-gateway-hero h1 {
    font-size: 38px;
  }
  .comradery-gateway-card__title {
    font-size: 24px;
  }
  .comradery-impact {
    grid-template-columns: 1fr 1fr;
    padding: 58px 24px;
  }
  .comradery-impact strong {
    font-size: 38px;
  }
  .comradery-project-strip {
    gap: 12px;
    padding: 64px 0;
  }
  .comradery-project-split--reverse img {
    order: -1;
  }
  .comradery-feature,
  .comradery-services,
  .comradery-team-cta,
  .comradery-native-feature,
  .comradery-native-services,
  .comradery-native-image-cta .content-image-inner,
  .comradery-native-team article,
  .comradery-native-values article,
  .comradery-native-contact-hero article,
  .comradery-native-contact-form article {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
  .comradery-feature {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .comradery-native-feature,
  .comradery-native-services,
  .comradery-native-image-cta,
  .comradery-native-team,
  .comradery-native-values,
  .comradery-native-contact-hero,
  .comradery-native-contact-form,
  .comradery-native-contact-image {
    padding-left: 24px;
    padding-right: 24px;
  }
  .comradery-feature,
  .comradery-services,
  .comradery-team-cta,
  .comradery-native-feature,
  .comradery-native-services,
  .comradery-native-image-cta .content-image-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .comradery-native-feature,
  .comradery-native-services {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .comradery-feature h2,
  .comradery-services h2,
  .comradery-team-cta h2,
  .comradery-native-feature .major-title,
  .comradery-native-services .major-title,
  .comradery-native-image-cta .content-container h2,
  .comradery-native-image-cta .content-container h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .comradery-native-team {
    padding-bottom: 68px;
    padding-top: 132px;
  }
  .comradery-native-team .major-title {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .comradery-native-about-video {
    padding: 58px 24px 72px;
  }
  .comradery-native-about-video img.image-block,
  .comradery-native-about-video .comradery-inline-video-poster {
    margin-bottom: 48px;
  }
  .comradery-native-about-video .comradery-inline-video-poster img.image-block {
    margin-bottom: 0;
  }
  .comradery-native-about-video .grid-block:before,
  .comradery-native-about-video .grid-block:after {
    top: calc((100vw - 48px) * 0.285);
  }
  .comradery-native-about-video .major-title,
  .comradery-native-values .major-title {
    font-size: 32px;
  }
  .comradery-native-values {
    padding-bottom: 74px;
    padding-top: 68px;
  }
  .comradery-native-values .wysiwyg-text-block h3 {
    font-size: 20px;
  }
  .comradery-native-contact-hero {
    padding-bottom: 58px;
    padding-top: 132px;
  }
  .comradery-native-contact-hero .major-title {
    font-size: 48px;
    margin-bottom: 58px;
  }
  .comradery-native-contact-hero .wysiwyg-text-block,
  .comradery-native-contact-form .wysiwyg-text-block {
    font-size: 15px;
  }
  .comradery-native-contact-hero article > .grid-block:nth-child(2) {
    justify-self: start;
  }
  .comradery-native-contact-hero article > .grid-block:nth-child(2):before {
    height: 128px;
    width: 128px;
  }
  .comradery-native-contact-hero article > .grid-block:nth-child(2):after {
    height: 30px;
    margin-left: -86px;
    margin-top: 49px;
    width: 45px;
  }
  .comradery-icon-hero {
    padding: 132px 24px 58px;
  }
  .comradery-icon-hero__inner {
    gap: 48px;
    grid-template-columns: 1fr;
  }
  .comradery-icon-hero h1 {
    font-size: 48px;
    margin-bottom: 58px;
  }
  .comradery-icon-hero p {
    font-size: 15px;
  }
  .comradery-icon-hero__icon {
    height: 128px;
    justify-self: start;
    width: 128px;
  }
  .comradery-text-hero {
    padding: 132px 24px 58px;
  }
  .comradery-text-hero__inner {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .comradery-text-hero h1 {
    font-size: 38px;
  }
  .comradery-text-hero p {
    font-size: 15px;
  }
  .comradery-native-contact-form {
    padding-bottom: 72px;
  }
  .comradery-native-contact-form .major-title {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .comradery-native-contact-image {
    padding-bottom: 76px;
  }
  .comradery-native-contact-image img.image-block {
    aspect-ratio: 1.45;
  }
  .comradery-feature__video {
    justify-self: center;
    max-width: 360px;
    width: 100%;
  }
  .comradery-projects {
    padding-bottom: 66px;
  }
  .comradery-projects__header {
    align-items: flex-start;
    padding: 0 24px;
  }
  .comradery-projects h2 {
    font-size: 26px;
  }
  .comradery-projects__rail:not(.slick-initialized) {
    grid-auto-columns: 260px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .comradery-social-strip {
    padding: 34px 0;
  }
  .comradery-social-strip div {
    flex-wrap: wrap;
    gap: 20px;
  }
  .comradery-social-strip img {
    max-height: 25px;
  }
  .comradery-services {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .comradery-testimonial {
    gap: 18px;
    grid-template-columns: 1fr;
    margin: 0 24px 72px;
    padding: 38px 26px;
  }
  .comradery-testimonial > button,
  .comradery-testimonial-slider .slick-arrow {
    display: none !important;
  }
  .comradery-testimonial-slider .slick-dots {
    align-items: center;
    bottom: auto;
    display: flex !important;
    gap: 8px;
    justify-content: center;
    left: auto;
    list-style: none;
    margin: 26px auto 0;
    padding: 0;
    position: static;
    right: auto;
    text-align: center;
    transform: none;
    width: auto;
  }
  .comradery-testimonial-slider .slick-dots li {
    background: rgba(255,255,255,0.32);
    border-radius: 999px;
    display: block;
    height: 8px;
    margin: 0;
    padding: 0;
    width: 8px;
  }
  .comradery-testimonial-slider .slick-dots li.slick-active {
    background: var(--white,#ffffff);
    width: 8px;
  }
  .comradery-testimonial-slider .slick-dots button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 8px;
    line-height: 0;
    min-height: 0;
    opacity: 1;
    padding: 0;
    width: 8px;
  }
  .comradery-testimonial-slider .slick-dots button:before,
  .comradery-testimonial-slider .slick-dots button:after {
    content: none;
    display: none;
  }
  .comradery-testimonial p {
    font-size: 17px;
  }
  .comradery-team-cta {
    padding-bottom: 76px;
  }
  .comradery-footer__top {
    gap: 34px;
    grid-template-columns: 1fr;
  }
  .comradery-footer__right {
    grid-template-columns: 1fr;
  }
  .comradery-footer__newsletter {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .comradery-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .site-container {
    max-width: 100%;
  }
  header#site-header {
    margin: 0 auto;
    top: 16px;
    width: calc(100% - 28px);
  }
  header#site-header .header-inner {
    min-height: 64px;
    padding: 0 10px;
  }
  header#site-header .nav-container {
    height: 64px;
    min-height: 64px;
    padding: 0 16px;
    position: relative;
  }
  html.comradery-nav-preload:not(.comradery-nav-complete) header#site-header .header-inner,
  html.comradery-nav-preload:not(.comradery-nav-complete) header#site-header .nav-container {
    height: var(--comradery-nav-final-height,64px);
    min-height: var(--comradery-nav-final-height,64px);
  }
  header#site-header .logo.nav-logo {
    width: 138px;
  }
  header#site-header .logo.nav-logo a {
    min-height: var(--comradery-nav-final-height,64px);
  }
  header#site-header .logo.nav-logo img {
    height: 38px;
    max-height: 38px;
    object-fit: contain;
    width: 138px;
  }
  header#site-header .nav-actions {
    gap: 8px;
  }
  header#site-header .nav-actions button.search-toggle,
  header#site-header .nav-actions button.menu-toggle {
    height: 28px;
    min-height: 28px;
    padding: 0;
    width: 28px;
  }
  header#site-header .nav-actions button.search-toggle svg {
    height: 13px;
    width: 13px;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger {
    background: none;
    height: 14px;
    mask-image: none;
    -webkit-mask-image: none;
    position: relative;
    width: 22px;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:before,
  header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    background: var(--green,#44644F);
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: box-shadow 180ms ease, top 280ms cubic-bezier(0.16,1,0.3,1), transform 280ms cubic-bezier(0.16,1,0.3,1);
    width: 100%;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:before {
    box-shadow: 0 6px 0 var(--green,#44644F);
    top: 0;
  }
  header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    top: 12px;
  }
  .mobile-nav-active header#site-header .nav-actions button.menu-toggle span.hamburger:before {
    box-shadow: 0 0 0 transparent;
    top: 6px;
    transform: rotate(45deg);
  }
  .mobile-nav-active header#site-header .nav-actions button.menu-toggle span.hamburger:after {
    top: 6px;
    transform: rotate(-45deg);
  }
  header#site-header .nav-container .menu-main-menu-container {
    background: var(--white,#ffffff);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(27,29,33,0.12);
    left: -10px;
    max-height: none;
    opacity: 0;
    overflow: hidden;
    padding: 22px 20px 18px;
    pointer-events: none;
    right: -10px;
    top: calc(100% + 12px);
    transform: translate3d(0,-14px,0) scale(0.98);
    transform-origin: top center;
    transition: opacity 260ms ease, transform 430ms cubic-bezier(0.16,1,0.3,1);
    z-index: 20;
  }
  header#site-header .nav-container .menu-main-menu-container > ul {
    display: grid;
    gap: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    transform: none;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li {
    border-bottom: 1px solid rgba(68,100,79,0.16);
    opacity: 0;
    transform: translate3d(0,-10px,0);
    transition: opacity 260ms ease, transform 430ms cubic-bezier(0.16,1,0.3,1);
    transition-delay: 0ms;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li:last-child {
    border-bottom: 0;
  }
  header#site-header .nav-container .menu-main-menu-container > ul > li > a:not(.button) {
    border: 0;
    color: var(--ink,#050505);
    display: block;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 17px 0;
    text-transform: uppercase;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0,0,0) scale(1);
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(1) {
    transition-delay: 90ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(2) {
    transition-delay: 140ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(3) {
    transition-delay: 190ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(4) {
    transition-delay: 240ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(5) {
    transition-delay: 290ms;
  }
  .mobile-nav-active header#site-header .nav-container .menu-main-menu-container > ul > li:nth-child(6) {
    transition-delay: 340ms;
  }
  body.search-active header#site-header .nav-actions .search-form-wrapper {
    width: min(340px,calc(100vw - 102px));
  }
  .comradery-home-hero {
    padding-top: 116px;
  }
  .comradery-home-hero__inner {
    padding: 0;
    width: calc(100% - 28px);
  }
  .comradery-home-hero__title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 auto 62px;
    max-width: 390px;
    text-align: center;
  }
  .comradery-home-hero__media,
  .comradery-home-hero__image,
  .comradery-page-hero__media,
  .comradery-page-hero__media img {
    border-radius: 10px;
  }
  .comradery-home-hero__image {
    aspect-ratio: 0.74563106796117;
  }
  .comradery-home-hero__intro {
    margin-top: -140px;
    padding: 182px 24px 78px;
  }
  .comradery-home-hero__intro p {
    font-size: 28px;
    line-height: 36px;
    max-width: 340px;
  }
  .comradery-page-hero {
    padding-top: 124px;
  }
  .comradery-page-hero__inner {
    padding: 0;
    width: calc(100% - 28px);
  }
  .comradery-page-hero h1 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 auto 76px;
    max-width: 360px;
    text-align: center;
  }
  .comradery-page-hero__intro {
    margin-top: -120px;
    padding: 178px 24px 84px;
  }
  .comradery-page-hero__intro p {
    font-size: 28px;
    line-height: 36px;
    max-width: 380px;
  }
  .comradery-page-hero__media img {
    aspect-ratio: 0.74563106796117;
    object-position: center top;
  }
  .comradery-icon-hero,
  .comradery-native-contact-hero {
    padding: 92px 24px 34px;
  }
  .comradery-icon-hero__inner {
    align-items: start;
    display: grid;
    gap: 14px 18px;
    grid-template-columns: minmax(0,1fr) 72px;
  }
  .comradery-icon-hero h1,
  .comradery-native-contact-hero .major-title {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 38px;
    margin: 0;
  }
  .comradery-icon-hero p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
  }
  .comradery-icon-hero__inner > p,
  .comradery-icon-hero p {
    grid-column: -1;
  }
  .comradery-icon-hero__icon {
    height: 72px;
    justify-self: end;
    width: 72px;
  }
  .comradery-text-hero,
  .comradery-gateway-hero {
    padding: 92px 24px 34px;
  }
  .comradery-text-hero__inner {
    gap: 18px;
    grid-template-columns: 1fr;
  }
  .comradery-text-hero h1,
  .comradery-gateway-hero h1 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
  }
  .comradery-text-hero p,
  .comradery-gateway-hero p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
  }
  .comradery-about-team,
  .comradery-native-team {
    padding: 92px 24px 48px;
  }
  .comradery-about-team__intro h1,
  .comradery-native-team .major-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .comradery-about-team__intro p,
  .comradery-native-team .wysiwyg-text-block {
    font-size: 13px;
    line-height: 19px;
  }
  .comradery-about-team__cards {
    gap: 42px;
  }
  .comradery-native-team article {
    padding-left: 0;
    padding-right: 0;
  }
  .comradery-about-card img,
  .comradery-native-team img.image-block,
  .comradery-native-values img.image-block,
  .comradery-native-contact-image img.image-block,
  .comradery-contact-image img,
  .comradery-gateway-card img,
  .comradery-project-gallery img,
  .comradery-project-split img,
  .comradery-project-two-column img {
    border-radius: 10px;
  }
  .comradery-about-video,
  .comradery-native-about-video {
    padding: 46px 24px 58px;
  }
  .comradery-about-video__poster,
  .comradery-native-about-video img.image-block,
  .comradery-native-about-video .comradery-inline-video-poster {
    margin-bottom: 38px;
  }
  .comradery-native-about-video .comradery-inline-video-poster img.image-block {
    margin-bottom: 0;
  }
  .comradery-about-video h2,
  .comradery-about-values h2,
  .comradery-native-about-video .major-title,
  .comradery-native-values .major-title {
    font-size: 28px;
    line-height: 32px;
  }
  .comradery-about-video p,
  .comradery-about-value p,
  .comradery-native-about-video .wysiwyg-text-block,
  .comradery-native-values .wysiwyg-text-block {
    font-size: 13px;
    line-height: 19px;
  }
  .comradery-about-values,
  .comradery-native-values {
    gap: 30px;
    padding: 54px 24px 62px;
  }
  .comradery-about-values {
    align-items: stretch;
  }
  .comradery-about-values > div:not(.comradery-about-values__image) {
    display: contents;
  }
  .comradery-about-values h2 {
    order: 1;
  }
  .comradery-about-values__image {
    order: 2;
  }
  .comradery-about-value {
    order: 3;
  }
  .comradery-about-values .comradery-home-button {
    order: 4;
  }
  .comradery-native-values article {
    gap: 30px;
  }
  .comradery-native-values article > .grid-block:nth-child(2) {
    display: contents;
  }
  .comradery-native-values article > .grid-block:first-child {
    order: 2;
  }
  .comradery-native-values .major-title {
    order: 1;
  }
  .comradery-native-values .heading-group {
    order: 1;
  }
  .comradery-native-values .wysiwyg-text-block {
    order: 3;
  }
  .comradery-contact-cards,
  .comradery-contact-form-section,
  .comradery-gateway-grid,
  .comradery-project-image-slider h2,
  .comradery-project-detail__intro,
  .comradery-project-two-column,
  .comradery-project-split,
  .comradery-project-gallery,
  .comradery-contact-image {
    padding-left: 14px;
    padding-right: 14px;
  }
  .comradery-contact-cards {
    gap: 22px;
    padding-bottom: 58px;
  }
  .comradery-contact-card {
    border-radius: 12px;
    padding: 26px 28px;
  }
  .comradery-contact-card h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .comradery-contact-card p,
  .comradery-contact-card a {
    font-size: 13px;
    line-height: 20px;
  }
  .comradery-contact-form-section {
    padding-bottom: 54px;
  }
  .comradery-contact-form-section,
  .comradery-contact-form-section > article {
    gap: 28px;
  }
  .comradery-contact-form-section h2,
  .comradery-native-contact-form .major-title {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .comradery-contact-form-section p,
  .comradery-native-contact-form .wysiwyg-text-block {
    font-size: 14px;
    line-height: 21px;
  }
  .comradery-contact-form-section .acf-label label,
  .comradery-contact-form-section .af-label label {
    font-size: 11px;
    line-height: 1.2;
  }
  .comradery-contact-form-section input,
  .comradery-contact-form-section textarea,
  .comradery-contact-form-section select {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 0;
  }
  .comradery-contact-form-section textarea {
    min-height: 140px;
  }
  .comradery-contact-image,
  .comradery-native-contact-image {
    padding-bottom: 56px;
  }
  .comradery-gateway-grid {
    gap: 34px;
  }
  .comradery-gateway-card img {
    aspect-ratio: 2.271186440678;
  }
  .comradery-gateway-card__meta {
    font-size: 8px;
    margin-top: 14px;
  }
  .comradery-gateway-card__title {
    font-size: 19px;
    line-height: 23px;
    margin-top: 6px;
  }
  .comradery-gateway-card__text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
  }
  .comradery-pagination {
    gap: 8px;
    margin: -24px auto 58px;
    padding: 0 14px;
  }
  .comradery-pagination .page-numbers {
    font-size: 12px;
    height: 34px;
    min-width: 34px;
    padding: 0 12px;
  }
  .comradery-project-detail__hero:not(.comradery-single-hero) {
    padding-top: 64px;
  }
  .comradery-project-detail__hero:not(.comradery-single-hero) img {
    aspect-ratio: 1.2;
  }
  .comradery-single-hero {
    --single-hero-top-offset: 138px;
    --single-hero-drop: 172px;
    --single-hero-current-drop: var(--single-hero-drop);
    --single-hero-inset: 30px;
    --single-hero-inset-start: 30px;
  }
  .comradery-single-hero picture {
    aspect-ratio: 1.2;
  }
  .comradery-post-detail__intro {
    padding-top: 42px;
  }
  .comradery-post-detail__intro h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .comradery-project-detail__intro {
    gap: 26px;
    padding-bottom: 48px;
    padding-top: 32px;
  }
  .comradery-project-detail__intro h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .comradery-project-detail__intro h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .comradery-project-detail__intro p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .comradery-project-detail__meta {
    gap: 20px;
    margin-top: 22px;
  }
  .comradery-impact {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 24px 50px;
  }
  .comradery-impact h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .comradery-impact strong {
    font-size: 60px;
    font-weight: 500;
  }
  .comradery-impact span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
  .comradery-project-strip {
    gap: 10px;
    padding: 36px 0;
  }
  .comradery-project-two-column,
  .comradery-project-split,
  .comradery-project-gallery {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .comradery-project-two-column img.image-block {
    margin-bottom: 30px;
  }
  .comradery-project-gallery div {
    gap: 14px;
  }
  .comradery-feature,
  .comradery-services,
  .comradery-team-cta,
  .comradery-native-feature,
  .comradery-native-services,
  .comradery-native-image-cta .content-image-inner {
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .comradery-feature,
  .comradery-native-feature,
  .comradery-native-services {
    padding-bottom: 54px;
    padding-top: 54px;
  }
  .comradery-feature h2,
  .comradery-services h2,
  .comradery-team-cta h2,
  .comradery-native-feature .major-title,
  .comradery-native-services .major-title,
  .comradery-native-image-cta .content-container h2,
  .comradery-native-image-cta .content-container h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .comradery-feature p,
  .comradery-services__intro p,
  .comradery-team-cta p,
  .comradery-native-feature .wysiwyg-text-block,
  .comradery-native-services .wysiwyg-text-block,
  .comradery-native-image-cta .wysiwyg-text-block {
    font-size: 13px;
    line-height: 19px;
  }
  .comradery-projects {
    overflow: hidden;
    padding-bottom: 52px;
  }
  .comradery-projects__rail,
  .comradery-projects .slick-list {
    overflow: visible;
  }
  .comradery-projects__rail.slick-initialized {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  .comradery-projects__rail.slick-initialized .slick-slide {
    width: 250px !important;
  }
  .comradery-projects__rail.slick-initialized .slick-slide .comradery-project-card {
    margin-left: 7px;
    margin-right: 7px;
    width: calc(100% - 14px);
  }
  .comradery-projects__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 0 14px;
  }
  .comradery-projects .comradery-slider-dots {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    width: auto;
  }
  .comradery-projects .comradery-slider-dots .slick-arrow {
    flex: 0 0 29px;
  }
  .comradery-projects .comradery-slider-dots .slick-dots {
    display: none !important;
  }
  .comradery-projects .comradery-slider-bullets {
    display: block;
    margin: 20px 24px 0;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots {
    align-items: center;
    background: #f1d9cb;
    border-radius: 999px;
    display: flex;
    gap: 0;
    height: 15px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li {
    background: transparent;
    display: block;
    flex: 0 0 15px;
    height: 15px;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    opacity: 1 !important;
    overflow: hidden;
    padding: 0;
    transform: none !important;
    transition: flex-basis 320ms cubic-bezier(0.16,1,0.3,1), flex-grow 320ms cubic-bezier(0.16,1,0.3,1);
    width: auto;
    will-change: auto;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li.slick-active {
    flex: 1 1 auto;
    min-width: 15px;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots button {
    background: #f1d9cb;
    border: 0;
    border-radius: 999px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    opacity: 1 !important;
    padding: 0;
    transform: none !important;
    width: 100%;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots button:before,
  .comradery-projects .comradery-slider-bullets .slick-dots button:after {
    content: none;
    display: none;
  }
  .comradery-projects .comradery-slider-bullets .slick-dots li.slick-active button {
    background: #e1ac9a;
  }
  .comradery-projects h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .comradery-project-card__title {
    font-size: 18px;
    line-height: 20px;
  }
  .comradery-project-card__text {
    font-size: 12px;
    line-height: 18px;
  }
  .comradery-social-strip {
    padding: 28px 0;
  }
  .comradery-social-strip div {
    gap: 20px;
  }
  .comradery-social-strip img {
    max-height: 25px;
  }
  .comradery-services {
    padding-bottom: 58px;
    padding-top: 58px;
  }
  .comradery-services__accordion summary {
    font-size: 16px;
    padding: 20px 0;
  }
  .comradery-services__accordion ul,
  .comradery-services__accordion p {
    font-size: 13px;
    line-height: 20px;
  }
  .comradery-testimonial {
    margin: 0 14px 58px;
    padding: 34px 24px;
  }
  .comradery-testimonial p {
    font-size: 15px;
    line-height: 22px;
  }
  .comradery-team-cta {
    padding-bottom: 58px;
  }
  .comradery-footer {
    padding: 34px 0 28px;
  }
  .comradery-footer__inner {
    width: calc(100% - 48px);
  }
  .comradery-footer__top {
    gap: 32px;
  }
  .comradery-footer__right {
    gap: 26px;
  }
  .comradery-footer__affiliate p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .comradery-footer__affiliate-mark {
    gap: 16px;
  }
  .comradery-footer__affiliate-mark img {
    max-width: 255px;
  }
  .comradery-footer__title {
    margin-bottom: 14px;
  }
  .comradery-footer__list,
  .comradery-footer__social {
    gap: 12px;
  }
  .comradery-footer__list a,
  .comradery-footer__social a {
    font-size: 14px;
  }
  .comradery-footer__social img {
    height: 15px;
    width: 15px;
  }
  .comradery-footer__newsletter-heading {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
    max-width: 250px;
  }
  .comradery-footer__newsletter .af-form {
    min-height: 40px;
  }
  .comradery-footer__newsletter input {
    font-size: 12px;
    height: 40px;
    min-height: 0;
    padding: 0 16px;
  }
  .comradery-footer__newsletter button {
    font-size: 12px;
    height: 40px;
    min-height: 0;
    min-width: 88px;
    padding: 0 14px;
  }
  .comradery-footer__brand {
    margin-top: 42px;
  }
  .comradery-footer__bottom {
    font-size: 11px;
    gap: 14px;
    margin-top: 28px;
  }
}
@media (min-width: 981px) and (max-width: 1125px) {
  .comradery-footer__top {
    grid-template-columns: minmax(0,1fr) minmax(0,520px);
  }
  .comradery-footer__right {
    gap: 20px;
  }
}
@media (min-width: 641px) and (max-width: 820px) {
  .comradery-about-team {
    grid-template-columns: 1fr;
  }
  .comradery-about-team__intro p {
    max-width: none;
  }
  .comradery-about-team__cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .comradery-native-team article {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .comradery-native-team article > .grid-block {
    min-width: 0;
  }
  .comradery-native-team article > .grid-block:first-child {
    grid-column: 1 / -1;
    padding-right: 0;
  }
  .comradery-native-team article > .grid-block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .comradery-native-team article > .grid-block:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .comradery-native-team article > .grid-block:not(:first-child) img.image-block {
    display: block;
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
