		@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
		* {
			font-family: "Wix Madefor Text", sans-serif;
		}

section#post_content {
    max-width: 1140px;
    margin-top: 100px;
    line-height: 130%;
    margin-left: 275px;
}

section#post_content .to_archive {
    gap: 10px;
    display: flex;
    color: black;
    font-size: 22px;
    line-height: 130%;
    padding-left: 40px;
    margin-left: -275px;
    align-items: center;
}

section#post_content h1 {
    font-size: 2.188vw;
    font-weight: 600;
    line-height: 130%;
    white-space: pre-wrap;
}

section#post_content > .info {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
}

section#post_content > .info .post-categories li ~ li {
    display: none;
}

section#post_content > .info .post-categories a {
    color: black;
    display: block;
    font-size: 18px;
    transition: .35s;
    line-height: 130%;
    padding: 18px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    border: 1px solid #CACACA;
}

section#post_content > .info .post-categories a:hover {
    border-color: black;
}

section#post_content > .info p {
    margin: 0;
    font-size: 18px;
    line-height: 130%;
}

section#post_content img.thumbnail {
    margin-top: 40px;
}

section#post_content p.excerpt {
    margin-top: 40px;
}

section#post_content #brief {
    gap: 10px;
    display: flex;
    margin: 100px 0;
    flex-direction: column;
}

section#post_content #brief p {
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 140%;
    text-transform: lowercase;
}

section#post_content #brief p:first-child {
    cursor: initial;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section#post_content #brief i {
    font-style: normal;
    text-transform: uppercase;
}

section#post_content #brief span {
    position: relative;
}

section#post_content #brief span:after {
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    position: absolute;
    background: repeating-linear-gradient(to right, currentColor 0 2px, transparent 2px 4px);
}

section#post_content h2,
section#post_content h3,
section#post_content h4,
section#post_content h5,
section#post_content h6 {
    line-height: 150%;
}

section#post_content > h2 {
    margin-top: 100px;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

section#post_content p {
    margin-top: 22px;
    line-height: 130%;
    font-size: 22px;
}

section#post_content > figure {
    gap: 40px;
    margin: 70px 0;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

section#post_content > figure.full_size {
    width: 100vw;
    padding: 40px;
    margin-left: -275px;
}

section#post_content > figure.full_size.pl {
    padding-left: 275px;
    justify-content: flex-start;
}

section#post_content > h3 {
  font-size: 1.33vw;
  font-weight: 600;
  margin-top: 2.1vw;
  margin-bottom: 0.6vw;
  text-transform: uppercase;
}

section#post_content > ul {
    gap: 10px;
    display: flex;
    font-size: 22px;
    list-style: disc;
    margin-top: 16px;
    padding-left: 30px;
    flex-direction: column;
    margin-bottom: 40px;
}

section#post_content > section {
    width: 100vw;
    margin: 70px 0;
    position: relative;
    margin-left: -275px;
}



































































































section#popup_meet {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 9999;
    padding: 40px;
    overflow: auto;
    position: fixed;
    transition: .35s;
    visibility: hidden;
    align-items: flex-start;
    justify-content: center;
    background: rgb(0 0 0 / 30%)
}

section#popup_meet.open {
    opacity: 1;
    visibility: visible;
}

section#popup_meet * {
    outline: none!important;
    box-shadow: none!important;
}

section#popup_meet form {
    padding: 55px;
    max-width: 800px;
    position: relative;
    background: white;
}

section#popup_meet form > s {
    top: 27px;
    right: 27px;
    opacity: .3;
    cursor: pointer;
    transition: .35s;
    position: absolute;
}

section#popup_meet form > s:hover {
    opacity: 1;
}

section#popup_meet form .heading {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    padding-right: 48px;
    justify-content: space-between;
}

section#popup_meet form h3 {
    font-size: 32px;
    font-weight: 600;
}

section#popup_meet form .socials {
    gap: 25px;
    display: flex;
    align-items: center;
}

section#popup_meet form .socials svg {
    max-width: 44px;
    max-height: 44px;
}

section#popup_meet form .fields {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

section#popup_meet form .fields input,
section#popup_meet form .fields textarea,
section#popup_meet form .fields .select_ui p {
    width: 100%;
    height: 70px;
    color: black;
    padding: 0 24px;
    font-size: 18px;
    border: 1px solid black;
}
section#popup_meet form .fields textarea::placeholder,
section#popup_meet form .fields input::placeholder {
    color: black;
}

section#popup_meet form .fields textarea {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

section#popup_meet form .fields .select_ui p {
    display: flex;
    cursor: pointer;
    transition: .35s;
    align-items: center;
    justify-content: space-between;
}

section#popup_meet form .fields .select_ui p span {
    gap: 14px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

section#popup_meet form .fields .select_ui svg {
    transition: .35s;
}

section#popup_meet form .fields .select_ui.open p > svg {
    transform: rotate(180deg);
}

section#popup_meet form .fields .select_ui.open p {
    opacity: 0;
}

section#popup_meet form .approval {
    display: flex;
    font-size: 16px;
    margin-top: 20px;
    color: #808080;
    line-height: 120%;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
}

section#popup_meet form .approval,
section#popup_meet form .approval * {
    cursor: pointer;
    transition: .35s;
}

section#popup_meet form .approval a {
    color: inherit;
    text-decoration: underline;
}

section#popup_meet form .approval:before {
    content: '';
    width: 18px;
    height: 18px;
    min-width: 18px;
    transition: .35s;
    margin-right: 12px;
    background-size: auto;
    border: 1px solid #808080;
    background-position: center;
    background-repeat: no-repeat;
}

section#popup_meet form .approval.checked:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.69231L7.57143 13L15 6' stroke='%23808080'/%3E%3C/svg%3E%0A");
}

section#popup_meet form .approval a {
    z-index: 2;
    position: relative;
}

section#popup_meet form .approval a:hover {
    color: black;
}

section#popup_meet form .approval input:checked + span:before {
    opacity: 1;
}

section#popup_meet form .approval + p {
    font-size: 22px;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

section#popup_meet form .avatar {
    gap: 20px;
    display: flex;
    align-items: center;
}

section#popup_meet form .avatar img {
    width: 99px;
    height: 99px;
    border-radius: 50%;
}

section#popup_meet form .avatar b {
    display: block;
    font-weight: 600;
    font-size: 22px;
}

section#popup_meet form .avatar p {
    font-size: 18px;
    line-height: 1.3em;
}

section#popup_meet form .fields .select_ui ul {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
    transition: .35s;
    position: absolute;
    visibility: hidden;
    background: white;
    border: 1px solid black;
}

section#popup_meet form .fields .select_ui.open ul {
    opacity: 1;
    visibility: visible;
}

section#popup_meet form .fields .select_ui {
    position: relative;
}

section#popup_meet form .fields .select_ui ul li:first-child {
    height: 70px;
    display: flex;
    cursor: pointer;
    padding: 0 24px;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
}

section#popup_meet form .fields .select_ui.open ul li {
    cursor: pointer;
}

section#popup_meet form .fields .select_ui.open ul li:first-child svg {
    transform: rotate(180deg);
}

section#popup_meet form .fields .select_ui ul li[data-value] {
    gap: 14px;
    height: 70px;
    display: flex;
    padding: 0 23px;
    margin: 0 24px;
    font-size: 18px;
    transition: .35s;
    position: relative;
    margin-bottom: 24px;
    align-items: center;
    border: 1px solid #E3E3E3;
}

section#popup_meet form .fields .select_ui ul li[data-value]:hover {
    border-color: black;
}

section#popup_meet form .fields .select_ui ul input {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

section#popup_meet form > button {
    width: 100%;
    height: 89px;
    display: flex;
    color: white;
    cursor: pointer;
    font-size: 22px;
    transition: .35s;
    margin-top: 36px;
    background: black;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    text-transform: uppercase;
}

section#popup_meet form > b:hover {
    background: rgb(0 0 0 / 90%);
}

section#popup_meet .error_text {
    font-size: 18px;
    color: #FF0000;
    line-height: 130%;
    margin-bottom: -10px;
}

section#popup_meet input.error,
section#popup_meet textarea.error {
    color: #FF0000;
    border-color: #FF0000;
}

section#popup_meet .approval.error:before {
    border-color: #FF0000;
}



































































































#popup_thanks {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 9999999;
    transition: .35s;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%)
}

#popup_thanks.active {
    opacity: 1;
    visibility: visible;
}

#popup_thanks p {
    width: 100%;
    padding: 105px;
    margin: 0 20px;
    font-size: 40px;
    max-width: 800px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    position: relative;
    background: white;
    text-transform: uppercase;
}

#popup_thanks p s {
    top: 27px;
    right: 27px;
    opacity: .3;
    display: flex;
    cursor: pointer;
    transition: .35s;
    position: absolute;
}