@media screen and (max-width: 812px) {
  header nav .nav_menu .menu-menu-container #menu-menu {
    font-size: 14px;
    gap: 22px;
  }
}
@media screen and (max-width: 700px) {
  #menu-menu li {
    display: none;
  }
  #menu-menu li:last-child {
    display: list-item;
  }
  .banner-icons {
    bottom: 24px !important;
    right: 30px !important;
    gap: 24px !important;
  }
}
@media screen and (max-width: 1200px) {
  .section-3 {
    display: flex !important;
    padding: 0 24px 0 24px !important;
    flex-direction: column !important;
    height: auto !important;
    position: relative !important;
    left: 37px;
  }
  .section-3 .section-3-left-column {
    width: 100% !important;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid black;
  }
  .section-3 .section-3-left-column .section-3-text .hash {
    transform: rotate(90deg);
    left: -90px !important;
    top: 40px !important;
    /* identical to box height, or 133% */
  }
  .section-3 .section-3-left-column .section-3-text h3 {
    position: relative !important;
    font-size: 55px;
    /* or 125% */
    letter-spacing: 0.07em;
  }
  .section-3 .section-3-right-column {
    width: 100% !important;
    position: relative;
    padding-top: 16px;
  }
  .section-3 .section-3-right-column .section-3-text h3 {
    position: relative !important;
    font-size: 55px;
    /* or 125% */
  }
  .section-3 .section-3-right-column .section-3-text h3 p {
    /* identical to box height, or 125% */
  }
}
@media screen and (max-width: 1024px) {
  .section-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }
  .section-1 .section-1-left-column {
    width: 90% !important;
    position: relative;
  }
  .section-1 .section-1-left-column p {
    position: absolute !important;
    transform: rotate(90deg);
    left: -70px !important;
    top: 25px !important;
  }
  .section-1 .section-1-left-column h3 {
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .section-1-right-column {
    width: 90% !important;
    position: relative;
  }
}
@media screen and (max-width: 512px) {
  .section-8 {
    height: 240px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .home-section-separator {
    height: 40px !important;
  }
  .section-container:first(1) {
    height: auto !important;
  }
  .section-2 {
    height: 240px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .section-1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    padding: 0 24px 0 61px !important;
    gap: 0 !important;
  }
  .section-1 .section-1-left-column {
    width: 100% !important;
    padding-bottom: 24px !important;
  }
  .section-1 .section-1-left-column p {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
    left: -50px !important;
    top: 15px !important;
    position: absolute !important;
  }
  .section-1 .section-1-left-column h3 {
    font-weight: 300 !important;
    font-size: 48px !important;
    line-height: 56px !important;
    letter-spacing: 0.07em !important;
  }
  .section-1 .section-1-right-column {
    width: 100% !important;
  }
  .section-1 .section-1-right-column p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
  }
}
@media screen and (max-width: 900px) {
  .section-4 {
    flex-direction: column;
  }
  .section-6 {
    flex-direction: column;
  }
  .section-4-img {
    width: 100% !important;
    height: calc(100vw / 1.4) !important;
    position: relative !important;
    transition: ease-in-out 1s;
    background-size: cover !important;
    background-position: center;
    left: 0 !important;
    background-repeat: no-repeat;
  }
  .section-4-text {
    width: 100% !important;
    left: 16px !important;
  }
  .section-4-text span {
    width: 90vw !important;
  }
  .section-6-img {
    width: 100% !important;
  }
  .section-6-text {
    width: 100% !important;
  }
  .section6-container-full {
    height: auto;
  }
  .section-4 span {
    min-width: auto !important;
  }
  .section-6 span {
    min-width: auto !important;
    width: auto !important;
  }
  .section6-container-full .section-6 .section-6-text span {
    width: auto !important;
    padding-right: 56px !important;
  }
  .section6-container-full .section-6 .section-6-text {
    left: 0 !important;
    padding-left: 16px !important;
  }
  .section6-container-full .section-4 .section-4-text {
    left: 0 !important;
    padding-left: 16px !important;
  }
  .section4-container-full .section-4 .section-4-text span {
    width: auto !important;
    padding-right: 56px !important;
  }
}
@media screen and (max-width: 1400px) {
  .section-5 img {
    width: 100%;
  }
  .section-5 h4 {
    font-size: 2.5em !important;
  }
  .section-7 img {
    width: 100%;
  }
  .section-7 h4 {
    font-size: 2.5em !important;
  }
  .section4-container-full {
    height: auto !important;
  }
  .section4-container-full:hover .section-4-img {
    left: 0 !important;
  }
  .section-4 span {
    min-width: auto !important;
  }
  .section-6 span {
    min-width: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .section-4-text {
    width: 100% !important;
    left: 16px !important;
    padding: 20px 0 !important;
    height: auto !important;
  }
  .section-4-text h3 {
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .section-4-text span p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
  }
  .section4-container-full .section-4 .section-4-text span p:first-child {
    margin-block-start: 22px !important;
  }
}
@media screen and (min-width: 900px) {
  .image-box img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .section-5 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 32px !important;
  }
  .section-5 .box {
    margin: 0 auto !important;
    gap: 8px !important;
  }
  .section5-container-full {
    height: auto !important;
  }
  .section-5 {
    height: auto !important;
  }
  .section-5 h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    /* identical to box height, or 133% */
    letter-spacing: 0.07em !important;
  }
  .image-box {
    background: none !important;
  }
  .section-5 p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* identical to box height, or 125% */
    letter-spacing: 0.02em !important;
  }
  .section-7 h4 {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    /* identical to box height, or 133% */
    letter-spacing: 0.07em !important;
  }
  .section-7 p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* identical to box height, or 125% */
    letter-spacing: 0.02em !important;
  }
  .section-7 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 32px !important;
  }
  .section-7 .box {
    margin: 0 auto !important;
    gap: 8px !important;
  }
  .section7-container-full {
    height: auto !important;
  }
  .section-7 {
    height: auto !important;
  }
  .section-6 {
    flex-direction: column;
  }
  .section-6 {
    flex-direction: column;
  }
  .section-6-img {
    width: 100% !important;
    height: calc(100vw / 1.4) !important;
    position: relative !important;
    transition: ease-in-out 1s;
    background-size: cover !important;
    background-position: center;
    left: 0 !important;
    background-repeat: no-repeat;
  }
  .section-6-text {
    width: 100% !important;
    left: 24px !important;
    width: 100% !important;
    left: 0px !important;
    padding: 20px 0 !important;
    padding-left: 20px !important;
    height: auto !important;
  }
  .section-6-img {
    width: 100% !important;
  }
  .section-6-text {
    width: 100% !important;
  }
  .section6-container-full {
    height: auto;
  }
  .section-6 span {
    min-width: auto !important;
  }
  .section-6 span {
    min-width: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .section6-container-full {
    height: auto !important;
  }
  .section6-container-full:hover .section-6-img {
    left: 0 !important;
  }
  .section-6 span {
    min-width: auto !important;
  }
  .section-6 span {
    min-width: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .section-6-text {
    width: 100% !important;
    left: 0px !important;
    padding: 20px 0 !important;
    padding-left: 20px !important;
    height: auto !important;
  }
  .section-6-text h3 {
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .section-6-text span p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
  }
  .section6-container-full .section-6 .section-6-text span p:first-child {
    margin-block-start: 22px !important;
  }
  .section-9 h3 {
    font-weight: 300 !important;
    font-size: 48px !important;
    line-height: 56px !important;
    letter-spacing: 0.07em !important;
  }
}
@media screen and (max-width: 805px) {
  .footer-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .footer-long .footer-7 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .footer-left {
    display: contents !important;
  }
}
@media screen and (max-width: 375px) {
  .footer-3 .footer-3-box div.footer3inside {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 325px) {
  header nav .nav_menu .menu-menu-container #menu-menu {
    margin: 15px 14px 15px 14px !important;
  }
}
@media screen and (max-width: 400px) {
  .section5-container-full .section-5 {
    margin: 0 16px !important;
  }
  .section7-container-full .section-7 {
    margin: 0 16px !important;
  }
  .footer-3-box {
    padding: 40px 16px !important;
  }
  .footer-long .footer-7 {
    padding-top: 40px !important;
  }
  .footer-long {
    padding: 40px 16px !important;
  }
  .footer-down {
    padding: 40px 16px !important;
  }
}
@media screen and (max-width: 1200px) {
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title a {
    font-size: 32px;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-image {
    max-width: 350px;
  }
}
@media screen and (max-width: 981px) {
  .news-newsletter {
    display: flow-root;
  }
  .news-newsletter .newsletter-left {
    width: auto;
  }
  .news-newsletter .newsletter-right {
    width: auto;
    float: right;
  }
  .custom-3post-container .custom-3post .custom-3post-box {
    display: flex;
    flex-direction: column;
    padding: 24px 0 24px 0;
    border-bottom: 1px solid black;
    position: relative;
    margin: 0 auto;
    width: 600px;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-image {
    max-width: 600px;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title {
    padding-left: 0;
    position: relative;
    max-width: 100%;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title .custom-3post-meta {
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 0;
  }
  .custom-3post-container h3 {
    padding: 80px 24px 0px 24px;
  }
  .custom-3post-container {
    display: contents;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-button {
    position: initial;
    right: 24px;
    bottom: 24px;
    text-align: right;
  }
}
@media screen and (max-width: 630px) {
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-button a p {
    display: initial;
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 0.02em;
    /* Siili Auto - Warm Orange */
    color: #C54A05;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-button a img {
    display: none;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-button {
    text-align: left;
    padding-top: 16px;
  }
  .custom-3post-container h3 {
    padding: 40px 16px 0px 16px;
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    /* identical to box height, or 117% */
    letter-spacing: 0.07em;
  }
  .custom-3post-container .custom-3post {
    display: flex;
    flex-direction: column;
    padding: 24px 0 40px 0;
  }
  .custom-3post-container .custom-3post .custom-3post-box {
    display: flex;
    flex-direction: column;
    padding: 16px 0 16px 0;
    border-bottom: none;
    position: relative;
    margin: 0 auto;
    width: 94%;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title a {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    letter-spacing: 0.07em;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title .custom-3post-meta span {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 0.02em;
    /* Siili Auto - Cold Blue */
    color: #061E23;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title {
    padding-left: 0;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-3post-container .custom-3post .custom-3post-box .custom-3post-title .custom-3post-meta {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-title h4 {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    letter-spacing: 0.07em;
    /* Siili Auto - Cold White */
    color: #FBFBFB;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-excerpt p {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    letter-spacing: 0.02em;
    /* Siili Auto - Cold White */
    color: #FBFBFB;
  }
  .custom-post-banner-container {
    height: 100vh;
  }
  .custom-post-banner-container .custom-post-banner {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: #061E23;
    flex-direction: column-reverse;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left {
    width: 100%;
    color: white;
    padding-left: 24px;
    position: relative;
    height: auto;
    display: contents;
    transition: ease-in-out 0.8s;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box {
    position: relative;
    display: flex;
    max-width: 100%;
    bottom: 0;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-date p {
    position: absolute;
    transform: rotate(90deg);
    left: -25px;
    top: 90px;
  }
  .banner-post-title {
    padding: 0 16px 0 60px;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-title h4 {
    padding: 0;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-excerpt p {
    padding: 0 16px 40px 60px;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-right {
    width: 100%;
    transition: ease-in-out 0.8s;
    height: 100%;
    position: relative;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-right .banner-post-img {
    background-size: cover;
    background-repeat: no-repeat;
    transition: ease-in-out 0.8s;
    width: 100%;
    height: 100%;
    background-position: center;
  }
  .banner-post-button {
    display: block;
  }
  .custom-post-banner-container .custom-post-banner .post-banner-left .post-banner-left-box .banner-post-button {
    display: flex;
    position: relative;
    margin: 0 0 0 44px;
    right: 0;
    bottom: 40px;
  }
  .post-banner-left > .banner-post-button {
    display: none;
  }
  .custom-post-banner-container:hover .custom-post-banner .post-banner-right {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .custom-post-banner-container .custom-post-banner .post-banner-left .banner-post-button {
    bottom: 30px;
  }
}
@media screen and (max-width: 1435px) {
  .custom-all-post-container .custom-all-post .custom-all-post-box .custom-all-post-image a .custom-all-post-small-img {
    width: 100%;
    height: calc(100vw / 4.6);
  }
  .custom-all-post-container .custom-all-post .custom-all-post-box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .custom-all-post-container .custom-all-post .custom-all-post-box {
    max-width: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .custom-all-post-container .custom-all-post .custom-all-post-box .custom-all-post-image a .custom-all-post-small-img {
    width: 100%;
    height: calc(100vw / 3.6);
  }
  .custom-all-post-container .custom-all-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 630px) {
  .custom-all-post-container .custom-all-post .custom-all-post-box .custom-all-post-image a .custom-all-post-small-img {
    width: 100%;
    height: calc(100vw/1.8);
    width: 100%;
  }
  .custom-all-post-container .custom-all-post {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .custom-all-post-container {
    padding: 40px 16px;
  }
  .custom-all-post-container .custom-all-post {
    gap: 40px;
  }
}
@media screen and (max-width: 790px) {
  .news-newsletter .newsletter-right {
    float: left;
    padding-top: 40px;
  }
}
@media screen and (max-width: 510px) {
  .news-newsletter .newsletter-left {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    /* or 117% */
    letter-spacing: 0.07em;
  }
  .news-newsletter {
    padding: 40px 16px;
  }
  .news-newsletter .newsletter-right img {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .single-info-left h1 {
    padding-right: 30px;
  }
  .single-info .single-info-right .single-info-right-box {
    right: 35px;
    left: auto;
  }
  .single-content-container {
    padding: 120px 10% 120px 15%;
  }
}
@media screen and (max-width: 720px) {
  .single-post.single-info {
    width: auto;
    height: auto;
    padding: 40px 16px 40px 16px;
    background-color: #EAE9E3;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .single-info .single-info-left {
    width: 100%;
    float: left;
  }
  .single-info .single-info-right {
    width: 100%;
    position: relative;
    float: left;
  }
  .single-info .single-info-right .single-info-right-box {
    right: 0;
    left: auto;
    bottom: 0;
    position: relative;
  }
  .single-post .single-info .single-info-left h1 {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    letter-spacing: 0.07em;
  }
  .single-header .single-banner {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .single-content-container {
    padding: 40px 16px;
  }
  .single-content-container p {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    padding-right: 0;
    letter-spacing: 0.02em;
    padding-left: 45px;
  }
  .single-content-container h2 {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    letter-spacing: 0.07em;
    margin-top: 40px;
    padding-right: 0;
  }
  .single-content-container img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .single-content-container h3 {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    /* or 118% */
    letter-spacing: 0.02em;
    /* Siili Auto - Cold Blue */
    color: #061E23;
  }
  .single-content-container h3:last-of-type {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1060px) {
  .about-the-authors-container .about-the-authors-left {
    display: flex;
    float: left;
    width: 100%;
  }
  .about-the-authors-container .about-the-authors-right {
    display: flex;
    float: right;
    gap: 40px;
    width: 100%;
    padding-top: 32px;
    float: left;
  }
}
@media screen and (max-width: 630px) {
  .about-the-authors-container .about-the-authors-right {
    flex-direction: column;
  }
  .about-the-authors-container {
    padding: 40px 16px;
  }
  .about-the-authors-container .about-the-authors-right .author-box p {
    padding-left: 45px;
  }
  .about-the-authors-container .about-the-authors-right .author-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section-3 .section-3-left-column .section-3-text .hash {
    left: -65px !important;
    top: 25px !important;
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
  }
  .section-3 .section-3-left-column .section-3-text h3 {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    letter-spacing: 0.07em;
  }
  .section-3 .section-3-left-column .section-3-text h3 p {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  .section-3 .section-3-right-column .section-3-text h3 {
    font-family: "Media Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */
    letter-spacing: 0.07em;
  }
  .section-3 .section-3-right-column .section-3-text h3 p {
    font-family: "Aeonik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 400px) {
  header nav .nav_logo {
    margin: 16px 0 16px 10px;
  }
}
/*# sourceMappingURL=https://auto.siili.com/wp-content/build/scss_library/f79c8b2f60e3c4ad46ac1e1ac233125fea9a4186.css.map */