html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}body {
font-size: 16px;
line-height: 1.4;
font-weight: 400;
color: #40424E;
background: #FFFDF5;
} ul {
list-style: disc;
}
ol {
list-style: decimal inside;
}
ol,
ul {
padding-left: 0;
margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
} th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-top: 0px;
margin-bottom: 20px;
} hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1;
}h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0rem;
} th,
td { text-align: left;
border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
.f-s-24 {
font-size: 24px;
line-height: 1.2em;
font-weight: 500;
}
.c-yellow {
color: #f0cc47;
}   .site-header {
background-color: rgba(255, 255, 255, 0.8);
width: 100%;
position: relative;
top: auto;
z-index: 100;
transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
padding: 10px 0px;
}
body.home .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
} .site-header.header-visible {
background-color: #e7fbff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
left: 0;
width: 100%;
} .site-header.header-hidden {
top: -215px;
position: fixed;
left: 0;
width: 100%;
}
body.home .site-header.header-hidden {
top: -215px;
}
body.home .site-header.header-visible {
top: 0;
}
.site-header .container {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}
.site-header__contact {
display: flex;
flex-direction: column;
}
.site-header__contact a {
color: #3A4998;
font-family: "Outfit", sans-serif;
font-size: 20px;
line-height: 1.2em;
font-weight: 700;
text-decoration: none;
transition: ease-in-out all .3s;
}
.site-header__contact a:hover {
color: var( --e-global-color-aa6bf08 );
}
.site-logo img {
position: relative;
z-index: 2;
width: auto;
height: 100px;
}
.main-nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
min-height: 50px;
}
.main-nav .right-side-nav {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.icon-burger {
display: flex;
flex-direction: column;
gap: 7px;
cursor: pointer;
width: 50px;
height: 50px;
align-items: flex-start;
justify-content: center;
margin-left: 12px;
position: relative;
}
.icon-burger::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 50px;
background-color: #3a4998;
border-radius: 50%;
z-index: -1;
}
.icon-burger div {
background-color: #fff;
height: 3px;
width: 26px;
border-radius: 20px;
transition: ease-in-out all .2s;
margin-left: 12px;
}
.icon-burger div:last-of-type {
width: 12px;
}
.icon-burger:hover div {
background-color: #9FEED7;
}
.icon-burger:hover div:first-of-type {
width: 12px;
}
.icon-burger:hover div:last-of-type {
width: 6px;
}
.desktop-svg .st0 {
fill: #327ab7 !important;
}
@media(max-width: 1024px) {
.icon-burger {
position: relative;
z-index: 1;
}
.site-header__contact {
display: none;
}
}
@media(max-width: 640px) {
.right-side-nav .header-btn {
display: none;
}
.f-s-24 {
font-size: 20px;
}
}   .header-btn {
background-color: #f0cc47;
color: #40424e!important;
padding: 15px 22.3px;
text-decoration: none;
font-family: "Outfit", sans-serif;
font-size: 16px;
line-height: 1.25em;
font-weight: 600;
text-transform: capitalize;
transition: ease-in-out all .3s;
border-radius: 0px 30px 30px 30px;
}
.header-btn:hover {
background: #fbe283;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.elementor-element p a, .elementor-element li a {
text-decoration: underline;
}
.elementor-element p a:hover, .elementor-element li a:hover {
text-decoration: none;
}
.footer-addy p.elementor-icon-box-description a {
color: var(--e-global-color-421b72b)!important;
text-decoration: underline;
}
.footer-addy p.elementor-icon-box-description a:hover {
color:var( --e-global-color-aa6bf08 )!important;
text-decoration: none!Important;
}  .offcanvas-wrap {
position: fixed;
top: 0;
right: -100%;
width: 100%;
max-width: 500px;
height: 100vh;
background: #E7FBFF;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
transition: right 0.3s ease, background 0.3s ease;
z-index: 9999;
overflow-x: hidden;
overflow-y: auto;
}
.offcanvas-wrap.submenu-open {
background: #E0F8F2;
} .offcanvas-wrap.open {
right: 0;
} .offcanvas-wrap .close {
position: absolute;
top: 60px;
right: 2rem;
background: transparent;
border: none;
cursor: pointer;
transition: ease-in-out all .3s;
} body.offcanvas-open {
overflow: hidden;
} .offcanvas-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
z-index: 10;
} body.offcanvas-open .offcanvas-overlay {
opacity: 1;
visibility: visible;
}
.offcanvas-inner-wrap {
display: flex;
flex-direction: row;
transition: transform 0.4s ease;
width: 100%;
padding: 0 20px;
margin-top: 160px;
}
.offcanvas-panel {
width: 100%;
flex-shrink: 0; }
.offcanvas-back {
font-weight: bold;
margin-bottom: 1rem;
display: block;
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
margin-left: 20px;
}
@media(max-width: 768px) {
.offcanvas-back {
margin-left: 0px;
}
}
.offcanvas-back span {
font-size: 24px;
color: #3A4998;
opacity: 1;
transition: ease-in-out all .2s;
}
.offcanvas-back svg {
position: relative;
left: 0;
transition: ease-in-out all .3s;
}
.offcanvas-back:hover svg {
left: -3px;
fill: #9FEED7;
}
.offcanvas-back:hover span {
opacity: .7;
}
.offcanvas-panel a {
font-family: "Outfit", sans-serif;
height: 88px;
display: flex;
align-items: center;
text-decoration: none;
color: #3A4998;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-left: 20px;
transition: ease-in-out all .3s;
border-top: solid #64ACE9 2px;
justify-content: space-between;
width: 87%;
}
.offcanvas-wrap .close:hover {
transform: scale(.9);
}
.offcanvas-panel a:hover {
background-color: #3A4998;
color: #fff;
}
.offcanvas-wrap.open.submenu-open .offcanvas-button-container {
display: none;
}
.offcanvas-wrap.submenu-open .offcanvas-panel a:hover {
background-color: #BAEBD3;
color: #3A4998;
}
.offcanvas-panel a:hover .submenu-chevron svg {
fill: #fff;
}
.offcanvas-panel ul {
list-style: none;
padding: 0;
margin: 0;
}
.offcanvas-wrap .btn {
padding: 26px;
width: 235px;
margin-left: 100px;
}
.submenu-chevron {
display: inline-block;
margin-left: 0.5em;
transition: transform 0.3s ease;
font-size: 1.2em;
line-height: 1;
vertical-align: middle;
margin-right: 20px;
}
.submenu-chevron svg {
width: 25px;
fill: #3A4998;
} .menu-item-has-children>a:hover .submenu-chevron {
transform: translateX(4px); } .offcanvas-button-container {
padding: 20px;
margin-top: 20px;
text-align: center;
} .offcanvas-btn.offcanvas-btn {
background-color: #3A4998;
color: #fff!important;
font-size: 20px;
padding: 19px 40px;
display: inline-block;
}
.menu-main-menu {
margin: 0;
padding: 0;
}
.offcanvas-wrap .site-logo {
padding-left: 20px;
padding-top: 35px;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.offcanvas-wrap .site-logo img {
height: 80px;
}
.nav-btn {
left: 0;
margin-left: 0px !important;
margin-top: 30px;
} .mobile-bottom-bar {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
min-height: 100px;
background-color: rgba(231, 251, 255, .68);
z-index: 99;
transition: bottom 0.3s ease-in-out;
}
.mobile-bottom-bar.bar-hidden {
bottom: -100px;
}
.mobile-bottom-bar__inner {
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
height: 100%;
padding: 20px 10px;
}
.mobile-bottom-bar__icon {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: #ffffff;
border-radius: 50%;
color: #3A4998;
font-size: 24px;
text-decoration: none;
transition: ease-in-out all .3s;
border: 2px solid #3a4998;
}
.mobile-bottom-bar__icon:hover {
background-color: #3a4998;
transform: scale(1.05);
color: #fff;
}
.mobile-bottom-bar__btn {
white-space: nowrap;
background-color: #3a4998;
border-radius: 50px;
padding: 14px 30px;
color: #ffffff!important;
font-family: "Outfit", sans-serif;
font-size: 16px;
font-weight: 700;
}
.mobile-bottom-bar__btn:hover {
color: #40424e!important;
}
@media(max-width: 768px) {
.site-header { background-color: #e7e7e7;
padding: 6px 0;
}
body.home .site-header {
background-color: rgba(255, 255, 255, 0.8);
} .site-header__contact {
display: none !important;
} .main-nav {
flex-direction: row;
row-gap: 0;
justify-content: space-between;
align-items: center;
}
.site-logo {
order: 1;
}
.right-side-nav {
order: 2;
}
.site-logo img {
width: auto;
height: 70px;
} .mobile-bottom-bar {
display: block;
}
.offcanvas-wrap {
max-width: 100%;
}
.offcanvas-wrap #menu-main-menu {
padding-left: 0px;
}
.offcanvas-panel {
width: 100vw;
}
.offcanvas-wrap .close {
left: 0;
text-align: right;
width: fit-content;
margin: 0 auto;
margin-right: 0;
}
.offcanvas-back span {
font-size: 24px;
}
.offcanvas-panel .nav-btn a {
height: 75px;
width: 275px;
padding: 0;
margin: 0 auto;
position: relative;
left: -30px;
}
.offcanvas-back {
margin-top: 20px;
padding-left: 20px;
}
.sub-menu {
padding-left: 0;
}
}
@media (max-width: 768px) {
.offcanvas-inner-wrap {
width: 100%;
display: block;
position: relative;
transform: none !important;
padding: 0 20px;
}
.offcanvas-panel {
width: 100%;
display: none;
}
.offcanvas-panel.active {
display: block;
} .offcanvas-inner-wrap {
transform: none !important;
} .offcanvas-button-container {
padding: 20px;
margin-top: 20px;
}
}
@media(max-width: 420px) {
.offcanvas-panel a {
width: 83%;
}
}
@media(max-width: 380px) {
.mobile-bottom-bar__icon {
width: 40px;
height: 40px;
font-size: 20px;
}
}
.nav-btn a {
padding: 0 26px;
} .list-star ul {
list-style: none;
padding-left: 0;
}
.list-star ul li {
position: relative;
padding-left: 40px;
margin-bottom: 15px;
}
.list-star ul li::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
background-image: url(//stellamarisortho.com/wp-content/themes/blankslate-child-stella/img/icons/list-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.list-star__link ul li {
margin-bottom: 30px;
}
.list-star__link ul li:last-of-type {
margin-bottom: 0;
}
.list-star__link li a {
color: #3a4998;
font-weight: 700;
border-bottom: 2px solid #3a4998;
transition: all .3s;
text-decoration: none;
}
.list-star__link li a:hover {
border-bottom: 2px solid transparent;
}
.list-num-big {
list-style: none;
counter-reset: step;
max-width: 760px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 12px;
}
.list-num-big ol{
margin-bottom: 0px;
}
.list-num-big ol li {
counter-increment: step;
display: flex;
align-items: baseline;
gap: 12px;
margin-bottom: 30px;
}
.list-num-big li::before {
content: counter(step) ".";
font-family: "the-seasons", serif !important;
font-weight: 700;
font-size: 48px;
min-width: 44px;
color: #fff;
text-align: right;
line-height:1;
}
.white.list-num-big li::before {
color: #fff;
}
.grey.list-num-big li::before {
color: #40424E;
}
@media(max-width:1024px){
.list-num-big li::before {
font-size: 36px;
}
.list-num-big ol li {
margin-bottom: 10px;
}
} .single-post h2 {
font-family: "the-seasons", serif;
color: #3a4998;
font-size: 62px;
line-height: 1.2em;
font-weight: 700;
margin-bottom: 20px;
}
.single-post .elementor-widget-theme-post-content p {
font-family: "Outfit", sans-serif;
font-size: 18px;
line-height: 1.4em;
font-weight: 400;
margin-bottom: 20px;
color: #40424e;
}
.single-post h3 {
font-family: "Outfit", sans-serif;
color: #007c94;
font-size: 36px;
line-height: 1.2em;
font-weight: 600;
margin-bottom: 20px;
}
@media(max-width: 1024px) {
.single-post h2 {
font-size: 36px;
}
} .gform-theme.gform-theme--foundation .gform_fields {
row-gap: 20px;
}
.gform-theme.gform-theme--foundation .form-campaign input,
.gform-theme.gform-theme--foundation .form-campaign textarea {
font-size: 18px;
line-height: 1.2em;
font-weight: 400;
}
.gform-theme.gform-theme--foundation .form-campaign .gform-field-label {
font-family: "Outfit", sans-serif;
color: #fff;
font-size: 24px;
line-height: 1.2em;
font-weight: 500;
margin-bottom: 20px;
}
.gform-theme.gform-theme--foundation .form-campaign input {
border-radius: 16px;
height: 70px;
}
.gform-theme.gform-theme--foundation .form-campaign label .gfield_required {
display: none;
}
.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox {
padding: 10px 0px;
}
.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox input {
height: 40px;
width: 40px;
border-radius: 4px;
}
.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox label {
font-size: 16px;
font-weight: 400;
line-height: 1.4em;
margin-left: 30px;
}
.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer {
margin-top: 0px;
}
.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer .btn {
background-color: #F0CC47;
color: #40424E;
font-family: "Outfit", sans-serif;
font-size: 20px;
line-height: 1.25em;
font-weight: 600;
transition: ease-in-out all .3s;
border-radius: 0px 30px 30px 30px;
width: 100%;
padding: 16px 35px;
}
.gform-theme.gform-theme--foundation .form-campaign .gform-footer .btn:hover {
background: #fbe283;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer .btn .right-icon {
display: none;
}
.gform_wrapper.gform-theme .gform_confirmation_message {
color: #469983;
font-size: 18px;
line-height: 1.2em;
}
p.gform_required_legend {
display:none;
}
@media(max-width: 1024px) {
.gform-theme.gform-theme--foundation .form-campaign input {
height: 50px;
}
.gform-theme.gform-theme--foundation .form-campaign .gform-field-label {
font-size: 20px;
margin-bottom: 10px;
}
.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox input {
height: 29px;
width: 29px;
}
}@import url(https://p.typekit.net/p.css?s=1&k=kfw6stn&ht=tk&f=53890.53891.53892.53893.53894.53895.55772.55774&a=95679880&app=typekit&e=css);
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/60c855/00000000000000007758a676/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/60c855/00000000000000007758a676/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/60c855/00000000000000007758a676/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
font-display: auto;
font-style: normal;
font-weight: 300;
font-stretch: normal;
}
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/f7edd5/00000000000000007750b302/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
font-display: auto;
font-style: italic;
font-weight: 700;
font-stretch: normal;
}
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/cd6931/00000000000000007750b301/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/cd6931/00000000000000007750b301/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/cd6931/00000000000000007750b301/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
font-display: auto;
font-style: italic;
font-weight: 400;
font-stretch: normal;
}
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/0726c3/00000000000000007758a678/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/0726c3/00000000000000007758a678/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/0726c3/00000000000000007758a678/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
font-display: auto;
font-style: normal;
font-weight: 400;
font-stretch: normal;
}
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/9c8f7e/00000000000000007750b305/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff2"), url(https://use.typekit.net/af/9c8f7e/00000000000000007750b305/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff"), url(https://use.typekit.net/af/9c8f7e/00000000000000007750b305/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("opentype");
font-display: auto;
font-style: italic;
font-weight: 300;
font-stretch: normal;
}
@font-face {
font-family: "the-seasons";
src: url(https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/2a403e/00000000000000007758a67a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
font-display: auto;
font-style: normal;
font-weight: 700;
font-stretch: normal;
}
@font-face {
font-family: "wendy-lp";
src: url(https://use.typekit.net/af/2414bd/000000000000000077542bcf/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/2414bd/000000000000000077542bcf/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/2414bd/000000000000000077542bcf/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
font-display: auto;
font-style: normal;
font-weight: 500;
font-stretch: normal;
}
@font-face {
font-family: "wendy-lp";
src: url(https://use.typekit.net/af/8c87de/000000000000000077542bd7/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/8c87de/000000000000000077542bd7/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/8c87de/000000000000000077542bd7/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
font-display: auto;
font-style: normal;
font-weight: 700;
font-stretch: normal;
}
.tk-the-seasons {
font-family: "the-seasons", sans-serif;
}
.tk-wendy-lp {
font-family: "wendy-lp", sans-serif;
}
.tk-the-seasons .elementor-heading-title {
font-family: "the-seasons", serif !important;
}
.tk-wendy-lp .elementor-heading-title {
font-family: "wendy-lp", serif !important;
}