html {
  margin: 0 !important;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .has-xx-large-font-size {
    font-size: 64px !important;
  }
}

@media only screen and (max-width: 991px) {
  .has-x-large-font-size {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 767px) {
  .has-x-large-font-size {
    font-size: 40px !important;
  }
}

a {
  word-wrap: break-word;
}

a:focus-visible,
button:focus-visible {
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-left: 20px;
  padding-right: 20px;
}

body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: calc(var(--wp--style--global--content-size) - 20px);
  padding: 0;
}
@media screen and (max-width: 1440px) {
  body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: calc(100% - 20px);
  }
}

:where(body .is-layout-constrained) > * {
  margin-top: 0;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
  color: var(--wp--preset--color--light-blue);
}

:where(figure) {
  margin: 0;
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFF;
}

.wp-block-group {
  box-sizing: content-box;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 16px 24px;
  background-color: transparent;
  border: 2px solid currentColor;
  color: #fff;
  border-radius: 1440px;
}
.wp-block-button .wp-block-button__link.is-style-outline:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.wp-block-button .wp-block-button__link.is-style-primary,
.wp-block-button.is-style-primary > .wp-block-button__link {
  background-color: var(--wp--preset--color--light-blue);
  color: #000;
}
.wp-block-button .wp-block-button__link.is-style-primary:hover,
.wp-block-button.is-style-primary > .wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(3, 255, 255, 0.2) 0%, rgba(3, 255, 255, 0.2) 100%), #FFF;
}

.wp-block-button .wp-block-button__link.is-style-secondary,
.wp-block-button.is-style-secondary > .wp-block-button__link {
  background-color: var(--wp--preset--color--vivid-violet);
  color: #fff;
}
.wp-block-button .wp-block-button__link.is-style-secondary:hover,
.wp-block-button.is-style-secondary > .wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--wp--preset--color--vivid-violet);
}

@media only screen and (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
.fancybox__slide {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.fancybox__content {
  width: 100%;
  max-width: 1480px !important;
  padding: 3.75rem !important;
  height: auto;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .fancybox__content {
    padding: 24px !important;
    max-height: 80%;
  }
}

.f-button.is-close-btn {
  top: 0 !important;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 5px 0 0;
  padding: 0;
  border: 0;
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form button[type=submit] {
  max-width: 260px;
  border: 0;
  margin: 48px auto 0;
  gap: 16px;
  order: 1;
}
.wpcf7 .wpcf7-form button[type=submit] span {
  line-height: 1;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  max-width: calc(100% - 48px);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
  border: 1px solid #FFF;
  padding: 16px 24px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible {
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible::placeholder {
  opacity: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border: 1px solid var(--wp--preset--color--heavy-red);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  max-width: calc(100% - 28px);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label a {
  color: #fff;
  font-weight: 700;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  left: 1px;
  top: 2px;
  background-repeat: no-repeat;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #fff;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -15px;
  font-size: 13px;
  line-height: 1;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--heavy-red);
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
  padding-top: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C7.32812 0 7.63281 0.1875 7.79688 0.46875L12.8594 9.09375C13.0234 9.39844 13.0234 9.75 12.8594 10.0312C12.6953 10.3359 12.3906 10.5 12.0625 10.5H1.9375C1.58594 10.5 1.28125 10.3359 1.11719 10.0312C0.953125 9.75 0.953125 9.39844 1.11719 9.09375L6.17969 0.46875C6.34375 0.1875 6.64844 0 7 0ZM7 3C6.67188 3 6.4375 3.25781 6.4375 3.5625V6.1875C6.4375 6.51562 6.67188 6.75 7 6.75C7.30469 6.75 7.5625 6.51562 7.5625 6.1875V3.5625C7.5625 3.25781 7.30469 3 7 3ZM7.75 8.25C7.75 7.85156 7.39844 7.5 7 7.5C6.57812 7.5 6.25 7.85156 6.25 8.25C6.25 8.67188 6.57812 9 7 9C7.39844 9 7.75 8.67188 7.75 8.25Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-radius: 12px;
  background: var(--wp--preset--color--vivid-violet);
  padding: 16px;
  display: block;
  font-weight: 500;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  color: var(--wp--preset--color--heavy-red);
  position: relative;
  display: inline-flex;
  gap: 8px;
  line-height: 1.2;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output::before, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output::before {
  content: "";
  margin-top: 5px;
  display: inline-block;
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C7.32812 0 7.63281 0.1875 7.79688 0.46875L12.8594 9.09375C13.0234 9.39844 13.0234 9.75 12.8594 10.0312C12.6953 10.3359 12.3906 10.5 12.0625 10.5H1.9375C1.58594 10.5 1.28125 10.3359 1.11719 10.0312C0.953125 9.75 0.953125 9.39844 1.11719 9.09375L6.17969 0.46875C6.34375 0.1875 6.64844 0 7 0ZM7 3C6.67188 3 6.4375 3.25781 6.4375 3.5625V6.1875C6.4375 6.51562 6.67188 6.75 7 6.75C7.30469 6.75 7.5625 6.51562 7.5625 6.1875V3.5625C7.5625 3.25781 7.30469 3 7 3ZM7.75 8.25C7.75 7.85156 7.39844 7.5 7 7.5C6.57812 7.5 6.25 7.85156 6.25 8.25C6.25 8.67188 6.57812 9 7 9C7.39844 9 7.75 8.67188 7.75 8.25Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}

.fancybox__container .fancybox__backdrop {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(26px);
}
.fancybox__container .fancybox__title {
  margin: 0;
  text-align: center;
}
.fancybox__container .fancybox__description {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
}
.fancybox__container .fancybox__content {
  border-radius: 12px;
  background: #000;
  padding: 48px 24px 24px !important;
  max-width: 1000px !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fancybox__container .fancybox__content > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox__container .fancybox__content form {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox__container .fancybox__content button.is-close-btn {
  max-width: 22px;
  height: 22px;
  opacity: 1;
  right: 24px !important;
  top: 24px !important;
}

.hidden {
  display: none;
}

.btn {
  padding: 12px 24px;
  border-radius: 1440px;
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  gap: 16px;
  transition: all 0.4s ease-in-out;
  position: relative;
  max-width: fit-content;
  overflow: hidden;
  color: initial;
}
.btn > * {
  position: relative;
  z-index: 1;
}
.btn img,
.btn svg {
  width: 15px;
  transition: all 0.4s linear;
}
.btn .text-wrap {
  position: relative;
  transition: all 0.4s linear;
}
.btn .hover-text {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(200%);
  transition: all 0.4s ease-in-out;
}
.btn:after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 1440px;
  height: 0;
  scale: 0.5;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s linear;
}
.btn:hover::after {
  height: 100%;
  scale: 1;
}
.btn:hover .text-wrap {
  transform: translateY(-200%);
}
.btn:hover img,
.btn:hover svg {
  transform: translateX(2px);
}
.btn--outline {
  background-color: transparent;
  border: 2px solid currentColor;
  color: #fff;
}
.btn--primary {
  background-color: var(--wp--preset--color--light-blue);
  color: #1B1B1B;
}
.btn--secondary {
  background-color: var(--wp--preset--color--vivid-violet);
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: #1B1B1B;
}
.btn--white::after {
  background: rgba(27, 27, 27, 0.2);
}

.default-padding {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .default-padding {
    padding: 40px 0;
  }
}

.small-padding {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .small-padding {
    padding: 30px 0;
  }
}

.large-padding {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .large-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .large-padding {
    padding: 40px 0;
  }
}

.text-l {
  font-size: 64px;
}
@media only screen and (max-width: 991px) {
  .text-l {
    font-size: 48px;
  }
}

.text-m {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .text-m {
    font-size: 24px;
  }
}

.is-style-highlited {
  display: flex;
  flex-direction: column;
  gap: 24px;
  counter-reset: highlitedlist;
  padding-left: 50px !important;
}
.is-style-highlited li {
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
  border-radius: 12px;
  background: var(--wp--preset--color--vivid-violet);
  mix-blend-mode: difference;
  padding: 12px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  mix-blend-mode: difference;
}
.is-style-highlited li::marker {
  display: none;
  content: none;
}
.is-style-highlited li::before {
  content: "";
  border-radius: 12px;
  background: var(--wp--preset--color--light-blue);
  padding: 8px;
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: highlitedlist;
  content: counter(highlitedlist);
  font-size: 33.572px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  mix-blend-mode: difference;
}

.wp-block-table.is-style-header-highlited {
  overflow: scroll;
}
.wp-block-table.is-style-header-highlited table {
  width: 1100px;
}
.wp-block-table.is-style-header-highlited thead {
  background-color: #FFF;
  color: #000;
}
.wp-block-table.is-style-header-highlited thead td,
.wp-block-table.is-style-header-highlited thead th {
  border-color: #FFF;
  padding: 14px 16px;
}
.wp-block-table.is-style-header-highlited td,
.wp-block-table.is-style-header-highlited th {
  padding: 10px 20px;
  max-width: 500px;
}

.mailchimp__form {
  position: relative;
}
.mailchimp__form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mailchimp__form input,
.mailchimp__form textarea {
  width: 100%;
  max-width: calc(100% - 48px);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
  border: 1px solid #FFF;
  padding: 16px 24px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--wp--preset--font-family--montserrat);
}
.mailchimp__form input::placeholder,
.mailchimp__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--wp--preset--font-family--montserrat);
}
.mailchimp__form input:focus-visible,
.mailchimp__form textarea:focus-visible {
  outline: 0;
}
.mailchimp__form input:focus-visible::placeholder,
.mailchimp__form textarea:focus-visible::placeholder {
  opacity: 0;
}
.mailchimp__form input.wpcf7-not-valid,
.mailchimp__form textarea.wpcf7-not-valid {
  border: 1px solid var(--wp--preset--color--heavy-red);
}
.mailchimp__form .checkbox-label {
  position: relative;
  padding-left: 28px;
  max-width: calc(100% - 28px);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mailchimp__form .checkbox-label a {
  color: #fff;
  font-weight: 700;
}
.mailchimp__form .checkbox-label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: content-box;
}
.mailchimp__form .checkbox-label:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  left: 3px;
  top: 4px;
  background-repeat: no-repeat;
}
.mailchimp__form input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.mailchimp__form input[type=checkbox]:checked + .checkbox-label:before {
  background-color: #fff;
}
.mailchimp__form input[type=checkbox]:checked + .checkbox-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
.mailchimp__form fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

#mc_embed_signup.mailchimp__form form div.mce_inline_error {
  font-size: 13px;
  line-height: 1;
  background-color: transparent;
  margin: 0;
  color: var(--wp--preset--color--heavy-red);
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
  padding-top: 10px;
  font-weight: normal;
}
#mc_embed_signup.mailchimp__form form div.mce_inline_error::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C7.32812 0 7.63281 0.1875 7.79688 0.46875L12.8594 9.09375C13.0234 9.39844 13.0234 9.75 12.8594 10.0312C12.6953 10.3359 12.3906 10.5 12.0625 10.5H1.9375C1.58594 10.5 1.28125 10.3359 1.11719 10.0312C0.953125 9.75 0.953125 9.39844 1.11719 9.09375L6.17969 0.46875C6.34375 0.1875 6.64844 0 7 0ZM7 3C6.67188 3 6.4375 3.25781 6.4375 3.5625V6.1875C6.4375 6.51562 6.67188 6.75 7 6.75C7.30469 6.75 7.5625 6.51562 7.5625 6.1875V3.5625C7.5625 3.25781 7.30469 3 7 3ZM7.75 8.25C7.75 7.85156 7.39844 7.5 7 7.5C6.57812 7.5 6.25 7.85156 6.25 8.25C6.25 8.67188 6.57812 9 7 9C7.39844 9 7.75 8.67188 7.75 8.25Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
}
#mc_embed_signup.mailchimp__form form div#mce-success-response {
  border-radius: 12px;
  background: var(--wp--preset--color--vivid-violet);
  padding: 16px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
#mc_embed_signup.mailchimp__form form div#mce-error-response {
  border-radius: 12px;
  background: var(--wp--preset--color--heavy-red);
  padding: 16px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.wp-block-spacer.is-style-large {
  height: 120px !important;
}
@media only screen and (max-width: 991px) {
  .wp-block-spacer.is-style-large {
    height: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-spacer.is-style-large {
    height: 30px !important;
  }
}
.wp-block-spacer.is-style-medium {
  height: 60px !important;
}
@media only screen and (max-width: 767px) {
  .wp-block-spacer.is-style-medium {
    height: 30px !important;
  }
}

.single-post__head .wp-block-post-title {
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  max-width: 530px;
  margin: 0 0 40px;
}
.single-post__head .wp-block-post-featured-image {
  border-radius: 12px;
  overflow: hidden;
}
.single-post__head .wp-block-post-featured-image img {
  min-height: 407px;
}
.single-post main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1240px;
  position: relative;
}
.single-post__main {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .single-post__main {
    flex-direction: column;
    gap: 100px;
    padding-bottom: 40px;
  }
}
.single-post__main .pattern__mail {
  max-width: 300px;
  flex: 1;
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 991px) {
  .single-post__main .pattern__mail {
    max-width: 100%;
    position: relative;
    top: auto;
  }
}
.single-post__main .pattern__mail p a {
  font-family: var(--wp--preset--font-family--roc-grotesk-wide-bold);
  font-weight: 700;
}
.single-post__main .entry-content {
  flex: 1;
  max-width: calc(100% - 420px);
}
@media only screen and (max-width: 991px) {
  .single-post__main .entry-content {
    max-width: 100%;
  }
}
.single-post .movable-box {
  position: absolute;
  width: fit-content !important;
}
.single-post .movable-box.inside-img-rect {
  top: 30%;
  left: 30%;
}
.single-post .movable-box.top-rect {
  top: 15%;
  right: 0;
}
.single-post .movable-box.bottom-rect {
  bottom: -2px;
  right: 0;
}
.single-post .movable-box.left-rect {
  top: 50%;
  left: -100px;
}

.pattern__mail {
  max-width: calc(100% - 20px);
}
.pattern__mail .image-col {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
