@charset "UTF-8";
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.primary-background-color {
  background-color: var(--primary-theme-color);
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padding-top-none {
  padding-top: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #282827;
  background: #fff;
  font-family: industry, sans-serif;
  overflow-x: hidden;
  line-height: 1.5rem;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #282827;
  font-weight: 600;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
  transition: all 0.2s ease;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #282827;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  border: 0;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #282827;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
header#masthead {
  width: 100%;
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  header#masthead {
    display: flex;
    padding: 10px;
    min-height: fit-content;
    z-index: 100;
  }
}
header#masthead #site-navigation {
  padding: 0;
}
header#masthead nav .navbar-brand, header#masthead #main-nav .navbar-brand {
  height: auto;
  padding: 0;
}
header#masthead nav .navbar-brand > a, header#masthead #main-nav .navbar-brand > a {
  color: #282827;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}
header#masthead nav .navbar-brand > a:hover, header#masthead #main-nav .navbar-brand > a:hover {
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  header#masthead nav .navbar-brand, header#masthead #main-nav .navbar-brand {
    flex-basis: 45%;
  }
}
header#masthead nav .btn-menu.navbar-toggler, header#masthead #main-nav .btn-menu.navbar-toggler {
  height: 26px;
  width: 40px;
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
header#masthead nav .btn-menu.navbar-toggler .bar, header#masthead #main-nav .btn-menu.navbar-toggler .bar {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  background: #000;
  margin: 0;
  transition: all 0.3s;
  width: 36px;
}
header#masthead nav .btn-menu.navbar-toggler .bar.top, header#masthead #main-nav .btn-menu.navbar-toggler .bar.top {
  top: 0;
}
header#masthead nav .btn-menu.navbar-toggler .bar.middle, header#masthead #main-nav .btn-menu.navbar-toggler .bar.middle {
  top: 12px;
}
header#masthead nav .btn-menu.navbar-toggler .bar.bottom, header#masthead #main-nav .btn-menu.navbar-toggler .bar.bottom {
  bottom: 0;
}
header#masthead nav .btn-menu.navbar-toggler[aria-expanded=true], header#masthead #main-nav .btn-menu.navbar-toggler[aria-expanded=true] {
  box-shadow: none;
}
header#masthead nav .btn-menu.navbar-toggler[aria-expanded=true] .top, header#masthead #main-nav .btn-menu.navbar-toggler[aria-expanded=true] .top {
  transform-origin: top left;
  transform: rotate(45deg);
}
header#masthead nav .btn-menu.navbar-toggler[aria-expanded=true] .middle, header#masthead #main-nav .btn-menu.navbar-toggler[aria-expanded=true] .middle {
  top: 12px;
  opacity: 0;
}
header#masthead nav .btn-menu.navbar-toggler[aria-expanded=true] .bottom, header#masthead #main-nav .btn-menu.navbar-toggler[aria-expanded=true] .bottom {
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
header#masthead nav .btn-menu.navbar-toggler:focus, header#masthead #main-nav .btn-menu.navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #282827;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #282827;
  padding: 1.2rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.5rem;
  }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #282827;
  font-weight: 600;
  transition: all 0.2s ease;
  background: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " →";
}

.post-navigation .nav-previous a::before {
  content: "←";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
  transition: all 0.2s ease;
}

/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-family: industry, sans-serif;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

p {
  margin-bottom: 1.5em;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0.018em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

ul {
  list-style-type: none;
}

li {
  letter-spacing: 0.018em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 0.018em;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0079C1;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.site {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

section {
  padding: 20px;
}

.section {
  position: relative;
}

.background-container {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.button {
  background: var(--primary-theme-color);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 3px solid var(--primary-theme-color);
  min-width: fit-content;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 375px) {
  .button {
    font-size: 0.9rem;
  }
}
.button:hover {
  background: var(--secondary-theme-color);
  border-color: var(--secondary-theme-color);
  color: #000000;
  text-decoration: none;
  transition: 300ms;
}

.button-dark {
  color: #343434;
  background: var(--secondary-theme-color);
  border: 3px solid var(--secondary-theme-color);
}

.button-dark:hover {
  background: color-mix(in srgb, var(--primary-theme-color) 70%, #000 30%);
  border: 3px solid color-mix(in srgb, var(--primary-theme-color) 70%, #000 30%);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.login .message,
.login .notice,
.login .success {
  border-left: 4px solid #72aee6;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

.login .success {
  border-left-color: #00a32a;
}

.login .notice-error {
  border-left-color: #d63638;
}

.login .login-error-list {
  list-style: none;
}

.login .login-error-list li + li {
  margin-top: 4px;
}

#loginform p.submit,
.login-action-lostpassword p.submit {
  border: none;
  margin: -10px 0 20px;
}

.login * {
  margin: 0;
  padding: 0;
}

.login .input::-ms-clear {
  display: none;
}

.login .pw-weak {
  margin-bottom: 15px;
}

.login .button.wp-hide-pw {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
  right: 0;
  top: 0;
}

.login .button.wp-hide-pw:hover {
  background: 0 0;
}

.login .button.wp-hide-pw:focus {
  background: 0 0;
  border-color: #3582c4;
  box-shadow: 0 0 0 1px #3582c4;
  outline: 2px solid transparent;
}

.login .button.wp-hide-pw:active {
  background: 0 0;
  box-shadow: none;
  transform: none;
}

.login .button.wp-hide-pw .dashicons {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.25rem;
}

.login .wp-pwd {
  position: relative;
}

.no-js .hide-if-no-js {
  display: none;
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.login form.shake {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 3;
  transform: translateX(0);
}

@keyframes shake {
  25% {
    transform: translateX(-20px);
  }
  75% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .login form.shake {
    animation: none;
    transform: none;
  }
}
.login-action-confirm_admin_email #login {
  width: 60vw;
  max-width: 650px;
  margin-top: -2vh;
}

@media screen and (max-width: 782px) {
  .login-action-confirm_admin_email #login {
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100vw;
  }
}
.login form .forgetmenot {
  font-weight: 400;
  float: left;
  margin-bottom: 0;
}

.login .button-primary {
  float: right;
}

.login .reset-pass-submit {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.login .reset-pass-submit .button {
  display: inline-block;
  float: none;
  margin-bottom: 6px;
}

.login .admin-email-confirm-form .submit {
  text-align: center;
}

.admin-email__later {
  text-align: left;
}

.login form p.admin-email__details {
  margin: 1.1em 0;
}

.login .admin-email__heading {
  border-bottom: 1px #f0f0f1 solid;
  color: #50575e;
  font-weight: 400;
  padding-bottom: 0.5em;
  text-align: left;
}

.admin-email__actions div {
  padding-top: 1.5em;
}

.login .admin-email__actions .button-primary {
  float: none;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

#login form p {
  margin-bottom: 0;
}

#login #reg_passmail,
#login form .indicator-hint {
  margin-bottom: 16px;
}

#login form p.submit {
  margin: 0;
  padding: 0;
}

.login label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
}

.login .forgetmenot label,
.login .pw-weak label {
  line-height: 1.5;
  vertical-align: baseline;
}

.login h1 {
  text-align: center;
}

.login h1 a {
  background-size: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height: 84px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 84px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}

#login {
  width: 320px;
  padding: 5% 0 0;
  margin: auto;
}

.login #backtoblog,
.login #nav {
  font-size: 13px;
  padding: 0 24px;
}

.login #nav {
  margin: 24px 0 0;
}

#backtoblog {
  margin: 16px 0;
  word-wrap: break-word;
}

.login #backtoblog a,
.login #nav a {
  text-decoration: none;
  color: #50575e;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #135e96;
}

.login #backtoblog a:focus,
.login #nav a:focus,
.login h1 a:focus {
  color: #043959;
}

.login .privacy-policy-page-link {
  text-align: center;
  width: 100%;
  margin: 3em 0 2em;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
  font-size: 24px;
  line-height: 1.33333333;
  width: 100%;
  border-width: 0.0625rem;
  padding: 0.1875rem 0.3125rem;
  margin: 0 6px 16px 0;
  min-height: 40px;
  max-height: none;
}

.login input.password-input {
  font-family: Consolas, Monaco, monospace;
}

.js.login input.password-input {
  padding-right: 2.5rem;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
  background: #fff;
}

.js.login-action-resetpass input[type=password],
.js.login-action-resetpass input[type=text],
.js.login-action-rp input[type=password],
.js.login-action-rp input[type=text] {
  margin-bottom: 0;
}

.login #pass-strength-result {
  font-weight: 600;
  margin: -1px 5px 16px 0;
  padding: 6px 5px;
  text-align: center;
  width: 100%;
}

body.interim-login {
  height: auto;
}

.interim-login #login {
  padding: 0;
  margin: 5px auto 20px;
}

.interim-login.login h1 a {
  width: auto;
}

.interim-login #login_error,
.interim-login.login .message {
  margin: 0 0 16px;
}

.interim-login.login form {
  margin: 0;
}

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

@media screen and (max-height: 550px) {
  #login {
    padding: 20px 0;
  }
  #language-switcher {
    margin-top: 0;
  }
}
@media screen and (max-width: 782px) {
  .interim-login input[type=checkbox] {
    width: 1rem;
    height: 1rem;
  }
  .interim-login input[type=checkbox]:checked:before {
    width: 1.3125rem;
    height: 1.3125rem;
    margin: -0.1875rem 0 0 -0.25rem;
  }
  #language-switcher label,
  #language-switcher select {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .login .language-switcher .button {
    display: block;
    margin: 5px auto 0;
  }
}
/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
.accordions h2:not(.section-heading),
.accordions h3 {
  font-size: 1rem;
  font-family: acumin-pro, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.accordions .accordion {
  padding: 8px 0;
}
@media screen and (min-width: 992px) {
  .accordions .accordion {
    width: 75%;
  }
}
.accordions .accordion .accordion-item {
  border-radius: 0;
}
.accordions .accordion .accordion-header .accordion-button {
  border-radius: 0;
  box-shadow: none;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero h1 {
  text-wrap: balance;
}

.standard-columns .ktg-grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  grid-gap: 1rem;
}
.standard-columns .standard-column {
  display: flex;
  flex-direction: column;
}
.standard-columns .column-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: -8px 2px 12px -6px rgba(0, 0, 0, 0.15);
}
.standard-columns .column-wrapper:has(.sc-image) {
  padding-top: 0;
}
.standard-columns .column-wrapper:has(.sc-pdf_thumbnail) {
  padding-top: 0;
}
.standard-columns .column-wrapper .button {
  margin: 0 auto;
}
.standard-columns .column-top, .standard-columns .sc-image {
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.standard-columns .sc-icon img {
  width: calc(3.5vw + 12px);
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 479px) {
  .standard-columns .sc-icon img {
    width: 20vw;
  }
}
.standard-columns .sc-image, .standard-columns .column-top {
  margin-bottom: 10px;
  background: #efefef;
}
.standard-columns .sc-image img, .standard-columns .column-top img {
  width: 50%;
  aspect-ratio: 2/3;
  object-fit: contain;
  margin-inline: auto;
  padding: 12px;
}
.standard-columns .sc-text {
  padding-bottom: 20px;
}
@media screen and (min-width: 479px) {
  .standard-columns .sc-text {
    width: 90%;
    margin: 12px auto;
  }
}
.standard-columns .sc-text h3 {
  color: inherit;
}
.standard-columns h3 {
  text-align: center;
}
.standard-columns .sc-links {
  flex-direction: column;
  margin-top: auto;
  gap: 12px;
}
.standard-columns .button {
  max-width: 95%;
  margin-inline: auto;
}

.content-media .container:first-child {
  padding-left: 0;
}
.content-media .sc-text {
  max-width: 75%;
}
.content-media .column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.content-media .column-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.8);
  aspect-ratio: 16/9;
  object-fit: cover;
}
.content-media .media-right {
  flex-direction: row;
}
.content-media .media-left {
  flex-direction: row-reverse;
}
.divider-line .container {
  padding-right: 0;
  padding-left: 0;
}
.divider-line .container .hr {
  margin: 0;
}
