@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 body{margin:0!important;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}section,section>.container{max-width:1240px;margin:0 auto}@media (max-width:1300px){section.m-pad,section>.container{padding:0 2rem}}section.fw{max-width:100%}@media (max-width:960px){.m-fw{width:100%!important}.wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:0;height:45vh;min-height:550px;max-height:0;border-radius:0 0 16px 16px}@media (max-width:500px){.hero{height:auto;min-height:400px}.hero .container{margin-top:100px;margin-bottom:40px}}h1,h2,h3,h4,h5,h6,p{color:#333}h1,h2,h3,h4{margin:1rem 0;font-family:"Playfair Display",sans-serif}h1{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){h1{font-size:32px}}h4{margin:0}li,p{font-family:"DM Sans",sans-serif}p:empty{margin:0}a{color:#333;font-family:"DM Sans",sans-serif;text-decoration:none}hr{width:60px;height:4px;border-radius:1000px;border:0}li{color:#333}#page-home .hero{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#731788;background-size:contain;background-repeat:no-repeat;background-position:bottom right;overflow:hidden}#page-home .hero .hero__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}@media (max-width:960px){#page-home .hero{background-size:cover;background-position:100%}}#page-home .hero::before{content:"";position:absolute;inset:0;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(102,102,102,0)),to(rgba(0,0,0,.6)));background:linear-gradient(90deg,rgba(102,102,102,0) 0,rgba(0,0,0,.6) 100%);z-index:1;border-radius:0 0 16px 16px}@media (max-width:960px){#page-home .hero::before{background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.3)),to(rgba(0,0,0,.6)));background:linear-gradient(90deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.6) 100%)}}@media (max-width:960px){#page-home .hero::before{background:rgba(115,23,136,.93)}}#page-home .hero .container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}#page-home .hero .container h1{position:relative;z-index:2;color:#fff;font-family:"Playfair Display",sans-serif;font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){#page-home .hero .container h1{font-size:32px}}#page-home .hero .container h1{font-size:50px}@media screen and (min-width:750px){#page-home .hero .container h1{max-width:500px}}@media screen and (max-width:750px){#page-home .hero .container h1{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}}@media screen and (max-width:750px) and (max-width:499px){#page-home .hero .container h1{font-size:32px}}#publishers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:3rem}#publishers h2,#publishers h3{text-align:center}#publishers h2{margin:4rem 0;font-family:"DM Sans",sans-serif;font-weight:600;line-height:1.5;font-size:24px}@media (max-width:499px){#publishers h2{font-size:20px}}#publishers hr{background-color:#333;width:200px;height:1px}#publishers h3{margin-top:3rem;margin-bottom:3rem}#publishers h3,#publishers h4{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){#publishers h3,#publishers h4{font-size:32px}}#publishers .pub_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}@media (max-width:960px){#publishers .pub_container{row-gap:3rem}}#publishers .pub_container h4{margin-bottom:8px;text-align:center}.pub_card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem;width:100%;max-width:36rem;border-radius:8px;padding:0 2.5rem 3rem}.pub_card .logo{max-width:5rem}.pub_card .covers{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-4rem 0 1.5rem}.pub_card .covers img{border:3px solid #fff;border-radius:8px;-webkit-box-shadow:-4px 4px 4px rgba(0,0,0,.1);box-shadow:-4px 4px 4px rgba(0,0,0,.1);margin:0 -28px;-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear, -webkit-transform .1s linear}.pub_card .covers img:first-child{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg);z-index:0}.pub_card .covers img:nth-child(2){z-index:1}.pub_card .covers img:last-child{-webkit-transform:rotate(8deg);-ms-transform:rotate(8deg);transform:rotate(8deg);z-index:2}.pub_card:hover .covers img:first-child{-webkit-transform:rotate(-12deg) translateY(-10px);-ms-transform:rotate(-12deg) translateY(-10px);transform:rotate(-12deg) translateY(-10px)}.pub_card:hover .covers img:nth-child(2){-webkit-transform:rotate(0) translateY(-10px);-ms-transform:rotate(0) translateY(-10px);transform:rotate(0) translateY(-10px)}.pub_card:hover .covers img:last-child{-webkit-transform:rotate(12deg) translateY(-10px);-ms-transform:rotate(12deg) translateY(-10px);transform:rotate(12deg) translateY(-10px)}.pub_card .tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.pub_card .tags span{background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;padding:.25rem .5rem;text-transform:uppercase;display:inline-block;font-family:"DM Sans",sans-serif;text-align:center}.pub_card a.button{margin-top:1rem}.pub_card:first-child{background-color:#fff2cc}.pub_card:first-child a{background-color:#ffbc00;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pub_card:first-child a:hover{background-color:#ffe499}.pub_card:last-child{background-color:#f8e8f3}.pub_card:last-child a{background-color:#ba1c87;color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pub_card:last-child a:hover{background-color:#eec6e1;color:#333}.hero__carousel{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:960px){.hero__carousel{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.infinite-covers{padding:3rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:480px;-webkit-perspective:1900px;perspective:1900px;-webkit-perspective-origin:100% 40%;perspective-origin:100% 40%}.tilt{-webkit-transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(30%);transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(30%)}.tilt-inner{-webkit-transform:none;-ms-transform:none;transform:none}.columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.column{overflow:visible;position:relative}.column-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cover{max-width:200px;aspect-ratio:3/5;border-radius:18px;margin-bottom:1.75rem;overflow:hidden;-webkit-box-shadow:0 24px 45px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.03);box-shadow:0 24px 45px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.03)}.cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@-webkit-keyframes scroll-down{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes scroll-down{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes scroll-up{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes scroll-up{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes scroll-up{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.column--down .column-track{-webkit-animation:scroll-down 80s linear infinite;animation:scroll-down 80s linear infinite}.column--up .column-track{-webkit-animation:scroll-up 80s linear infinite;animation:scroll-up 80s linear infinite}.column:nth-child(1) .column-track{-webkit-animation-duration:70s;animation-duration:70s}.column:nth-child(2) .column-track{-webkit-animation-duration:90s;animation-duration:90s}.column:nth-child(3) .column-track{-webkit-animation-duration:80s;animation-duration:80s}@media (max-width:900px){.hero__carousel{position:absolute;top:0;left:10%}.columns{gap:1.25rem}.column{height:360px}.cover{width:130px}.tilt{-webkit-transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(0);transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(0)}}@media (max-width:768px){.infinite-covers{height:380px;-webkit-perspective:1300px;perspective:1300px;-webkit-perspective-origin:70% 45%;perspective-origin:70% 45%}.tilt{-webkit-transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(-10%);transform:rotateZ(30deg) rotateX(60deg) rotateY(-20deg) translateY(-28%) translateX(-10%)}.columns{grid-template-columns:repeat(3,minmax(120px,1fr));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5rem}.column{height:340px}.cover{max-width:130px;margin-bottom:1.25rem}}.fade-in,.fade-in-scroll{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}#page-about .hero{background-size:cover;background-repeat:no-repeat;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:500px){#page-about .hero{min-height:500px}}#page-about .hero h1,#page-about .hero h2{color:#fff}#page-about .hero h1{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.42;font-size:24px}@media (max-width:499px){#page-about .hero h1{font-size:20px}}#page-about .hero h2{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){#page-about .hero h2{font-size:32px}}@media (min-width:501px){#page-about .hero h2{margin-bottom:3rem}}#page-about .hero hr{margin:1rem 0 0;background-color:#fff}.about-family{padding-top:3rem!important;padding-bottom:3rem!important}.about-family h2{text-align:center;margin-bottom:3rem;font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){.about-family h2{font-size:32px}}.about-family .cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;gap:2rem}@media (max-width:960px){.about-family .cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about-family .card{border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;padding:2rem 1.5rem}.about-family .card .text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.about-family .card .text-wrapper h3{margin-top:1rem;margin-bottom:0;font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){.about-family .card .text-wrapper h3{font-size:32px}}.about-family .card .text-wrapper hr{margin:1rem 0 0}.about-family .card .button{margin-top:auto}.about-family .card .logo{max-width:75px;height:auto;-o-object-fit:contain;object-fit:contain}.about-family .card .book{border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (max-width:640px){.about-family .card .book{display:none}}.about-family .sol-card{background-color:#fff2cc}.about-family .sol-card hr{background-color:#ffbc00}.about-family .darkwind-card{background-color:#eec6e1}.about-family .darkwind-card hr{background-color:#ba1c87}.about-family .dreamspinner-card{background-color:#f1e8f3;grid-column-start:1;grid-column-end:3}.about-family .dreamspinner-card hr{background-color:#731788}.about-family .dreamspinner-card>.text-wrapper{width:65%}@media (max-width:960px){.about-family .dreamspinner-card>.text-wrapper{width:100%}}.about-family .dreamspinner-card>.text-wrapper img{width:150px;max-width:100%}.dreamspinner-card .team{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:35%}@media (max-width:960px){.dreamspinner-card .team{width:100%}}@media (max-width:500px){.dreamspinner-card .team{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.dreamspinner-card .team .teammate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:500px){.dreamspinner-card .team .teammate:first-child{margin-bottom:3rem}}.dreamspinner-card .team .teammate .headshot-container{position:relative}.dreamspinner-card .team .teammate .headshot-container span{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:absolute;bottom:5px;right:5px;background-color:#fff;border-radius:1000px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px}.dreamspinner-card .team .teammate .headshot-container span svg{color:#731788}.dreamspinner-card .team .teammate .headshot-container:hover span{background-color:#731788}.dreamspinner-card .team .teammate .headshot-container:hover span svg{color:#fff}.dreamspinner-card .team .teammate ul{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}.dreamspinner-card .team .teammate img.headshot{border-radius:1000px;width:150px;height:150px;-webkit-box-shadow:0 8px 16px 4px rgba(0,0,0,.1);box-shadow:0 8px 16px 4px rgba(0,0,0,.1)}.dreamspinner-card .team .teammate h4,.dreamspinner-card .team .teammate h5{text-align:center}.dreamspinner-card .team .teammate h4{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.42;font-size:24px}@media (max-width:499px){.dreamspinner-card .team .teammate h4{font-size:20px}}.dreamspinner-card .team .teammate h5{margin:8px;font-family:"DM Sans",sans-serif;font-weight:500;line-height:1.875;font-size:16px}@media (max-width:499px){.dreamspinner-card .team .teammate h5{font-size:14px}}.dreamspinner-card .team .teammate .social-icons a{background-color:#731788;margin:0 4px;height:32px;width:32px;padding:0}.dreamspinner-card .team .teammate .social-icons a svg{stroke:#fff!important;stroke-width:2!important}.dreamspinner-card .team .teammate .social-icons a:hover{background-color:#eec6e1}.dreamspinner-card .team .teammate .social-icons a:hover svg{stroke:#731788}.bio-modal{border-radius:8px!important;position:relative}.bio-modal::before{content:"";width:100%;height:100px;position:absolute;top:0;left:0;background-color:#f1e8f3;border-radius:8px 8px 0}.bio-modal img{max-width:125px;margin-bottom:16px;z-index:1000}.bio-modal h4{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.42;font-size:24px}@media (max-width:499px){.bio-modal h4{font-size:20px}}.bio-modal hr{background-color:#731788;margin:16px 0 16px 0}.bio-modal li{margin-bottom:.25rem}@media (min-width:960px){.bio-modal{max-width:50%!important}}@media (max-width:959px){.bio-modal{max-width:90%!important}}.about-footer{background-color:#731788;background-size:contain;background-position:bottom right;background-repeat:no-repeat;position:relative;border-radius:0 0 16px 16px;overflow:hidden}@media screen and (max-width:500px){.about-footer{background-size:cover}}.about-footer::before{content:"";position:absolute;width:60%;height:100%;top:0;right:0;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(102,102,102,0)),to(rgba(0,0,0,.6)));background:linear-gradient(90deg,rgba(102,102,102,0) 0,rgba(0,0,0,.6) 100%);z-index:1}@media (max-width:960px){.about-footer::before{width:100%;background:rgba(115,23,136,.85)}}.about-footer::after{content:"";position:absolute;width:100%;height:100%;top:0;right:0;background:0 0;z-index:-1}@media (max-width:960px){.about-footer::after{background:rgba(0,0,0,.25)}}section.about-footer{padding-top:4rem;padding-bottom:4rem}section.about-footer .text-wrapper{z-index:10;position:relative}section.about-footer .text-wrapper h3{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){section.about-footer .text-wrapper h3{font-size:32px}}section.about-footer .text-wrapper h3{margin-top:0}section.about-footer .text-wrapper h3,section.about-footer .text-wrapper p{color:#fff}section.about-footer .text-wrapper a{margin-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:200px;padding:1rem}@media screen and (max-width:500px){section.about-footer .text-wrapper a{max-width:calc(100% - 2rem)}}.page-id-18 .publisher-hero{background-color:#eec6e1}.page-id-18 .publisher-hero::after{background:#eec6e1;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(238,198,225,.3)),color-stop(33%, rgba(238,198,225,.65)),to(#eec6e1));background:linear-gradient(180deg,rgba(238,198,225,.3) 0,rgba(238,198,225,.65) 33%,#eec6e1 100%);width:100%;height:100%;top:0;right:0}@media (max-width:700px){.page-id-18 .publisher-hero::after{background:rgba(238,198,225,.93)}}.page-id-18 .publisher-hero hr{background-color:#ba1c87}.page-id-18 .our-collection .collection-title a.button{background-color:#ba1c87;color:#fff}.page-id-18 .our-collection .collection-title a.button:hover{background-color:#eec6e1;color:#333}.page-id-18 .publisher-footer{background-color:#eec6e1}.page-id-18 .publisher-footer .container .social-icons a{background-color:#f8e8f3}.page-id-18 .publisher-footer .container .social-icons a:hover{background-color:#ba1c87}.page-id-18 .form{background-color:#f8e8f3}.page-id-18 .form a.newsletter-signup{background-color:#ba1c87;color:#fff}.page-id-18 .form a.newsletter-signup:hover{background-color:#eec6e1;color:#333}.page-id-18 .form .wpcf7 input[type=submit]{background-color:#ba1c87;color:#fff}.page-id-18 .form .wpcf7 input[type=submit]:hover{background-color:#eec6e1;color:#333}.page-id-18 .swiper-buttons{pointer-events:none}.page-id-18 .swiper-buttons div[class^=swiper-button]{background-color:#ba1c87;cursor:pointer;pointer-events:auto;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-id-18 .swiper-buttons div[class^=swiper-button] svg{color:#fff}.page-id-18 .swiper-buttons div[class^=swiper-button]:hover{background-color:#eec6e1}.page-id-18 .swiper-buttons div[class^=swiper-button]:hover svg{color:#333}.page-id-18 .swiper-buttons #links-modal a{background-color:#f8e8f3}.page-id-18 .swiper-buttons #links-modal a:hover{background-color:#eec6e1}.page-id-16 .publisher-hero{background-color:#fff2cc}.page-id-16 .publisher-hero::after{background:#fff8e5;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,248,229,.4)),to(#fff8e5));background:linear-gradient(180deg,rgba(255,248,229,.4) 0,#fff8e5 100%);width:100%;height:100%;top:0;right:0}@media (max-width:700px){.page-id-16 .publisher-hero::after{background:rgba(255,248,229,.93)}}.page-id-16 .publisher-hero hr{background-color:#ffbc00}.page-id-16 .our-collection .collection-title a.button{background-color:#ffe499}.page-id-16 .our-collection .collection-title a.button:hover{background-color:#ffbc00;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-id-16 .publisher-footer{background-color:#fff2cc}.page-id-16 .publisher-footer .container .social-icons a{background-color:#ffe499}.page-id-16 .publisher-footer .container .social-icons a svg{stroke:#333;stroke-width:2px!important}.page-id-16 .publisher-footer .container .social-icons a:hover{background-color:#ffbc00}.page-id-16 .publisher-footer .container .social-icons a:hover svg{stroke:#333}.page-id-16 .form{background-color:#ffe499}.page-id-16 .form a.newsletter-signup{background-color:#ffbc00}.page-id-16 .form a.newsletter-signup:hover{background-color:#fff2cc}.page-id-16 .form .wpcf7 input[type=submit]{background-color:#fff}.page-id-16 .form .wpcf7 input[type=submit]:hover{background-color:#fff2cc}.page-id-16 #links-modal a{background-color:#fff2cc}.page-id-16 #links-modal a:hover{background-color:#ffe499}.swiper-buttons{pointer-events:none}.swiper-buttons div[class^=swiper-button]{background-color:#ffe499;cursor:pointer;pointer-events:auto}.swiper-buttons div[class^=swiper-button]:hover{background-color:#ffbc00}#page-privacy{padding-top:8rem;padding-bottom:4rem}@media screen and (max-width:750px){#page-privacy{padding-top:6rem}}#page-privacy ol{padding-left:1rem}#page-privacy ol>li{margin-top:3rem}#page-privacy i.banner{font-family:"DM Sans",sans-serif;background-color:#f1e8f3;border-radius:.5rem;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 2rem);margin:2rem 0}header{position:fixed;z-index:1000;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 64px);max-width:1240px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:1000px;margin-top:1rem;padding:0 16px;background-color:#fff;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}header.scrolled::after,header.scrolled::before{opacity:1}header::before{content:"";position:absolute;top:-1rem;left:-50%;width:200%;height:5rem;z-index:-2;backdrop-filter:blur(10px);background-color:rgba(255,255,255,.01);-webkit-transform:translateZ(-1px);transform:translateZ(-1px);mask-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, #000),color-stop(60%, #000),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,#000 0,#000 60%,rgba(0,0,0,0) 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(60%,#000),color-stop(100%,rgba(0,0,0,0)));opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}header::after{content:"";position:absolute;top:-1rem;left:-50%;width:200%;height:5rem;z-index:-1;backdrop-filter:blur(10px);background-color:rgba(255,255,255,.01);-webkit-transform:translateZ(-1px);transform:translateZ(-1px);mask-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, #000),color-stop(60%, #000),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,#000 0,#000 60%,rgba(0,0,0,0) 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(60%,#000),color-stop(100%,rgba(0,0,0,0)));opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media (max-width:1300px){header{width:calc(100% - 6rem);padding:0 16px;overflow:visible}}@media (max-width:1300px){header{padding:0 16px;overflow:visible}}header a.custom-logo-link{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:500px){header a.custom-logo-link{max-width:130px}header a.custom-logo-link img{width:100%}}header ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0}header ul li{list-style-type:none}header ul li:last-child{position:relative;padding-left:1.25rem}header ul li:last-child::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:90%;background-color:#dcdcdc}@media (max-width:960px){#menu{width:100%}}#menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}@media (max-width:960px){#menu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}#menu ul li{margin:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:1000px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}#menu ul li.current_page_item{background-color:#f1e8f3}#menu ul li a{-webkit-transition:all .2s ease-in;transition:all .2s ease-in}#menu ul li a:hover{background-color:#f1e8f3;border-radius:1000px}@media (max-width:960px){#menu ul li{margin:0;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out}}#menu ul li a{text-decoration:none;padding:6px 12px;color:#333;width:100%}.mobile-menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:500px){.mobile-menu-container{gap:.5rem}}@media screen and (min-width:961px){.mobile-menu-container{display:none}}li.shop-link a{padding:.5rem 1rem;border-radius:1000px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ba1c87}li.shop-link a span{color:#fff}li.shop-link a:hover{background-color:#f8e8f3}li.shop-link a:hover span{color:#333}@media screen and (max-width:960px){li.shop-link a{display:none}}.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:960px){.social-links{margin-top:1rem;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out}}.social-links a{background-color:#f1e8f3}.social-links a:hover{background-color:#731788}.social-links .button--icon{margin-left:.5rem;color:#731788;width:1.5rem;height:1.5rem}.social-links .button--icon svg{fill:#731788;stroke-width:1;width:20px;height:20px}.social-links .button--icon:hover{color:#fff}.social-links .button--icon:hover svg{fill:#fff;stroke-width:1}.header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0 1rem 1rem;width:100%}@media (max-width:960px){.header-container{padding:.5rem 0}}#branding{-ms-flex-negative:0;flex-shrink:0}.nav-and-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:960px){.nav-and-social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);padding:1rem;z-index:-1;border-radius:0 0 3rem 3rem}.nav-and-social::before{content:"";position:absolute;top:-1.75rem;left:0;right:0;height:2rem;background-color:#fff}.nav-and-social.is-active{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nav-and-social.is-active #menu ul li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nav-and-social.is-active .social-links{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.menu-toggle{display:none;background:0 0;border:none;font-size:1.5rem;cursor:pointer;height:40px}@media (max-width:960px){.menu-toggle{display:block}}.menu-toggle .menu-icon{display:block;width:25px;height:3px;background-color:#333;position:relative;-webkit-transition:background-color .3s;transition:background-color .3s;border-radius:1000px}.menu-toggle .menu-icon::after,.menu-toggle .menu-icon::before{content:"";display:block;width:100%;height:100%;background-color:#333;position:absolute;-webkit-transition:all .3s;transition:all .3s;border-radius:1000px}.menu-toggle .menu-icon::before{top:-8px}.menu-toggle .menu-icon::after{bottom:-8px}.menu-toggle.is-active .menu-icon{background-color:transparent}.menu-toggle.is-active .menu-icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:0}.menu-toggle.is-active .menu-icon::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:0}footer .footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 3rem}@media (max-width:700px){footer .footer{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer img{width:150px;height:100%;-o-object-fit:cover;object-fit:cover}footer a,footer span{text-align:center;font-family:"DM Sans",sans-serif;font-weight:500;line-height:1.875;font-size:16px}@media (max-width:499px){footer a,footer span{font-size:14px}}.footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:700px){.footer-nav{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-nav .menu-footer-container ul{list-style-type:none;margin-right:24px;padding-left:0}@media (max-width:700px){.footer-nav .menu-footer-container ul{margin-right:0}}.footer--dark{background-color:#731788}.footer--dark a,.footer--dark span{color:#fff}.footer--dark a::before{background-color:#fff}.footer--dark li.link>a::after{background-color:#fff}.footer--dark li.link>a:hover::after{background-color:#fff}.footer--light{background-color:#fff}.footer--light a,.footer--light span{color:#333}.footer--light a::before{background-color:#333}.publisher-hero{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:700px;background-size:contain;background-repeat:no-repeat;background-position:top right}@media (max-width:960px){.publisher-hero{background-position:160%}}@media (max-width:600px){.publisher-hero{background-position:center;background-size:cover;width:100%}}.publisher-hero .publisher-logo{max-height:8rem;max-width:4.5rem;position:relative;z-index:2}.publisher-hero::after{content:"";position:absolute;width:50%;height:100%;top:0;right:0;z-index:1;border-radius:0 0 16px 16px}.publisher-hero hr{width:4rem;height:.25rem;border:none;border-radius:1000px;margin:1rem 0;position:relative;z-index:2}.publisher-hero h1{position:relative;z-index:2;color:#333;font-family:"Playfair Display",sans-serif;position:relative;z-index:2;font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){.publisher-hero h1{font-size:32px}}.our-collection{width:auto;padding-top:3rem!important;padding-bottom:3rem!important}.our-collection h2{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){.our-collection h2{font-size:32px}}.our-collection .collection-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem}@media (max-width:1280px){.our-collection .collection-title{margin:0 2rem 2rem 2rem}}@media (max-width:1280px){.our-collection .collection-title h2{margin:0}}.our-collection .collection-title a.button{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#links-modal{border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#links-modal h3{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){#links-modal h3{font-size:32px}}#links-modal h3{margin-bottom:0}#links-modal p{margin-top:.5rem}#links-modal ul{list-style-type:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:1rem;width:100%;margin:8px 0}#links-modal ul a{background-color:#f8e8f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:50px;gap:.5rem}#links-modal ul a:hover{background-color:#ba1c87}#links-modal ul a img{width:1rem;height:1rem}.swiper-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media (max-width:1280px){.swiper-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:2rem}}.swiper-slide{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (max-width:1280px){.swiper-slide{margin-right:4rem}}.swiper-buttons{position:absolute;z-index:1000;top:35%;left:1%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:98%}.swiper-buttons .swiper-button-disabled{opacity:0;pointer-events:none;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.swiper-buttons svg{stroke-width:2px!important}.collection_books{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.collection_books .book img{width:175px;height:265px;-o-object-fit:cover;object-fit:cover;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.publisher-footer{border-radius:0 0 16px 16px}.publisher-footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem;padding-top:72px;padding-bottom:72px}.publisher-footer .container h2{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:40px}@media (max-width:499px){.publisher-footer .container h2{font-size:32px}}.publisher-footer .container .form,.publisher-footer .container .overview{width:calc(50% - 3rem)}.publisher-footer .container .overview p a{position:relative;display:inline-block}.publisher-footer .container .overview p a::before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000;background-color:#333}.publisher-footer .container .overview p a:hover::before{width:1px;opacity:0}.publisher-footer .container .form{padding:32px}.publisher-footer .container .form h3{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.5;font-size:24px}@media (max-width:499px){.publisher-footer .container .form h3{font-size:20px}}.publisher-footer .container .form p.newsletter-meta{margin-bottom:24px}.publisher-footer .container .form a.newsletter-signup{width:calc(100% - 2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem}.publisher-footer .container .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.publisher-footer .container .social-icons a svg{stroke-width:2px}@media screen and (min-width:960px){.publisher-hero .title{width:60%}}a.button,input[type=submit]{padding:.5rem 1rem;border-radius:1000px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.29;text-transform:uppercase;font-weight:600;font-family:"DM Sans",sans-serif;font-size:14px}@media (max-width:499px){a.button,input[type=submit]{font-size:12px}}a.button svg,input[type=submit] svg{width:16px;height:16px;margin-right:8px}a.button.button-magenta{background-color:#ba1c87;color:#fff}a.button.button-magenta:hover{background-color:#f8e8f3;color:#333}a.button.button-yellow{background-color:#ffbc00}a.button.button-yellow:hover{background-color:#ffe499}.button--icon{border-radius:1000px;width:1.5rem;height:1.5rem;padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.button--icon img{width:100%;height:100%;max-width:16px;max-height:16px}.button--icon svg{stroke-width:1;width:1rem;height:1rem}.button--icon:hover svg{stroke-width:1}a.link,li.link>a{position:relative}a.link::after,li.link>a::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:#333;opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a.link:hover::after,li.link>a:hover::after{width:1px;opacity:0}.form{border-radius:8px}#contact-form{border-radius:8px;width:100%;max-width:600px}#contact-form h4{font-family:"Playfair Display",sans-serif;font-weight:600;line-height:1.42;font-size:24px}@media (max-width:499px){#contact-form h4{font-size:20px}}#contact-form h4{margin-bottom:1rem}#contact-form form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}#contact-form form p{margin:0}#contact-form form input:not(input[type=submit]),#contact-form form textarea{width:100%;border:1px solid #333;border-radius:8px;padding:1rem;font-family:"DM Sans",sans-serif;font-size:16px}@media (max-width:499px){#contact-form form input:not(input[type=submit]),#contact-form form textarea{font-size:14px}}#contact-form form input:not(input[type=submit])::-webkit-input-placeholder, #contact-form form textarea::-webkit-input-placeholder{color:#333;font-family:"DM Sans",sans-serif}#contact-form form input:not(input[type=submit])::-moz-placeholder, #contact-form form textarea::-moz-placeholder{color:#333;font-family:"DM Sans",sans-serif}#contact-form form input:not(input[type=submit]):-ms-input-placeholder, #contact-form form textarea:-ms-input-placeholder{color:#333;font-family:"DM Sans",sans-serif}#contact-form form input:not(input[type=submit])::-ms-input-placeholder, #contact-form form textarea::-ms-input-placeholder{color:#333;font-family:"DM Sans",sans-serif}#contact-form form input:not(input[type=submit])::placeholder,#contact-form form textarea::placeholder{color:#333;font-family:"DM Sans",sans-serif}#contact-form form textarea{resize:none}#contact-form form input[type=submit]{background-color:#731788;border:none;color:#fff;width:100%;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#contact-form form input[type=submit]:hover{background-color:#f1e8f3;color:#333;cursor:pointer}#contact-form .wpcf7-spinner{position:absolute;bottom:4%;left:85%}#contact-form .wpcf7-response-output{font-family:"DM Sans",sans-serif}#contact-form form.invalid .wpcf7-response-output{color:#333;background-color:#ff6364!important;border-radius:8px;border:0!important;padding:.5rem!important;margin:0}#contact-form .wpcf7-not-valid-tip{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.5rem}#contact-form form.sent .wpcf7-response-output{color:#fff;background-color:green!important;border-radius:8px;border:0!important;padding:.5rem!important;margin:0}