.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 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;
}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container{width:1230px;padding:0 15px;margin:0 auto}.container--900{max-width:930px}@media screen and (max-width:1310px){.container{width:1170px}}@media screen and (max-width:1199px){.container{width:1100px}}@media screen and (max-width:1100px){.container{width:970px}}@media screen and (max-width:991px){.container{width:850px}}@media screen and (max-width:860px){.container{width:100%}}h3{color:#272d37;font-size:22px;font-weight:600;line-height:30px}p{color:#5f6d7e;line-height:150%;letter-spacing:-.1px}a{color:#5f6d7e;text-decoration:none}.title{color:#272d37;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.48px;margin-bottom:16px}@media screen and (min-width:767px){.title{margin-bottom:25px;letter-spacing:-.64px;color:#272d37;font-size:32px;font-weight:700;line-height:40px}}.title--main{color:#333;font-size:32px;font-weight:600;line-height:36px;letter-spacing:-.64px}@media screen and (min-width:767px){.title--main{color:#333;font-size:52px;font-weight:700;line-height:60px;letter-spacing:-.52px}}.title--white{color:#fff}.subtitle{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:30px;max-width:800px}.subtitle--main{color:#333;font-size:18px;font-weight:400;line-height:26px}.subtitle--white{color:#fff}body,html{height:100%;padding:0;margin:0}body{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#5f6d7e;background:#fff;overflow-x:hidden;position:relative;line-height:24px}body.stop-scrolling{height:100%;overflow:hidden}*{box-sizing:border-box}*,:active,:focus,:hover{outline:0}select{-webkit-appearance:none}.main{flex:1 0 auto;position:relative;overflow-x:hidden}footer{flex-shrink:0}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.visible-mob{display:none}@media screen and (max-width:991px){.main{padding-top:85px}}@media screen and (max-width:767px){.visible-mob{display:block}}.socials{display:flex;align-items:center;gap:24px}.wp-element-caption{margin-bottom:30px}h1.wp-block-heading,h2.wp-block-heading,h3.wp-block-heading,h4.wp-block-heading,h5.wp-block-heading{color:#222;font-size:40px;font-weight:900;line-height:130%;margin:30px 0}@media screen and (max-width:767px){h1.wp-block-heading,h2.wp-block-heading,h3.wp-block-heading,h4.wp-block-heading,h5.wp-block-heading{font-size:24px;line-height:110%}}h1.wp-block-heading{font-size:46px}h3.wp-block-heading,h4.wp-block-heading,h5.wp-block-heading{line-height:110%}h3.wp-block-heading{font-size:36px;margin:35px 0}@media screen and (max-width:767px){h3.wp-block-heading{font-size:20px}}h4.wp-block-heading{font-size:32px;margin:30px 0}@media screen and (max-width:767px){h4.wp-block-heading{font-size:16px}}h5.wp-block-heading{font-size:28px;margin:30px 0}@media screen and (max-width:767px){h5.wp-block-heading{font-size:16px}}.wp-block-quote{margin:50px 0}.wp-block-quote cite,.wp-block-quote p{color:#222;font-size:24px;font-weight:500;line-height:35px}.wp-block-image{margin-top:20px}.wp-block-table table tr:first-child td,.wp-block-table table.has-fixed-layout tr:first-child td{font-weight:500;color:#222}.wp-block-table table tr:nth-child(even),.wp-block-table table.has-fixed-layout tr:nth-child(even){background-color:#f1f4f8}.wp-block-table table tr:nth-child(even) td:first-child,.wp-block-table table tr:nth-child(even) th:first-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) td:first-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) th:first-child{border-radius:20px 0 0 20px}.wp-block-table table tr:nth-child(even) td:last-child,.wp-block-table table tr:nth-child(even) th:last-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) td:last-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) th:last-child{border-radius:0 20px 20px 0}.wp-block-table table td,.wp-block-table table th,.wp-block-table table.has-fixed-layout td,.wp-block-table table.has-fixed-layout th{border:none;color:#222;padding:20px;vertical-align:middle}.button{position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #333;max-width:155px;filter:drop-shadow(0 1px 2px rgba(16, 24, 40, .04));border-radius:30px;color:#333;font-size:15px;font-weight:600;line-height:22px;padding:12px 18px;transition:all .2s ease}.button:hover{background:#669eff;color:#fff;border:1px solid #fff}.button--hover-arrow{transition:max-width .2s ease}@media screen and (min-width:1200px){.button--hover-arrow:hover{max-width:160px}.button--hover-arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}@media screen and (max-width:1199px){.button--hover-arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}.button--arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}.button--arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:20px;z-index:9999}@media screen and (max-width:991px){#preloader{display:none}}#preloader-spinner{width:40px;height:40px;border-radius:50%;border:4px solid #669eff;border-top-color:#fff;animation:spin 1s infinite linear;margin-top:15px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#preloader-text{margin-top:20px;font-family:Arial,sans-serif}.loaded#preloader{display:none}.hamburger{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:9}@media screen and (min-width:992px){.hamburger{display:none}}.hamburger{cursor:pointer;padding:10px 35px 16px 0}.hamburger span,.hamburger span:after,.hamburger span:before{cursor:pointer;border-radius:10px;height:2px;width:20px;background:#333;position:absolute;display:inline-block;content:""}.hamburger span:before{top:-5px}.hamburger span:after{bottom:-5px}.hamburger span,.hamburger span:after,.hamburger span:before{transition:all .3s cubic-bezier(.645,.045,.355,1)}.hamburger.active span{background-color:rgba(0,0,0,0)}.hamburger.active span:after,.hamburger.active span:before{top:0}.hamburger.active span:before{transform:rotate(45deg)}.hamburger.active span:after{transform:translateY(-10px) rotate(-45deg);top:10px}.header{width:100%;z-index:9;position:absolute;top:0;left:0;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);isolation:isolate}@media screen and (min-width:991px){.header{position:absolute}}.header__inner{display:flex;align-items:center;justify-content:space-between;height:90px}@media screen and (max-width:992px){.header__inner{height:60px}}.header__button-wrapper{width:200px}@media screen and (max-width:992px){.header__button{display:none}}.header__logo{z-index:9}@media screen and (max-width:992px){.header__logo{width:90px;margin-top:7px}}.header.is-sticky{position:fixed;box-shadow:0 5px 16px rgba(0,0,0,.1);padding:8px 0;top:0;left:0;z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideDown .35s ease-in-out}@media screen and (max-width:992px){.header.is-sticky{background-color:#fff}}.header.is-sticky .header__inner{height:50px}.header__socials{margin-top:60px;justify-content:center}@media screen and (min-width:991px){.header__socials{display:none}}@media screen and (max-width:992px){.main-navigation{position:absolute;top:0;left:0;background:#464646;z-index:2;width:100%;min-height:100vh;height:100%;overflow-y:scroll;padding:35px 15px;transform:translateX(104%);transition:all .25s ease-in;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff}.main-navigation.is-active{transform:translateX(0)}}.main-navigation .menu{display:flex;gap:30px}@media screen and (max-width:992px){.main-navigation .menu{flex-direction:column;padding-left:20px;margin-top:70px}}.main-navigation .menu a{display:inline-block;width:auto;position:relative;color:#272d37;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:991px){.main-navigation .menu a{color:#333;font-size:15px;font-weight:600;line-height:22px}}@media screen and (min-width:767px){.main-navigation .menu a::after{content:"";display:block;width:0;height:1px;background:#5f6d7e;transition:width .3s}.main-navigation .menu a:hover{color:#333b44}.main-navigation .menu a:hover::after{width:100%;transition:width .3s}}.has-submenu{position:relative}@media screen and (max-width:767px){.has-submenu{display:flex;flex-direction:column}.has-submenu::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 20L12 4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:24px;height:24px;display:block;position:absolute;right:10px;top:0}.has-submenu.open::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:block;position:absolute;right:10px;top:0}}.has-submenu::after{content:"";position:absolute;bottom:-40px;left:-50px;width:120px;height:40px;background-color:rgba(0,0,0,0)}@media screen and (max-width:767px){.has-submenu::after{display:none}}@media screen and (max-width:767px){.submenu-mobile{display:none}.submenu-mobile.open{display:block}}@media screen and (min-width:767px){.submenu{display:flex;flex-direction:column;opacity:0;pointer-events:none;width:100%;min-height:230px;position:fixed;top:20px;z-index:-1;left:50%;transform:translateX(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;transition:opacity .2s ease,transform .25s ease;border-top:1px solid #000}}.submenu.scrolled.hovered{transform:translate(-50%,45px)}.submenu::after{content:"";height:100%;width:1px;background-color:#000;top:0;left:30%;position:absolute;display:block}@media screen and (min-width:1800px){.submenu::after{left:30%}}@media screen and (min-width:1600px){.submenu::after{left:27%}}@media screen and (max-width:1500px){.submenu::after{left:23%}}@media screen and (max-width:767px){.submenu::after{display:none}}@media screen and (min-width:767px){.submenu.hovered{display:flex!important;transform:translate(-50%,70px);opacity:1;pointer-events:all;z-index:10}}.submenu__inner{max-width:1200px;width:100%;margin:0 auto;position:relative}@media screen and (max-width:767px){.submenu__inner{gap:30px;display:flex;flex-direction:column;margin-top:30px}}@media screen and (min-width:767px){.submenu__item{padding:16px;width:100%;display:flex;max-width:302px;color:#000}.submenu__item:hover{cursor:pointer}.submenu__item.active-item .submenu__title{border-bottom:1px solid #333}.submenu__item.active-item .submenu__wrapper{display:flex}}@media screen and (max-width:767px){.submenu__item{position:relative}.submenu__item::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 20L12 4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:24px;height:24px;display:block;position:absolute;right:10px;top:0}.submenu__item.show::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L4 12' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:block;position:absolute;right:10px;top:0}}@media screen and (min-width:767px){.submenu__wrapper{height:140px;display:flex;flex-direction:column;flex-wrap:wrap;position:absolute;left:30%;top:14px;gap:40px 40px;display:none}}@media screen and (min-width:1440px){.submenu__wrapper{left:22%}}@media screen and (max-width:1440px){.submenu__wrapper{left:28%}}@media screen and (max-width:767px){.submenu__wrapper{display:none;flex-direction:column;gap:18px;padding-top:20px}.submenu__wrapper.show{display:flex}}.submenu__wrapper a.submenu__link{display:flex;align-items:center;gap:10px}.submenu__wrapper a.submenu__link:hover p{border-bottom:1px solid #000}.submenu__wrapper p{border-bottom:1px solid transparent;color:#000}@media screen and (max-width:767px){.submenu__wrapper p{font-size:15px}}.submenu__wrapper img{width:24px;height:24px}.submenu__title{color:#333;font-size:15px;font-weight:600;line-height:22px;border-bottom:1px solid transparent}@media screen and (max-width:767px){.submenu__title{display:block;font-size:18px;position:relative;z-index:2}}.submenu__text{color:#333;font-size:15px;font-weight:400;line-height:22px}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}#wpadminbar .header{display:none}.footer{background:linear-gradient(270deg,#e8f4ff 0,#ecfffe 100%);padding:30px 0}@media screen and (min-width:767px){.footer{padding:64px 0}}.footer a{display:inline-block;width:auto;position:relative}.footer a::after{content:"";display:block;width:0;height:1px;background:#5f6d7e;transition:width .3s}.footer a:hover{color:#333b44}.footer a:hover::after{width:100%;transition:width .3s}.footer__logo a::after,.footer__socials a::after{display:none}@media screen and (max-width:767px){.footer__logo{width:100px}}.footer__inner{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:1200px){.footer__inner{gap:40px 30px}}.footer__column{min-width:100px;max-width:100%;width:auto}@media screen and (max-width:1200px){.footer__column{flex:1 0 200px}}@media screen and (min-width:500px){.footer__column{max-width:240px}}.footer__column p{font-weight:500}.footer__column:first-child{margin-right:0}@media screen and (min-width:767px){.footer__column:first-child{margin-right:20px}}.footer__row{margin-bottom:20px}@media screen and (min-width:767px){.footer__row{margin-bottom:40px}}.footer__heading{font-weight:600;color:#272d37;margin-bottom:15px}@media screen and (min-width:767px){.footer__heading{margin-bottom:24px}}.footer p.footer__text{margin:16px 0;font-weight:400}.footer__copyright{text-align:center;margin-top:60px}@media screen and (min-width:767px){.footer__copyright br{display:none}}.footer-menu{padding:0;list-style:none}.footer-menu li:not(:last-child){margin-bottom:10px}.footer-menu a{font-weight:500}.footer__contact{max-width:280px}.footer__contact-link{font-weight:500}.footer__contact-link:not(:last-child){margin-bottom:10px}.footer__contact-link a::after{display:none}.footer__contact-link a:hover{color:transparent}.footer__img{margin:20px 0}.footer .footer-icons-list{display:flex;align-items:center;gap:30px;justify-content:flex-end;margin-top:20px}@media screen and (max-width:1200px){.footer .footer-icons-list{justify-content:center;margin-top:40px}}@media screen and (max-width:400px){.footer .footer-icons-list{margin-top:0}}.footer .footer-icons-list__item{width:90px;height:90px}.footer .footer-icons-list__item:last-child{width:155px}.footer .footer-icons-list__item:hover::after{display:none}.footer .footer-icons-list__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.default-page{padding:130px 0 100px}.default-page img{margin:30px 0 0}.default-page .wp-element-caption{margin-bottom:30px}.default-page p{letter-spacing:-.01em;color:#222;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.default-page a{color:#669eff}.default-page a:hover{text-decoration:underline}.post{padding-top:120px;background:#fff}@media screen and (max-width:767px){.post{padding-top:0}}.post__title{margin:30px 0;letter-spacing:-.01em;color:#222;font-size:52px;font-weight:700;line-height:60px}@media screen and (max-width:767px){.post__title{font-size:32px;line-height:36px;letter-spacing:-.64px}}.post__inner{display:flex;justify-content:space-between}.post__meta{display:flex;align-items:center;gap:15px;margin-bottom:30px}.post-content{width:100%;max-width:910px}.post-sidebar{width:100%;max-width:270px;position:relative}@media screen and (max-width:767px){.post-sidebar{display:none}}.post-categories{gap:10px;position:relative;margin-right:15px}.post-categories a{font-weight:600}.post-categories::after{content:"";width:10px;height:10px;border-radius:50%;border:1.8px solid #dfe1e2;position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.post-date,.post-reading-time{color:#bdbdbd;font-size:14px;font-weight:600;line-height:18px}.post-crumbs{display:flex;align-items:center;gap:10px}.post-crumbs .post-crumbs__item{color:#646161;font-size:14px;font-weight:400;line-height:21px}.post-crumbs .post-crumbs__item--home{background-image:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 11.9273C2 7.23484 2.51167 7.56234 5.26583 5.00817C6.47083 4.03817 8.34583 2.1665 9.965 2.1665C11.5833 2.1665 13.4958 4.029 14.7117 5.00817C17.4658 7.56234 17.9767 7.23484 17.9767 11.9273C17.9767 18.8332 16.3442 18.8332 9.98833 18.8332C3.6325 18.8332 2 18.8332 2 11.9273Z' stroke='%23646161' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.56549 13.946H12.4113' stroke='%23646161' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:20px;height:21px}.post-crumbs__title{color:#bdbdbd;font-size:14px;font-weight:400;line-height:21px}.post-crumbs .decor-circle{width:10px;height:10px;border-radius:50%;border:1.8px solid #dfe1e2}.post-categories{display:flex;gap:15px}.post-categories a,.post-categories span{color:#669eff;font-size:14px;font-weight:500;line-height:20px}.wp-element-caption{color:#bdbdbd;font-size:14px;font-weight:400;line-height:21px}.post-content .wp-block-image{margin-top:20px}.post-content .wp-element-caption{margin-bottom:30px}.post-content p{letter-spacing:-.01em;color:#222;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.post-content a{color:#669eff}.post-content a:hover{text-decoration:underline}.post-content h2,.post-content h3,.post-content h4,.post-content h5{color:#222;font-size:40px;font-weight:900;line-height:130%;margin:30px 0}@media screen and (max-width:767px){.post-content h2,.post-content h3,.post-content h4,.post-content h5{font-size:24px;line-height:110%}}.post-content h3,.post-content h4,.post-content h5{line-height:110%}.post-content h3{font-size:36px;margin:45px 0}@media screen and (max-width:767px){.post-content h3{font-size:20px}}.post-content h4{font-size:32px;margin:40px 0}@media screen and (max-width:767px){.post-content h4{font-size:16px}}.post-content h5{font-size:28px;margin:40px 0}@media screen and (max-width:767px){.post-content h5{font-size:16px}}.post-content ol:not([class]),.post-content ul:not([class]){padding-left:45px;margin:50px 0}.post-content ol:not([class]) li,.post-content ul:not([class]) li{letter-spacing:-.01em;position:relative;color:#222;font-size:16px;font-weight:400;line-height:24px}.post-content ol:not([class]) li:not(:last-child),.post-content ul:not([class]) li:not(:last-child){margin-bottom:10px}.post-content ul:not([class]) li::before{content:"";width:14px;height:14px;background:#669eff;border-radius:50%;position:absolute;top:5px;left:-25px}.post-content ol:not([class]){counter-reset:item;padding-left:17px}.post-content ol:not([class]) li{display:block}.post-content ol:not([class]) li:before{content:counter(item) ". ";counter-increment:item;color:#669eff;font-size:16px;font-weight:400;line-height:24px}.post-content .wp-block-quote{margin:50px 0}.post-content .wp-block-quote cite,.post-content .wp-block-quote p{color:#222;font-size:24px;font-weight:500;line-height:35px}.wp-block-table table tr:first-child td,.wp-block-table table.has-fixed-layout tr:first-child td{font-weight:500;color:#222}.wp-block-table table tr:nth-child(even),.wp-block-table table.has-fixed-layout tr:nth-child(even){background-color:#f1f4f8}.wp-block-table table tr:nth-child(even) td:first-child,.wp-block-table table tr:nth-child(even) th:first-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) td:first-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) th:first-child{border-radius:20px 0 0 20px}.wp-block-table table tr:nth-child(even) td:last-child,.wp-block-table table tr:nth-child(even) th:last-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) td:last-child,.wp-block-table table.has-fixed-layout tr:nth-child(even) th:last-child{border-radius:0 20px 20px 0}.wp-block-table table td,.wp-block-table table th,.wp-block-table table.has-fixed-layout td,.wp-block-table table.has-fixed-layout th{border:none;color:#222;padding:20px;vertical-align:middle}.post-also-like{padding:40px 0}.post-also-like__inner{display:flex;justify-content:space-between}.post-also-like .title{font-size:40px;margin-bottom:50px}.post-also-like .post-categories::after{content:"";display:none}.post-prev-next{padding:50px 0 30px;display:flex;justify-content:space-between}.post-prev-next .post-link{position:relative;padding:30px;border:1px solid #e8e8e8;border-radius:20px;min-height:160px;max-width:440px;color:#222;font-size:18px;font-weight:700;line-height:27px}@media screen and (max-width:767px){.post-prev-next .post-link{max-width:157px;min-height:initial;height:76px;padding:20px;display:flex;align-items:center}}@media screen and (max-width:767px){.post-prev-next .post-link__title{display:none}}.post-prev-next .post-link__label{color:#bdbdbd;font-size:14px;font-weight:600;line-height:18px;margin-bottom:10px}@media screen and (max-width:767px){.post-prev-next .post-link__label{margin-bottom:0;max-width:90%}}.post-prev-next .post-link:hover{text-decoration:none;box-shadow:0 2px 2px #e8e8e8}.post-prev-next .post-link:hover .post-link__title{text-decoration:underline}.post-prev-next .previous-post-link{padding-left:74px}.post-prev-next .previous-post-link::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24988 11.7256L19.2499 11.7256' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3002 5.70124C10.3002 5.70124 4.25017 8.96224 4.25017 11.7242C4.25017 14.4882 10.3002 17.7502 10.3002 17.7502' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:inline-block;position:absolute;left:27px;top:27px}.post-prev-next .next-post-link{padding-right:74px}.post-prev-next .next-post-link::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24988 11.7256L19.2499 11.7256' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3002 5.70124C10.3002 5.70124 4.25017 8.96224 4.25017 11.7242C4.25017 14.4882 10.3002 17.7502 10.3002 17.7502' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:inline-block;position:absolute;right:27px;top:27px;transform:rotate(180deg)}.post-author{display:flex;align-items:center;gap:30px;border-top:1px solid #e8e8e8;padding-top:36px}.post-author img.post-author__avatar{width:80px;height:80px;border-radius:20px;margin:0}.post-author__info{display:flex;flex-direction:column;padding-top:8px}.post-author__name{color:#222;font-size:24px;font-weight:500;line-height:35px}.post-author__description{color:#bdbdbd;text-transform:capitalize}.circle_indicator{position:fixed;opacity:1;z-index:2;top:50%;left:2%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background-color:#fff;transition:opacity .2s ease,box-shadow .1s linear;border:2px solid #dfdfdf}@media screen and (max-width:767px){.circle_indicator{top:90%}}.back-to-top svg.circle{transform:rotate(-90deg)}.circle_indicator svg.circle{transform:rotate(-90deg)}.circle_indicator svg.circle{position:absolute;stroke:conic-gradient(-90deg,0,#669eff);opacity:1;z-index:3;bottom:3px;right:2.35px;width:40px;height:40px}.circle_indicator svg.up_arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle_indicator svg.circle circle{transition:all .1s linear;stroke-dasharray:195;stroke-dashoffset:195}.article-preview{max-width:384px;border-radius:10px;background:rgba(255,255,255,.75);border:1px solid #fff;transition:all .2s ease-in-out;position:relative;height:470px}@media screen and (max-width:991px){.article-preview{max-width:345px;min-height:400px;height:auto}}@media screen and (max-width:767px){.article-preview{max-width:100%;width:100%}}.article-preview:hover{box-shadow:0 4px 20px rgba(0,0,0,.05)}.article-preview:hover .article-preview__title a{color:#669eff;transition:all .2s ease-in-out}.article-preview__text-wrp{display:none}@media screen and (min-width:767px){.article-preview__text-wrp{display:block}}.article-preview__text-wrp.mobile-version{display:block}@media screen and (min-width:767px){.article-preview__text-wrp.mobile-version{display:none}}.article-preview__thumbnail-wrp{display:block}.article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}@media screen and (max-width:767px){.article-preview__thumbnail-wrp img{-o-object-fit:cover;object-fit:cover;width:100%}}.article-preview__text{padding:16px 10px}@media screen and (min-width:767px){.article-preview__text{padding:24px 32px}}.article-preview__title,.article-preview__title a{color:#272d37;font-size:22px;font-weight:600;line-height:30px;display:block;margin:20px 0}.article-preview__categories span{position:relative}.article-preview__categories span:not(:last-child)::after{content:"";width:5px;height:1px;background:#5f6d7e;position:absolute;right:-10px;top:50%;transform:translateY(-50%)}.article-preview__meta{display:flex;gap:15px;position:absolute;bottom:20px;color:#5f6d7e;font-size:14px;font-weight:500;line-height:20px}@media screen and (max-width:767px){.article-preview__meta{position:relative;bottom:initial;margin-top:20px}}.article-preview__meta .article-preview__date{position:relative}.article-preview__meta .article-preview__date::after{content:"";width:5px;height:1px;background:#5f6d7e;display:block;position:absolute;right:-10px;top:50%;transform:translateY(-50%)}.article-preview.article-preview--big{width:600px;max-width:580px;min-height:580px;border-radius:40px}@media screen and (max-width:1300px){.article-preview.article-preview--big{max-width:500px;min-height:610px}}@media screen and (max-width:991px){.article-preview.article-preview--big{width:100%;max-width:100%;height:100%;border-radius:10px}}.article-preview.article-preview--big:hover .article-preview__title{color:#669eff;transition:all .2s ease}.article-preview.article-preview--big .article-preview__thumbnail-wrp{width:100%;height:350px;display:block}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__thumbnail-wrp{height:auto}}.article-preview.article-preview--big .article-preview__thumbnail-wrp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:40px 40px 0 0}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}}.article-preview.article-preview--big .article-preview__title{margin-top:0}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__meta{position:relative;margin-top:40px}}.article-preview.article-preview--horizontal{display:flex;max-width:100%;width:580px;height:180px;min-height:initial}@media screen and (max-width:991px){.article-preview.article-preview--horizontal{width:100%;height:100%}}.article-preview.article-preview--horizontal:hover .article-preview__title{color:#669eff;transition:all .2s ease-in-out}.article-preview.article-preview--horizontal a{display:flex}@media screen and (max-width:600px){.article-preview.article-preview--horizontal a{flex-direction:column}}.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp{width:180px;height:180px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp{width:100%;height:auto}}.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px 0 0 10px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}}.article-preview.article-preview--horizontal .article-preview__text{width:410px;padding:10px 20px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__text{width:100%}}.article-preview.article-preview--horizontal .article-preview__title{margin:0 0 14px}.article-preview.article-preview--horizontal .article-preview__meta{bottom:10px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__meta{position:relative;margin-top:20px}}.post-navigation{padding-top:40px;height:100%;position:relative}.post-navigation__title{color:#dfe1e2;font-size:28px;font-weight:900;line-height:110%;margin-bottom:40px}.post-navigation__inner{height:100%}.post-navigation__wrapper{display:flex;gap:10px}.post-navigation__wrapper.sticky{position:fixed;transition:all .2s ease;top:140px;max-height:calc(100vh - 120px);overflow-y:auto;width:270px}.post-navigation__wrapper.bottom{position:absolute;bottom:0;top:initial;width:270px}.post-navigation .progress-section{margin-right:2%;width:20px;height:auto;display:flex;justify-content:space-between;will-change:transform;transition:.3s ease-in-out}.post-navigation .progress-bar-wrap{position:relative;width:3px;border:0 solid #000;border-radius:5px;overflow:hidden;background:#f1f4f8}.post-navigation .progress-bar{position:absolute;top:0;width:100%;height:0%;background-color:#669eff}.post-navigation section{height:1000px;width:100%;display:flex;justify-content:center;align-items:center;font-size:2em}.post-navigation ::-webkit-scrollbar{display:none}#table-of-contents{list-style:none;padding:0}#table-of-contents li{margin-bottom:10px}#table-of-contents li a{color:#222;font-size:16px;font-weight:500;line-height:150%}#table-of-contents a.active{color:#669eff!important}#table-of-contents a.viewed{color:#bdbdbd}.post-navigation{padding-top:40px}.card{position:relative;z-index:2;width:385px;height:445px;padding:8px 8px 24px;background:#f6fdff;box-shadow:0 1px 2px rgba(16,24,40,.04);border-radius:20px}@media screen and (max-width:1300px){.card{width:32%;height:480px}}@media screen and (max-width:1000px){.card{flex:1 0 340px;max-width:385px;height:445px}}@media screen and (max-width:600px){.card{height:auto}}.card__image-wrapper{width:368px}@media screen and (max-width:1300px){.card__image-wrapper{width:100%}}.card__image{border-radius:10px}.card__content{padding:16px 0 16px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}@media screen and (min-width:767px){.card__content{padding:24px 24px 0}}.card__title{color:#272d37;font-size:22px;font-weight:700;line-height:30px}.card .button{display:none;margin-top:20px}@media screen and (min-width:600px){.card .button{display:flex;position:absolute;bottom:20px;z-index:4}}.card .button.card__button{display:none}.card .button.card__button--mobile{display:block;margin-left:auto;background-color:rgba(0,0,0,0)}@media screen and (min-width:767px){.card .button.card__button--mobile{display:none}}.card__hover-content{opacity:0;pointer-events:none;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;background-color:#669eff;color:#fff;border-radius:20px;padding:25px 30px;transform:translateY(10px)}@media screen and (min-width:1200px){.card__hover-content{transition:all .3s ease}}.card__hover-content p{color:#fff}.card__hover-content strong{font-weight:700;margin:15px 0 0;display:block}.card__hover-content h3{color:#fff;margin-bottom:10px}.card__hover-content ol,.card__hover-content ul{list-style:initial;padding-left:20px}.card__hover-content li{color:#fff;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.1px}@media screen and (min-width:1200px){.card:hover .button{background:#fff;color:#272d37;border:1px solid #272d37}.card:hover .button::after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.card:hover .card__hover-content{opacity:1;transform:translateY(0)}}@media screen and (max-width:1199px){.card.show-hover{padding:0;height:calc(100% + 40px)}.card.show-hover .card__image-wrapper,.card.show-hover .card__text,.card.show-hover .card__title{display:none}.card.show-hover .card__content{padding:0}.card.show-hover .card__hover-content{opacity:1;transform:translateY(0);min-height:300px;height:100%;position:relative}.card.show-hover .card__button{display:flex;background:#fff}}.cta-gt {
border-radius: 40px;
padding: 32px;
margin-bottom: 30px;
display: flex;
align-items: center;
justify-content: space-between;
@media screen and (max-width: 767px) {
flex-direction: column;
padding: 32px 16px;
}
& .cta-gt__text {
max-width: 65%;
font-family: Inter, sans-serif;
font-size: 30px;
font-weight: 600;
line-height: 42px; letter-spacing: -0.32px;
@media screen and (max-width: 767px) {
font-size: 28px;
line-height: 36px;
max-width: 100%;
text-align: center;
}
}
& .cta-gt__link {
height: 46px;
border-radius: 30px;
border: 1px solid #333;
color: #333;
padding: 12px 18px;
text-decoration: none;
font-size: 15px;
line-height: 22px;
font-weight: 600;
display: flex;
align-items: center;
gap: 4px;
@media screen and (max-width: 767px) {
width: 100%;
justify-content: center;
}
&::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.0001M10.8334 5L15.2442 9.41074C15.5696 9.73618 15.5696 10.2638 15.2442 10.5893L10.8334 15' stroke='%23333333' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
width: 20px;
height: 20px;
display: block;
}
}
&.blue {
background: #669eff;
& .cta-gt__text {
color: #fff;
}
& .cta-gt__link {
border-color: #fff;
color: #fff;
&::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.0001M10.8334 5L15.2442 9.41074C15.5696 9.73618 15.5696 10.2638 15.2442 10.5893L10.8334 15' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");
width: 20px;
height: 20px;
display: block;
}
}
}
&.gradient {
background: linear-gradient(270deg, #a4d3ff 0%, #b2fffa 100%);
& .cta-gt__text {
color: #333333;
}
}
&.light {
background-color: #f6fdff;
& .cta-gt__text {
color: #333333;
}
}
}